*** Mudpuppy has joined #openstack-ansible | 00:01 | |
*** mahito has joined #openstack-ansible | 00:01 | |
*** mahito_ has joined #openstack-ansible | 00:04 | |
*** mahito has quit IRC | 00:05 | |
*** Mudpuppy has quit IRC | 00:16 | |
*** Mudpuppy has joined #openstack-ansible | 00:17 | |
*** sdake has joined #openstack-ansible | 00:20 | |
*** sdake_ has quit IRC | 00:24 | |
*** britthouser has joined #openstack-ansible | 00:56 | |
nosleep77 | hi guys, I have created a playbook to create and launch instance using this page > http://docs.ansible.com/nova_compute_module.html | 00:58 |
---|---|---|
nosleep77 | however, i get this when i try to launch > http://pastebin.com/YyPfkazS | 00:58 |
cloudnull | hey javeriak | 00:59 |
cloudnull | just to check, i assume the containers are all running. if you cant ping them try running the "lxc-system-manage dnsmasq-restart" command to see if its a dnsmasq problem . | 01:00 |
bgmccollum | hi nosleep77...this channel is for deploying OpenStack with ansible. you might want to try #ansible and/or #openstack. | 01:00 |
cloudnull | if its still not acting right you can run "lxc-system-manage iptables-recreate" which will create all of the required rules. | 01:01 |
nosleep77 | the channel is called openstack-ansible. doesn't say its specifically about deployment. this seemed to be the right place for this question. but anyway i'll try elsewhere | 01:02 |
cloudnull | nosleep77 see the topic. | 01:02 |
cloudnull | javeriak: if its still not acting right, you can hit with a hammer using "lxc-system-mange system-force-rebuild" which will restart the containers and rebuild everything back to a running state. | 01:03 |
cloudnull | nosleep77 happy to help where we can , but bgmccollum is correct this channel is for the https://github.com/stackforge/os-ansible-deployment project | 01:04 |
bgmccollum | nosleep77: i suspects your nova_compute task isn't under the tasks section of your play...but without seeing your actual playbook, its hard to say | 01:04 |
nosleep77 | bgmccollum: you're right. i'm quite new to ansible as well learning as I go. let me try that | 01:06 |
cloudnull | nosleep77 either that, or the nova_compute module isn't present within ansible. | 01:06 |
cloudnull | did you install from source ? | 01:06 |
nosleep77 | no I installed ubuntu ppa | 01:08 |
cloudnull | that should be new enough and contain the module. | 01:10 |
cloudnull | do an # ansible --version | 01:10 |
cloudnull | what version does the ppa provide | 01:10 |
javeriak | cloudnull I tried that, we should be able to ping the br-mgmt ip of the container from the deploy node correct? I can ping the eth0 one only | 01:12 |
cloudnull | you should be able to, yes. | 01:12 |
cloudnull | i assuem br-mgmt is online ? can you ping the ip in it ? | 01:12 |
javeriak | not from within the container | 01:13 |
cloudnull | hum . | 01:13 |
javeriak | actually now I cant even ping the eth0 one either | 01:14 |
cloudnull | after running "lxc-system-mange system-force-rebuild" ? | 01:14 |
javeriak | I didnt remeber to check before, now it doesn't ping anything but lxcbr0 | 01:15 |
*** javeriak has quit IRC | 01:16 | |
nosleep77 | ok I did this http://pastebin.com/kidsQ5kH | 01:18 |
nosleep77 | now it says host declaration is required | 01:18 |
nosleep77 | cloudnull: its version 1.9 | 01:19 |
cloudnull | ah. so thats a task , | 01:20 |
cloudnull | you need to make it into a playbook. | 01:20 |
cloudnull | one sec ill get you an example. | 01:20 |
cloudnull | nosleep77: http://cdn.pasteraw.com/mvcvnn7s12aokusijtyml4ekmo5ggrm <- example playbook with your task | 01:22 |
nosleep77 | thanks man. let me check | 01:22 |
*** javeriak has joined #openstack-ansible | 01:26 | |
nosleep77 | cloudnull: it worked thanks but i ran into the same problem i did with the python script. it says floating ip pool not found; however when i do nova floating-ip-pool-list, i see "ext-net" just fine. | 01:28 |
Sam-I-Am | i wonder if that tries to use nova-net vs. neutron | 01:29 |
Sam-I-Am | you might need a neutron play to assign a floater | 01:29 |
Sam-I-Am | or task... | 01:29 |
nosleep77 | i am using neutron yes | 01:30 |
nosleep77 | not really sure what to use then i did a search for any neutron modules for ansible but only ones i see are for deployment | 01:38 |
nosleep77 | this doesn't differentiate b/w nova-net and neutron > http://docs.ansible.com/nova_compute_module.html | 01:39 |
Sam-I-Am | did you create your floating ips with neutron? | 01:39 |
nosleep77 | i think.. let me confirm | 01:39 |
Sam-I-Am | floating ip pools smell very nova-netty | 01:39 |
Sam-I-Am | you might try just floating-ips | 01:40 |
nosleep77 | yes nova floating-ip-create | 01:40 |
nosleep77 | although my deployment is icehouse with neutron.. | 01:41 |
nosleep77 | on ubuntu | 01:41 |
Sam-I-Am | https://github.com/openstack-ansible/openstack-ansible-modules | 01:41 |
Sam-I-Am | version shouldnt matter | 01:42 |
Sam-I-Am | http://docs.ansible.com/quantum_floating_ip_module.html | 01:43 |
Sam-I-Am | not sure why its still quantum | 01:43 |
Sam-I-Am | anywho, i gotta roll along for a bit | 01:44 |
nosleep77 | thanks Sam-I-Am let me try this | 01:45 |
*** britthouser has quit IRC | 01:46 | |
*** sacharya has joined #openstack-ansible | 02:09 | |
nosleep77 | wooot! works! thanks cloudnull and Sam-I-Am !! | 02:12 |
*** sacharya has quit IRC | 02:28 | |
cloudnull | glad its a go nosleep77 ! | 02:35 |
nosleep77 | thanks much! :D | 02:39 |
*** sacharya has joined #openstack-ansible | 02:47 | |
*** javeriak has quit IRC | 02:51 | |
*** sacharya has quit IRC | 03:06 | |
*** sdake_ has joined #openstack-ansible | 03:34 | |
*** yapeng has joined #openstack-ansible | 03:37 | |
*** sdake has quit IRC | 03:38 | |
*** ishant has joined #openstack-ansible | 03:45 | |
*** sacharya has joined #openstack-ansible | 03:49 | |
*** sacharya has quit IRC | 03:55 | |
*** sacharya has joined #openstack-ansible | 03:56 | |
*** yapeng has quit IRC | 04:02 | |
*** yapeng has joined #openstack-ansible | 04:03 | |
*** yapeng has quit IRC | 04:07 | |
*** yapeng has joined #openstack-ansible | 04:32 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Branch update utility https://review.openstack.org/174698 | 04:35 |
*** sacharya has quit IRC | 04:51 | |
*** yapeng has quit IRC | 05:12 | |
*** javeriak has joined #openstack-ansible | 05:19 | |
*** openstackgerrit has quit IRC | 05:21 | |
*** openstackgerrit has joined #openstack-ansible | 05:21 | |
*** stevemar has joined #openstack-ansible | 05:21 | |
*** Mudpuppy has quit IRC | 05:26 | |
*** stevemar has quit IRC | 05:32 | |
*** stevemar has joined #openstack-ansible | 05:33 | |
*** Mudpuppy has joined #openstack-ansible | 05:57 | |
*** Mudpuppy has quit IRC | 06:01 | |
*** stevemar has quit IRC | 06:12 | |
*** javeriak has quit IRC | 06:41 | |
*** zz_avozza is now known as avozza | 07:04 | |
*** sdake has joined #openstack-ansible | 07:06 | |
*** sdake_ has quit IRC | 07:09 | |
*** javeriak has joined #openstack-ansible | 07:36 | |
openstackgerrit | Matt Thompson proposed stackforge/os-ansible-deployment: Enable dashboard scenario test https://review.openstack.org/174736 | 07:41 |
*** mahito has joined #openstack-ansible | 07:46 | |
openstackgerrit | Matt Thompson proposed stackforge/os-ansible-deployment: Enable dashboard scenario test https://review.openstack.org/174736 | 07:47 |
*** mahito_ has quit IRC | 07:49 | |
*** sdake has quit IRC | 08:28 | |
*** javeriak has quit IRC | 08:30 | |
*** javeriak has joined #openstack-ansible | 08:31 | |
*** mahito has quit IRC | 08:37 | |
*** javeriak has quit IRC | 09:01 | |
*** javeriak has joined #openstack-ansible | 09:02 | |
*** javeriak has quit IRC | 09:14 | |
*** javeriak has joined #openstack-ansible | 09:14 | |
*** nosleep77 has quit IRC | 09:20 | |
*** javeriak has quit IRC | 09:21 | |
*** avozza is now known as zz_avozza | 09:39 | |
openstackgerrit | Hugh Saunders proposed stackforge/os-ansible-deployment: Backport the 'scenario' test set name https://review.openstack.org/174789 | 10:01 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Enable dashboard scenario test https://review.openstack.org/174736 | 10:02 |
*** zz_avozza is now known as avozza | 10:07 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Branch update utility https://review.openstack.org/174698 | 10:09 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Add HP monitoring playbook https://review.openstack.org/171223 | 10:41 |
*** ishant has quit IRC | 11:22 | |
*** mnestheu1 has joined #openstack-ansible | 12:01 | |
openstackgerrit | Hugh Saunders proposed stackforge/os-ansible-deployment: Backport openstack_tempest_gate to Juno https://review.openstack.org/174789 | 12:23 |
cloudnull | Morning | 12:30 |
svg | Good afternoon. | 12:35 |
*** jaypipes has joined #openstack-ansible | 12:38 | |
*** nosleep77 has joined #openstack-ansible | 12:38 | |
cloudnull | ;) | 12:53 |
odyssey4me | it looks like we have success in the juno backport of the tempest test lists: https://review.openstack.org/174789 | 13:11 |
odyssey4me | mattt ^ | 13:11 |
odyssey4me | hughsaunders does this have effects on the jenkins jobs? should the same patch also go back to icehouse to complete it all? | 13:12 |
mattt | i +w'd that guy, hughsaunders anything in jenkins need twiddling ? | 13:20 |
hughsaunders | odyssey4me: afaik icehouse jobs are no longer running | 13:21 |
hughsaunders | mattt: not in jenkins-rpc, I will check the qe nightlies | 13:21 |
mattt | hughsaunders: k thanks! | 13:22 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Set master back to master https://review.openstack.org/174873 | 13:37 |
*** Mudpuppy has joined #openstack-ansible | 13:38 | |
odyssey4me | cloudnull is setting our master to upstream master a good idea, considering that we're going to end up battling upstream changes and backporting to kilo may end up being a mess, or impossible | 13:43 |
odyssey4me | I mean, our focus until a few months down the line will be on kilo-related patches, not liberty. | 13:43 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Prep for Kilo 11.0.0rc1 tag https://review.openstack.org/174874 | 13:43 |
cloudnull | odyssey4me we can lock down the various branches to different SHAs if / when we hit stability issues however i think if we want to avoid mega patches in the future and allow a more gradual upgrade path we need to track the branches as they are. | 13:45 |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:45 | |
cloudnull | tracking upstream master will allow us to follow an upgrade path similar to what andymccr had laid out a while back. | 13:46 |
cloudnull | without having huge refactor patches. | 13:46 |
odyssey4me | well, I suppose it's worth a try - I hope it doesn't distract us too much | 13:46 |
cloudnull | itll be a while before kilo and liberty truly divert. plus we shouldn't have too many largish issue moving forward as the structure will more or less allow us to track the various branches unlike the icehouse juno structure before. | 13:48 |
hughsaunders | mattt: jenkins is fine, no code changes needed just parameter changes | 13:49 |
andymccr | its tricky - i guess we see how it goes :) | 13:49 |
cloudnull | andymccr it'll be amazing or itll end in tears. :D | 13:50 |
andymccr | tears of joy | 13:51 |
odyssey4me | "hold my beer and watch this" | 13:51 |
cloudnull | lol. the good old days | 13:51 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Branch update utility https://review.openstack.org/174881 | 13:57 |
*** jaypipes is now known as leakypipes | 13:59 | |
hughsaunders | much container discussion on uktechs | 13:59 |
openstackgerrit | Matt Thompson proposed stackforge/os-ansible-deployment: Enable dashboard scenario test https://review.openstack.org/174884 | 14:04 |
*** KLevenstein has joined #openstack-ansible | 14:04 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Backport openstack_tempest_gate to Juno https://review.openstack.org/174789 | 14:07 |
*** sdake has joined #openstack-ansible | 14:12 | |
openstackgerrit | Matt Thompson proposed stackforge/os-ansible-deployment: Enable dashboard scenario test https://review.openstack.org/174890 | 14:14 |
mattt | hughsaunders: http://jenkins.propter.net/job/commit-multinode/528/console | 14:16 |
hughsaunders | hmm | 14:17 |
*** Mudpuppy has quit IRC | 14:17 | |
hughsaunders | maybe the tags need quoting | 14:17 |
hughsaunders | odd that it works for master though | 14:18 |
mattt | hughsaunders: yeah it's quoted in master it seems | 14:20 |
mattt | oh wait n/m | 14:21 |
hughsaunders | ah, problem is that I haven't PRd my jenkins rpc juno branch to rcbops/jenkins-rpc | 14:33 |
odyssey4me | hughsaunders it would seem that you're prepping for your very own megapatch :p | 14:36 |
*** britthouser has joined #openstack-ansible | 14:36 | |
hughsaunders | 199 additions and 27 deletions. | 14:36 |
hughsaunders | not too bad | 14:36 |
*** stevemar has joined #openstack-ansible | 14:37 | |
palendae | -2 | 14:38 |
palendae | gtfo | 14:38 |
odyssey4me | ninja merge? | 14:40 |
palendae | >:( | 14:40 |
hughsaunders | palendae: can review if you like.. https://github.com/rcbops/jenkins-rpc/pull/271 | 14:40 |
mattt | so we're sure master branch will track upstream master? | 14:42 |
mattt | andymccr: if this blows up we're all going to blame you | 14:42 |
odyssey4me | mattt apparently it works, so why not ;) | 14:42 |
andymccr | what | 14:43 |
andymccr | how are you gonna blame me?! | 14:43 |
palendae | mattt: That is what I heard | 14:43 |
odyssey4me | it's friday, everything that breaks on friday is to blame on a rotational basis | 14:44 |
andymccr | ahh ok | 14:44 |
andymccr | i'll take this friday | 14:44 |
*** sdake_ has joined #openstack-ansible | 14:47 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Prep for Kilo 11.0.0rc1 tag https://review.openstack.org/174874 | 14:47 |
*** Mudpuppy has joined #openstack-ansible | 14:49 | |
*** sdake has quit IRC | 14:50 | |
*** Mudpuppy has quit IRC | 14:50 | |
*** Mudpuppy has joined #openstack-ansible | 14:51 | |
*** avozza is now known as zz_avozza | 14:54 | |
*** sacharya has joined #openstack-ansible | 14:59 | |
*** markvoelker has joined #openstack-ansible | 15:00 | |
*** markvoelker has quit IRC | 15:00 | |
*** markvoelker has joined #openstack-ansible | 15:00 | |
*** zz_avozza is now known as avozza | 15:34 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Set master back to master https://review.openstack.org/174873 | 15:37 |
*** javeriak has joined #openstack-ansible | 15:41 | |
*** jwagner_away is now known as jwagner | 15:45 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Branch update utility https://review.openstack.org/174881 | 15:53 |
mattt | looks like we still need to bump swift https://github.com/stackforge/os-ansible-deployment/blob/master/scripts/run-upgrade.sh#L187 | 15:58 |
*** britthouser has quit IRC | 15:58 | |
*** britthouser has joined #openstack-ansible | 16:02 | |
mattt | cloudnull: do we need to bump swift in kilo ? it's still that older version | 16:05 |
*** britthouser has quit IRC | 16:17 | |
*** subscope has joined #openstack-ansible | 16:20 | |
cloudnull | Mattt I'd say yes. | 16:21 |
*** britthouser has joined #openstack-ansible | 16:21 | |
*** sdake has joined #openstack-ansible | 16:35 | |
*** britthouser has quit IRC | 16:37 | |
*** sdake_ has quit IRC | 16:39 | |
*** KLevenstein has quit IRC | 16:48 | |
*** markvoelker has quit IRC | 17:03 | |
*** javeriak has quit IRC | 17:31 | |
*** KLevenstein has joined #openstack-ansible | 17:41 | |
openstackgerrit | Miguel Grinberg proposed stackforge/os-ansible-deployment: Add option to enable/disable the nova v2.1 API https://review.openstack.org/174977 | 17:45 |
openstackgerrit | Nolan Brubaker proposed stackforge/os-ansible-deployment-specs: Propose new developer documentation https://review.openstack.org/173155 | 17:45 |
openstackgerrit | Miguel Grinberg proposed stackforge/os-ansible-deployment: Add option to enable/disable the nova v2.1 API https://review.openstack.org/174977 | 17:46 |
openstackgerrit | David Wilde proposed stackforge/os-ansible-deployment: Bump the tempest gate repository version to master https://review.openstack.org/174983 | 17:59 |
*** javeriak has joined #openstack-ansible | 18:08 | |
*** javeriak_ has joined #openstack-ansible | 18:11 | |
*** javeriak has quit IRC | 18:11 | |
*** leakypipes has quit IRC | 18:25 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Resolves lookup plugin name duplication issue https://review.openstack.org/174998 | 18:34 |
*** avozza is now known as zz_avozza | 18:34 | |
openstackgerrit | Nolan Brubaker proposed stackforge/os-ansible-deployment-specs: Propose new developer documentation https://review.openstack.org/173155 | 18:36 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Resolves lookup plugin name duplication issue https://review.openstack.org/174998 | 18:36 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Resolves lookup plugin name duplication issue https://review.openstack.org/175001 | 18:37 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Add option to enable/disable the nova v2.1 API https://review.openstack.org/175002 | 18:40 |
miguelgrinberg | cloudnull: thanks for doing the cherry-pick of ^ | 18:42 |
cloudnull | no thank you for doing the commit :) | 18:42 |
miguelgrinberg | wasn't sure we wanted to incorporate it or not, was waiting to see if it was going +1 or -1 | 18:42 |
cloudnull | +2 +W because without the change nova 2.1 is unusable. | 18:43 |
miguelgrinberg | right, but do we rely on 2.1 for anything? | 18:43 |
palendae | No idea | 18:43 |
miguelgrinberg | the nova default is to not have it | 18:43 |
Sam-I-Am | ^ this | 18:43 |
palendae | From what little I've seen, 2.1 is messy regardless | 18:44 |
Sam-I-Am | i think 2.1 needs another cycle | 18:44 |
Sam-I-Am | might be related to certain... things. | 18:44 |
miguelgrinberg | right, it can be used, but it is incomplete | 18:44 |
Sam-I-Am | iirc, osad is opinionated to what works | 18:44 |
Sam-I-Am | or what we think works | 18:44 |
Sam-I-Am | if we dont think 2.1 is ready, we dont push it | 18:44 |
palendae | v2's not gone right? | 18:44 |
palendae | Deprecated at worst? | 18:44 |
miguelgrinberg | no, it's still supported | 18:45 |
miguelgrinberg | v2.1 intends to be a replacement for v2, mostly compatible | 18:45 |
cloudnull | we do not require 2.1 for functionality, but we do for release. | 18:45 |
palendae | We do? | 18:45 |
cloudnull | yes we do | 18:45 |
palendae | I wasn't aware of that | 18:45 |
* palendae shrugs | 18:45 | |
palendae | Again, not opposed, just wasn't aware | 18:46 |
Sam-I-Am | cloudnull: howd that happen? | 18:46 |
cloudnull | we had v3 support, and in removing that we need a replacement. | 18:46 |
cloudnull | howd what happen ? | 18:46 |
Sam-I-Am | we need 2.1 for release, but not functionality | 18:46 |
Sam-I-Am | sounds like sales critter involvement | 18:47 |
Sam-I-Am | "ohhhh we do that" sort of thing | 18:47 |
palendae | We don't run on devstack vms for build checks do we? | 18:51 |
palendae | So our job names don't need 'dsvm' in them | 18:51 |
*** zz_avozza is now known as avozza | 18:53 | |
Sam-I-Am | palendae: probably not | 18:53 |
Sam-I-Am | palendae: oavm ? | 18:53 |
cloudnull | osadvm | 18:54 |
cloudnull | :) | 18:54 |
palendae | 👍 | 18:54 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Resolves lookup plugin name duplication issue https://review.openstack.org/175001 | 19:03 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Add option to enable/disable the nova v2.1 API https://review.openstack.org/174977 | 19:32 |
*** stevemar has quit IRC | 19:40 | |
*** stevemar2 has joined #openstack-ansible | 19:40 | |
*** subscope has quit IRC | 19:40 | |
cloudnull | palendae: can you do the needful https://review.openstack.org/#/c/175001/ | 19:49 |
openstackgerrit | Sudarshan Acharya proposed stackforge/os-ansible-deployment: Applying copy_update to all policy.json files https://review.openstack.org/175024 | 19:50 |
palendae | cloudnull: Needful's been did for both master and kilo | 19:53 |
openstackgerrit | Sudarshan Acharya proposed stackforge/os-ansible-deployment: Applying copy_update to all policy.json files https://review.openstack.org/175024 | 19:53 |
cloudnull | tyvm | 19:53 |
cloudnull | ^ palendae | 19:53 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Prep for Kilo 11.0.0rc1 tag https://review.openstack.org/174874 | 19:59 |
*** stevemar2 is now known as stevemar | 20:15 | |
*** sacharya has quit IRC | 20:19 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Add option to enable/disable the nova v2.1 API https://review.openstack.org/175002 | 20:21 |
*** sacharya has joined #openstack-ansible | 20:22 | |
*** openstackgerrit has quit IRC | 20:22 | |
*** openstackgerrit has joined #openstack-ansible | 20:22 | |
*** sacharya has quit IRC | 20:32 | |
*** sdake_ has joined #openstack-ansible | 20:56 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Resolves lookup plugin name duplication issue https://review.openstack.org/175001 | 20:56 |
*** logan2 has quit IRC | 20:59 | |
*** sdake has quit IRC | 20:59 | |
mattt | 20:59 | |
Sam-I-Am | 21:00 | |
*** logan2 has joined #openstack-ansible | 21:00 | |
*** avozza is now known as zz_avozza | 21:04 | |
openstackgerrit | Matt Thompson proposed stackforge/os-ansible-deployment: Fix error in scripts/run-upgrade.sh https://review.openstack.org/175057 | 21:06 |
*** KLevenstein has quit IRC | 21:10 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Fix error in scripts/run-upgrade.sh https://review.openstack.org/175058 | 21:14 |
*** KLevenstein has joined #openstack-ansible | 21:16 | |
*** KLevenstein has quit IRC | 21:16 | |
*** openstackgerrit has quit IRC | 21:23 | |
*** openstackgerrit has joined #openstack-ansible | 21:23 | |
*** sdake has joined #openstack-ansible | 21:25 | |
palendae | cloudnull: Is the gate failing on the same package each time?It seems to be | 21:28 |
cloudnull | yea, im looking at that now. | 21:28 |
cloudnull | it seems that the swift stable/kilo branch is broken presently | 21:28 |
* palendae facepalm | 21:29 | |
*** stevemar has quit IRC | 21:29 | |
mattt | oh i was just about to bump that | 21:29 |
*** sdake_ has quit IRC | 21:29 | |
mattt | so it's not working? | 21:29 |
cloudnull | mattt it was bumped here for kilo https://review.openstack.org/#/c/174874/ | 21:29 |
cloudnull | and yea its failing on that | 21:29 |
cloudnull | this is the error 2015-04-17 21:23:26,322 p=18931 u=root | failed: [aio1_swift_proxy_container-6ea9a616] => (item=swift) => {"attempts": 5, "cmd": "/usr/local/bin/pip install swift", "failed": true, "item": "swift"} | 21:30 |
mattt | cloudnull: oh i was going to just bump to stable/kilo in kilo branch | 21:31 |
palendae | http://logs.openstack.org/74/174874/3/check/os-ansible-deployment-dsvm-check-commit/dc3c782/console.html#_2015-04-17_20_37_06_636 | 21:31 |
cloudnull | yea for the tag i set all of the repos to use the head of stable/kilo but using the sha | 21:31 |
mattt | k | 21:32 |
cloudnull | palendae yea | 21:32 |
palendae | Oh, wrong log | 21:32 |
mattt | yeah i tried bumping swift during the week and it was failing then also | 21:32 |
palendae | Earlier one | 21:32 |
cloudnull | here http://logs.openstack.org/74/174874/3/check/os-ansible-deployment-dsvm-check-commit/a3f63b1/logs/ansible-logging/ansible.log | 21:32 |
cloudnull | at the bottom, | 21:32 |
palendae | Yeah looking at that one now too | 21:32 |
cloudnull | i have an aio up that the change is build on. | 21:33 |
cloudnull | so i'll know more in a min | 21:33 |
mattt | ok sweet | 21:33 |
*** jwagner is now known as jwagner_away | 21:37 | |
mattt | cloudnull: why didn't you use the rc1 tag instead of sha? | 21:37 |
cloudnull | ebcause the rc1 tag is old at this point and not universally available . | 21:38 |
mattt | bah | 21:38 |
mattt | i thought every project had one | 21:38 |
mattt | even swift :) | 21:38 |
cloudnull | i think they all do at this point, but then rc2 will be out for some and not others. | 21:39 |
cloudnull | and so on and so forth. | 21:39 |
cloudnull | be may need to set it to the 2.3.0rc1 from 3 days ago | 21:39 |
cloudnull | but last i tried that didn't work either. | 21:39 |
*** Mudpuppy_ has joined #openstack-ansible | 21:45 | |
*** Mudpuppy has quit IRC | 21:48 | |
*** Mudpuppy_ has quit IRC | 21:49 | |
*** markvoelker has joined #openstack-ansible | 21:49 | |
*** markvoelker_ has joined #openstack-ansible | 21:50 | |
*** markvoelker has quit IRC | 21:54 | |
palendae | cloudnull: Any luck? | 21:55 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Resolves lookup plugin name duplication issue https://review.openstack.org/174998 | 21:56 |
cloudnull | it seems to be building all the correct things so far | 21:56 |
palendae | I'm probably going to be stepping away for a few hours soon, but I can check back in to see where it's at | 21:56 |
cloudnull | the dep that is having a hard time is pyeclib | 21:56 |
cloudnull | but im running down that rabbit hole now. | 21:57 |
*** markvoelker_ has quit IRC | 21:58 | |
sigmavirus24 | yeah glance will likely have an rc2 | 22:01 |
Sam-I-Am | cloudnull: the rabbitmq hole? lol | 22:03 |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:13 | |
*** sdake_ has joined #openstack-ansible | 22:24 | |
*** sdake has quit IRC | 22:27 | |
*** daneyon_ has joined #openstack-ansible | 22:28 | |
*** daneyon has quit IRC | 22:31 | |
*** daneyon has joined #openstack-ansible | 22:32 | |
*** daneyon_ has quit IRC | 22:32 | |
*** KLevenstein has joined #openstack-ansible | 22:44 | |
*** sdake has joined #openstack-ansible | 22:46 | |
cloudnull | palendae it looks like swift has a new sys dep "liberasurecode-dev liberasurecode1" | 22:47 |
*** KLevenstein has quit IRC | 22:48 | |
cloudnull | based on the new required python package https://bitbucket.org/kmgreen2/pyeclib/src/041d44311bf3d7d3f655dfc6c692d8693b9e0634/setup.py?at=master | 22:50 |
*** sdake_ has quit IRC | 22:50 | |
palendae | Fantastic | 22:53 |
cloudnull | so we need to add those two packages to swift and the dev lib to the repo servers so they can build | 22:55 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Prep for Kilo 11.0.0rc1 tag https://review.openstack.org/174874 | 22:56 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: updated swift deps for use in stable/kilo https://review.openstack.org/175070 | 23:03 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: updated swift deps for use in stable/kilo https://review.openstack.org/175072 | 23:08 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Prep for Kilo 11.0.0rc1 tag https://review.openstack.org/174874 | 23:12 |
*** sdake_ has joined #openstack-ansible | 23:14 | |
*** sdake has quit IRC | 23:17 | |
palendae | Looks like it's still failing | 23:27 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: updated swift deps for use in stable/kilo https://review.openstack.org/175072 | 23:29 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: updated swift deps for use in stable/kilo https://review.openstack.org/175070 | 23:30 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Prep for Kilo 11.0.0rc1 tag https://review.openstack.org/174874 | 23:31 |
cloudnull | palendae yea it was | 23:32 |
*** sdake has joined #openstack-ansible | 23:32 | |
cloudnull | the libs are in the backports repo, which is configured on the host, but not in the container. ill see if the latest patch sets make it go. | 23:33 |
*** sdake_ has quit IRC | 23:36 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fix error in scripts/run-upgrade.sh https://review.openstack.org/175057 | 23:41 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fix error in scripts/run-upgrade.sh https://review.openstack.org/175058 | 23:44 |
*** stevelle has quit IRC | 23:46 | |
*** stevelle has joined #openstack-ansible | 23:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!