*** puranamr has quit IRC | 00:13 | |
*** sarob has joined #akanda | 00:15 | |
*** sarob has quit IRC | 00:16 | |
*** sarob has joined #akanda | 00:17 | |
*** puranamr has joined #akanda | 00:18 | |
*** sarob has quit IRC | 00:22 | |
*** puranamr has quit IRC | 01:42 | |
*** rods1 has quit IRC | 01:47 | |
*** puranamr has joined #akanda | 01:54 | |
*** puranamr has quit IRC | 02:03 | |
*** puranamr has joined #akanda | 02:14 | |
*** puranamr has quit IRC | 02:57 | |
*** puranamr has joined #akanda | 03:17 | |
*** puranamr has quit IRC | 03:22 | |
*** sarob has joined #akanda | 03:49 | |
davidlenwell | we need to fix https://github.com/stackforge/akanda-rug/blob/master/devstack/plugin.sh so that we can pass in config that can override the cidr for the public and private network it creats | 03:49 |
---|---|---|
*** sarob has quit IRC | 04:11 | |
adam_g | davidlenwell, +1 there are probably equiv variables defined in lib/neutron-legacy you can use instead | 06:19 |
davidlenwell | I'm not going to bother with it at the moment because I am trying to put something together to show some customers tomorrow.. but you can imagine my dismay when i found hard coded cidr's | 06:20 |
davidlenwell | adam_g: you up? | 07:26 |
*** rods1 has joined #akanda | 11:08 | |
*** rods1 has quit IRC | 11:28 | |
*** JustinRK has quit IRC | 11:28 | |
*** JustinRK has joined #akanda | 11:30 | |
*** rods1 has joined #akanda | 11:48 | |
*** rods1 has quit IRC | 11:52 | |
*** rods1 has joined #akanda | 11:55 | |
*** rods1 has quit IRC | 12:00 | |
*** rods1 has joined #akanda | 12:00 | |
ryanpetrello | adam_g: you around? | 13:52 |
ryanpetrello | did you get the readthedoc thing assigned to you? | 13:52 |
ryanpetrello | wanted to make sure I got it applied to proper person | 13:52 |
*** sarob has joined #akanda | 16:09 | |
*** cleverdevil has joined #akanda | 16:09 | |
*** puranamr has joined #akanda | 16:17 | |
*** puranamr has quit IRC | 16:18 | |
*** puranamr has joined #akanda | 16:22 | |
*** puranamr has quit IRC | 16:27 | |
adam_g | davidlenwell, ryanpetrello here now | 16:46 |
adam_g | ryanpetrello, ya, looks good.t hanks! | 16:46 |
ryanpetrello | great | 16:46 |
*** puranamr has joined #akanda | 17:02 | |
*** puranamr has quit IRC | 17:18 | |
*** puranamr has joined #akanda | 17:25 | |
ryanpetrello | adam_g: I'm attempting to put this into our DH fork | 17:35 |
ryanpetrello | we're going to test it, and I'll contribute it back up if it works okay | 17:36 |
ryanpetrello | https://github.com/dreamhost/akanda-appliance/pull/5/ | 17:36 |
*** puranamr has quit IRC | 17:45 | |
adam_g | ryanpetrello, oh, interesting | 17:49 |
*** puranamr has joined #akanda | 18:04 | |
*** drwahl1 has joined #akanda | 18:14 | |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-appliance: Setup logging in the appliance https://review.openstack.org/188617 | 18:18 |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-appliance: Allow for building non-wheezy releases https://review.openstack.org/188194 | 18:24 |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: Get devstack running in the gate (DO NOT MERGE) https://review.openstack.org/187283 | 18:28 |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: Build jessie ramdisk https://review.openstack.org/188193 | 18:28 |
adam_g | so unless there are any objections, we should be ready to move from wheezy to jessie and get some systemd boot speedup | 18:29 |
openstackgerrit | Merged stackforge/akanda-rug: devstack: Stop hacking blessed into global-requirements https://review.openstack.org/188170 | 18:30 |
*** sarob has quit IRC | 18:31 | |
*** sarob has joined #akanda | 18:32 | |
ryanpetrello | adam_g: any feedback? | 18:35 |
ryanpetrello | I'm testing it in our staging cluster right now, and it seems to work | 18:36 |
adam_g | ryanpetrello, sorry otp | 18:37 |
ryanpetrello | that's fine :) | 18:38 |
ryanpetrello | I may need to adapt this for you all, though | 18:41 |
ryanpetrello | because I don't think the HTTP service is running as root | 18:41 |
ryanpetrello | we probably need to turn it into a script and run it via sudo | 18:41 |
*** puranamr has quit IRC | 18:42 | |
adam_g | ryanpetrello, it is running as root | 18:53 |
adam_g | ryanpetrello, hows this differ from what arping does? | 18:53 |
ryanpetrello | arping across distributions doesn't always have a flag for unsolicited arp | 18:54 |
ryanpetrello | we were running into issues w/ the DH build we were making on the debian we were using | 18:54 |
ryanpetrello | but mostly, it's kind of silly to install another package for a packet you can send in 10 lines of Python :) | 18:55 |
*** sarob has quit IRC | 18:55 | |
adam_g | ryanpetrello, ah. so the issue you were hitting was the unsupported flag, and not timeouts of the actual ping? | 18:56 |
ryanpetrello | after digging, it looks like we were actually hitting both :\ | 18:56 |
*** sarob has joined #akanda | 18:56 | |
ryanpetrello | sending the garp manually w/ Python like this definitely seems to be working for us in our staging env | 18:56 |
ryanpetrello | working on a cherry-pick review to akanda-appliance | 18:57 |
openstackgerrit | Ryan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib. https://review.openstack.org/188892 | 19:03 |
ryanpetrello | WIP ^ | 19:03 |
adam_g | ryanpetrello, cool. ill give it ^ shot | 19:03 |
ryanpetrello | I want to extract the garp stuff into a console_script | 19:03 |
ryanpetrello | so it can be run via sudo if need be | 19:03 |
ryanpetrello | working on a ps2 | 19:04 |
*** sarob has quit IRC | 19:04 | |
adam_g | an IBM PS/2? with a turbo button? | 19:04 |
*** sarob has joined #akanda | 19:05 | |
ryanpetrello | yep, exactly | 19:06 |
*** cleverdevil has quit IRC | 19:09 | |
*** puranamr has joined #akanda | 19:13 | |
openstackgerrit | Ryan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib. https://review.openstack.org/188892 | 19:15 |
openstackgerrit | Ryan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib. https://review.openstack.org/188892 | 19:19 |
adam_g | ryanpetrello, yeah,, so your python impl seems to succeed without an error or exception where using arping timed out | 19:20 |
ryanpetrello | I'm testing ^, but it should work, methinks | 19:20 |
adam_g | ryanpetrello, so you're only interested in sending the arp and not waiting on the reply, ya? | 19:21 |
openstackgerrit | Ryan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib. https://review.openstack.org/188892 | 19:24 |
openstackgerrit | Ryan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib. https://review.openstack.org/188892 | 19:28 |
*** sarob has quit IRC | 19:39 | |
*** sarob has joined #akanda | 19:40 | |
*** puranamr has quit IRC | 19:48 | |
*** drwahl1 has quit IRC | 19:50 | |
*** puranamr has joined #akanda | 19:51 | |
*** puranamr has quit IRC | 20:01 | |
ryanpetrello | adam_g: if you follow https://github.com/stackforge/akanda/blob/master/doc/source/developer_quickstart.rst | 20:05 |
ryanpetrello | and build a custom image | 20:05 |
ryanpetrello | should the router VM credentials be admin:secret ? | 20:06 |
adam_g | ryanpetrello, they should be, yea | 20:06 |
ryanpetrello | meh, not working for me :\ | 20:06 |
adam_g | one min | 20:07 |
ryanpetrello | I cloned my review to /opt/stack/akanda-appliance and set BUILD_AKANDA_DEV_APPLIANCE=True | 20:07 |
ryanpetrello | the router comes up, just can't ssh into it | 20:07 |
adam_g | ryanpetrello, what about the akanda user (should be able to with key) | 20:08 |
ryanpetrello | yea, I'm setting up a key and trying to recreate the VM | 20:08 |
adam_g | ryanpetrello, source openrc admin admin ; $OS_USERNAME / $OS_PASSWORD is what the debug user should be | 20:08 |
ryanpetrello | weird, didn't work for me | 20:09 |
ryanpetrello | but I might've done something wrong | 20:09 |
ryanpetrello | ssh key works fine | 20:10 |
adam_g | wait | 20:10 |
adam_g | theres a bug somewhere | 20:10 |
adam_g | http://logs.openstack.org/94/188194/2/experimental/check-functional-dsvm-akanda-appliance-src/a00de1e/logs/devstacklog.txt.gz#_2015-06-04_23_15_15_426 | 20:10 |
adam_g | ryanpetrello, can you get in with the akanda-debug user? | 20:11 |
ryanpetrello | nope :\ | 20:12 |
adam_g | hmph | 20:12 |
adam_g | will take a look next time i spin up a fresh one | 20:12 |
ryanpetrello | k | 20:12 |
adam_g | (testing your arp stuff locally) | 20:12 |
ryanpetrello | ssh works well enough | 20:12 |
ryanpetrello | can't for the life of me figure out how to get the build to use a review, though | 20:13 |
ryanpetrello | do I need something other than BUILD_AKANDA_DEV_APPLIANCE=True | 20:13 |
ryanpetrello | and to `git review -d` at /opt/stack/akanda-appliance ? | 20:13 |
ryanpetrello | ah, I see what's up | 20:14 |
ryanpetrello | https://github.com/stackforge/akanda/blob/master/doc/source/developer_quickstart.rst is out of date | 20:14 |
ryanpetrello | s/BUILD_AKANDA_DEV_APPLIANCE/BUILD_AKANDA_APPLIANCE_IMAGE | 20:15 |
adam_g | doh ya i just changed that yesterday | 20:15 |
adam_g | my bad | 20:15 |
ryanpetrello | np :) | 20:15 |
adam_g | actually ill update the docs as part of testing readthedocs | 20:15 |
ryanpetrello | that would probably also explain why it wasn't using the proper password | 20:16 |
ryanpetrello | it wasn't actually building at all | 20:16 |
*** drwahl1 has joined #akanda | 20:18 | |
*** rods1 has quit IRC | 20:49 | |
ryanpetrello | adam_g: I just finished running a devstack from that review | 20:55 |
ryanpetrello | and the debug element seems to have worked fine with admin:secret | 20:55 |
ryanpetrello | looks like it was a matter of actually building the image properly | 20:55 |
adam_g | ryanpetrello, the arp one? worked good here | 20:55 |
adam_g | ah, cool | 20:56 |
ryanpetrello | yea | 20:56 |
ryanpetrello | about to add a floater and test it, too | 20:56 |
adam_g | a floater? ive never heard that before but now i know how i'll refer to floating ips in the future | 20:57 |
*** sarob has quit IRC | 21:01 | |
*** drwahl1 has quit IRC | 21:07 | |
openstackgerrit | Adam Gandelman proposed stackforge/akanda: Rename ./doc/ -> ./docs/ https://review.openstack.org/188927 | 21:17 |
*** drwahl1 has joined #akanda | 21:25 | |
openstackgerrit | Adam Gandelman proposed stackforge/akanda: Rename ./doc/ -> ./docs/, update dev docs https://review.openstack.org/188927 | 21:26 |
*** openstack has joined #akanda | 21:42 | |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: Make router_instance_flavor a StrOpt https://review.openstack.org/188938 | 21:56 |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: devstack: Create a custom nova flavor for the appliance https://review.openstack.org/188953 | 22:16 |
davidlenwell | adam_g: I left a comment on this ^^^ | 22:21 |
adam_g | davidlenwell, oh duh, thanks | 22:29 |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: devstack: Create a custom nova flavor for the appliance https://review.openstack.org/188953 | 22:31 |
markmcclain | davidlenwell so we should be able to leverage: Q_USE_PROVIDERNET_FOR_PUBLIC | 22:31 |
markmcclain | and PUBLIC_NETWORK_NAME | 22:31 |
markmcclain | the issue is that our current devstack deletes the public net and then adds back one that is not setup for physnet | 22:31 |
markmcclain | might be an old vestige we had to do before because of old way devstack integration worked | 22:34 |
markmcclain | rods implemented so long ago I might have forgotten some tradeoffs he made | 22:34 |
*** openstackgerrit has quit IRC | 22:37 | |
*** openstackgerrit has joined #akanda | 22:37 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!