Thursday, 2015-09-10

openstackgerritAdam Gandelman proposed stackforge/akanda-rug: Add akanda-pez-service RPC server and client (WIP)  https://review.openstack.org/22199700:03
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: Add initial pez pool manager  https://review.openstack.org/22199800:03
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: Split out instance provisioning to on demand and pez (WIP)  https://review.openstack.org/22199900:03
*** puranamr has joined #akanda00:39
*** Michael has joined #akanda01:02
*** Michael is now known as Guest7591901:02
*** puranamr has quit IRC01:22
*** puranamr has joined #akanda01:23
*** Guest75919 has quit IRC01:25
*** puranamr has quit IRC02:45
*** puranamr has joined #akanda02:52
*** puranamr has quit IRC03:03
*** puranamr has joined #akanda03:03
*** sarob has quit IRC03:25
*** sarob has joined #akanda03:28
*** puranamr has quit IRC03:48
*** fzylogic has quit IRC05:31
*** puranamr has joined #akanda12:57
*** puranamr has quit IRC13:15
*** puranamr has joined #akanda13:16
*** puranamr has quit IRC13:48
*** cleverdevil has joined #akanda16:20
rodsadam_g I think we'll probably switch to diskimage-builder just to build the image for the new cluster using the diskimage-builder/elements stuff you wrote and a couple of elements to include some of our custom configurations16:29
rodsnew cluster should run stable/kilo, is that enough to avoid the cloud-init issue?16:31
*** puranamr has joined #akanda16:59
openstackgerritDavid Lenwell proposed stackforge/akanda-rug: Router driver and required changes to instance manager (WIP)  https://review.openstack.org/21522717:01
*** drwahl1 has joined #akanda17:03
*** drwahl1 has quit IRC17:06
adam_grods, yeah, looks like kilo supports the cloud-init bootstrapping17:13
sarobinfra zuul seems to be stopped17:16
rodsadam_g so we should be able to build a image using the diskimage-builder stuff in akanda-appliance stable/master and use the image with akanda-rug stable/kilo, correct?17:17
adam_grods, yeah. there hasnt been much movement on the appliance front that would cause any backward incompat inssues17:18
rodscool, thx17:18
adam_gsarob, i blocked access to that stuff via security groups until i have some type of auth in place17:20
*** cleverdevil has quit IRC17:21
*** drwahl1 has joined #akanda17:27
*** puranamr has quit IRC17:28
*** drwahl has quit IRC17:38
*** drwahl1 has quit IRC17:41
sarobadam_g: sounds good,17:51
sarobadam_g: private ci not critical yet17:51
*** puranamr has joined #akanda18:08
adam_gdhellmann, around?18:28
adam_gdavidlenwell, im not sure why that config option is blowing up for you. renaming it to something else fixes it, and so does changing from an IntOpt to StrOpt (which it should be, anyway)18:35
*** puranamr has quit IRC18:51
*** puranamr has joined #akanda19:19
*** puranamr has quit IRC19:23
*** puranamr has joined #akanda19:31
markmcclainadam_g: got a devstack env stuck with this error: RequirementParseError: Missing distribution spec [Call19:38
markmcclainhave you seen that before?19:38
adam_gmarkmcclain, whats the full trace?19:38
adam_gor exception19:39
adam_glooks like a requirements wedge, i pushed post-freeze global-reqs updates to all akanda trees yesterday, maybe we've got a conflict19:39
markmcclainhttp://paste.openstack.org/show/455611/19:39
markmcclainI actually think this might be pip barfing19:40
adam_gmarkmcclain, where is that happening?19:40
markmcclainon one of the lab machines19:40
adam_gmarkmcclain, but i mean at what point? during devstack?19:40
adam_gand which command is it running to cause that one?19:41
markmcclainduring the g-r phase19:41
markmcclainsudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS=file:///opt/stack/.wheelhouse /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt '[Call' 'Trace]'19:41
adam_give never seen that one before19:41
adam_gugh19:41
adam_gmarkmcclain, pip --version ?19:41
markmcclain7.1.219:42
adam_ghm19:42
adam_gtheres a devstack flag to skip using the contraints file19:42
markmcclainhmm... looks like it might be a borked cffi install19:43
adam_gmarkmcclain, tho that command is funny, its attmepting to install '[Call', 'Trace]'19:43
markmcclainam getting this error... a little before: [ERROR] /home/akanda/devstack/inc/python:146 Can't find package PyMySQL in requirements19:46
adam_gmarkmcclain, care to pastebin the whole devstack log? (hint if you dont already use it: apt-get install pastebinit && cat devstack.log | pastebinit)19:47
adam_gdavidlenwell, i pulled down your patch and banged on it for a while. there were still lots of things that needed updating/fixing before anything would attempt to start up, not sure if you're working on them already but i pointed them out in comments19:59
davidlenwellyeah.. I am .. I was in the middle of modifying something across the code base and wasn't finished before our meeting .. so I just pushed what I had.. im gonna do that twice a day until I land this20:00
davidlenwelladam_g: ^20:01
adam_gdavidlenwell, cool ill pull them down as they come20:02
davidlenwellthanks for the review.. its helpful20:02
adam_gdavidlenwell, im wondering about the Event object20:03
davidlenwellyeah .. thats what I was in the middle of messing with20:03
adam_ginstead of having Event.driver='router' and Event.resource_id, couldnt we roll that into Event.resource ?20:03
davidlenwellsure20:04
adam_gand have Event.resource hold the instantiated driver object for the thing?20:04
adam_gthen th worker only needs to worry about Event.resource.id, etc20:04
davidlenwellyeah.. I actually almost did that .. then I remembered you getting on me for passing an object into the event before20:04
adam_gthat would require some heavier changes in the worker around how it currently handles events with no associated router20:04
davidlenwellyes20:04
davidlenwellI'll take a pass at it with that in mind this afternoon.. you can review it later on20:05
adam_gk20:05
markmcclainadam_g: http://paste.ubuntu.com/12330727/20:10
adam_gmarkmcclain, are you attempting a juno install? or trunk.?20:13
markmcclaintrunk20:13
adam_gmarkmcclain, it looks like its using juno stuff already checked out in /opt/stack/20:14
adam_gi'd wipe /opt/stack/ and start over?20:14
markmcclainyeah... now to figure out why stable/juno was used20:14
markmcclainadam_g: good catch btw20:15
markmcclainls20:15
adam_gmarkmcclain, was the system clean before?20:20
adam_gRECLONE=False it'll just re-use whatever is there20:21
markmcclainno, but should not have been on juno either20:22
*** puranamr has quit IRC20:36
*** puranamr has joined #akanda20:43
openstackgerritAdam Gandelman proposed stackforge/akanda-rug: Debugging integranion test (DO NOT MERGE)  https://review.openstack.org/22154121:28
*** puranamr has quit IRC21:34
*** puranamr has joined #akanda21:35
* adam_g takes the baby to see the baby doctor21:52

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