*** puranamr has quit IRC | 00:34 | |
*** openstackgerrit has quit IRC | 11:09 | |
*** openstackgerrit has joined #akanda | 11:09 | |
*** openstack has joined #akanda | 12:13 | |
*** puranamr has joined #akanda | 15:43 | |
*** puranamr has quit IRC | 17:10 | |
*** puranamr has joined #akanda | 17:40 | |
drwahl | davidlenwell: i hear you have a multi-node vxlan setup working on DHC. do you have any documentation handy on how you got that setup? | 17:44 |
---|---|---|
davidlenwell | I do.. but my setup is using l2pop | 17:45 |
drwahl | my goal is to have a vagrant setup that will allow my team to spin up some multi-node vxlan so we can poke around and familiarize ourselves with troubleshooting, etc. | 17:45 |
davidlenwell | we're very close to having it up with VXFLD .. which I am told fits the use case much better | 17:45 |
drwahl | care to make an estimate as to what 'very close' means? days? weeks? months? | 17:46 |
davidlenwell | probably today .. maybe tomorrow | 17:46 |
davidlenwell | oh .. its also all on top of juno | 17:46 |
drwahl | ok, i'll hold off and maybe ping you tomorrow afternoon and see how it's going | 17:46 |
davidlenwell | sarob is the one to ping for that setup | 17:47 |
drwahl | ah, ok. i'll bug him then :) | 17:47 |
davidlenwell | I mean.. im always happy to help.. but he's the one seeing that part over the finish line.. I have to go up to seattle tonight to participate in the lbaas mid-cycle | 17:47 |
drwahl | ah, my neck of the woods :) | 17:48 |
drwahl | lbaas, huh? touching bases with bluebox? | 17:48 |
davidlenwell | I am going to have drinks with a few of those guys | 17:52 |
*** openstackgerrit has quit IRC | 17:56 | |
*** openstackgerrit has joined #akanda | 17:56 | |
*** puranamr has quit IRC | 17:56 | |
sarob | drwahl: i have a working vxlan config using vxfld without akanda right now | 18:07 |
drwahl | ya, without akanda would be fine | 18:10 |
drwahl | we're mostly looking at getting some traffic captures, playing with the CLI tools to troubleshoot things, etc | 18:11 |
drwahl | so akanda wouldn't *need* to be in the mix for us at the moment | 18:11 |
sarob | roger | 18:11 |
*** puranamr has joined #akanda | 18:12 | |
*** puranamr has quit IRC | 18:25 | |
*** puranamr has joined #akanda | 18:25 | |
*** adam_g` has joined #akanda | 18:30 | |
*** adam_g has quit IRC | 18:30 | |
markmcclain | low hanging fruit review: https://review.openstack.org/#/c/201717/1 | 18:53 |
*** openstackgerrit has quit IRC | 18:56 | |
*** openstackgerrit has joined #akanda | 18:56 | |
sarob | update patch partially fix bug https://bugs.launchpad.net/akanda/+bug/1473629 | 18:58 |
openstack | Launchpad bug 1473629 in akanda "Akanda-rug local repo on build is hard coded to master" [Critical,New] | 18:58 |
*** puranamr has quit IRC | 19:16 | |
*** puranamr has joined #akanda | 19:21 | |
*** puranamr has quit IRC | 19:23 | |
*** puranamr has joined #akanda | 19:23 | |
ryanpetrello | puranamr | 19:23 |
ryanpetrello | the issue you mentioned to us | 19:23 |
ryanpetrello | where PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data. failed | 19:23 |
ryanpetrello | that's not your gateway IP | 19:23 |
puranamr | yeah got handle on it ryan | 19:24 |
ryanpetrello | cool | 19:24 |
puranamr | thanks for checking back | 19:24 |
sarob | markmcclain: i monkeypatched the stable/juno akanda-rug/devstack/plugin.sh from master to stable/juno | 19:26 |
sarob | markmcclain: Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin | 19:27 |
sarob | markmcclain: should be commented out | 19:27 |
markmcclain | well then what is providing routing services? | 19:27 |
sarob | in favor of enable_plugin akanda-rug /opt/stack/akanda-rug | 19:28 |
sarob | what else needs to modified for juno? | 19:29 |
markmcclain | if routing works possibly nothing | 19:33 |
sarob | okay, stacking | 19:34 |
sarob | to verify | 19:34 |
markmcclain | and you're using enable plugin? | 19:51 |
sarob | markmcclain: enable_plugin akanda-rug /opt/stack/akanda-rug | 19:51 |
markmcclain | enable_plugin does not exist in devstack stable/juno | 19:52 |
markmcclain | what version of openstack are you using? | 19:53 |
sarob | markmcclain: stable/juno | 19:53 |
markmcclain | what version of devstack? | 19:53 |
sarob | markmcclain: i changed the plugin.sh master ref to stable/juno | 19:53 |
sarob | stable/juno | 19:54 |
markmcclain | the enable_plugin function was not added until kilo development cycle | 19:54 |
markmcclain | so you're using a newer devstack to install an older release? | 19:54 |
sarob | okay so how to i cause the plugin.sh to run during stack? | 19:55 |
sarob | no its all juno | 19:55 |
markmcclain | if you're using enable_plugin.. unless you've added that function to the namespace it is definitely not all juno | 19:55 |
markmcclain | https://review.openstack.org/#/c/142805/ | 19:57 |
markmcclain | this feature was not added until after juno was released | 19:57 |
sarob | okay, so how did you get akanda-rug plugin.sh to run during stack | 19:58 |
sarob | or was that not even used? | 19:58 |
markmcclain | used to have to it the old way via linking a file in the extras.d directory | 19:59 |
sarob | https://github.com/openstack-dev/devstack/tree/stable/juno/extras.d | 19:59 |
markmcclain | yep.. the phases are exactly the same | 20:00 |
markmcclain | enable_plugin just removed some manual config for external plugins | 20:00 |
sarob | so i add plugin.sh into the extras.d directory like 90-plugin.sh | 20:00 |
sarob | i guess 90 is bad | 20:00 |
sarob | 89-plugin.sh | 20:01 |
markmcclain | I usually use 70-akanda.sh | 20:01 |
markmcclain | since the other items in that dir are all optional | 20:01 |
sarob | nothin else, it will pick it up? | 20:01 |
markmcclain | that's the only way to link an external plugin | 20:03 |
sarob | okay stacking | 20:03 |
*** puranamr has quit IRC | 20:21 | |
*** puranamr has joined #akanda | 20:41 | |
markmcclain | sarob: any luck? | 20:54 |
sarob | im restacking in dhc due to problem with localbuild | 20:57 |
sarob | finishing up now | 20:57 |
*** puranamr has quit IRC | 22:22 | |
*** puranamr has joined #akanda | 22:23 | |
*** puranamr_ has joined #akanda | 22:54 | |
*** puranamr_ has quit IRC | 22:57 | |
*** puranamr has quit IRC | 22:57 | |
*** puranamr has joined #akanda | 23:06 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!