Thursday, 2016-01-28

apuimedo_you're welcome00:01
*** salv-orl_ has quit IRC00:15
*** diogogmt has quit IRC00:17
*** banix has joined #openstack-kuryr00:34
*** diogogmt has joined #openstack-kuryr01:14
*** apuimedo_ has quit IRC01:23
*** salv-orlando has joined #openstack-kuryr01:47
*** salv-orlando has quit IRC01:57
*** baohua has joined #openstack-kuryr01:58
*** vikasc has quit IRC02:07
*** fawadkhaliq has joined #openstack-kuryr02:37
*** salv-orlando has joined #openstack-kuryr03:43
*** vikasc has joined #openstack-kuryr03:43
*** fawadkhaliq has quit IRC03:49
*** salv-orlando has quit IRC03:56
*** banix has quit IRC04:39
*** fawadkhaliq has joined #openstack-kuryr05:32
*** fawadkhaliq has quit IRC05:45
*** vikasc has quit IRC06:08
*** baohua has quit IRC06:19
*** fawadkhaliq has joined #openstack-kuryr06:19
*** baohua has joined #openstack-kuryr06:19
*** vikasc has joined #openstack-kuryr06:24
*** irenab has quit IRC06:27
*** tfukushima has joined #openstack-kuryr06:29
*** salv-orlando has joined #openstack-kuryr06:38
*** salv-orlando has quit IRC06:49
*** devvesa has joined #openstack-kuryr06:58
*** irenab has joined #openstack-kuryr07:02
*** salv-orlando has joined #openstack-kuryr07:26
*** salv-orlando has quit IRC08:10
*** devvesa_ has joined #openstack-kuryr08:18
*** devvesa has quit IRC08:19
*** vikasc has quit IRC08:31
*** diga has joined #openstack-kuryr08:42
*** vikasc has joined #openstack-kuryr08:44
*** baohua has quit IRC08:54
*** baohua has joined #openstack-kuryr08:55
*** salv-orlando has joined #openstack-kuryr09:11
*** baohua has quit IRC09:29
*** wanghua has quit IRC09:44
*** fawadkhaliq has quit IRC09:57
*** fawadkhaliq has joined #openstack-kuryr09:58
*** salv-orl_ has joined #openstack-kuryr10:06
*** salv-orlando has quit IRC10:09
*** vikasc has quit IRC10:37
*** fawadkhaliq has quit IRC10:42
*** fawadkhaliq has joined #openstack-kuryr10:42
*** apuimedo has joined #openstack-kuryr11:05
*** baohua has joined #openstack-kuryr11:31
*** salv-orl_ has quit IRC11:34
*** baohua has quit IRC11:42
*** baohua has joined #openstack-kuryr11:43
*** tfukushima has quit IRC11:47
*** vikasc has joined #openstack-kuryr11:56
*** vikasc has quit IRC12:20
*** salv-orlando has joined #openstack-kuryr12:21
*** diga has quit IRC12:48
*** fawadkhaliq has quit IRC13:17
*** fawadkhaliq has joined #openstack-kuryr13:17
*** dingboopt has quit IRC14:07
*** salv-orlando has quit IRC14:09
mesteryapuimedo: I'm trying out what we discussed yesterday by adding Kuryr into my OVN Vagrant setup14:22
apuimedocool14:22
apuimedoso you will create first a network with kuryr14:22
apuimedoand then start VMs on it, right?14:22
apuimedonow that we have the ipam driver it should just work14:22
mesteryapuimedo: Yes, I'm going to try that14:23
apuimedogreat!14:23
apuimedoI'm here to help if there is any issue14:23
mesteryapuimedo: Because this is something we'd like to eventually deploy14:23
mesteryapuimedo: Thank you sir :)14:23
apuimedomestery: what kind of deployment?14:24
mesteryapuimedo: IBM Public Cloud14:24
mesteryNo pressure14:24
apuimedodistro?14:24
mesteryHopefully Ubuntu LTS14:25
*** banix has joined #openstack-kuryr14:25
apuimedogood. We should finish the ubuntu packaging one of these days14:25
mesteryNice14:25
mesteryThough, this will all be deployed through CI/CD into production14:25
mesteryWhen you're talking tens to hundreds of thousands of scale ...14:26
*** salv-orlando has joined #openstack-kuryr14:26
apuimedowhat are you gonna use? Ansible? Puppet?14:26
apuimedoJuju?14:26
mesteryansible, yes14:28
*** diogogmt has quit IRC14:28
*** salv-orlando has quit IRC14:29
*** salv-orlando has joined #openstack-kuryr14:29
apuimedocool. Do you use https://github.com/openstack/openstack-ansible ?14:30
*** diogogmt has joined #openstack-kuryr14:32
mesteryapuimedo: Nope, we use https://github.com/blueboxgroup/ursula14:35
apuimedooh, that's the famous Ursula Mike was talking about :-)14:35
apuimedothat was not treating him right14:35
apuimedomestery: does it deploy from packages or from source?14:36
mesteryapuimedo: I'm not intimately familiar, but the goal is to get it from source14:36
apuimedook14:37
*** irenab has quit IRC14:39
*** diogogmt has quit IRC14:49
*** fawadkhaliq has quit IRC14:51
mesteryapuimedo: Are there instructions of how to use Kuryr with the latest docker?14:51
mesteryE.g., simply start a container so it gets an IP on a neutron network?14:51
gsagiemestery: i think the devref was updated to reflect how to work with the IPAM14:52
gsagiei havent tested latest code yet14:52
mesterygsagie: Coolio, looking14:52
mesterygsagie: I've got a container up with an IP address however, so yay!14:53
gsagiemestery: cool :)14:53
mesterygsagie: But I don't see the network namespace with the DHCP agent, so I have no idea how it got that IP14:53
gsagiemaybe you forgot to add it with Kuryr :)14:54
gsagieyou need -d kuryr when you create the network14:54
mesterygsagie: No, I see the network in neutron14:54
mesterySo that worked14:54
gsagiebtw mestery regarding OVN, we iterate over DB consistency in Dragonflow and thats probably a problem in OVN as well14:56
gsagieneed to use something like the Journal work in networking-odl14:56
* mestery shudders at the journal work ...14:56
mestery:)14:56
mesteryBut yeah, that makes some sense ...14:56
gsagiethere are other solution ideas :)14:56
mesterygsagie: I see my problem now14:57
mesteryFor some reason, the subnet which kuryur created has "dhcp:false"14:57
gsagieohh yeah, i think thats a configuration option14:57
mesteryLooks like maybe I need to specify "--ipam-driver"14:58
mesteryYeah14:58
gsagieyes you need to specify it with the new code14:58
mesteryBingo14:58
mesteryOK, trying again14:58
apuimedomestery: gsagie: now that we have ipam, we should default to dhcp:true again15:01
mesteryapuimedo: I don't see that happening with the latest code at least15:01
gsagieapuimedo: yes i think we have a TODO there to convert it back, will do it15:02
apuimedomestery: it was more a "call to action for me and others"15:02
apuimedo:P15:02
mesterylol15:02
*** baohua has quit IRC15:03
openstackgerritKyle Mestery proposed openstack/kuryr: config: Default "enable_dhcp" to True  https://review.openstack.org/27359315:04
mesteryapuimedo gsagie: Is it that simple?15:04
mestery:)15:04
apuimedomestery: yes15:05
apuimedo:-)15:05
mesteryWhew :)15:05
mesteryapuimedo: I can never find your LP id to add you to a review. Frustrating. :)15:06
gsagiesearch with 'toni'15:06
gsagie;)15:06
* mestery waits for that to merge15:06
mesteryAh, that's the secret gsagie!15:06
mesteryCool15:06
apuimedogsagie: don't go around spilling the secrets15:07
apuimedomestery: I dare you find Taku Fukushima as reviewer15:07
apuimedo(I never manage that one)15:07
mesteryrofl15:07
gsagieheh, have secret for this too15:07
apuimedohe has a very cryptic email15:07
apuimedogerrit autocompletion sucks badly15:07
gsagietfuk....15:08
apuimedoxD15:09
*** diogogmt has joined #openstack-kuryr15:21
mesterygsagie: https://review.openstack.org/27361815:22
mesteryI noticed OVN doesn't load the subnetpool extension15:22
mesteryThus, it couldn't work with the new pluggable IPAM stuff in Kuryr15:23
*** diogogmt has quit IRC15:23
*** vikasc has joined #openstack-kuryr15:35
apuimedo:P15:37
apuimedomestery: so does it all work with this networking-ovn change?15:37
mesteryapuimedo: I expect it to yes ... :)15:38
apuimedo:-)15:38
*** vikasc has quit IRC16:02
*** diogogmt has joined #openstack-kuryr16:02
*** salv-orl_ has joined #openstack-kuryr16:06
openstackgerritMerged openstack/kuryr: config: Default "enable_dhcp" to True  https://review.openstack.org/27359316:08
*** salv-orlando has quit IRC16:09
*** fawadkhaliq has joined #openstack-kuryr16:35
*** irenab has joined #openstack-kuryr16:39
*** devvesa_ has quit IRC16:42
fkautzmestery: is your ovn vagrant config published anywhere by any chance? :)16:46
mesteryfkautz: It's a simple change, but it requires a small OVN patch which is soon in the merge queue16:48
fkautznice :)16:49
*** diogogmt has quit IRC17:06
mesteryfkautz: Add these 4 lines to local.conf-example in OVN (https://github.com/openstack/kuryr/blob/master/devstack/local.conf.sample#L12), and wait for this patch to OVN to merge (https://review.openstack.org/273618) and you'll be all set17:09
fkautzthanks, i'll give it a shot17:09
openstackgerritJordan Pittier proposed openstack/kuryr: Revert "Use assertTrue/False instead of assertEqual(T/F)"  https://review.openstack.org/27366917:10
*** apuimedo has quit IRC17:23
*** diogogmt has joined #openstack-kuryr17:24
*** salv-orl_ has quit IRC17:48
*** fawadkhaliq has quit IRC18:26
*** salv-orlando has joined #openstack-kuryr19:42
*** salv-orlando has quit IRC19:50
*** salv-orlando has joined #openstack-kuryr20:17
*** salv-orlando has quit IRC20:30
*** apuimedo has joined #openstack-kuryr20:44
*** salv-orlando has joined #openstack-kuryr21:11
*** banix has quit IRC21:45
*** salv-orl_ has joined #openstack-kuryr22:06
*** salv-orlando has quit IRC22:08
*** vikasc has joined #openstack-kuryr22:29
*** banix has joined #openstack-kuryr22:38
*** banix has quit IRC23:19

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!