Thursday, 2017-02-09

*** DimGR has joined #openstack-ansible00:05
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Benchmark requests during zero-downtime upgrades  https://review.openstack.org/43122500:05
*** vnogin has quit IRC00:09
*** sdake_ has quit IRC00:20
xdaxdbopenstack services by default create as many worker processes as there are available CPU cores. When I installed OS manually a while back I had to change this because I was running on hosts with 40 cores and multiplied by all the services and hosts it was exceeding the MySQL connection limits00:25
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Benchmark requests during zero-downtime upgrades  https://review.openstack.org/43122500:25
xdaxdbdoes OSA have a way to make this change easily for me?00:25
xdaxdblike limit each service to 4 workers00:26
xdaxdbwhich was the old default I think I read that somewhere, but 4 workers seemed to work great00:26
jmccroryxdaxdb : it'll probably be a few variables per role. here's nova for example: https://github.com/openstack/openstack-ansible-os_nova/blob/master/defaults/main.yml#L384-L39800:29
xdaxdbjmccrory: I've been looking for something like this for a long time thanks! so I just need to take these modifications and put them in the user_variables.yml correct?00:32
jmccroryyep00:33
*** pmannidi has quit IRC00:33
*** pmannidi has joined #openstack-ansible00:33
openstackgerritMerged openstack/openstack-ansible-os_swift master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43003600:39
*** hw_wutianwei has joined #openstack-ansible00:53
*** cuongnv has joined #openstack-ansible01:03
*** sdake has joined #openstack-ansible01:18
*** sdake has quit IRC01:20
*** sdake has joined #openstack-ansible01:21
*** jperry has joined #openstack-ansible01:31
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108001:34
hybridpollogreetings guys not sure if this is the right place to ask.  But what would be the definitive way to see which openstack project version is associated with an osad release.  I've been looking at the install branch on openstack-ansible/playbooks/defaults/repo_packages/openstack_services.yml.  Is there a more effective way to do so ?01:36
cloudnullhybridpollo: that's the best way to know which things we're pulling from. however if its a modern release you can pull from the repo server the absolute-requirements.* which were deployed in the environment.01:39
*** adrian_otto has quit IRC01:39
*** vnogin has joined #openstack-ansible01:40
*** vnogin has quit IRC01:44
cloudnullhybridpollo: here's an example01:49
cloudnullhttp://cdn.pasteraw.com/qczeqb33q404h0gxlk1ms85gkdd8rwk01:49
cloudnullwhich is coming from an anvironment running 14.0.701:49
*** winggundamth has joined #openstack-ansible01:49
cloudnullwhich is on the repo server at https://${LB_VIP_ADDRESS}:8181/os-releases/14.0.7/requirements_absolute_requirements.txt01:50
hybridpollocloudnull: excellent, thank you!01:51
cloudnullhope that helps01:51
hybridpollodefinitely does.01:51
*** mmalik4 has quit IRC01:52
*** thorst_ has joined #openstack-ansible01:54
*** SerenaFeng has joined #openstack-ansible01:55
*** aludwar has quit IRC01:57
*** thorst_ has quit IRC01:58
*** adrian_otto has joined #openstack-ansible01:59
*** adrian_otto has quit IRC02:03
*** jamesdenton has joined #openstack-ansible02:04
*** david-lyle has joined #openstack-ansible02:06
*** jamesden_ has joined #openstack-ansible02:07
*** cathrichardson has quit IRC02:08
*** jamesdenton has quit IRC02:08
*** cathrichardson has joined #openstack-ansible02:09
*** ianychoi has quit IRC02:13
*** ianychoi has joined #openstack-ansible02:13
*** gouthamr has quit IRC02:16
*** Jeffrey4l has quit IRC02:17
*** woodard has joined #openstack-ansible02:18
*** Jeffrey4l has joined #openstack-ansible02:20
*** May-meimei has joined #openstack-ansible02:26
*** Mahe has quit IRC02:31
*** woodard_ has joined #openstack-ansible02:33
*** kberger has quit IRC02:33
*** Mahe has joined #openstack-ansible02:33
*** kberger has joined #openstack-ansible02:33
*** Amit82 has joined #openstack-ansible02:34
*** japestinho has joined #openstack-ansible02:34
Amit82Hi All,  I am new to Opestack. I have deployed Openstack using Openstack Ansible. I am using Newton release from tag 14.0.0. My test environment is containing only Compute Node and Controller Node (Infra Node).  After this deployment is successful, I have added an image in glance, created a flavor but when I am trying to launch an instance using "Launch Instance" page on Horizon UI, it is showing that there are no availabi02:34
Amit82successful*02:34
*** woodard has quit IRC02:35
Amit82I have checked using "Openstack availability zones list" and it is showing three zones (Internal, nova and nova) and they are available. Also checked with "nova availability-zone-list" and it shows availability zone "internal" and its status as active/available. When I am using "neutron availability-zone-list", it shows two zones nova and nova. Horizon UI is showing availability zones in "Host Aggregate" as "internal" only02:35
Amit82 is empty.  Has anybody faced such issue ever that why availability zones are not available in Horizon UI launch instance? Please guide if you have any clue regarding this issue.02:36
*** ngupta has joined #openstack-ansible02:38
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108002:43
*** hybridpollo has quit IRC02:45
*** ngupta has quit IRC02:49
*** pwnall1337 is now known as zz_pwnall133702:50
*** ngupta has joined #openstack-ansible02:50
*** hybridpollo has joined #openstack-ansible02:56
*** Hosam has quit IRC02:56
*** openstackstatus has quit IRC02:58
*** openstackstatus has joined #openstack-ansible03:00
*** ChanServ sets mode: +v openstackstatus03:00
*** thorst_ has joined #openstack-ansible03:08
*** thorst_ has quit IRC03:08
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_cinder master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43127503:09
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_heat master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43127803:11
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_zaqar master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43127903:13
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_barbican master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128003:15
*** MasterOfBugs has quit IRC03:16
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_gnocchi master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128203:17
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_cloudkitty master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128303:19
*** sliver has joined #openstack-ansible03:22
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_sahara master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128503:23
*** mcrafty has quit IRC03:24
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-ceph_client master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128603:25
*** Amit82 has quit IRC03:27
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_watcher master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128803:28
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_monasca master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43129003:30
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_trove master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43129303:33
*** ngupta has quit IRC03:34
*** ngupta has joined #openstack-ansible03:34
*** mcrafty has joined #openstack-ansible03:36
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_almanach master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43129403:36
*** thorst_ has joined #openstack-ansible03:38
*** thorst_ has quit IRC03:38
*** sliver has quit IRC03:39
*** ngupta has quit IRC03:39
*** jperry has quit IRC03:40
*** marst has joined #openstack-ansible03:41
*** sdake has quit IRC03:45
*** chhavi has joined #openstack-ansible03:47
*** May-meimei has quit IRC03:48
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Benchmark requests during zero-downtime upgrades  https://review.openstack.org/43122503:53
*** jrobinson is now known as jrobinson-afk03:58
*** phalmos has quit IRC04:00
*** SerenaFeng has quit IRC04:02
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Fix idempotence for nova cell1 create  https://review.openstack.org/43130404:03
*** crushil has quit IRC04:04
*** lucas_ has joined #openstack-ansible04:10
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server stable/newton: Update RabbitMQ to v3.6.6-1  https://review.openstack.org/43105604:11
*** crushil has joined #openstack-ansible04:17
*** udesale has joined #openstack-ansible04:18
*** SerenaFeng has joined #openstack-ansible04:24
*** cathrichardson has quit IRC04:25
*** cathrichardson has joined #openstack-ansible04:26
*** jrobinson-afk is now known as jrobinson04:28
*** adrian_otto has joined #openstack-ansible04:30
*** Amit82 has joined #openstack-ansible04:30
*** lucas_ has quit IRC04:31
*** sdake has joined #openstack-ansible04:34
*** faizy has joined #openstack-ansible04:35
*** adrian_otto has quit IRC04:36
*** thorst_ has joined #openstack-ansible04:38
*** thorst_ has quit IRC04:44
*** SerenaFeng has quit IRC04:56
*** acormier has joined #openstack-ansible05:06
*** acormier has quit IRC05:10
*** acormier has joined #openstack-ansible05:16
*** ssmith has joined #openstack-ansible05:16
*** poopcat has quit IRC05:17
*** acormier has quit IRC05:17
*** acormier has joined #openstack-ansible05:18
*** cmart has quit IRC05:19
*** LinStatSDR has joined #openstack-ansible05:19
*** crushil has quit IRC05:21
*** ssmith has quit IRC05:21
*** shausy has joined #openstack-ansible05:21
*** acormier has quit IRC05:25
*** LinStatSDR has quit IRC05:26
*** phalmos has joined #openstack-ansible05:29
*** acormier has joined #openstack-ansible05:35
*** hybridpollo has quit IRC05:37
*** sdake has quit IRC05:39
*** sdake has joined #openstack-ansible05:40
*** SerenaFeng has joined #openstack-ansible05:41
*** cmart has joined #openstack-ansible05:43
*** admin0_ has joined #openstack-ansible05:44
*** admin0_ has quit IRC05:57
*** Jack_Iv has joined #openstack-ansible05:59
*** Andrew_jedi has quit IRC06:00
*** japestinho has quit IRC06:01
*** winggundamth has quit IRC06:04
*** jamesden_ has quit IRC06:09
*** sacharya_ has quit IRC06:11
*** cmart has quit IRC06:11
*** May-meimei has joined #openstack-ansible06:13
*** acormier has quit IRC06:15
*** acormier has joined #openstack-ansible06:15
*** admin0_ has joined #openstack-ansible06:15
*** admin0_ has quit IRC06:25
*** raddaoui__ has joined #openstack-ansible06:29
*** NachoDuck_ has joined #openstack-ansible06:29
*** portdirect__ has joined #openstack-ansible06:30
*** Hosam has joined #openstack-ansible06:31
*** kberger has quit IRC06:32
*** Disova_ has joined #openstack-ansible06:32
*** marst_ has joined #openstack-ansible06:32
*** raddaoui has quit IRC06:33
*** portdirect has quit IRC06:33
*** NachoDuck has quit IRC06:33
*** Disova has quit IRC06:33
*** marst has quit IRC06:33
*** cuongnv has quit IRC06:33
*** portdirect__ is now known as portdirect06:33
*** raddaoui__ is now known as raddaoui06:33
*** chhavi has quit IRC06:33
*** NachoDuck_ is now known as NachoDuck06:34
*** john51 has quit IRC06:34
*** john51 has joined #openstack-ansible06:35
*** Hosam_ has joined #openstack-ansible06:40
*** thorst_ has joined #openstack-ansible06:40
*** fxpester has joined #openstack-ansible06:42
*** admin0_ has joined #openstack-ansible06:43
*** cuongnv has joined #openstack-ansible06:43
*** Hosam has quit IRC06:43
*** Jack_Iv has quit IRC06:44
*** admin0_ has quit IRC06:44
*** thorst_ has quit IRC06:45
*** Jack_Iv has joined #openstack-ansible06:45
*** acormier has quit IRC06:45
*** acormier has joined #openstack-ansible06:49
*** Jack_Iv has quit IRC06:49
*** SerenaFeng has quit IRC06:50
*** SerenaFeng has joined #openstack-ansible06:51
*** sdake has quit IRC06:56
*** woodard_ has quit IRC07:06
*** acormier has quit IRC07:06
*** sacharya has joined #openstack-ansible07:12
*** sacharya has quit IRC07:17
*** udesale__ has joined #openstack-ansible07:17
*** udesale has quit IRC07:20
*** udesale__ has quit IRC07:32
*** udesale has joined #openstack-ansible07:33
*** udesale has quit IRC07:35
*** udesale has joined #openstack-ansible07:35
*** pcaruana has joined #openstack-ansible07:36
*** udesale has quit IRC07:52
*** udesale has joined #openstack-ansible07:53
*** drifterza has joined #openstack-ansible07:53
*** phalmos has quit IRC07:54
*** pmannidi has quit IRC07:55
*** jrobinson has quit IRC07:57
drifterzaSup OSA08:00
*** SerenaFeng has quit IRC08:05
*** sdake has joined #openstack-ansible08:05
*** SerenaFeng has joined #openstack-ansible08:08
openstackgerritDonovan Francesco (drifterza) proposed openstack/openstack-ansible master: Add Cloudkitty to integrated repo.  https://review.openstack.org/39731308:11
*** faizy has quit IRC08:11
*** faizy has joined #openstack-ansible08:12
*** admin0_ has joined #openstack-ansible08:13
*** udesale__ has joined #openstack-ansible08:14
Mr_Smurfcloudnull: bug #1660626 also hits stable/newton08:15
openstackbug 1660626 in openstack-ansible "Changes in Ansible broke TASK [os_keystone : Set keystone_federated_identities fact]" [High,Fix released] https://launchpad.net/bugs/1660626 - Assigned to Kevin Carter (kevin-carter)08:15
*** karimb has joined #openstack-ansible08:15
*** udesale has quit IRC08:17
*** admin0_ has quit IRC08:18
*** DimGR has quit IRC08:20
*** sdake has quit IRC08:24
*** vnogin has joined #openstack-ansible08:31
*** vnogin has quit IRC08:32
*** vnogin has joined #openstack-ansible08:32
*** thorst_ has joined #openstack-ansible08:40
*** thorst_ has quit IRC08:46
*** DanyC has joined #openstack-ansible08:46
*** DanyC has quit IRC08:51
*** DanyC has joined #openstack-ansible08:52
*** admin0_ has joined #openstack-ansible08:54
*** winggundamth has joined #openstack-ansible08:57
*** openstackgerrit has quit IRC09:03
*** skuda has joined #openstack-ansible09:04
*** chhavi has joined #openstack-ansible09:10
*** karimb has quit IRC09:14
*** Jeffrey4l has quit IRC09:17
*** Jeffrey4l has joined #openstack-ansible09:17
*** pjm6 has quit IRC09:19
*** pjm6 has joined #openstack-ansible09:26
*** Hosam_ has quit IRC09:29
*** SerenaFeng has quit IRC09:29
*** SerenaFeng has joined #openstack-ansible09:30
*** SerenaFeng has quit IRC09:35
*** SerenaFeng has joined #openstack-ansible09:36
*** sdake has joined #openstack-ansible09:37
*** japestinho has joined #openstack-ansible09:40
*** japestinho has quit IRC09:41
*** japestinho has joined #openstack-ansible09:41
*** Andrew_jedi has joined #openstack-ansible09:43
*** SerenaFeng has quit IRC09:46
Mr_Smurfcloudnull: I've backported the ocata fixes to newton if you want them..09:48
*** karimb has joined #openstack-ansible09:49
*** chhavi has quit IRC09:56
*** sdake has quit IRC09:57
Andrew_jedifolks, i used the "lxc-containers-destroy.yml" playbook to deestroy all containers and then "lxc-containers-create.yml" to create the containers, but now when i am trying to run the "setup-hosts.yml" playbook, i am getting this error :http://paste.openstack.org/show/598194/09:59
*** DimGR has joined #openstack-ansible09:59
*** david-lyle has quit IRC10:02
andymccrAndrew_jedi: you have a host that has 2 ips listed as it's ip (im guessing in different places)10:04
andymccre.g. you've set compute_hosts: compute01: ip: 172.29.238.11 and then somewhere else you are using a host called compute01 with an ip of 172.29.238.1210:05
*** c0t0d0s1 has quit IRC10:06
*** admin0_ has quit IRC10:06
*** cuongnv has quit IRC10:07
*** admin0_ has joined #openstack-ansible10:08
Andrew_jediandymccr: Ahhh, thanks for pointing this out :). I guess i need more coffee to "actually" wake up :D10:09
andymccrhaha yeah Andrew_jedi - welcome to the club I think we've all done that one :P10:09
Andrew_jedihaha10:10
Andrew_jediAlthough i don't understand why after running "lxc-destroy.yml", apt-get update starts failing on the host machine10:10
Andrew_jedisorry, i mean "lxc-containers-destroy.yml".10:11
andymccrAndrew_jedi: I imagine its to do with the fact that the repo servers are gone now10:11
andymccryour pip conf files will probably be wrong too10:12
Andrew_jediandymccr: http://paste.openstack.org/show/598198/10:13
*** faizy has quit IRC10:13
*** faizy has joined #openstack-ansible10:14
Andrew_jedihost can't fetch packages from ubuntu repo10:14
Andrew_jedialmost every 2 weeks, i miss teardown.sh10:14
andymccrhmm10:15
*** udesale__ has quit IRC10:15
andymccrAndrew_jedi: if you can figure out a good way to implement the teardown bits in a play that'd be really nice tbh :) i know people used the functionality but the problem we had was that it did a really bad job of it and we had a lot of queries and problems that resulted. so we figured it was better not to have it if it wasnt going to do a good job.10:16
Andrew_jediandymccr: i know , jesse once described the rationale for removing it great detail but right now there is not elegant way of destroying an OSA environment. For virtual environment i can just recreate them but right now i am on baremetal and i don't have that option available :)10:18
*** chhavi has joined #openstack-ansible10:20
drifterzaaw man, is cloudkitty going to get missed for ocata aswell10:20
drifterzathis sucks10:20
*** Trident has quit IRC10:29
*** Trident has joined #openstack-ansible10:30
*** pcaruana has quit IRC10:32
*** pcaruana has joined #openstack-ansible10:33
*** rgogunskiy has joined #openstack-ansible10:37
odyssey4medrifterza it would have had to be included by milestone 210:39
drifterzayeah it was there in November, but just didnt get any love10:39
*** pjm6 has quit IRC10:39
drifterzaoh well10:39
odyssey4medrifterza it should at least be branched now, which makes the maintenance easier10:40
*** thorst_ has joined #openstack-ansible10:41
drifterzaI was hoping to have it in the integrated repo10:42
drifterzabut its okay, it can go in with pike10:42
*** thorst_ has quit IRC10:46
odyssey4meandymccr brilliant! https://review.openstack.org/431304 :)10:46
odyssey4medrifterza well, it's up to andymccr whether he can squeeze it in now or not - he'll have to verify the release policies10:47
andymccrahh nice10:47
andymccrnice one logan-10:47
odyssey4meotherwise it might be plausible to include it in the integrated release early next cycle10:47
odyssey4meand possibly backport that intengration10:47
andymccroh speaking of cloudkitty i need to update the ocata repo to include the right git review stuff - i'll do that today on the repos i branched10:48
drifterzacould we squeeze it in andymccr ?10:48
drifterzahttps://review.openstack.org/#/c/397313/10:48
andymccrdrifterza: i think the best plan is to include it in the integrated build for pike, but have a working repo on stable/ocata which gets backports - i mean aside from it not getting a SHA per releases, it should be in a stable state in stable/ocata that people can easily use.10:49
drifterzaokay cool10:50
drifterzathe PR should be okay, if someone could vote on it, would appreciate it ;)10:50
*** pjh03 has joined #openstack-ansible10:50
*** sdake has joined #openstack-ansible10:52
drifterzaanyone keen ?10:55
andymccrdrifterza: cool will take a look - i just need to get those role pins fixed first!11:01
drifterzacool thanks man11:01
*** sdake has quit IRC11:11
*** shausy has quit IRC11:17
*** qiliang27 has quit IRC11:20
*** qiliang27 has joined #openstack-ansible11:22
*** Hosam has joined #openstack-ansible11:25
*** admin0_ has quit IRC11:26
odyssey4meandymccr another one that may be useful: https://review.openstack.org/43108011:26
*** stuartgr has joined #openstack-ansible11:27
*** electrofelix has joined #openstack-ansible11:30
*** dgonzalez has quit IRC11:30
Amit82Hi11:36
Amit82Is there any way use run keystone service on IP visible to external world11:37
Amit82Management IP of Infra Node 172.29.236.11 is not visible on my host11:37
Amit82actually I have deployed OS Infra Node and Compute Node in my virtual box VMs11:38
Andrew_jediAmit82: Change the externla lb ip in openstack_user_variables.yml11:38
Amit82but that is used to access Horizon UI only11:39
Amit82isn't it so?11:39
odyssey4meAmit82 the external LB address exposes all public API's11:42
*** openstackgerrit has joined #openstack-ansible11:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Use ocata component for UCA  https://review.openstack.org/43022211:44
Andrew_jediman, "lxc-containers-destroy.yml" is destructive. I may have to reinstall OS on my environment. :/11:45
odyssey4meAndrew_jedi lol, a moment ago you were hoping for it to do more :p11:45
andymccrodyssey4me: did that infra patch just merge?: https://review.openstack.org/#/c/431304/11:46
*** Jack_Iv has joined #openstack-ansible11:46
*** Jack_Iv has quit IRC11:46
odyssey4meandymccr ?11:47
*** Jack_Iv has joined #openstack-ansible11:47
andymccrtrusty job11:47
andymccrfailing in 20 secs :P11:47
andymccrcos no trusty support!11:47
odyssey4meah crap - ok, will fix that up again11:47
andymccrhahaha11:47
Amit82Thanks Odyssey4me and Andrew_jedi11:47
andymccrappreciat eit11:47
Andrew_jediodyssey4me: hehe, it is extremely useful if i have to remove few containers but when i run it without "--limit", it breaks the apt11:47
Amit82Guys, I am facing some issue regarding "There are not Availability zones" at launch instance page of Horizon UI11:48
Amit82Any idea where I could have went wrong in OSA deployment11:49
Andrew_jediAmit82: your compute is not configured correctly11:49
Amit82I followed Newton guide11:49
Andrew_jediAmit82: can you please show me the output of "nova service-list" ?11:49
Amit82sure11:50
*** dgonzalez has joined #openstack-ansible11:51
Amit82+----+------------------+------------------------------------------+----------+---------+-------+----------------------------+-----------------+ | Id | Binary           | Host                                     | Zone     | Status  | State | Updated_at                 | Disabled Reason | +----+------------------+------------------------------------------+----------+---------+-------+----------------------------+------------11:53
odyssey4meAmit82 please use a pastebin or equivalent service for log/console output11:53
openstackgerritMerged openstack/openstack-ansible master: Target unbound component group instead of _all  https://review.openstack.org/43111011:54
*** admin0_ has joined #openstack-ansible11:55
Amit82Its at Paste #59821011:57
odyssey4meAmit82 you'll need to provide the URL to the paste11:57
Amit82http://paste.openstack.org/show/598210/11:58
*** faizy has quit IRC11:59
Amit82Sry, I am new to this11:59
*** askb has quit IRC11:59
*** Disova_ has quit IRC12:01
openstackgerritLogan V proposed openstack/openstack-ansible stable/newton: Target unbound component group instead of _all  https://review.openstack.org/43147912:04
Andrew_jediAmit82: se, you don;t have a compute service12:04
odyssey4melogan- :) I had hoped you'd do that12:04
Andrew_jedilogan-: hello ... i was wondering if you have seen this issue before http://paste.openstack.org/show/598213/ :)12:05
logan-:)12:06
*** Jack_Iv has quit IRC12:06
*** Jack_Iv has joined #openstack-ansible12:06
Andrew_jediAmit82: this is the expected result http://paste.openstack.org/show/598215/12:07
logan-Andrew_jedi: with all urls like that failing it sounds like maybe the apt cacher on the repo server is down. you could try removing /etc/apt/apt.conf.d/00apt-cacher-proxy on the container where you're seeing that and see if that fixes the problem12:07
logan-if it does, then you'll need to check what happened to the apt-cacher-ng service in your repo12:07
Andrew_jedilogan-: I have no containers running, i destroyed all of em12:07
logan-ahh ok12:08
logan-yeah on each host delete that file then12:08
Andrew_jedilogan-: These erros are coming when i am trying to rebuild12:08
Andrew_jedigot it12:08
Andrew_jedilogan-: yayyyym you are my hero man :D12:09
Andrew_jedithanks a ton ...12:09
Adri2000hi logan-, I'm trying to understand this change that you reviewed https://review.openstack.org/#/c/425771/ and where you suggested to use 'dpkg-query python &> /dev/null'; but in the end, the approved patch has 'dpkg-query $> /dev/null' - I'm not sure the '$' makes sense and I'm afraid it's breaking stuff12:09
logan-Adri2000: good catch. that will need to be fixed up :/12:10
*** Jack_Iv has quit IRC12:11
logan-i'm not sure if it will break anything though12:11
logan-but it is definitely wrong12:12
logan-bbl12:12
Amit82then any idea why UI is not showing any availability zones12:12
Andrew_jediAmit82: You need to specify the compute machine in your "openstack_user_config.yml" and then you have to run the "os-nova-install.yml" playbook12:13
Adri2000logan-: I'm working on a new deployment here, and it outputs an error, returns 2, and therefore doesn't install python. next task fails. I'll prepare a patch12:14
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server stable/mitaka: Update the rabbitmq modules to use the node name  https://review.openstack.org/42796312:17
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova master: Implementing stricter permissions on config files  https://review.openstack.org/43096212:17
Amit82Andrew_jedi: compute node is already present in this yml.12:20
odyssey4melogan- you may wish to add your vote to https://review.openstack.org/43146612:20
Amit82I can run os-nova-install.yml12:21
*** smatzek has joined #openstack-ansible12:21
openstackgerritMerged openstack/openstack-ansible-pip_install master: Use RDO/UCA everywhere  https://review.openstack.org/43020812:21
Andrew_jediAmit82: Could you please show me the final result of "os-nova-install.yml" playbook run ?12:22
Amit82sure12:22
openstackgerritAdrien Cunin proposed openstack/openstack-ansible master: Fixed typo causing bug in openstack-hosts-setup  https://review.openstack.org/43149412:24
Adri2000logan-: ^ if you want to have a look when you come back12:24
*** Disova has joined #openstack-ansible12:25
*** phalmos has joined #openstack-ansible12:31
*** chhavi has quit IRC12:31
*** pester has joined #openstack-ansible12:34
*** karimb has quit IRC12:34
*** retreved has joined #openstack-ansible12:35
*** karimb has joined #openstack-ansible12:35
*** fxpester has quit IRC12:37
Amit82Andrew-jedi: here is the final output of os-nova-install.yml12:41
Amit82http://paste.openstack.org/show/598222/12:41
openstackgerritAlexandra Settle proposed openstack/openstack-ansible master: [ops-guide] Add rabbitmq content  https://review.openstack.org/43149912:41
*** thorst_ has joined #openstack-ansible12:41
openstackgerritAlexandra Settle proposed openstack/openstack-ansible master: [ops-guide] Add rabbitmq content  https://review.openstack.org/43149912:42
*** thorst_ has quit IRC12:42
*** thorst_ has joined #openstack-ansible12:43
*** hw_wutianwei has quit IRC12:44
*** lucas__ has joined #openstack-ansible12:48
*** pjh03 has quit IRC12:51
odyssey4meany cores around to add a second review to https://review.openstack.org/427844 ?12:52
openstackgerritAlexandra Settle proposed openstack/openstack-ansible master: [ops-guide] Add rabbitmq content  https://review.openstack.org/43149912:52
odyssey4meandymccr https://review.openstack.org/431080 looks fine to me - any reservations?12:53
andymccrhmm would that only perform the check on hosts where the service restart has changed?12:55
andymccrhmm yeah that seems sound12:56
*** jmckind has joined #openstack-ansible12:56
Andrew_jediAmit82: this looks fine, what does your nova service-list say now ?12:56
Andrew_jedilogan-: Controller node worked fine, all the conatiners are created but compute fails with this msg, any idea about this  http://paste.openstack.org/show/598225/13:00
*** klamath has joined #openstack-ansible13:01
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server stable/mitaka: Update the rabbitmq modules to use the node name  https://review.openstack.org/42796313:01
*** klamath has quit IRC13:01
*** klamath has joined #openstack-ansible13:02
Amit82Andrew-jedi: nova service-list shows same message as http://paste.openstack.org/show/598226/13:03
Andrew_jediAmit82: Can you  please show me the output of "neutron agent-list" ?13:07
*** chhavi has joined #openstack-ansible13:08
Amit82Andrew_jedi: Here it is: http://paste.openstack.org/show/598227/13:08
*** phalmos has quit IRC13:10
Andrew_jediAmit82: ok so no compute service and no l2 agent, looks like nova and neutron service on "compute1" are not able to communicate with "infra1". You may want to look at the nova-compute logs on your compute machine13:12
*** faizy has joined #openstack-ansible13:13
Amit82Andrew_jedi: where can I find these logs13:16
Andrew_jediAmit82: ssh into your compute node and you will see the logs here "/var/log/nova"13:16
Andrew_jedilogan-: nevermind, fixed it. andymccr mentioned this earlier today that pip conf will be incorrect as well, which was the issue indeed. :)13:17
*** Jack_I has joined #openstack-ansible13:17
*** esberglu has joined #openstack-ansible13:22
*** lucas__ has quit IRC13:23
Amit82Andrew_jedi: yes, It is filled with these errors: http://paste.openstack.org/show/598231/13:23
mgariepygood morning everyone13:24
*** karimb has quit IRC13:30
*** Amit82 has quit IRC13:30
*** admin0_ has quit IRC13:32
*** Hosam has quit IRC13:34
*** Hosam has joined #openstack-ansible13:35
*** admin0_ has joined #openstack-ansible13:35
*** Hosam has quit IRC13:39
*** admin0_ has quit IRC13:41
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Temporarily bypass tests for Ubuntu Trusty  https://review.openstack.org/43153813:41
odyssey4meandymccr ^13:42
*** automagically_ has joined #openstack-ansible13:42
*** drifterza has quit IRC13:43
openstackgerritMarc Gariépy proposed openstack/openstack-ansible master: [WIP] Add CentOS support for AIO setup  https://review.openstack.org/40769013:44
automagically_Hola all. What’s the story on remaining Trusty gates on stable/ocata?13:44
andymccrautomagically_: unfortunatley its whack-a-mole on the infra config files :( odyssey4me is working on it though so it'll get fixed and we're going to put a work around in in the meantime.13:45
automagically_Specifically looking for a solution to the Trusty gate failures related to not finding pkg python-ndg-httpsclient in https://review.openstack.org/#/q/topic:restrictive_permissions+branch:stable/ocata13:45
odyssey4meautomagically_ yeah, I've been fighting with silly CI configs for days now to try and get the jobs right from mitaka onwards13:45
automagically_Ah, makes sense13:45
andymccrautomagically_: there is no trusty support in ocata - so those jobs basically shouldnt be running :(13:45
odyssey4mebut ocata and master shouldn't be running any trusty jobs, so I've done https://review.openstack.org/43153813:45
automagically_Right, that was my suspicion13:45
*** kberger has joined #openstack-ansible13:45
automagically_odyssey4me: Nice. Looks like bindep runs before that tho, so it won’t fix those issues13:46
odyssey4mewe're failing on bindep?13:47
automagically_Yeah, cause python-ndg-httpsclient doesn’t exist for Trusty13:47
odyssey4meblast, that makes things more complicated13:47
automagically_Indeed it does13:47
odyssey4mewell, actually - we don't need that any more13:47
odyssey4meI don't think13:47
automagically_I’ll float a trial balloon patch to remove it from bindep and we’ll see what happens13:47
odyssey4meok, lemme pile those patches in too then13:48
mhaydenautomagically_: float on, sir13:48
odyssey4meandymccr the repositories we're hurting for this are keystone, neutron, nova right?13:49
odyssey4meany others?13:49
andymccrodyssey4me: potentially swift too - i think it'll be anything with scenario gates. lemme double check the swift one13:49
odyssey4meyeah, swift too13:49
odyssey4meok, I'll put patches up for them shortly13:50
automagically_Trial balloon up - https://review.openstack.org/#/c/431543/13:50
andymccryeah - the swift one is non-voting13:50
andymccrso thats not such an issue13:50
*** schwicht has joined #openstack-ansible13:51
*** woodard has joined #openstack-ansible13:53
*** gouthamr has joined #openstack-ansible13:56
automagically_Ah crap: https://review.openstack.org/#/c/431543/ didn’t run any functional gates because only a .txt file changed13:56
*** Jack_Iv has joined #openstack-ansible13:57
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Work around Trusty CI bindep issue  https://review.openstack.org/43154913:57
automagically_^ That should do it13:58
openstackgerritRick Box proposed openstack/openstack-ansible-ops master: Adds in network config - removes hardcoded values  https://review.openstack.org/42877013:58
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Work around Trusty CI bindep issue  https://review.openstack.org/43155213:59
openstackgerritMerged openstack/openstack-ansible-os_neutron stable/mitaka: Update paste, policy and rootwrap configurations 2017-02-01  https://review.openstack.org/42784414:00
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Work around Trusty CI bindep issue  https://review.openstack.org/43155514:00
odyssey4meandymccr these should cover it https://review.openstack.org/#/q/topic:trusty-ci-issue14:01
odyssey4meif there are any more that come up, we can do the same14:01
*** DanyC has quit IRC14:01
*** DanyC has joined #openstack-ansible14:02
andymccrodyssey4me: nice thanks!14:02
*** schwicht has quit IRC14:02
andymccri'll get those merged14:03
odyssey4meI'll port them back once they've merged.14:03
*** schwicht has joined #openstack-ansible14:03
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Work around Trusty CI bindep issue  https://review.openstack.org/43155214:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Correct minimum Ansible version in readme  https://review.openstack.org/43041314:05
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Work around Trusty CI bindep issue  https://review.openstack.org/43155514:06
openstackgerritMerged openstack/openstack-ansible-os_nova master: Work around Trusty CI bindep issue  https://review.openstack.org/43154914:07
*** cathrich_ has joined #openstack-ansible14:10
odyssey4meone more automagically_ https://review.openstack.org/431563 :)14:11
*** cathrichardson has quit IRC14:12
*** The_Intern has joined #openstack-ansible14:13
*** Amit82 has joined #openstack-ansible14:14
boxrick1Can someone explain how the following gets merged in? https://review.openstack.org/#/c/428782/1 it seems to be missing a +1 ?14:14
odyssey4meboxrick1 it's a patch based on https://review.openstack.org/428770 which hasn't yet merged14:15
odyssey4meif that patch doesn't actually *depend* on the patch below, then rebase the other patch out of the chain14:15
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Benchmark requests during upgrade testing  https://review.openstack.org/43122514:16
*** LinStatSDR has joined #openstack-ansible14:17
strattao_Building an AIO using 15.0.0.0rc1, and I get a failure on the tempest checks: Error: Host ‘my_hostname’ is not mapped to any cell14:18
*** sawblade6 has quit IRC14:18
strattao_what can I look at to troubleshoot that issue?14:18
andymccrstrattao_: that sounds like a race condition we've encountered with the cells_v2 nova work14:18
andymccrstrattao_: you could run "nova-manage cell_v2 discover_hosts" from within the nova venv on one of the nova_api containers14:19
andymccrstrattao_: actually, firstly check that your compute service is running - because there is another issue with the UCA update that means the nova user isn't added to the correct libvirt group now14:20
*** smatzek has quit IRC14:20
andymccras an aside, we have fixes pending for all these issues so hopefully that'll resolve it :) but at the moment changes upstream are causing us some pain14:20
openstackgerritMerged openstack/openstack-ansible-os_nova master: Update upgrade test to use stable/ocata  https://review.openstack.org/43096014:22
*** schwicht has quit IRC14:24
*** cathrich_ is now known as cathrichardson14:26
*** jperry has joined #openstack-ansible14:26
cloudnullmornings14:27
boxrick1Good morning14:29
boxrick1( Afternoon here )14:29
cloudnullo/ boxrick1 has it ?14:29
*** acormier has joined #openstack-ansible14:30
cloudnull**hows it?14:30
*** acormier has quit IRC14:30
* cloudnull still needs coffee14:30
*** acormier has joined #openstack-ansible14:30
*** woodard has quit IRC14:31
strattao_andymccr: that seemed to do the trick! Thank you!14:31
andymccrstrattao_: excellent - glad that worked14:31
*** woodard has joined #openstack-ansible14:31
*** acormier has quit IRC14:34
boxrick1Speaking of coffee I need coffee...14:34
*** acormier has joined #openstack-ansible14:34
boxrick1cloudnull: Would you mind having a look over this patch? https://review.openstack.org/#/c/428770/114:34
cloudnullsure thing14:35
*** acormier has quit IRC14:35
*** LinStatSDR has quit IRC14:36
*** LinStatSDR has joined #openstack-ansible14:37
*** woodard has quit IRC14:37
*** woodard has joined #openstack-ansible14:38
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server stable/mitaka: Update RabbitMQ to v3.6.6-1  https://review.openstack.org/43106814:42
openstackgerritMerged openstack/openstack-ansible stable/newton: Target unbound component group instead of _all  https://review.openstack.org/43147914:43
cloudnullboxrick1: i've a nit but otherwise looks good14:44
*** nbante has joined #openstack-ansible14:44
boxrick1I have a bunch of the cobbler removal stuff, but thats gonna live in the separate directory as a copy. However I am trying to bring the normal multinode inline with all the minor improvements before I commit that mass.14:45
*** lucas__ has joined #openstack-ansible14:45
*** crushil has joined #openstack-ansible14:47
cloudnullsweet !14:47
cloudnullthanks for working on all that btw14:48
*** aludwar has joined #openstack-ansible14:48
cloudnullwhats up looks good so far .14:48
*** esberglu has quit IRC14:48
odyssey4meevrardjp cloudnull want to give this a final look through seeing as logan- has now blessed it? https://review.openstack.org/39152414:48
cloudnullthe state of that looks good to me14:50
cloudnullbut "gate-openstack-ansible-os_neutron-ansible-calico-ubuntu-xenial-nv" ?14:50
cloudnullis that known broken still ?14:50
cloudnullor does this patch break it ?14:50
evrardjpfor me it looks good14:50
*** sdake has joined #openstack-ansible14:51
evrardjpI think it was broken before14:51
*** weezS has joined #openstack-ansible14:51
evrardjpfails to install calico packages14:52
evrardjpso yes, maybe we should help on this one too14:52
evrardjpbut it's not linked to this commit14:52
cloudnullok14:53
*** sdake_ has joined #openstack-ansible14:54
evrardjpcould someone review this: https://review.openstack.org/#/c/430942/ ? I'm lazy14:54
neithhello al14:55
neithalll14:55
*** cloader89 has joined #openstack-ansible14:55
*** Andrew_jedi has quit IRC14:55
*** sdake has quit IRC14:55
odyssey4mecloudnull the calico gate is not yet working14:56
*** cloader89 has quit IRC14:56
*** schwicht has joined #openstack-ansible14:56
*** cloader89 has joined #openstack-ansible14:56
cloudnullo/ neith14:56
cloudnullodyssey4me: ok14:56
logan-yeah i need to fix the calico gate for master/ocata. it is tracking the wrong branch there14:57
logan-works on newton14:57
* logan- patches that before forgetting again :)14:58
automagically_cloudnull or logan- Mind reviewing https://review.openstack.org/#/c/431561/14:58
*** ngupta has joined #openstack-ansible14:58
*** ngupta has quit IRC14:58
cloudnullo/ automagically_ :)14:58
cloudnullsure14:58
*** ngupta has joined #openstack-ansible14:58
automagically_Thanks cloudnull14:58
logan-done :P14:59
*** rgogunskiy has quit IRC14:59
*** udesale has joined #openstack-ansible14:59
odyssey4melooking for a second review other than automagically_ on https://review.openstack.org/43156315:00
*** lucas__ has quit IRC15:01
*** esberglu has joined #openstack-ansible15:03
evrardjpdone15:03
*** ssmith has joined #openstack-ansible15:03
odyssey4melogan- cloudnull FYI see https://review.openstack.org/430942 the block/rescue method doesn't skip tasks, it completely bypasses them15:03
*** vdo_ has quit IRC15:04
odyssey4methis could be used to speed up quite a few things we do15:04
logan-mind blown15:04
logan-thats cool15:04
evrardjphehe :)15:04
andymccroh damn15:04
andymccrthat is quite awesome15:04
evrardjpI planned to use that for a few tasks already15:04
odyssey4mewherever we have fallback things, we should switch to using this15:04
*** esberglu_ has joined #openstack-ansible15:04
evrardjpindeed15:04
*** woodard has quit IRC15:04
andymccralthough based on current experiences that'll completely change in the next minor version of ansible :P15:04
evrardjphaha15:04
odyssey4meroflmao15:04
logan-yeah see my note about backporting any block stuff to 2.115:05
evrardjpthat's documented in ansible 2.0 as a feature15:05
logan-it was broken in 2.1 pretty badly :P15:05
evrardjpand I'm using it as it was meant.15:05
odyssey4meoh yeah, I think we need to limit our backports to newton now15:05
evrardjpwhich is the difference15:05
andymccrid love to see that - our gates are pretty slow atm, and that'd gain a huge amount of time.15:05
andymccrwell a minor amount of time enough to make me hate the gate time less :P15:05
odyssey4meandymccr we could just ditch centos ;)15:05
mgariepyno !:P15:05
andymccrhahaha15:06
evrardjpI think if we really want to make the thing work faster, we should maybe start using rustible. An ansible binary compatible thing in rust.15:06
logan-lol15:06
evrardjpPatent pending.15:06
automagically_Gah!15:06
andymccrcloudnull recommended we use docker to make all the things faster15:06
evrardjpwell we should stop joking else it some point it will be shipped.15:06
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: unify interface lookups  https://review.openstack.org/43159115:06
palendaeevrardjp: Why not goible? :)15:06
andymccri see the dragonflow patch is going in - nice15:07
cloudnullandymccr: :'(15:07
evrardjpindeed, why not!15:07
cloudnullodyssey4me: ^15:07
evrardjpI would prefer naming it goble though.15:07
cloudnullwe talked about that the other day, trying to get the other interface lookups to be faster.15:07
palendaeevrardjp: Hm, that might not go over well in Germany15:07
andymccrsomebody will have to get oanson some kind of drink to celebrate15:07
odyssey4meoooh cloudnull :)15:07
*** esberglu has quit IRC15:07
palendaeUnless pronounced like a turkey's gobble15:07
evrardjpoanson: deserves champagne!15:08
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: unify interface lookups  https://review.openstack.org/43159115:08
evrardjpalso the integration will just follow up15:08
andymccrahh yes15:08
logan-yep the integration work is close i think15:08
evrardjpI'll write docs15:09
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova master: Implementing stricter permissions on config files  https://review.openstack.org/43096215:09
*** ngupta has quit IRC15:09
andymccrrechecking that ocata UCA bit now - we will need to backport though15:09
evrardjplogan-: if you could review them, that could be great.15:09
odyssey4mecloudnull LGTM, will wait for a gate pass15:09
*** lucas__ has joined #openstack-ansible15:09
evrardjpcloudnull: love your dynamic-address-fact idea15:09
odyssey4meandymccr it won't work until https://review.openstack.org/431538 merges15:09
evrardjpI*15:09
*** woodard has joined #openstack-ansible15:09
*** smatzek has joined #openstack-ansible15:10
cloudnull2 tasks instead of 915:10
logan-sure evrardjp. going to try to get a working integrated build for it sometime soonish. right now it seems to run OK and then when tempest tries to build an instance the whole AIO drops offline. so I guess ovs is hijacking something it shouldn't. just need to figure out whats up and get it wired correctly for AIO I think15:10
*** Andrew_jedi has joined #openstack-ansible15:11
evrardjpyes there are a few vars to define, but I don't know if you defined them... It's really a different wiring than what we are doing right now, so maybe we could just document it properly (first step) or even write another lookup for it (step later)15:11
*** fguillot has joined #openstack-ansible15:12
openstackgerritMerged openstack/openstack-ansible-tests master: Temporarily bypass tests for Ubuntu Trusty  https://review.openstack.org/43153815:15
openstackgerritMerged openstack/openstack-ansible-ceph_client master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128615:16
*** The_Inte_ has joined #openstack-ansible15:16
openstackgerritMerged openstack/openstack-ansible-os_zaqar master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43127915:17
*** agrebennikov_ has joined #openstack-ansible15:17
odyssey4meautomagically andymccr logan- to unblock the ocata gates with regards to trusty: https://review.openstack.org/43159415:17
andymccrsweet sweet15:18
*** adrian_otto has joined #openstack-ansible15:18
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Use ocata component for UCA  https://review.openstack.org/43022215:18
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Add variable to enable integration with barbican  https://review.openstack.org/42698815:18
*** The_Intern has quit IRC15:20
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Cap the number of worker threads  https://review.openstack.org/42412515:20
*** vdo has joined #openstack-ansible15:20
*** vdo has joined #openstack-ansible15:20
*** karimb has joined #openstack-ansible15:22
*** chhavi has quit IRC15:27
*** pester has quit IRC15:28
*** finchd has quit IRC15:28
*** Amit82 has quit IRC15:28
odyssey4mejmccrory lbragstad this is great work - nice to see a performance test coming into play during the upgrade test: https://review.openstack.org/43122515:28
* lbragstad salues jmccrory 15:29
lbragstadnice work jmccrory!15:29
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128315:30
odyssey4methe only reason for the job ail is some CI shenanigans15:30
odyssey4meit's rechecking now15:30
lbragstadodyssey4me jmccrory so - this will run on every proposed patch, right?15:30
lbragstadwell for upgrades?15:30
odyssey4melbragstad for every commit15:30
lbragstadsweet15:30
odyssey4meevery commit to our repo15:30
jmccrorylbragstad : thanks, all your work really. just trying to get it include into our gating15:31
odyssey4meso the next step is to make it run for every commit to the keystone repo ;)15:31
*** udesale has quit IRC15:31
openstackgerritKevin Lefevre proposed openstack/openstack-ansible-os_magnum master: Make Magnum proto use openstack_service_proto  https://review.openstack.org/43160415:31
andymccrpeople helping people - such community.15:31
lbragstadodyssey4me ++15:31
*** chris_hultin|AWA is now known as chris_hultin15:31
*** The_Inte_ has quit IRC15:31
lbragstadso - the results would be awesome, but they will be subject to VM noise I assume, right?15:32
*** The_Intern has joined #openstack-ansible15:32
odyssey4meyeah15:32
lbragstadbecause different providers = different services = different results15:32
openstackgerritMerged openstack/openstack-ansible-os_barbican master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128015:32
odyssey4meto be really useful you'd need a comparitive profile of underlying hardware15:32
lbragstadbut... this should now be trivial to run locally15:32
lbragstadon bare metal/consistent hardware15:32
odyssey4meso running this in OSIC only would give you more consistency and comparitive results15:33
*** udesale has joined #openstack-ansible15:33
*** udesale has quit IRC15:33
*** sacharya has joined #openstack-ansible15:33
odyssey4mebut yeah, at least it's now trivial as you say :P15:33
openstackgerritMerged openstack/openstack-ansible-os_trove master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43129315:33
lbragstadodyssey4me do we have baremetal there?15:33
lbragstadzomg15:33
*** udesale has joined #openstack-ansible15:33
odyssey4meno idea, last I heard it was in the pipeline15:33
*** udesale has quit IRC15:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment  https://review.openstack.org/39152415:33
*** udesale has joined #openstack-ansible15:34
lbragstadthat's awesome - I've been itching to replace my performance bot with something better15:34
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128215:34
lbragstad*and* that might just mean we can knock out consistent performance testing and upgrade testing in a single shot15:34
odyssey4methe steps are now literally: 1 - install pip, 2 - install tox, 3 - run tox -e upgrade15:34
* lbragstad giggles 15:35
openstackgerritMerged openstack/openstack-ansible-os_monasca master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43129015:35
lbragstadthat is *so* much easier than the mess of bash/python scripts i have now15:35
openstackgerritMerged openstack/openstack-ansible-os_watcher master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128815:35
openstackgerritMerged openstack/openstack-ansible-os_heat master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43127815:35
odyssey4melbragstad if you want a performance tox env that just does a deployment (not upgrade) then I would imagine it'd be fine to add it too15:36
odyssey4methen we'd be maintaining the ansible bits for your perf test job15:36
spotzasettle You want comments or edits on the rabbitmq doc?15:36
odyssey4meI supopse you could actually just add some bits into the functional tests we have - then you'd get perf tests for keystone behind apache, uwsgi, nginx, etc15:37
lbragstadodyssey4me my performance bits are super minimal15:37
lbragstadodyssey4me i don't think i change *anything*15:37
*** adrian_otto has quit IRC15:37
*** vcn has joined #openstack-ansible15:37
lbragstadodyssey4me i have https://github.com/lbragstad/keystone-performance/blob/master/setup_perf_host.yml and https://github.com/lbragstad/keystone-performance/blob/master/setup_database.yml15:38
lbragstadand splitting those two apart might not even be required anymore15:38
* lbragstad shrugs15:38
odyssey4meokie dokey - was just a spitballing thought ;)15:38
asettlespotz: whatever you've got :)15:38
spotzasettle edits as I go it is:)15:39
asettlespotz: sweet :) it's from Darren C in the ops team. I cleaned it up a bit and just posted for reviews :) thanks spotz !!15:40
*** sawblade6 has joined #openstack-ansible15:40
lbragstadodyssey4me having all that against apache, uwsgi, nginx, etc would be amazing though15:40
*** finchd has joined #openstack-ansible15:40
spotzasettle no prob15:41
odyssey4melbragstad it'd likely help us too - because then you guys would be pushing patches to make it work better :)15:41
lbragstadodyssey4me right - i'm totally on board15:41
evrardjpI'd say keystone has plenty of love :)15:41
lbragstadodyssey4me jmccrory i have standup in a few minutes but then i'm going to be reviewing https://review.openstack.org/#/c/431225/15:42
spotzCause we wuv the keystone team!:)15:42
lbragstadevrardjp spotz :)15:42
evrardjphaha15:42
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_glance stable/newton: Implementing stricter permissions on config files  https://review.openstack.org/43161115:43
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Fix idempotence for nova cell1 create  https://review.openstack.org/43130415:43
*** udesale has quit IRC15:43
odyssey4mecloudnull I expect that https://review.openstack.org/430519 should be ported back to newton ?15:43
odyssey4mecan you do that? unfortunately it's not a clean pick15:44
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43127515:44
cloudnullodyssey4me: sure15:44
odyssey4mejmccrory are you planning on doing a bunch of patches like https://review.openstack.org/430588 to the rest of the mitaka branches?15:44
odyssey4meit probably should be done15:45
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_heat stable/newton: Implementing stricter permissions on config files  https://review.openstack.org/43161315:45
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108015:45
*** The_Intern has quit IRC15:45
jmccroryodyssey4me : yeah, was going to go through the rest today now that your project-config change has gone through15:45
*** The_Intern has joined #openstack-ansible15:45
odyssey4mejmccrory great stuff - that should finalise the general issues15:45
odyssey4menot sure how much value the tests have for mitaka - they were very early after the role breakout15:46
*** udesale has joined #openstack-ansible15:46
odyssey4meI think most of them are nothing more than a convergance test15:46
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone stable/newton: Resolved Keystone Federation bugs  https://review.openstack.org/43161615:46
*** udesale has quit IRC15:48
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_cinder stable/newton: Implementing stricter permissions on config files  https://review.openstack.org/43161715:48
*** marst_ has quit IRC15:49
odyssey4melogan- so just to verify - https://review.openstack.org/431080 will wait for the compute node in question to be registered in the DB whenever the service is restarted15:50
logan-right15:50
odyssey4meso in a 100 node env, it will wait for all 100 nodes15:50
odyssey4meand it will wait a maximum of 50 seconds for each node to register, and fail out if any one does not15:51
logan-right that individual node will fail15:51
odyssey4meI wonder if that's not perhaps a little over the top?15:52
logan-well it depends15:52
odyssey4medoesn't the cell registration just require any one node?15:52
logan-what conditions does the cell enrollment require15:52
odyssey4meandymccr ?15:52
andymccrodyssey4me: each host has to enroll15:52
logan-it only enrolls nodes that exist in the service list afaik15:52
logan-i don't know if they have to be up15:52
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant  https://review.openstack.org/43128515:52
odyssey4meomg15:52
odyssey4methat is horrible15:53
*** jamesdenton has joined #openstack-ansible15:53
odyssey4melogan- great patch then15:54
odyssey4mebut oh dear that is a silly horrible process15:54
logan-yeah it is rough15:54
logan-if they don't have to be up, only registered, then i would like to remove that constraint from the check15:54
*** victorhe has joined #openstack-ansible15:55
odyssey4melogan- well, johnthetubaguy could possibly advise there15:55
mhaydenOSA Weekly Meeting in 4 minutes!15:56
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_horizon stable/newton: Implementing stricter permissions on config files  https://review.openstack.org/43162115:56
odyssey4meit likely only requires being registered - not up15:56
mhaydencloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, v1k0d3n, severion,15:56
mhaydenbgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, sc68cal15:56
asettleo/ ola15:56
*** The_Intern has quit IRC15:57
mgariepymhayden, just found out that apt-cacher-ng might need some more config for centos. it doesn't use a common dir for all the packages.15:58
spotz* Declaratively (list of cluster nodes in a config, with15:58
spotz  ``rabbitmq-autocluster``, or ``rabbitmq-clusterer`` plugins)15:58
mhaydenyay!15:58
spotzasettle let darren know there were typos in the plugin names here -15:58
spotzThat's the corrected version15:58
mgariepynot sure it will make a big difference tho.15:59
asettlespotz: what's the corrected version? Migth be easier if you comment on the patch :)15:59
spotzasettle Ok I'll remember to write a comment once I save, still reading through the doc15:59
asettleThanks! :D15:59
asettleAppreciate you taking a look spotz16:00
*** adrian_otto has joined #openstack-ansible16:00
spotzasettle I've spent way to much time troubleshooting rabbit16:00
asettleHhaha ugh :p16:00
mhaydenmeeting in #openstack-meeting-416:03
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_keystone stable/newton: Implementing stricter permissions on config files  https://review.openstack.org/43162616:03
logan-yep odyssey4me looks like there is no requirement that the service be "up" to enroll https://github.com/openstack/nova/blob/master/nova/objects/host_mapping.py#L170-L21916:03
logan-just registered16:04
logan-so i'm going to remove that16:04
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible master: [ops-guide] Add rabbitmq content  https://review.openstack.org/43149916:04
*** DanyC has quit IRC16:04
*** adrian_otto1 has joined #openstack-ansible16:05
andymccrlogan-: sweet i put a review in for that16:05
*** marst has joined #openstack-ansible16:05
andymccrthat patch is really nice though - thanks for adding it16:05
logan-yep np. i think we should be able to make the enrollment task as run_once16:05
*** adrian_otto has quit IRC16:06
andymccrlogan-: ahh yeah true16:06
andymccrwe could thats a good improvement16:06
logan-nvm it already is16:06
logan-it only runs on the [0] nova-api container16:06
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108016:07
andymccroh ofcourse the actual db bit does yeah16:07
odyssey4memhayden you're still doing trusty functional tests on purpose for the security role, right?16:10
mhaydenodyssey4me: unfortunately16:10
odyssey4meok, then https://review.openstack.org/431538 will bypass your tests - you'll likely have to add a conditional to verify that the role is not the security role16:11
odyssey4mesorry - that was necessary to unblock nova/keystone/neutron16:11
*** pjh03 has joined #openstack-ansible16:12
*** ssmith_ has joined #openstack-ansible16:13
openstackgerritMerged openstack/openstack-ansible master: Add tracepath commands to the AIO  https://review.openstack.org/43099516:14
*** sacharya has quit IRC16:14
*** ssmith has quit IRC16:16
*** chhavi has joined #openstack-ansible16:17
*** sacharya has joined #openstack-ansible16:17
*** pjh03 has quit IRC16:17
*** vcn has quit IRC16:18
openstackgerritMerged openstack/openstack-ansible master: Bring idempotency to swapon  https://review.openstack.org/43094216:24
odyssey4melbragstad jmccrory and we have a passed set of tests for the perf test during upgrade: https://review.openstack.org/43122516:24
*** drifterza has joined #openstack-ansible16:25
lbragstadjmccrory odyssey4me awesome - i'm testing/playing with it locally now16:26
*** adrian_otto1 has quit IRC16:26
* lbragstad odyssey4me jmccrory well how about that - http://cdn.pasteraw.com/cyplhd3cla9g5djcrxxmm9en6pshtom16:27
lbragstadhttp://logs.openstack.org/25/431225/6/check/gate-openstack-ansible-os_keystone-ansible-upgrade-ubuntu-xenial-nv/555c4f4/console.html#_2017-02-09_16_11_44_25797916:27
*** sacharya_ has joined #openstack-ansible16:27
*** sacharya has quit IRC16:27
*** adrian_otto has joined #openstack-ansible16:28
odyssey4meyep, it looks similar to the last set I saw16:28
*** cmart has joined #openstack-ansible16:28
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Ensure that Trusty checks run for the security role  https://review.openstack.org/43163316:29
odyssey4memhayden ^ that's a gift for you, sir16:29
*** woodard has quit IRC16:30
mhaydenodyssey4me: you're so sweet16:30
mhaydenOKAY ANYTHING ELSE16:30
mhaydenwhoa, had caps lock on from trolling odyssey4me16:30
mhayden:|16:30
drifterzagreetings all16:31
mhaydenhey drifterza16:31
*** The_Intern has joined #openstack-ansible16:31
spotz:)16:31
mhaydenlast call on discussion for today . . . . .16:31
jmccrorylbragstad pretty good, maybe need to tweak haproxy to mark a backend down quicker16:32
lbragstadjmccrory yeah - I was thinking about this... i only hit on snag locally and that was needed to install libssl-dev locally16:32
lbragstadbut that's probably something separate from what osa lays down?16:33
odyssey4mewow mhayden - such winning16:33
mhayden#action congratulate lbragstad on becoming keystone PTL!16:33
palendaemhayden: Wrong channel16:33
mhaydenthis means you can send any keystone complaints to lbragstad directly16:33
andymccrmhayden: wrong channel pal :)16:33
mhaydenhah16:33
lbragstadlol16:33
mhaydendarnit16:34
jmccrorylbragstad : that's coming in through bindep there https://github.com/openstack/openstack-ansible-os_keystone/blob/master/bindep.txt#L1616:34
*** BjoernT has joined #openstack-ansible16:34
lbragstadjmccrory aha - that makes seense16:34
*** cmart has quit IRC16:35
lbragstadjmccrory the steps i'm taking http://cdn.pasteraw.com/kkm3ejpd51d16k2ga03ds2d41wx6ms216:36
*** Jack_V has joined #openstack-ansible16:36
jmccrorylbragstad : yep, that should be it16:38
lbragstadjmccrory sweet16:38
*** Jack_I has quit IRC16:39
lbragstadjmccrory it would be nice if the locust cli reported things back in json/yml16:39
lbragstadjmccrory i'm not seeing that though (?)16:39
*** david-lyle has joined #openstack-ansible16:40
*** sacharya has joined #openstack-ansible16:40
*** sacharya_ has quit IRC16:41
*** yolanda_ is now known as yolanda16:41
*** Jack_V has quit IRC16:42
jmccrorylbragstad : yeah...i'm trying to work out a quick compare on the total line and pass/fail on that. haven't really looked if that's an option, but would definitely be easier with structured output16:43
lbragstadjmccrory yeah - i'm not sure that's an option the CLI? i'm digging through the open bugs now16:44
jmccrorylbragstad ping if you find it. stepping away to commute for a while16:45
lbragstadjmccrory sounds good16:45
odyssey4meandymccr https://review.openstack.org/#/q/topic:create-ocata+project:%255Eopenstack/openstack-ansible.*+status:open16:45
*** weezS_ has joined #openstack-ansible16:45
mgariepymhayden, do you run your centos cluster on hardware ?16:45
*** Jack_I has joined #openstack-ansible16:45
mhaydenmgariepy: i do16:46
mhayden4 boxes with Xeon E3's16:46
*** pjh03 has joined #openstack-ansible16:46
mgariepyone ctrl and 3 computes ?16:46
mhaydenwell, i go all hyper-converged as the marketing types call it16:46
mhaydeneach node is running some openstack containers AND virtual machines16:47
palendaemhayden: That's some density!16:47
mhaydenYARLY16:47
mhaydendoing it on a shoestring budget!16:47
automagically_odyssey4me: Thanks for the rechecks on https://review.openstack.org/#/q/status:open+branch:stable/ocata+topic:restrictive_permissions but the problem appears to be that there are no vars files for trusty anymore. Which is fine, but I think these two will need to wait for the CI config changes16:47
*** weezS has quit IRC16:48
*** weezS_ is now known as weezS16:48
odyssey4meautomagically_ the vars issue will now be bypassed - the recheck was done after implementing a trusty bypass in the tests scripts16:48
mgariepymhayden, do you have keepalived working ?16:48
odyssey4meautomagically https://review.openstack.org/43159416:48
mhaydenmgariepy: yes16:48
automagically_Aha, awesome odyssey4me16:48
odyssey4meessentially the wntire playbook execution is skipped16:48
mhaydenmgariepy: i submitted these -> https://github.com/evrardjp/ansible-keepalived/commit/8066a0530bcab87ed6fb6c74960a6d3a78e6d0a3 https://github.com/evrardjp/ansible-keepalived/commit/83fd224942832e525c9f78a09af88ea1ea77e89316:49
odyssey4me"Your patch is important to us, please wait..."16:49
*** vishwanathj has joined #openstack-ansible16:50
openstackgerritLance Bragstad proposed openstack/openstack-ansible-os_keystone master: Add --show-task-ratio-json to locust command  https://review.openstack.org/43164316:50
andymccrmhayden: we've looked at your patch and its in - but wait 72 hours for it to actually work please.16:50
odyssey4mecentos failure here: https://review.openstack.org/43161116:50
*** pjh03 has quit IRC16:50
openstackgerritLance Bragstad proposed openstack/openstack-ansible-os_keystone master: Add --show-task-ratio-json to locust command  https://review.openstack.org/43164316:51
andymccrcentos swift gate is also failing :(16:52
*** esberglu_ has quit IRC16:52
*** esberglu has joined #openstack-ansible16:53
mgariepyarf, no logs ..16:55
*** lucas__ has quit IRC16:55
*** pjm6 has joined #openstack-ansible16:55
mgariepyhmm http://logs.openstack.org/11/431611/1/check/gate-openstack-ansible-os_glance-ansible-func-centos-7/b4a5e71/console.html#_2017-02-09_16_45_59_69983516:56
*** esberglu has quit IRC16:57
mgariepyno log for services .. that's weird ?16:57
odyssey4mefix it mgariepy - you're core now :p16:57
*** vishwanathj has quit IRC16:57
mgariepyLOL16:57
mgariepyI  though core was only for -2 :P16:58
*** Jack_V has joined #openstack-ansible16:59
odyssey4mecould do with another vote on these please: https://review.openstack.org/430961 & https://review.openstack.org/430959 & https://review.openstack.org/43095616:59
*** whiteveil has joined #openstack-ansible16:59
*** david-lyle has quit IRC17:00
*** Jack_I has quit IRC17:00
*** DanyC has joined #openstack-ansible17:00
openstackgerritMerged openstack/openstack-ansible-os_swift master: Update upgrade test to use stable/ocata  https://review.openstack.org/43096117:03
*** xdaxdb has quit IRC17:04
openstackgerritMerged openstack/openstack-ansible-os_glance master: Update upgrade test to use stable/ocata  https://review.openstack.org/43095617:04
*** DanyC has quit IRC17:04
odyssey4mejmccrory I added you to https://review.openstack.org/416383 to take a peek and feed back, but also to perhaps get an early implementation done using the return codes when it merges. :)17:05
*** drifterza has quit IRC17:05
*** sacharya has quit IRC17:07
*** sacharya has joined #openstack-ansible17:08
*** DanyC has joined #openstack-ansible17:09
*** sacharya has quit IRC17:12
openstackgerritMerged openstack/openstack-ansible-os_nova master: Fix idempotence for nova cell1 create  https://review.openstack.org/43130417:13
jmccroryodyssey4me : oh, cool. thanks17:14
*** sacharya has joined #openstack-ansible17:14
*** esberglu has joined #openstack-ansible17:16
chris_hultinHas anyone seen any issues with suspending a Nova instance on a 14.04 (Trusty) host?  Error is specifically:17:17
chris_hultininternal error: unable to execute QEMU command 'migrate': Migration disabled: failed to allocate shared memory17:17
*** sacharya_ has joined #openstack-ansible17:18
*** sacharya has quit IRC17:19
logan-chris_hultin: suspend will try to write the contents of the instance's ram to /var/lib/libvirt/qemu/save. usually that error happens when there is not enough disk space for that17:20
chris_hultinlogan-: I've got enough space (more than 2x)17:20
logan-you might be able to get more useful debugging by checking the nova-compute log on the compute host17:20
lbragstadjmccrory interesting - i'm getting failures locally in the os_tempest role17:20
*** oneswig has joined #openstack-ansible17:21
logan-which openstack version are you seeing this on?17:21
*** sacharya has joined #openstack-ansible17:21
chris_hultinlogan-: Newton17:21
*** woodard has joined #openstack-ansible17:21
jmccrorylbragstad : when installing plugins? i think i was hitting that too. couldn't find pg_config in path or something. i just ending up commenting tempest out when testing locally17:22
lbragstadjmccrory yep - that's exactly what I'm getting17:22
lbragstadhttp://cdn.pasteraw.com/1sdkssty5uvgq315hj7g5lvwpm8xyob17:22
*** sacharya_ has quit IRC17:23
openstackgerritMerged openstack/openstack-ansible-tests master: Ensure that Trusty checks run for the security role  https://review.openstack.org/43163317:23
*** crushil has quit IRC17:26
mgariepyodyssey4me, faster on centos ! :P https://review.openstack.org/#/c/431611/17:28
chris_hultinlogan-: Any ideas?17:29
*** japestinho has quit IRC17:29
logan-yep, check logs on the host. nova compute and libvirt/qemu logs17:29
*** pcaruana has quit IRC17:30
*** sacharya_ has joined #openstack-ansible17:30
lbragstadjmccrory it doesn't look like we install libpq-dev anywhere? but that's the only thing I can seem to find that might fix it (trying to test locally)17:30
jmccrorylbragstad : http://stackoverflow.com/questions/5420789/how-to-install-psycopg2-with-pip-on-python looks like libpq-dev will need to be installed where ever tempest is installed17:30
*** sacharya has quit IRC17:30
lbragstadjmccrory that's exactly what I was looking at17:31
*** aludwar has quit IRC17:31
*** aludwar has joined #openstack-ansible17:31
jmccrorygate's probably using wheels17:31
openstackgerritMerged openstack/openstack-ansible-os_nova master: Use ocata component for UCA  https://review.openstack.org/43022217:31
*** v1k0d3n has quit IRC17:31
lbragstadso here? https://github.com/openstack/openstack-ansible-os_tempest/blob/master/bindep.txt#L1917:31
*** oneswig has quit IRC17:32
jmccrorylbragstad : probably here https://github.com/openstack/openstack-ansible-os_tempest/blob/master/vars/ubuntu-16.04.yml#L1617:32
jmccrorylbragstad : ~/.ansible/roles/os_tempest/ to add and test locally17:34
cloudnullchris_hultin: you know, thinking about that error. Yesterday we found the migration bug w/ kernel 3.13 which had a similar return . if you date to kernel 4.4 do you have the same problem ?17:34
chris_hultincloudnull: What's the best/proper way to upgrade?17:34
cloudnulljust apt-get install linux-image-$VERSION_NUM17:35
cloudnullapt-cache search linux-image and look for the latest 4.4 version17:35
*** whiteveil has quit IRC17:36
openstackgerritLance Bragstad proposed openstack/openstack-ansible-os_tempest master: Add libpq-dev to install os_tempest plugins  https://review.openstack.org/43165617:36
lbragstadjmccrory sweet - testing it locally quick17:36
chris_hultincloudnull: Updating all 3 hosts now17:36
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Implement Dragonflow deployment  https://review.openstack.org/39152417:37
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Update upgrade test to use stable/ocata  https://review.openstack.org/43095917:37
logan-awesome oanson!17:37
openstackgerritMerged openstack/openstack-ansible-os_nova master: Add variable to enable integration with barbican  https://review.openstack.org/42698817:37
openstackgerritMerged openstack/openstack-ansible-os_nova master: Wait for nova-compute service registration  https://review.openstack.org/43108017:37
oansonWoo hoo!17:37
*** The_Intern has quit IRC17:37
oansonThanks everyone for your great help along the way!17:37
chris_hultincloudnull: Need to reboot before it takes effect, right?17:38
cloudnullyes17:38
*** The_Intern has joined #openstack-ansible17:38
openstackgerritLogan V proposed openstack/openstack-ansible-os_nova master: Conditional task execution using grouping  https://review.openstack.org/42977917:38
*** woodard has quit IRC17:39
*** sacharya_ has quit IRC17:39
*** woodard has joined #openstack-ansible17:39
openstackgerritLance Bragstad proposed openstack/openstack-ansible-os_tempest master: Add libpq-dev to install os_tempest plugins  https://review.openstack.org/43165617:40
*** sacharya has joined #openstack-ansible17:40
*** crushil has joined #openstack-ansible17:41
lbragstadjmccrory you haven't gotten this yet have you? http://logs.openstack.org/43/431643/2/check/gate-openstack-ansible-os_keystone-ansible-upgrade-ubuntu-xenial-nv/e1d59a8/console.html#_2017-02-09_17_10_56_76914417:41
jmccrorylbragstad : hmm nope17:42
lbragstadjmccrory hmm - might be from https://review.openstack.org/#/c/431643/2/tests/test-benchmark-keystone-upgrade.yml17:42
*** pjh03 has joined #openstack-ansible17:42
*** drifterza has joined #openstack-ansible17:43
openstackgerritLogan V proposed openstack/openstack-ansible master: Run cell enrollment after ceph_client  https://review.openstack.org/43054017:43
jmccrorylog's empty so might have never started http://logs.openstack.org/43/431643/2/check/gate-openstack-ansible-os_keystone-ansible-upgrade-ubuntu-xenial-nv/e1d59a8/logs/host/locust.log.txt.gz17:43
*** sacharya has quit IRC17:44
*** sacharya has joined #openstack-ansible17:46
evrardjphey guys, I have a few reviews pending, if you have time, could you have a look? It's only backports17:47
*** pjh03 has quit IRC17:47
evrardjphttps://review.openstack.org/#/c/431608/17:47
evrardjphttps://review.openstack.org/#/c/431639/17:47
evrardjphttps://review.openstack.org/#/c/431640/17:47
spotzlooking17:47
evrardjphttps://review.openstack.org/#/c/431659/17:47
evrardjphttps://review.openstack.org/#/c/431664/17:47
evrardjpthanks!17:47
*** david-lyle has joined #openstack-ansible17:53
spotzevrardjp: https://review.openstack.org/#/c/431640 crashed and burned in the gate17:53
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Cap the number of worker threads  https://review.openstack.org/42412517:54
evrardjpthat sounds bad17:55
evrardjplet me do a magical recheck if that's not a related failure17:55
evrardjpyeah, tempest, not my fault!17:55
evrardjp:(17:55
lbragstadjmccrory until my tests locally finish - here is what the json stats look like from locust compared to just the summary - http://cdn.pasteraw.com/4dbps8d9v29xuj393o8c9e1588zd11f17:56
*** chhavi has quit IRC17:56
lbragstadjmccrory fyi - https://review.openstack.org/#/c/431656/ fixes http://cdn.pasteraw.com/1sdkssty5uvgq315hj7g5lvwpm8xyob for me locally17:59
lbragstadautomagically_ thanks for the review!17:59
lbragstadlocally - i have the same output the gate does - http://cdn.pasteraw.com/jd0dmbuqiwfnto42pg77qrfwv1u1csb17:59
jmccroryah ok good17:59
*** nbante has quit IRC17:59
*** sacharya has quit IRC18:00
*** sacharya has joined #openstack-ansible18:00
*** winggundamth has quit IRC18:04
johnthetubaguyodyssey4me: logan-: for that cells thing, its just the DB entry in the services table thats required, AFAIK. if a service has never started, it will not be there, but it doesn't have to be running when the cmd is executed18:05
*** Jack_Iv has quit IRC18:09
odyssey4memhayden and another core, we'll need to get this through quickly https://review.openstack.org/43166118:09
openstackgerritLance Bragstad proposed openstack/openstack-ansible-os_tempest master: Add libpq-dev to install os_tempest plugins  https://review.openstack.org/43165618:09
*** Jack_Iv has joined #openstack-ansible18:09
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/newton: Resolved Keystone Federation bugs  https://review.openstack.org/43161618:10
*** ngupta has joined #openstack-ansible18:10
*** Jack_Iv has quit IRC18:14
mhaydenodyssey4me: g2g18:15
*** cmart has joined #openstack-ansible18:15
*** rmelero has joined #openstack-ansible18:19
*** weezS has quit IRC18:22
rmeleroI can't seem to get the dependencies right with a pip_packages variable. I'm trying to pull in pymongo 3.2.2 but it still only pulls down 3.3.0 and my package install fails. this is my pip_packages in defaults/main.yml18:23
rmelerohttps://gist.github.com/rmeleromira/306d50584570b9ecd5a91e881ce0553f18:23
openstackgerritMerged openstack/openstack-ansible-os_glance stable/newton: Implementing stricter permissions on config files  https://review.openstack.org/43161118:23
*** DanyC has quit IRC18:26
rmeleroalso, the only way to test this is rerunning the entire repo-build playbook, which takes like 15 minutes, is there a shortcut for newton to quickly see what packages would be put into the repo?18:27
*** whiteveil has joined #openstack-ansible18:28
*** zao has left #openstack-ansible18:29
odyssey4mermelero you can execute the lookup plugin18:29
rmelerolike the ansible lookup function? any good examples how to do that?18:30
odyssey4mermelero as an example, execute the following to get the result of the lookup for the os_nova role on its own: /opt/ansible-runtime/bin/python /etc/ansible/roles/plugins/lookup/py_pkgs.py /etc/ansible/os_nova18:31
*** cmart1 has joined #openstack-ansible18:31
*** ssmith__ has joined #openstack-ansible18:31
rmeleroah sneaky osa plugin. let me try it out18:32
odyssey4methe repo build does the lookup against the following locations, with each item having precedence from low to high18:32
odyssey4mehttps://github.com/openstack/openstack-ansible/blob/master/playbooks/repo-build.yml#L131-L13318:32
*** cmart has quit IRC18:32
odyssey4meso if you want to do the entire lookup, you do the following:18:32
odyssey4meexecute from the /opt/openstack-ansible/playbooks directory: /opt/ansible-runtime/bin/python /etc/ansible/roles/plugins/lookup/py_pkgs.py ../ /etc/ansible/roles /etc/openstack_deploy18:33
*** ssmith_ has quit IRC18:35
rmeleroswwet that works. so it's definitely pulling in my package requirements https://gist.github.com/rmeleromira/863d85149bc9b4905c46481add5fe46c , but when I run the repo-build playbook, the packages aren't in there.18:36
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Benchmark requests during upgrade testing  https://review.openstack.org/43122518:36
*** Andrew_jedi has quit IRC18:36
odyssey4mermelero oh hang on, you're trying to pin using the pip_packages lists18:38
odyssey4methat won't work because pip will ignore those in favor of the constraints provided18:38
odyssey4meyou'll need to override the upper constraints for those packages18:38
*** sdake_ has quit IRC18:38
odyssey4mermelero that's what this var is for: https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L3218:39
odyssey4meit's a list var, so you can just add your list of pins and it'll be applied to the repo build18:39
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_tempest master: Add libpq-dev to install os_tempest plugins  https://review.openstack.org/43165618:41
rmeleroawesome. sneaky variable. let me try that out. does that have to be set in the playbook for repo-build, or can I specify it in default/main.yml with the pip_packages varible?18:43
*** victorhe has quit IRC18:43
odyssey4mermelero it should be set in your user_variables.yml file in /etc/openstack_deploy.yml18:43
odyssey4meall overrides of defaults should be done in that file18:44
rmeleroah yea forgot about that. thanks broski18:44
*** lucas_ has joined #openstack-ansible18:44
odyssey4mewe've designed the system to try and prevent anyone needing to edit the code tree18:44
*** Andrew_jedi has joined #openstack-ansible18:45
*** david-lyle has quit IRC18:45
*** rmelero has quit IRC18:46
*** rmelero has joined #openstack-ansible18:46
*** rmelero has quit IRC18:47
*** rmelero has joined #openstack-ansible18:47
*** whiteveil has quit IRC18:49
*** karimb has quit IRC18:50
*** karimb has joined #openstack-ansible18:50
*** whiteveil has joined #openstack-ansible18:52
*** esberglu has quit IRC18:53
*** esberglu has joined #openstack-ansible18:53
*** karimb has quit IRC18:54
automagically_rmelero: Do you actually use pymongo?18:55
rmeleromonasca-agent needs it for health check plugin18:56
*** esberglu has quit IRC18:58
*** rboyapat has joined #openstack-ansible19:00
*** fguillot has quit IRC19:00
*** weezS has joined #openstack-ansible19:04
*** rboyapat has quit IRC19:09
*** cmart1 has quit IRC19:09
*** esberglu has joined #openstack-ansible19:11
*** cmart has joined #openstack-ansible19:12
*** electrofelix has quit IRC19:12
*** david-lyle has joined #openstack-ansible19:15
*** MasterOfBugs has joined #openstack-ansible19:16
*** mmalik4 has joined #openstack-ansible19:18
*** gouthamr has quit IRC19:23
*** drifterza has quit IRC19:25
*** stuartgr has quit IRC19:26
openstackgerritMark Hamzy proposed openstack/openstack-ansible master: [WIP] Add support to install a molteniron server  https://review.openstack.org/42725519:27
*** weezS has quit IRC19:31
*** whiteveil has quit IRC19:31
*** sdake has joined #openstack-ansible19:31
*** david-lyle has quit IRC19:31
*** skuda has quit IRC19:32
*** weezS has joined #openstack-ansible19:32
*** david-lyle has joined #openstack-ansible19:34
*** cmart has quit IRC19:34
*** v1k0d3n has joined #openstack-ansible19:36
openstackgerritJoel Griffiths proposed openstack/openstack-ansible master: Fix error during 'inventory-manage.py -r' calls  https://review.openstack.org/43172419:36
*** Jack_Iv has joined #openstack-ansible19:37
openstackgerritJoel Griffiths proposed openstack/openstack-ansible master: Fix error during 'inventory-manage.py -r' calls  https://review.openstack.org/43172419:38
*** faizy has quit IRC19:39
*** david-lyle has quit IRC19:40
*** david-lyle has joined #openstack-ansible19:42
automagically_Looking for a little core love on https://review.openstack.org/#/q/topic:restrictive_permissions+status:open19:45
*** whiteveil has joined #openstack-ansible19:47
*** lucas_ has quit IRC19:47
*** lucas_ has joined #openstack-ansible19:48
*** markb1 has joined #openstack-ansible19:50
markb1need an OpenStack set-up in N VMs (pref KVM).  attempting to work with vagrant-openstack-ansible on Github.  Lotsa breakage, porting needed, now stopped on Keystone user auth19:51
markb1any suggestions,for a Dev build?  Pref not an AIO in one VM?19:51
*** gouthamr has joined #openstack-ansible19:52
markb1I meant vagrant-ansible-ansible-openstack...19:52
markb1not 2 ansibles in there ;)19:53
markb1can RDO run in N VMs ?19:53
markb1(not seeing any how-tos necc, for that)19:53
*** ssmith_ has joined #openstack-ansible19:55
markb1https://github.com/openstack-ansible-galaxy/vagrant-ansible-openstack/tree/features/kilo -- working off of Kilo branch, attempting to update to Newton (and fix Ansible, other bugs)19:55
*** Jeffrey4l has quit IRC19:57
*** Jeffrey4l has joined #openstack-ansible19:58
*** ssmith__ has quit IRC19:59
*** david-lyle has quit IRC20:06
*** fguillot has joined #openstack-ansible20:08
*** ngupta has quit IRC20:09
*** ngupta has joined #openstack-ansible20:10
*** ngupta has quit IRC20:11
*** jgriffiths has joined #openstack-ansible20:11
*** ngupta has joined #openstack-ansible20:11
*** DanyC has joined #openstack-ansible20:11
openstackgerritMerged openstack/openstack-ansible master: Add group vars to enable integration with barbican  https://review.openstack.org/42699520:13
*** DanyC has quit IRC20:14
*** sdake has quit IRC20:14
*** DanyC has joined #openstack-ansible20:14
Andrew_jedifolks, something is wrong with lxc template in newton, http://paste.openstack.org/show/598298/20:15
*** skuda has joined #openstack-ansible20:16
*** The_Intern has quit IRC20:19
-openstackstatus- NOTICE: Restarting gerrit due to performance problems20:19
*** lucas_ has quit IRC20:21
jgriffithsNot sure I'm in the right place, but I found a bug in lib/manage.py and submitted a bug https://bugs.launchpad.net/openstack-ansible/+bug/1663328 and a change https://review.openstack.org/#/c/431724/ . I assume I need to get people to review them.20:22
openstackLaunchpad bug 1663328 in openstack-ansible "inventory-manage.py fails with syntax error when removing items" [Undecided,New] - Assigned to Joel Griffiths (joelgriffiths)20:22
*** The_Intern has joined #openstack-ansible20:23
cloudnullo/ jgriffiths20:24
cloudnullthis is the place.20:24
cloudnull:)20:24
cloudnullwelcome20:24
cloudnullpalendae: ^20:24
cloudnulllooking at the pr now.20:24
jgriffithsThanks20:24
palendaecloudnull: Lemee look20:24
palendaejgriffiths: Thanks!20:24
palendaeAha20:25
sc68callgtm jgriffiths nice work20:25
jgriffithsStupid little thing20:25
palendaeYeah; I think the main thing is the change that introduced it didn't include a test20:26
jgriffithsYeah. I was thinking about that.20:26
palendaeI commented; code looks fine, would appreciate a regression test if you can managed20:26
palendaemanage*20:26
palendaeOur tests are admittedly a bit clumsy, but they're better than nothing :)20:27
logan-johnthetubaguy: thanks for the clarification earlier20:27
LinStatSDRo/ everyone20:27
* palendae regrets not catching the prior change and asking for a review there20:27
stevellejgriffiths: the other comment I would add is that it would be better to have the os.path.dirname happen in filesystem.py -- is it possible to safely change the behavior of save_inventory ?20:27
*** crushil has quit IRC20:28
jgriffithsThere is one other place calling save_inventory20:28
jgriffithsHmmm20:28
palendaestevelle: You're thinking make save_inventory do the call itself?20:28
stevellejgriffiths: it may not be as easy as "always apply os.path.dirname" but perhaps conditionally do so20:29
stevellepalendae: yes20:29
jgriffithsYou could probably use the same path to get the path or the filename so it would work in either case20:29
jgriffithsdirname rather20:29
palendaeOh hm20:29
palendaeI think I see why this doesn't have a test20:29
*** whiteveil has quit IRC20:30
palendaeThe test would be more of an integration20:30
palendaeCalling all of main()20:30
*** lucas_ has joined #openstack-ansible20:31
*** whiteveil has joined #openstack-ansible20:31
*** skuda has quit IRC20:31
*** schwicht has quit IRC20:33
palendaeHrm, most tests use https://github.com/openstack/openstack-ansible/blob/master/tests/test_inventory.py#L96-L113...wonder if there's conditionals blocking hitting that code20:33
palendaeOh, yeah, duh, you're testing manage's main, not generate's20:34
palendaehttps://github.com/openstack/openstack-ansible/blob/master/tests/test_manage.py20:34
palendaeSo, some background - the manage.py stuff didn't have any tests prior to me adding the export functionality, so it's only been getting tested as new things were added. Haven't taken time to go back and do more cleaning/exhaustive testing20:35
stevellethat "separator" typo is embarassing20:35
*** crushil has joined #openstack-ansible20:35
palendaeIn terms of your patch, jgriffiths, I'd personally be fine with a test that just calls manage.py's main() and succeeds.20:36
*** adrian_otto has quit IRC20:36
jgriffithsOkay. Thanks! It will take me a bit. I'm still relearning how to do stuff. Haven't touched anything serious in more than a decade and things have changed a bit.20:38
stevellejgriffiths: sure thing, thanks for taking it on. Feel free to reach out for help too20:39
*** zz_pwnall1337 is now known as pwnall133720:39
palendaejgriffiths: np! Totally appreciate the help, and willing to answer questions if you have any about making tests/setting things up to run them20:41
*** Jack_V has quit IRC20:48
*** DanyC has quit IRC20:48
*** jrobinson has joined #openstack-ansible20:48
*** DanyC has joined #openstack-ansible20:48
*** pjh03 has joined #openstack-ansible20:58
*** sdake has joined #openstack-ansible21:03
*** vnogin has quit IRC21:03
*** pjh03 has quit IRC21:03
*** vnogin has joined #openstack-ansible21:04
*** sdake_ has joined #openstack-ansible21:06
*** sdake has quit IRC21:07
*** vnogin has quit IRC21:09
*** DimGR has quit IRC21:12
*** sdake_ has quit IRC21:14
*** automagically_ has quit IRC21:15
*** sawblade6 has quit IRC21:16
*** whiteveil has quit IRC21:21
*** bauruine has quit IRC21:23
*** bauruine has joined #openstack-ansible21:23
*** whiteveil has joined #openstack-ansible21:23
Andrew_jediclarification on my earlier report that something is wrong with lxc template, actually i was hitting this bug https://bugs.launchpad.net/openstack-ansible/+bug/158076621:24
openstackLaunchpad bug 1580766 in openstack-ansible "xenial: lxcbr0 does not initiate correctly after reboot" [Wishlist,Fix released] - Assigned to Michael Gugino (gugino-michael)21:24
*** askb has joined #openstack-ansible21:25
*** vnogin has joined #openstack-ansible21:27
*** bauruine has quit IRC21:29
*** bauruine has joined #openstack-ansible21:30
*** sdake has joined #openstack-ansible21:31
*** smatzek has quit IRC21:33
*** oanson has quit IRC21:33
*** Jeffrey4l_ has joined #openstack-ansible21:35
*** Jeffrey4l has quit IRC21:35
*** oanson has joined #openstack-ansible21:35
*** gouthamr has quit IRC21:38
*** Jack_Iv has quit IRC21:42
*** adrian_otto has joined #openstack-ansible21:45
*** skuda has joined #openstack-ansible21:45
*** hamzy has quit IRC21:51
*** DanyC has quit IRC21:52
*** david-lyle has joined #openstack-ansible21:53
xgermanHi21:55
xgermanso if I am running a for loop over all my host, e.g. {% for host in groups[octavia_host_group] %}{{ hostvars[host]['ansible_host'] }}{% if not loop.last %},{% endif %}{% endfor %}21:56
xgermanbut this also includes the host where the haproxy-loadbalancer runs21:56
xgermanis there an elegant way to only get the hosts the service is running??21:57
xgermanchris_hultin?21:57
*** rmelero has quit IRC21:57
*** thorst_ has quit IRC21:57
*** rmelero has joined #openstack-ansible21:58
*** thorst_ has joined #openstack-ansible21:58
*** thorst_ has quit IRC22:02
*** rmelero has quit IRC22:03
*** DanyC has joined #openstack-ansible22:03
*** david-lyle has quit IRC22:03
*** david-lyle has joined #openstack-ansible22:04
*** chris_hultin is now known as chris_hultin|AWA22:05
*** whiteveil has quit IRC22:06
*** whiteveil has joined #openstack-ansible22:07
*** smatzek has joined #openstack-ansible22:07
*** schwicht has joined #openstack-ansible22:12
*** jmckind has quit IRC22:13
*** whiteveil has quit IRC22:15
*** smatzek has quit IRC22:16
*** gouthamr has joined #openstack-ansible22:16
*** woodard_ has joined #openstack-ansible22:19
*** fguillot has quit IRC22:19
*** jrobinson is now known as jrobinson-afk22:19
*** sunjon__ has quit IRC22:20
*** david-lyle has quit IRC22:20
*** sdake has quit IRC22:21
*** woodard has quit IRC22:22
*** lucas_ has quit IRC22:22
*** cmart has joined #openstack-ansible22:22
*** ngupta_ has joined #openstack-ansible22:22
*** thorst_ has joined #openstack-ansible22:23
*** woodard_ has quit IRC22:23
*** ngupta has quit IRC22:26
*** ngupta has joined #openstack-ansible22:26
*** david-lyle has joined #openstack-ansible22:28
*** thorst_ has quit IRC22:28
*** ngupta_ has quit IRC22:29
*** ngupta has quit IRC22:32
*** The_Intern has quit IRC22:32
*** The_Intern has joined #openstack-ansible22:33
*** crushil has quit IRC22:33
*** sdake has joined #openstack-ansible22:37
*** ssmith_ has quit IRC22:42
*** jrobinson-afk is now known as jrobinson22:47
*** david-lyle has quit IRC22:50
*** david-lyle has joined #openstack-ansible22:50
*** adrian_otto has quit IRC22:55
*** cmart has quit IRC22:56
stevellepalendae: you out for the day?22:58
*** chris_hultin|AWA is now known as chris_hultin22:59
*** cloader89 has quit IRC23:02
*** BjoernT has quit IRC23:03
*** jperry has quit IRC23:03
*** esberglu has quit IRC23:06
*** david-lyle_ has joined #openstack-ansible23:06
*** david-lyle has quit IRC23:06
*** galstrom_zzz is now known as galstrom23:06
*** chris_hultin is now known as chris_hultin|AWA23:07
*** david-lyle_ has quit IRC23:09
*** cmart has joined #openstack-ansible23:09
*** fedruantine has joined #openstack-ansible23:11
*** The_Intern has quit IRC23:13
*** jamesdenton has quit IRC23:14
*** marst has quit IRC23:15
*** esberglu has joined #openstack-ansible23:20
*** DanyC has quit IRC23:20
*** esberglu has quit IRC23:25
*** grumpycatt has quit IRC23:29
*** grumpycatt has joined #openstack-ansible23:30
*** marst has joined #openstack-ansible23:31
*** markb1 has quit IRC23:31
*** david-lyle_ has joined #openstack-ansible23:33
*** david-lyle_ has quit IRC23:39
*** david-lyle_ has joined #openstack-ansible23:41
*** pwnall1337 is now known as zz_pwnall133723:42
*** skuda has quit IRC23:48
*** woodard has joined #openstack-ansible23:52
*** david-lyle_ has quit IRC23:54
Andrew_jedifolks, looks like there is duplicate 12 GB container data in /openstack dir, should i delete it ? http://paste.openstack.org/show/598322/23:57

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