*** salv-orlando has joined #openstack-kuryr | 00:00 | |
*** tonanhngo has joined #openstack-kuryr | 00:03 | |
*** salv-orlando has quit IRC | 00:05 | |
*** tonanhngo has quit IRC | 00:07 | |
*** limao has joined #openstack-kuryr | 00:48 | |
*** yedongcan has joined #openstack-kuryr | 00:54 | |
*** salv-orlando has joined #openstack-kuryr | 01:01 | |
*** salv-orlando has quit IRC | 01:06 | |
*** rwallner has joined #openstack-kuryr | 01:28 | |
*** qwebirc89498 has quit IRC | 01:51 | |
*** limao has quit IRC | 01:53 | |
*** limao has joined #openstack-kuryr | 01:54 | |
*** limao has quit IRC | 01:56 | |
*** limao has joined #openstack-kuryr | 01:56 | |
*** limao has quit IRC | 01:56 | |
*** limao has joined #openstack-kuryr | 01:57 | |
*** limao has quit IRC | 01:57 | |
*** limao has joined #openstack-kuryr | 01:58 | |
*** yamamoto_ has quit IRC | 02:14 | |
*** yamamoto_ has joined #openstack-kuryr | 02:17 | |
*** hongbin has quit IRC | 02:36 | |
*** rwallner has quit IRC | 02:48 | |
*** rwallner has joined #openstack-kuryr | 02:48 | |
*** limao has quit IRC | 02:53 | |
*** limao has joined #openstack-kuryr | 02:57 | |
*** yamamoto_ has quit IRC | 03:04 | |
*** longfei_zhang_ has joined #openstack-kuryr | 03:20 | |
*** rwallner has quit IRC | 04:13 | |
*** pcaruana has joined #openstack-kuryr | 04:31 | |
*** salv-orlando has joined #openstack-kuryr | 04:39 | |
*** yamamoto has joined #openstack-kuryr | 04:48 | |
*** reedip is now known as reedip_afk | 04:54 | |
*** pcaruana has quit IRC | 04:57 | |
*** limao has quit IRC | 05:01 | |
*** limao has joined #openstack-kuryr | 05:04 | |
*** salv-orlando has quit IRC | 05:05 | |
*** salv-orlando has joined #openstack-kuryr | 05:06 | |
*** ltomasbo|away is now known as ltomasbo | 05:09 | |
*** janki has joined #openstack-kuryr | 05:22 | |
*** aojea has joined #openstack-kuryr | 05:26 | |
*** reedip_afk is now known as reedip | 05:39 | |
irenab | ltomasbo, morning | 05:52 |
---|---|---|
ltomasbo | irenab, good morning! | 05:52 |
irenab | ltomasbo, I have setup related question | 05:52 |
ltomasbo | sure! | 05:53 |
ltomasbo | hope I can help! | 05:53 |
irenab | Did you setup more than all-in-one env during your trials? | 05:53 |
ltomasbo | for the pool ports? | 05:54 |
irenab | I consider to take 2 BM and then use them for the nested case verification. | 05:54 |
ltomasbo | sure, I have tested first with RDO in an all-in-one VM | 05:54 |
irenab | I wonder what would be the easiest way to set it up | 05:54 |
ltomasbo | and the version just before yesterday patches, I also tested in a multinode deployment | 05:55 |
ltomasbo | for the nested? | 05:55 |
irenab | what was you way to deploy multinode? | 05:55 |
ltomasbo | I did this: | 05:55 |
irenab | yes | 05:55 |
ltomasbo | https://ltomasbo.wordpress.com/2017/05/19/openshift-with-kuryr-on-top-of-openstack-vms-step-by-step-set-up/ | 05:55 |
ltomasbo | I used RDO, it was for a testbed that we have for a EU project | 05:55 |
irenab | openshift ... | 05:56 |
ltomasbo | but it was down during the last 2 days, so I cannot retested them | 05:56 |
ltomasbo | yep, we use openshift-ansible to installed (though you can use the kubectl commands right away if you want them | 05:56 |
ltomasbo | openshift is basically providing extra features on top of kubernetes, but it does install kubernetes | 05:56 |
irenab | I want to check similar setup but using Dragonflow as neutron backend | 05:57 |
ltomasbo | I also used before two devstack | 05:57 |
ltomasbo | devstack for the undercloud | 05:57 |
ltomasbo | and then devstack for the overcloud, but without multinode | 05:57 |
irenab | this may be more relavnt to what I need | 05:57 |
ltomasbo | a bit older, but: https://ltomasbo.wordpress.com/2017/01/29/side-by-side-and-nested-kubernetes-and-openstack-deployment-with-kuryr/ | 05:58 |
irenab | looks like I need to sign for your blog :-). A lot of useful info. Thanks! | 05:58 |
ltomasbo | almost everything is kuryr related! | 05:59 |
ltomasbo | also, with apuimedo pacth for kuryr-heat, perhaps you can install the undercloud with devstack (including heat) | 06:00 |
ltomasbo | and then use his kuryr-heat patch to install the overcloud with the specific patch in a VM on top of that | 06:00 |
irenab | sound good. I will try this approach | 06:01 |
ltomasbo | at least to me it is really handy to be able to create VMs with devstack with an specific patch and kubectl | 06:01 |
irenab | ltomasbo, thanks a lot on advising me | 06:01 |
ltomasbo | though I believe that one will reĆnstall neutron in the overcloud, so | 06:02 |
irenab | why do you think it will take the neutron? | 06:02 |
ltomasbo | I think the kuryr-heat installs everything | 06:02 |
ltomasbo | neutron, kubernetes | 06:02 |
ltomasbo | you need kubernetes in the overcloud, but not neutron | 06:03 |
ltomasbo | you will use the neutron of the undercloud | 06:03 |
ltomasbo | plus, you need the VM to be created with trunk port | 06:03 |
ltomasbo | so, we may need a kuryr-heat 2.0 to allow this! | 06:03 |
irenab | yea, probably some more advanced stuff that apuimedo already plans to do with the devstack-heat | 06:04 |
ltomasbo | yep, main problem is heat does not support (yet) trunk ports | 06:04 |
ltomasbo | so, for the kuryr-heat that I'm using in my blog post, we basically have to make use of the hooks | 06:04 |
openstackgerrit | Merged openstack/kuryr-kubernetes master: controller: Upd. remaining refs to generic vif https://review.openstack.org/471806 | 06:04 |
irenab | I saw this: https://review.openstack.org/#/c/471815/4 | 06:05 |
ltomasbo | to stop the deployment once the ports are created, make them trunk, and continue the heat deployment | 06:05 |
irenab | sort of helping on trunk port setup | 06:05 |
ltomasbo | ohh, yep, I saw it too, but I think that is so that VMs can configure the nic (with the proper vlans) | 06:06 |
ltomasbo | this is the heat work: https://blueprints.launchpad.net/heat/+spec/support-trunk-port | 06:06 |
ltomasbo | the one you paste it could be handy for functional/tempest testing | 06:07 |
irenab | yes, a lot of moving pieces | 06:07 |
*** aojea has quit IRC | 06:07 | |
irenab | I think I will start with sewtting upthe BM undercloud with devstack including heat just in cae and then see what about the overcloud | 06:08 |
ltomasbo | sounds good | 06:11 |
irenab | ltomasbo, I will complete the review of pools patches later today. Hope we can mergew them till the end of the week | 06:11 |
ltomasbo | if you have that, you can use the kuryr-heat to deploy the VMs with trunk ports | 06:11 |
ltomasbo | and then you can install there in the way you like (devstack, manually, ...) | 06:12 |
ltomasbo | irenab, ok, great! thanks! | 06:12 |
ltomasbo | irenab, btw, today is end of week for you right?? xD | 06:13 |
*** oanson has quit IRC | 06:20 | |
*** oanson has joined #openstack-kuryr | 06:21 | |
*** pcaruana has joined #openstack-kuryr | 06:57 | |
*** limao has quit IRC | 06:58 | |
apuimedo | Nice morning conversation | 06:59 |
apuimedo | ltomasbo: irenab: I have planned to make devstack-heat allow you to optionally get a pod-in-VM environment | 06:59 |
irenab | apuimedo, any estimates when you would have it? | 07:00 |
apuimedo | https://www.youtube.com/watch?v=SF9C3cklVIQ | 07:00 |
apuimedo | irenab: ^^ | 07:00 |
ltomasbo | lol | 07:00 |
irenab | :-) | 07:01 |
irenab | meed to go to aome meeting, brb | 07:01 |
apuimedo | the nicest approach is to assume heat already has the right patch and go on from there | 07:01 |
apuimedo | so at the latest, with Pike | 07:01 |
*** limao has joined #openstack-kuryr | 07:02 | |
*** yedongcan has quit IRC | 07:08 | |
*** yedongcan has joined #openstack-kuryr | 07:12 | |
*** oanson has quit IRC | 07:20 | |
*** oanson has joined #openstack-kuryr | 07:21 | |
*** aojea has joined #openstack-kuryr | 07:22 | |
*** oanson has quit IRC | 07:31 | |
*** oanson has joined #openstack-kuryr | 07:31 | |
apuimedo | mchiappero: ltomasbo makes a valid point I'd like answered https://review.openstack.org/#/c/440669/ | 07:34 |
*** kzaitsev_ws has joined #openstack-kuryr | 07:38 | |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: Add kuryr-sriov spec proposal https://review.openstack.org/465661 | 07:39 |
apuimedo | ltomasbo: irenab: heat is still going over the patch https://review.openstack.org/#/c/442496/13 | 07:52 |
apuimedo | (and that's the first in the series of three) | 07:52 |
*** salv-orlando has quit IRC | 08:13 | |
*** salv-orlando has joined #openstack-kuryr | 08:14 | |
*** salv-orlando has quit IRC | 08:17 | |
*** egonzalez has joined #openstack-kuryr | 08:18 | |
ltomasbo | apuimedo, yes | 08:23 |
*** garyloug has joined #openstack-kuryr | 08:27 | |
apuimedo | ltomasbo: irenab: Ok, I'm taking a shot at making at refactoring devstack-heat and having devstack-in-vm-heat | 08:28 |
apuimedo | note that the way this is designed to be is that your cloud should support trunk ports | 08:28 |
apuimedo | so it will create trunk ports in your clouds, then create a VM | 08:28 |
apuimedo | and run devstack overcloud there | 08:28 |
*** salv-orlando has joined #openstack-kuryr | 08:45 | |
*** yamamoto has quit IRC | 08:58 | |
*** roeyc has joined #openstack-kuryr | 08:58 | |
irenab | apuimedo, great | 09:15 |
*** limao has quit IRC | 09:26 | |
*** pmannidi has quit IRC | 09:51 | |
*** pmannidi has joined #openstack-kuryr | 09:52 | |
*** limao has joined #openstack-kuryr | 10:34 | |
*** salv-orlando has quit IRC | 10:44 | |
*** salv-orlando has joined #openstack-kuryr | 10:44 | |
openstackgerrit | Antoni Segura Puimedon proposed openstack/kuryr-kubernetes master: devstack-heat: refactor and improve https://review.openstack.org/472196 | 10:47 |
apuimedo | irenab: ltomasbo: this is the start of the effort to support overcloud in devstack-kuryr | 10:47 |
*** limao_ has joined #openstack-kuryr | 10:52 | |
*** limao has quit IRC | 10:55 | |
kzaitsev_ws | apuimedo: are there rdo packages for kuryr-k8s? | 11:07 |
kzaitsev_ws | I remember you mentioned someone working on those | 11:07 |
*** dougbtv_ has quit IRC | 11:08 | |
*** aojea has quit IRC | 11:15 | |
apuimedo | kzaitsev_ws: there are! | 11:24 |
apuimedo | :-) | 11:24 |
kzaitsev_ws | oh, cool =) those are for 0.1.0? | 11:31 |
apuimedo | kzaitsev_ws: built nightly from master ;-) | 11:40 |
apuimedo | IIRC | 11:40 |
kzaitsev_ws | that is awesome indeed =) | 11:40 |
apuimedo | I wish somebody would put in the work for other distros | 11:46 |
apuimedo | (maybe I'd do it for arch if there were not so many missing deps :P ) | 11:46 |
*** atoth has joined #openstack-kuryr | 12:03 | |
*** limao_ has quit IRC | 12:16 | |
*** limao has joined #openstack-kuryr | 12:16 | |
*** foutatoro has quit IRC | 12:29 | |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: Cleanup and enforce pep8 checks https://review.openstack.org/472240 | 12:37 |
*** yamamoto has joined #openstack-kuryr | 12:55 | |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: Enforce E128 pep8 check https://review.openstack.org/472249 | 12:56 |
*** garyloug has quit IRC | 12:59 | |
*** aojea has joined #openstack-kuryr | 13:08 | |
*** garyloug has joined #openstack-kuryr | 13:10 | |
*** yamamoto has quit IRC | 13:10 | |
*** yamamoto has joined #openstack-kuryr | 13:14 | |
*** rwallner has joined #openstack-kuryr | 13:24 | |
*** rwallner has quit IRC | 13:24 | |
*** rwallner has joined #openstack-kuryr | 13:25 | |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: Add kuryr-sriov spec proposal https://review.openstack.org/465661 | 13:26 |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: Allow passing multiple VIFs to CNI https://review.openstack.org/471012 | 13:27 |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: [WIP] Add SRIOV capabilities to VIF handler https://review.openstack.org/462455 | 13:27 |
openstackgerrit | Kirill Zaitsev proposed openstack/kuryr-kubernetes master: [WIP] Add SRIOV binding driver to CNI https://review.openstack.org/462456 | 13:27 |
apuimedo | kzaitsev_ws: thanks a lot for the pep8 work | 13:29 |
apuimedo | irenab: please try to merge this | 13:29 |
kzaitsev_ws | actually I was procrastenating a bit %) | 13:29 |
apuimedo | :-) | 13:29 |
apuimedo | removing exceptions is always nice | 13:30 |
apuimedo | the only bad thing is that it conflicts with a bunch of stuff | 13:30 |
apuimedo | I'm working on a devstack-heat for overcloud | 13:30 |
apuimedo | I really really don't like deployment work... | 13:30 |
kzaitsev_ws | yeah, always like that =( | 13:30 |
kzaitsev_ws | btw today is p-2 | 13:31 |
kzaitsev_ws | I don't think there's anything kuryr projects have to do | 13:31 |
kzaitsev_ws | just a heads up ) | 13:31 |
apuimedo | yeah... Nothing to do for us :-) | 13:32 |
apuimedo | but I think after macvlan and bearer token we'll cut another intermediate release | 13:33 |
apuimedo | maybe with loadbalancer service support as well | 13:33 |
kzaitsev_ws | I'm writing/chechking an instruction for my colleagues, who're have trouble installing kuryr-k8s, so had to rebase my patches on top of master. (So that they include the fixed neutron-vif patch, heh.) | 13:34 |
kzaitsev_ws | I'll try to share it under installation docs during my next procrastination attack =) | 13:35 |
apuimedo | :-) | 13:41 |
apuimedo | great! | 13:41 |
apuimedo | may you procrastinate then | 13:41 |
*** yedongcan has left #openstack-kuryr | 13:46 | |
kzaitsev_ws | (= | 13:47 |
*** roeyc has quit IRC | 13:47 | |
kzaitsev_ws | http://paste.openstack.org/show/611913/ | 13:57 |
kzaitsev_ws | apuimedo: irenab: have you ever seen this kind of error ^^ | 13:57 |
apuimedo | damn privsep | 13:58 |
apuimedo | kzaitsev_ws: baremetal or pod-in-vm? | 13:58 |
kzaitsev_ws | I've seen it a bunch of times, but usually just commented out the offending line | 13:58 |
kzaitsev_ws | baremetal for now | 13:58 |
apuimedo | right | 13:58 |
apuimedo | usually that's the thing to do | 13:58 |
apuimedo | I think I filed a bug on that | 13:59 |
*** pmannidi has quit IRC | 14:00 | |
apuimedo | it's a problem with lack of configurability in os-vif | 14:00 |
*** pmannidi has joined #openstack-kuryr | 14:00 | |
kzaitsev_ws | lack of configurability? | 14:01 |
kzaitsev_ws | I used to get that on master branch as well, so it's not really relied to my code | 14:02 |
kzaitsev_ws | ah, you mean the way vif plug works | 14:05 |
apuimedo | yes | 14:10 |
apuimedo | it should be possible to specify which kind of privsep you need | 14:10 |
apuimedo | but it only does rootwrap | 14:10 |
apuimedo | which is exactly what we don't need | 14:10 |
*** aojea has quit IRC | 14:12 | |
*** aojea has joined #openstack-kuryr | 14:34 | |
*** aojea has quit IRC | 14:36 | |
*** aojea has joined #openstack-kuryr | 14:40 | |
*** salv-orl_ has joined #openstack-kuryr | 14:44 | |
*** salv-orlando has quit IRC | 14:47 | |
*** janki has quit IRC | 14:49 | |
*** hongbin has joined #openstack-kuryr | 14:50 | |
kzaitsev_ws | and it is actually (6, 20, u'privsep daemon starting') | 14:54 |
kzaitsev_ws | but the wierd part. I've installed a fresh oslo.privsep with `pip -e` and commented out the line | 14:55 |
kzaitsev_ws | but the error is still the same | 14:55 |
kzaitsev_ws | I'm missing smth, but can't see what exactly =/ | 14:55 |
kzaitsev_ws | right. it was forking and using globally installed package rather than a local one O_o | 14:58 |
kzaitsev_ws | this is crasy =/ just removing 'LOG.info('privsep daemon starting')' fixes the issue | 15:01 |
apuimedo | no, no | 15:03 |
apuimedo | the error is not fixed afaik | 15:03 |
*** ashishb_ has quit IRC | 15:04 | |
*** aojea has quit IRC | 15:12 | |
kzaitsev_ws | you mean in the upstream? | 15:16 |
apuimedo | right | 15:24 |
kzaitsev_ws | apuimedo: you know what. it seems to be fixed in the latest os-vif | 15:28 |
*** yamamoto has quit IRC | 15:30 | |
*** aojea has joined #openstack-kuryr | 15:32 | |
*** yamamoto has joined #openstack-kuryr | 15:35 | |
kzaitsev_ws | it's just my updates inside a venv never really mattered =/ | 15:35 |
*** jgriffith_ is now known as jgriffith | 15:36 | |
*** yamamoto has quit IRC | 15:39 | |
*** aojea has quit IRC | 15:53 | |
*** egonzalez has quit IRC | 16:15 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/fuxi master: Updated from global requirements https://review.openstack.org/454474 | 16:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/469489 | 16:19 |
*** rwallner has quit IRC | 16:29 | |
*** yamamoto has joined #openstack-kuryr | 16:37 | |
*** yamamoto has quit IRC | 16:43 | |
*** kzaitsev_ws has quit IRC | 16:58 | |
*** pcaruana has quit IRC | 17:00 | |
*** rwallner has joined #openstack-kuryr | 17:11 | |
*** ltomasbo is now known as ltomasbo|away | 17:14 | |
*** aojea has joined #openstack-kuryr | 17:14 | |
*** garyloug has quit IRC | 17:15 | |
*** aojea has quit IRC | 17:19 | |
*** limao has quit IRC | 17:32 | |
*** neil__ has quit IRC | 17:48 | |
*** tonanhngo has joined #openstack-kuryr | 17:50 | |
*** tonanhngo has quit IRC | 17:52 | |
*** tonanhngo has joined #openstack-kuryr | 17:53 | |
*** aojea has joined #openstack-kuryr | 18:02 | |
*** pmannidi has quit IRC | 18:08 | |
*** pmannidi has joined #openstack-kuryr | 18:09 | |
*** aojea has quit IRC | 18:22 | |
*** salv-orl_ has quit IRC | 18:25 | |
*** salv-orlando has joined #openstack-kuryr | 18:26 | |
*** salv-orlando has quit IRC | 18:30 | |
*** egonzalez has joined #openstack-kuryr | 18:48 | |
*** salv-orlando has joined #openstack-kuryr | 19:57 | |
*** dougbtv has joined #openstack-kuryr | 20:35 | |
*** salv-orl_ has joined #openstack-kuryr | 20:44 | |
*** salv-orlando has quit IRC | 20:47 | |
*** dougbtv has quit IRC | 20:52 | |
*** rwallner has quit IRC | 21:07 | |
*** rwallner has joined #openstack-kuryr | 22:03 | |
*** pmannidi has quit IRC | 22:17 | |
*** pmannidi has joined #openstack-kuryr | 22:17 | |
*** salv-orl_ has quit IRC | 22:19 | |
*** salv-orlando has joined #openstack-kuryr | 22:20 | |
*** salv-orlando has quit IRC | 22:24 | |
*** rwallner has quit IRC | 22:28 | |
*** rwallner has joined #openstack-kuryr | 22:46 | |
*** tonanhngo has quit IRC | 23:01 | |
*** tonanhngo has joined #openstack-kuryr | 23:05 | |
*** tonanhngo has quit IRC | 23:10 | |
*** egonzalez has quit IRC | 23:12 | |
*** rwallner has quit IRC | 23:26 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!