Friday, 2015-06-05

*** puranamr has quit IRC00:13
*** sarob has joined #akanda00:15
*** sarob has quit IRC00:16
*** sarob has joined #akanda00:17
*** puranamr has joined #akanda00:18
*** sarob has quit IRC00:22
*** puranamr has quit IRC01:42
*** rods1 has quit IRC01:47
*** puranamr has joined #akanda01:54
*** puranamr has quit IRC02:03
*** puranamr has joined #akanda02:14
*** puranamr has quit IRC02:57
*** puranamr has joined #akanda03:17
*** puranamr has quit IRC03:22
*** sarob has joined #akanda03:49
davidlenwellwe 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 creats03:49
*** sarob has quit IRC04:11
adam_gdavidlenwell, +1 there are probably equiv variables defined in lib/neutron-legacy you can use instead06:19
davidlenwellI'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's06:20
davidlenwelladam_g: you up?07:26
*** rods1 has joined #akanda11:08
*** rods1 has quit IRC11:28
*** JustinRK has quit IRC11:28
*** JustinRK has joined #akanda11:30
*** rods1 has joined #akanda11:48
*** rods1 has quit IRC11:52
*** rods1 has joined #akanda11:55
*** rods1 has quit IRC12:00
*** rods1 has joined #akanda12:00
ryanpetrelloadam_g: you around?13:52
ryanpetrellodid you get the readthedoc thing assigned to you?13:52
ryanpetrellowanted to make sure I got it applied to proper person13:52
*** sarob has joined #akanda16:09
*** cleverdevil has joined #akanda16:09
*** puranamr has joined #akanda16:17
*** puranamr has quit IRC16:18
*** puranamr has joined #akanda16:22
*** puranamr has quit IRC16:27
adam_gdavidlenwell, ryanpetrello here now16:46
adam_gryanpetrello, ya, looks good.t hanks!16:46
ryanpetrellogreat16:46
*** puranamr has joined #akanda17:02
*** puranamr has quit IRC17:18
*** puranamr has joined #akanda17:25
ryanpetrelloadam_g: I'm attempting to put this into our DH fork17:35
ryanpetrellowe're going to test it, and I'll contribute it back up if it works okay17:36
ryanpetrellohttps://github.com/dreamhost/akanda-appliance/pull/5/17:36
*** puranamr has quit IRC17:45
adam_gryanpetrello, oh, interesting17:49
*** puranamr has joined #akanda18:04
*** drwahl1 has joined #akanda18:14
openstackgerritAdam Gandelman proposed stackforge/akanda-appliance: Setup logging in the appliance  https://review.openstack.org/18861718:18
openstackgerritAdam Gandelman proposed stackforge/akanda-appliance: Allow for building non-wheezy releases  https://review.openstack.org/18819418:24
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: Get devstack running in the gate (DO NOT MERGE)  https://review.openstack.org/18728318:28
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: Build jessie ramdisk  https://review.openstack.org/18819318:28
adam_gso unless there are any objections, we should be ready to move from wheezy to jessie and get some systemd boot speedup18:29
openstackgerritMerged stackforge/akanda-rug: devstack: Stop hacking blessed into global-requirements  https://review.openstack.org/18817018:30
*** sarob has quit IRC18:31
*** sarob has joined #akanda18:32
ryanpetrelloadam_g: any feedback?18:35
ryanpetrelloI'm testing it in our staging cluster right now, and it seems to work18:36
adam_gryanpetrello, sorry otp18:37
ryanpetrellothat's fine :)18:38
ryanpetrelloI may need to adapt this for you all, though18:41
ryanpetrellobecause I don't think the HTTP service is running as root18:41
ryanpetrellowe probably need to turn it into a script and run it via sudo18:41
*** puranamr has quit IRC18:42
adam_gryanpetrello, it is running as root18:53
adam_gryanpetrello, hows this differ from what arping does?18:53
ryanpetrelloarping across distributions doesn't always have a flag for unsolicited arp18:54
ryanpetrellowe were running into issues w/ the DH build we were making on the debian we were using18:54
ryanpetrellobut 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 IRC18:55
adam_gryanpetrello, ah. so the issue you were hitting was the unsupported flag, and not timeouts of the actual ping?18:56
ryanpetrelloafter digging, it looks like we were actually hitting both :\18:56
*** sarob has joined #akanda18:56
ryanpetrellosending the garp manually w/ Python like this definitely seems to be working for us in our staging env18:56
ryanpetrelloworking on a cherry-pick review to akanda-appliance18:57
openstackgerritRyan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib.  https://review.openstack.org/18889219:03
ryanpetrelloWIP ^19:03
adam_gryanpetrello, cool. ill give it ^ shot19:03
ryanpetrelloI want to extract the garp stuff into a console_script19:03
ryanpetrelloso it can be run via sudo if need be19:03
ryanpetrelloworking on a ps219:04
*** sarob has quit IRC19:04
adam_gan IBM PS/2? with a turbo button?19:04
*** sarob has joined #akanda19:05
ryanpetrelloyep, exactly19:06
*** cleverdevil has quit IRC19:09
*** puranamr has joined #akanda19:13
openstackgerritRyan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib.  https://review.openstack.org/18889219:15
openstackgerritRyan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib.  https://review.openstack.org/18889219:19
adam_gryanpetrello, yeah,, so your python impl seems to succeed without an error or exception where using arping timed out19:20
ryanpetrelloI'm testing ^, but it should work, methinks19:20
adam_gryanpetrello, so you're only interested in sending the arp and not waiting on the reply, ya?19:21
openstackgerritRyan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib.  https://review.openstack.org/18889219:24
openstackgerritRyan Petrello proposed stackforge/akanda-appliance: Remove the arping dependency and send gratuitous ARP via Python's socket lib.  https://review.openstack.org/18889219:28
*** sarob has quit IRC19:39
*** sarob has joined #akanda19:40
*** puranamr has quit IRC19:48
*** drwahl1 has quit IRC19:50
*** puranamr has joined #akanda19:51
*** puranamr has quit IRC20:01
ryanpetrelloadam_g: if you follow https://github.com/stackforge/akanda/blob/master/doc/source/developer_quickstart.rst20:05
ryanpetrelloand build a custom image20:05
ryanpetrelloshould the router VM credentials be admin:secret ?20:06
adam_gryanpetrello, they should be, yea20:06
ryanpetrellomeh, not working for me :\20:06
adam_gone min20:07
ryanpetrelloI cloned my review to /opt/stack/akanda-appliance and set BUILD_AKANDA_DEV_APPLIANCE=True20:07
ryanpetrellothe router comes up, just can't ssh into it20:07
adam_gryanpetrello, what about the akanda user (should be able to with key)20:08
ryanpetrelloyea, I'm setting up a key and trying to recreate the VM20:08
adam_gryanpetrello, source openrc admin admin ; $OS_USERNAME / $OS_PASSWORD is what the debug user should be20:08
ryanpetrelloweird, didn't work for me20:09
ryanpetrellobut I might've done something wrong20:09
ryanpetrellossh key works fine20:10
adam_gwait20:10
adam_gtheres a bug somewhere20:10
adam_ghttp://logs.openstack.org/94/188194/2/experimental/check-functional-dsvm-akanda-appliance-src/a00de1e/logs/devstacklog.txt.gz#_2015-06-04_23_15_15_42620:10
adam_gryanpetrello, can you get in with the akanda-debug user?20:11
ryanpetrellonope :\20:12
adam_ghmph20:12
adam_gwill take a look next time i spin up a fresh one20:12
ryanpetrellok20:12
adam_g(testing your arp stuff locally)20:12
ryanpetrellossh works well enough20:12
ryanpetrellocan't for the life of me figure out how to get the build to use a review, though20:13
ryanpetrellodo I need something other than BUILD_AKANDA_DEV_APPLIANCE=True20:13
ryanpetrelloand to `git review -d` at /opt/stack/akanda-appliance ?20:13
ryanpetrelloah, I see what's up20:14
ryanpetrellohttps://github.com/stackforge/akanda/blob/master/doc/source/developer_quickstart.rst is out of date20:14
ryanpetrellos/BUILD_AKANDA_DEV_APPLIANCE/BUILD_AKANDA_APPLIANCE_IMAGE20:15
adam_gdoh ya i just changed that yesterday20:15
adam_gmy bad20:15
ryanpetrellonp :)20:15
adam_gactually ill update the docs as part of testing readthedocs20:15
ryanpetrellothat would probably also explain why it wasn't using the proper password20:16
ryanpetrelloit wasn't actually building at all20:16
*** drwahl1 has joined #akanda20:18
*** rods1 has quit IRC20:49
ryanpetrelloadam_g: I just finished running a devstack from that review20:55
ryanpetrelloand the debug element seems to have worked fine with admin:secret20:55
ryanpetrellolooks like it was a matter of actually building the image properly20:55
adam_gryanpetrello, the arp one? worked good here20:55
adam_gah, cool20:56
ryanpetrelloyea20:56
ryanpetrelloabout to add a floater and test it, too20:56
adam_ga floater? ive never heard that before but now i know how i'll refer to floating ips in the future20:57
*** sarob has quit IRC21:01
*** drwahl1 has quit IRC21:07
openstackgerritAdam Gandelman proposed stackforge/akanda: Rename ./doc/ -> ./docs/  https://review.openstack.org/18892721:17
*** drwahl1 has joined #akanda21:25
openstackgerritAdam Gandelman proposed stackforge/akanda: Rename ./doc/ -> ./docs/, update dev docs  https://review.openstack.org/18892721:26
*** openstack has joined #akanda21:42
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: Make router_instance_flavor a StrOpt  https://review.openstack.org/18893821:56
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: devstack: Create a custom nova flavor for the appliance  https://review.openstack.org/18895322:16
davidlenwelladam_g: I left a comment on this ^^^22:21
adam_gdavidlenwell, oh duh, thanks22:29
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: devstack: Create a custom nova flavor for the appliance  https://review.openstack.org/18895322:31
markmcclaindavidlenwell so we should be able to leverage: Q_USE_PROVIDERNET_FOR_PUBLIC22:31
markmcclainand PUBLIC_NETWORK_NAME22:31
markmcclainthe issue is that our current devstack deletes the public net and then adds back one that is not setup for physnet22:31
markmcclainmight be an old vestige we had to do before because of old way devstack integration worked22:34
markmcclainrods implemented so long ago I might have forgotten some tradeoffs he made22:34
*** openstackgerrit has quit IRC22:37
*** openstackgerrit has joined #akanda22:37

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