openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: Add akanda-pez-service RPC server and client (WIP) https://review.openstack.org/221997 | 00:03 |
---|---|---|
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: Add initial pez pool manager https://review.openstack.org/221998 | 00:03 |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: Split out instance provisioning to on demand and pez (WIP) https://review.openstack.org/221999 | 00:03 |
*** puranamr has joined #akanda | 00:39 | |
*** Michael has joined #akanda | 01:02 | |
*** Michael is now known as Guest75919 | 01:02 | |
*** puranamr has quit IRC | 01:22 | |
*** puranamr has joined #akanda | 01:23 | |
*** Guest75919 has quit IRC | 01:25 | |
*** puranamr has quit IRC | 02:45 | |
*** puranamr has joined #akanda | 02:52 | |
*** puranamr has quit IRC | 03:03 | |
*** puranamr has joined #akanda | 03:03 | |
*** sarob has quit IRC | 03:25 | |
*** sarob has joined #akanda | 03:28 | |
*** puranamr has quit IRC | 03:48 | |
*** fzylogic has quit IRC | 05:31 | |
*** puranamr has joined #akanda | 12:57 | |
*** puranamr has quit IRC | 13:15 | |
*** puranamr has joined #akanda | 13:16 | |
*** puranamr has quit IRC | 13:48 | |
*** cleverdevil has joined #akanda | 16:20 | |
rods | adam_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 configurations | 16:29 |
rods | new cluster should run stable/kilo, is that enough to avoid the cloud-init issue? | 16:31 |
*** puranamr has joined #akanda | 16:59 | |
openstackgerrit | David Lenwell proposed stackforge/akanda-rug: Router driver and required changes to instance manager (WIP) https://review.openstack.org/215227 | 17:01 |
*** drwahl1 has joined #akanda | 17:03 | |
*** drwahl1 has quit IRC | 17:06 | |
adam_g | rods, yeah, looks like kilo supports the cloud-init bootstrapping | 17:13 |
sarob | infra zuul seems to be stopped | 17:16 |
rods | adam_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_g | rods, yeah. there hasnt been much movement on the appliance front that would cause any backward incompat inssues | 17:18 |
rods | cool, thx | 17:18 |
adam_g | sarob, i blocked access to that stuff via security groups until i have some type of auth in place | 17:20 |
*** cleverdevil has quit IRC | 17:21 | |
*** drwahl1 has joined #akanda | 17:27 | |
*** puranamr has quit IRC | 17:28 | |
*** drwahl has quit IRC | 17:38 | |
*** drwahl1 has quit IRC | 17:41 | |
sarob | adam_g: sounds good, | 17:51 |
sarob | adam_g: private ci not critical yet | 17:51 |
*** puranamr has joined #akanda | 18:08 | |
adam_g | dhellmann, around? | 18:28 |
adam_g | davidlenwell, 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 IRC | 18:51 | |
*** puranamr has joined #akanda | 19:19 | |
*** puranamr has quit IRC | 19:23 | |
*** puranamr has joined #akanda | 19:31 | |
markmcclain | adam_g: got a devstack env stuck with this error: RequirementParseError: Missing distribution spec [Call | 19:38 |
markmcclain | have you seen that before? | 19:38 |
adam_g | markmcclain, whats the full trace? | 19:38 |
adam_g | or exception | 19:39 |
adam_g | looks like a requirements wedge, i pushed post-freeze global-reqs updates to all akanda trees yesterday, maybe we've got a conflict | 19:39 |
markmcclain | http://paste.openstack.org/show/455611/ | 19:39 |
markmcclain | I actually think this might be pip barfing | 19:40 |
adam_g | markmcclain, where is that happening? | 19:40 |
markmcclain | on one of the lab machines | 19:40 |
adam_g | markmcclain, but i mean at what point? during devstack? | 19:40 |
adam_g | and which command is it running to cause that one? | 19:41 |
markmcclain | during the g-r phase | 19:41 |
markmcclain | sudo -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_g | ive never seen that one before | 19:41 |
adam_g | ugh | 19:41 |
adam_g | markmcclain, pip --version ? | 19:41 |
markmcclain | 7.1.2 | 19:42 |
adam_g | hm | 19:42 |
adam_g | theres a devstack flag to skip using the contraints file | 19:42 |
markmcclain | hmm... looks like it might be a borked cffi install | 19:43 |
adam_g | markmcclain, tho that command is funny, its attmepting to install '[Call', 'Trace]' | 19:43 |
markmcclain | am getting this error... a little before: [ERROR] /home/akanda/devstack/inc/python:146 Can't find package PyMySQL in requirements | 19:46 |
adam_g | markmcclain, 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_g | davidlenwell, 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 comments | 19:59 |
davidlenwell | yeah.. 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 this | 20:00 |
davidlenwell | adam_g: ^ | 20:01 |
adam_g | davidlenwell, cool ill pull them down as they come | 20:02 |
davidlenwell | thanks for the review.. its helpful | 20:02 |
adam_g | davidlenwell, im wondering about the Event object | 20:03 |
davidlenwell | yeah .. thats what I was in the middle of messing with | 20:03 |
adam_g | instead of having Event.driver='router' and Event.resource_id, couldnt we roll that into Event.resource ? | 20:03 |
davidlenwell | sure | 20:04 |
adam_g | and have Event.resource hold the instantiated driver object for the thing? | 20:04 |
adam_g | then th worker only needs to worry about Event.resource.id, etc | 20:04 |
davidlenwell | yeah.. I actually almost did that .. then I remembered you getting on me for passing an object into the event before | 20:04 |
adam_g | that would require some heavier changes in the worker around how it currently handles events with no associated router | 20:04 |
davidlenwell | yes | 20:04 |
davidlenwell | I'll take a pass at it with that in mind this afternoon.. you can review it later on | 20:05 |
adam_g | k | 20:05 |
markmcclain | adam_g: http://paste.ubuntu.com/12330727/ | 20:10 |
adam_g | markmcclain, are you attempting a juno install? or trunk.? | 20:13 |
markmcclain | trunk | 20:13 |
adam_g | markmcclain, it looks like its using juno stuff already checked out in /opt/stack/ | 20:14 |
adam_g | i'd wipe /opt/stack/ and start over? | 20:14 |
markmcclain | yeah... now to figure out why stable/juno was used | 20:14 |
markmcclain | adam_g: good catch btw | 20:15 |
markmcclain | ls | 20:15 |
adam_g | markmcclain, was the system clean before? | 20:20 |
adam_g | RECLONE=False it'll just re-use whatever is there | 20:21 |
markmcclain | no, but should not have been on juno either | 20:22 |
*** puranamr has quit IRC | 20:36 | |
*** puranamr has joined #akanda | 20:43 | |
openstackgerrit | Adam Gandelman proposed stackforge/akanda-rug: Debugging integranion test (DO NOT MERGE) https://review.openstack.org/221541 | 21:28 |
*** puranamr has quit IRC | 21:34 | |
*** puranamr has joined #akanda | 21:35 | |
* adam_g takes the baby to see the baby doctor | 21:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!