Thursday, 2018-07-12

*** TxGirlGeek has joined #openstack-ansible00:01
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189300:04
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189300:06
*** poul has joined #openstack-ansible00:10
antonymdidn't seem to pick up anything new00:15
*** poul has quit IRC00:15
*** poul has joined #openstack-ansible00:28
*** poul has quit IRC00:32
*** sew has joined #openstack-ansible00:34
*** poul has joined #openstack-ansible00:46
*** poul has quit IRC00:51
*** chyka has joined #openstack-ansible00:51
*** TxGirlGeek has quit IRC00:54
*** komish has quit IRC00:54
*** chyka has quit IRC00:56
*** sew has quit IRC00:57
*** poul has joined #openstack-ansible01:04
*** poul has quit IRC01:08
*** poul has joined #openstack-ansible01:13
*** poul has quit IRC01:17
*** tux_ has joined #openstack-ansible01:22
openstackgerritMerged openstack/openstack-ansible-galera_server master: fix tox python3 overrides  https://review.openstack.org/58001201:49
*** poul has joined #openstack-ansible02:07
*** poul has quit IRC02:11
*** poul has joined #openstack-ansible02:24
*** poul has quit IRC02:29
openstackgerritMerged openstack/openstack-ansible master: Be consistent with haproxy group name  https://review.openstack.org/58035902:37
*** poul has joined #openstack-ansible02:42
openstackgerritMerged openstack/openstack-ansible-os_neutron master: fix tox python3 overrides  https://review.openstack.org/58005802:45
*** sew has joined #openstack-ansible02:46
*** poul has quit IRC02:46
*** sew has quit IRC02:48
*** sew has joined #openstack-ansible02:49
*** nurdie has joined #openstack-ansible02:53
*** cjloader_ has quit IRC02:57
*** cjloader has joined #openstack-ansible02:57
*** nurdie has quit IRC02:58
*** poul has joined #openstack-ansible03:00
*** poul has quit IRC03:04
*** sew has quit IRC03:09
*** cjloader has quit IRC03:09
*** cjloader has joined #openstack-ansible03:12
*** FrankZhang has quit IRC03:13
*** cjloader has quit IRC03:17
cloudnullantonym hard to say. maybe tomorrow we can hack on it some03:17
*** spsurya_ has joined #openstack-ansible03:32
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Restructure playbook serialization  https://review.openstack.org/58194203:45
*** udesale has joined #openstack-ansible03:51
*** cjloader has joined #openstack-ansible03:52
*** poul has joined #openstack-ansible03:53
*** udesale has quit IRC03:55
*** udesale has joined #openstack-ansible03:55
*** nurdie has joined #openstack-ansible03:55
*** poul has quit IRC03:57
*** cjloader has quit IRC03:57
*** nurdie has quit IRC04:00
cloudnulllogan- mind giving https://review.openstack.org/#/c/581893/ a look aagain04:04
cloudnullpassed the experimental tests04:05
logan-yeah, I'm trying to hammer on it locally but debugging other ansible 2.5 connection plugin issues to get it working :( i feel like i need to do some local tests on it before i can vote04:06
*** poopcat has quit IRC04:07
cloudnull++ please do04:09
*** poul has joined #openstack-ansible04:11
*** cjloader has joined #openstack-ansible04:12
*** poul has quit IRC04:15
*** cjloader has quit IRC04:17
*** chyka has joined #openstack-ansible04:18
*** chyka has quit IRC04:23
*** agrebennikov has joined #openstack-ansible04:26
*** poul has joined #openstack-ansible04:28
*** mattinator has quit IRC04:30
tux_cloudnull: https://bugs.launchpad.net/openstack-ansible/+bug/178132104:32
openstackLaunchpad bug 1781321 in openstack-ansible "ceph-ansible error No first item, sequence was empty" [Undecided,New]04:32
tux_i want to set mon_host in ceph-ansible04:33
tux_look like its hardcoded to br-mgmt04:34
*** poul has quit IRC04:34
*** nurdie has joined #openstack-ansible04:36
logan-your ceph mons list is formatted wrong. use a space between - and the list item. ie '-172.16.200.211' should be '- 172.16.200.211'04:37
*** nurdie has quit IRC04:41
tux_logan-: it was copy paste its, it is corrected already "- 172.16.200.211"04:43
logan-ah ok04:43
tux_logan-: last 24 hour i am banging my head on this issue :(04:44
tux_logan-: how other folks using this scenario in production?  Even documentation is wrong in OSAD https://docs.openstack.org/openstack-ansible/latest/user/ceph/full-deploy.html04:45
logan-monitor_address_block: "172.16.200.0/24" doesnt seem to match the block where your mons are04:45
logan-mon host = 192.168.100.232,192.168.100.203,192.168.100.18804:45
tux_yes, i can see that so i did "ceph_mons" override but that didn't have any effect04:46
tux_its ignoring "ceph_mons", look like its hardcoded somewhere so only taking br-mgmt ips04:47
*** poul has joined #openstack-ansible04:47
*** cjloader has joined #openstack-ansible04:48
tux_logan-: are you using openstack-ansible with ceph deployment? what you have configure there?04:48
logan-can you pastebin the 'ip addr' output from one of your mon containers?04:49
logan-do the mons have an interface on 172.16.200.0/24?04:49
tux_logan-: http://paste.openstack.org/show/725631/04:49
tux_logan-: mon has br-storage(172.16.200.0/24), br-mgmt network04:50
tux_logan-: look at here http://paste.openstack.org/show/725632/04:51
*** poul has quit IRC04:52
logan-'lxc-attach -n ostack-controller-02_ceph-mon_container-b67c137c -- ip addr'04:52
logan-please pastebin04:52
*** cjloader has quit IRC04:52
tux_logan-: http://paste.openstack.org/show/725633/04:53
tux_i can ping all mon 172.16.200.x IPs also OSD too04:54
logan-id suggest removing ceph_mons from your vars file, remove monitor_address_block, and add monitor_interface: eth204:54
tux_i need to add monitor_address too, what should i set there?04:55
logan-no, you should not need it04:55
tux_Ok running playbook lets see04:56
logan-"# You must define either monitor_interface, monitor_address or monitor_address_block." -- https://github.com/ceph/ceph-ansible/blob/9f54b3b4a7c1a7015def3a7987e3e9e426385251/group_vars/all.yml.sample#L34604:57
logan-ceph-ansible supports several different options for determining the mon addresses, so it is a little confusing04:57
logan-i think the way you had monitor_address_block defined should have worked04:57
logan-i wonder if you have cached facts though04:57
tux_i will delete all cached facts and will try that too04:58
tux_logan-:  FAILED! => {"failed": true, "msg": "'dict object' has no attribute u'ansible_eth2'"}04:58
tux_got this error04:59
logan-rm -rf /etc/openstack_deploy/ansible_facts04:59
logan-then run again04:59
tux_ok04:59
*** mattinator has joined #openstack-ansible04:59
tux_I am just running " openstack-ansible ceph-install.yml" playbook05:00
tux_FYI05:00
*** chhagarw has joined #openstack-ansible05:01
logan-👍05:01
tux_logan-: hmmm look like it passed "generate ceph configuration file: ceph.conf]"05:04
*** poul has joined #openstack-ansible05:04
tux_lets see... what next05:04
tux_damn!!! mon host = 172.16.200.195,172.16.200.76,172.16.200.21105:05
tux_i can see change in file now :)05:05
tux_logan-: damn it now i got this error http://paste.openstack.org/show/725634/05:06
tux_ceph-create-keys:ceph-mon is not in quorum: u'probing'05:07
*** poul has quit IRC05:08
tux_should i stop container and restart them ?05:10
logan-I have to go to sleep, but not reaching quorum usually means your mons can't reach each other over the network. you'll have to do some network debugging.. check the mon logs, netstat and tcpdump if necessary to figure out why they aren't reaching quorum05:14
tux_Ok i will spend some time... thanks for help...05:14
logan-if they were partially bootstrapped with the wrong ips before, you may need to delete the mon containers and re create them05:14
tux_logan-: i may bug you again :)05:14
tux_i will try to do that too...05:14
tux_its 1:15AM night so i will do that tomorrow :)05:15
tux_logan-: thank you man!!! it was great help though05:15
logan-np.. good luck tomrorow!05:15
*** cjloader has joined #openstack-ansible05:19
*** poul has joined #openstack-ansible05:22
*** cjloader has quit IRC05:23
*** poul has quit IRC05:26
*** pmannidi has joined #openstack-ansible05:30
*** nurdie has joined #openstack-ansible05:31
*** poul has joined #openstack-ansible05:40
*** poul has quit IRC05:44
*** tux_ has quit IRC05:45
*** chhagarw has quit IRC05:54
*** chhagarw has joined #openstack-ansible05:54
*** tux_ has joined #openstack-ansible06:04
*** tux_ has quit IRC06:07
Taseerevrardjp: Good Morning. All of my jobs are failing at the preliminary step: "clearing IP tables". Is this happening to other jobs ?06:12
*** biffi has joined #openstack-ansible06:14
*** armaan has joined #openstack-ansible06:18
*** cjloader has joined #openstack-ansible06:20
*** cjloader has quit IRC06:24
*** smorant has joined #openstack-ansible06:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server stable/queens: Retry yum/zypper package installs  https://review.openstack.org/58196106:34
*** sanjayu_ has joined #openstack-ansible06:36
*** sanjayu_ is now known as saneax07:00
*** mattinator has quit IRC07:04
evrardjpTaseer: I don't know07:04
evrardjpmaybe a new issue07:04
evrardjpsince we changed something in testing07:05
*** epalper has joined #openstack-ansible07:05
*** poul has joined #openstack-ansible07:06
*** poul has joined #openstack-ansible07:07
Taseerevrardjp: okay. so I'll wait maybe07:07
evrardjpTaseer: better is to find the root cause yourself and fix it :)07:10
*** poul has quit IRC07:10
Taseerevrardjp: sure :)07:10
evrardjpno I mean it :)07:10
evrardjpThat's how you learn07:10
odyssey4meo/07:12
*** cjloader has joined #openstack-ansible07:12
*** gkadam has joined #openstack-ansible07:14
*** poul has joined #openstack-ansible07:15
Taseerevrardjp: let me look into the matter07:16
*** cjloader has quit IRC07:17
odyssey4meevrardjp: worth a look if you have some time to figure it out: https://review.openstack.org/58189307:19
evrardjpyeah our strategy and connection plugins are inefficient07:22
evrardjpI will have a look07:22
*** radeks has joined #openstack-ansible07:22
evrardjpI had a try with running mitogen07:22
evrardjpto be smarter at that07:22
evrardjpbut I can check that too07:22
odyssey4meShouldn't we try to upstream the remote ssh plugin structure?07:23
odyssey4meThat way we can ditch our custom strategy and connection plugins.07:23
jrosserthat issue feels pretty much the same as we had with 2.3(?) and use of environment:07:28
jrosseror rather, what it makes a sinle do looks very similar07:29
jrosser*ansible07:29
evrardjpodyssey4me: we should07:30
evrardjpthe patch is great07:30
evrardjpI will review it when my laptop is back up07:30
evrardjpit is kinda "wet" for now :(07:30
evrardjpbut the code is great.07:31
evrardjpI will just ask to replace the verbosity but except that, it's good07:31
evrardjpcloudnull: good find, very nice : )07:33
Dmitriyguys, I'm about to write masakari-monitors installation for openstack-ansible-os_masakari role. Has someone already started this work? And did you plan to add masakari-monitors installation to this role? As it seems to be designed without monitors installation support...07:48
*** Dmitriy is now known as noonedeadpunk07:50
*** noonedeadpunk is now known as Dmitriy07:50
*** Dmitriy has left #openstack-ansible07:50
*** Dmitriy has joined #openstack-ansible07:51
*** cjloader has joined #openstack-ansible07:52
*** chyka has joined #openstack-ansible07:54
*** cjloader has quit IRC07:57
*** chyka has quit IRC07:59
odyssey4melooks like the nova-status check merge is breaking the integrated build, sometimes: http://logs.openstack.org/25/579625/2/gate/openstack-ansible-deploy-ceph-ubuntu-xenial/519d097/job-output.txt.gz#_2018-07-11_21_54_12_21940307:59
odyssey4meit failed on 1 of 4 jobs08:00
*** DanyC has joined #openstack-ansible08:00
odyssey4melemme ad in a retry/delay thing08:01
*** suggestable has joined #openstack-ansible08:03
*** tosky has joined #openstack-ansible08:03
ebbex_odyssey4me: now that the ml2.ovs.dvr change is in master, how do I proceed with https://review.openstack.org/#/c/581041/08:10
odyssey4meebbex_: typically now it would be cherry-picked (with -x to show the master commit sha)08:12
odyssey4methis can be done from inside gerrit using the 'cherry pick' button, or via the git cli08:12
*** cjloader has joined #openstack-ansible08:13
odyssey4methe reason why it should merge in master first is that sometimes the implementation changes before it merges due to review feedback, and if the back port is done at the same time as the initial patch (not after the pick), then reviewers have to take a lot more care when looking to see if all the same feedback has been applied08:13
odyssey4meit's just far easier for everyone to get the first one merged, then do the backports08:14
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Retry nova-status check and only run it once  https://review.openstack.org/58208708:15
odyssey4memore info here: https://docs.openstack.org/openstack-ansible/latest/contributor/contribute.html#backporting08:15
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Retry nova-status check and only run it once  https://review.openstack.org/58208708:16
odyssey4meevrardjp hwoarang andymccr ^ that should hopefully solve the inconsistent fails we're seeing when running that check08:17
*** cjloader has quit IRC08:18
*** nurdie has quit IRC08:27
*** saneax has quit IRC08:27
*** nurdie has joined #openstack-ansible08:28
ebbex_odyssey4me: sure that makes sense :) So in this case I sorta got lucky as there was no change to the commit. I had to do a small change to master because of an indentation fix.08:29
ebbex_But unless that gets requested backported, the change can stay the same?08:29
*** nurdie has quit IRC08:34
evrardjpodyssey4me: do we store the config files of each service in the gate logs? We should IMO08:35
odyssey4meevrardjp: I think we do for role tests, but not the integrated build08:38
odyssey4meand yes, we should08:38
evrardjpI think https://github.com/openstack/openstack-ansible/commit/d3a0bfb728a75db4c3cc79d4604c8555a472dc6f broke memcached08:38
openstackgerritTuan Do Anh proposed openstack/openstack-ansible master: Update pypi url to new url  https://review.openstack.org/58209608:38
evrardjpbuilding an AIO right now08:39
odyssey4meebbex_: reviewers will be looking for the 'cherry-picked from ...' portion in the commit msg, or something in the commit message to explain why that's not there08:40
odyssey4mesometimes it's better to also port back anything the master patch depended on, but it's not always necessary08:40
*** electrofelix has joined #openstack-ansible08:46
*** cjloader has joined #openstack-ansible08:46
ebbex_odyssey4me: So how would you reccomend proceeding in this case? Update the commit message with a 'cherry-picked from commit <hash>'?08:48
ebbex_or abandon the changes and do new cherry-picks?08:49
*** cjloader has quit IRC08:51
ebbex_This is the other commit btw, https://review.openstack.org/#/c/581351/ which I think is fine for master, but not really a bug-fix needed in stable branches.08:52
*** harryhuang_ has joined #openstack-ansible08:56
*** cshen has joined #openstack-ansible08:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Fix memcached_servers content  https://review.openstack.org/58210508:57
odyssey4meebbex_: just update the commit message in this case I think08:58
evrardjpodyssey4me: and any core available: can we merge this ^ ?08:58
*** tux_ has joined #openstack-ansible08:58
evrardjpplease don't make that wait09:00
odyssey4meevrardjp: I think to get that merged you're going to need https://review.openstack.org/582087 merged09:00
evrardjpok I will merge then09:01
odyssey4meotherwise you'll get transient failures09:01
evrardjpbecause here the thing is plain broken09:01
*** agrebennikov has quit IRC09:01
evrardjpso we are not using memcached09:01
evrardjpwhich might lead to other issues.09:01
evrardjpok merging it09:02
openstackgerritErik Berg proposed openstack/openstack-ansible-os_neutron stable/pike: Install openvswitch packages on 'ml2.ovs.dvr' configuration  https://review.openstack.org/58104109:02
odyssey4meevrardjp: asked a question in your review09:03
openstackgerritErik Berg proposed openstack/openstack-ansible-os_neutron stable/queens: Install openvswitch packages on 'ml2.ovs.dvr' configuration  https://review.openstack.org/58104009:04
evrardjpAnswered.09:05
ebbex_odyssey4me: Thanks for the info/tips :)09:06
evrardjpif you don't believe me, build an AIO.09:06
evrardjpor I can show you one.09:06
*** suggestable_ has joined #openstack-ansible09:06
evrardjpodyssey4me: answered more clearly09:09
*** cshen has quit IRC09:10
*** suggestable has quit IRC09:10
odyssey4meoh I see09:11
odyssey4meI do wish gertty would put the reply in-line below mine, instead of in the comment body09:11
odyssey4meit makes following replies to questions quite hard to follow09:11
*** cjloader has joined #openstack-ansible09:13
evrardjpthat's because I am clicking on the "reply" button of gerrit. I should instead reply on your quote.09:14
evrardjpbut laziness and fast answers.09:14
evrardjpto be honest that's one more reason I don't like using >- for readability reasons.09:15
evrardjpThis has bit me long ago, and it still does it.09:15
evrardjpI hate those > | things09:16
*** cjloader has quit IRC09:18
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Use rsync instead of synchronize module for remote copy  https://review.openstack.org/58212309:24
odyssey4meevrardjp: ^ you did warn us... ;) cc mnaser09:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Use rsync instead of synchronize module for remote copy  https://review.openstack.org/58212309:26
odyssey4meoh crap, wrong way around09:26
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Use rsync instead of synchronize module for remote copy  https://review.openstack.org/58212309:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Enable CentOS 7 distro jobs  https://review.openstack.org/57994509:27
evrardjpodyssey4me: hahah09:29
odyssey4metyvm ebbex_ !09:29
evrardjpI'd be happy if at some point I'd be listened to instead of just ignored :p "No everything will be fine" :)09:29
evrardjphaha it doesn't matter, I am glad you fixed things :)09:30
odyssey4meevrardjp: you approved it, but warned that it might cause trouble :p09:31
odyssey4meno-one ignored you, your note was duly noted :p09:31
*** pmannidi has quit IRC09:36
evrardjpwell ... If I haven't approved it, it would probably still be pending review? : p09:37
evrardjpinterestingly I think we are carrying useless code for at least 3 years09:38
evrardjp(not related)09:38
evrardjpodyssey4me: can you think of an use case where the line number 1 here is different than line number 2?09:39
evrardjphttps://github.com/openstack/openstack-ansible-rabbitmq_server/blob/master/defaults/main.yml#L37-L3809:39
*** smorant has quit IRC09:39
*** cjloader has joined #openstack-ansible09:48
odyssey4meevrardjp: there was a stage where ansible_hostname gave us a fqdn, which is why that's there - I think it was in the transition to mitaka when we did all those ssl-related changes09:51
*** cjloader has quit IRC09:53
evrardjpodyssey4me: okay because that's not supposed to happen anymore10:02
evrardjpansible_hostname is a reserved word that should be a hostname10:02
evrardjpfqdns are in ansible_fqdn10:02
evrardjpso we've been populating these fiels with twice the same value10:03
evrardjp(ofc except if our inventory messes up with that)10:03
*** tux_ has quit IRC10:04
odyssey4meevrardjp: perhaps that should be using ansible_fqdn and ansible_hostname instead then10:05
*** rodolof has joined #openstack-ansible10:09
*** Ankita has joined #openstack-ansible10:11
*** cjloader has joined #openstack-ansible10:12
evrardjpodyssey4me: yeah I am fixing it10:15
*** cjloader has quit IRC10:18
*** Ankita has quit IRC10:26
*** kstev has joined #openstack-ansible10:31
*** udesale has quit IRC10:35
*** cjloader has joined #openstack-ansible10:53
openstackgerritMerged openstack/openstack-ansible-galera_server master: Do not remove MariaDB-server  https://review.openstack.org/57884410:55
*** cjloader has quit IRC10:58
*** cshen has joined #openstack-ansible11:11
*** chhagarw has quit IRC11:12
*** cjloader has joined #openstack-ansible11:12
*** cshen has quit IRC11:15
*** cjloader has quit IRC11:17
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-rabbitmq_server master: Cleanup generation of rabbitmq server data  https://review.openstack.org/58215011:20
Tahvokcloudnull: can you please explain why this logic is done in groups_vars/all and not inside the glance role? https://github.com/openstack/openstack-ansible/commit/54874018ec48acbd459fab5e09b77994b0c177fc#diff-457a8ea254f42d8a83bdf0a328d95e46R4911:29
*** chyka has joined #openstack-ansible11:30
*** nurdie has joined #openstack-ansible11:30
*** ansmith has quit IRC11:32
*** mardim has quit IRC11:34
odyssey4meTahvok: O think mnaseris already working on a patch to move it into the glance role11:35
odyssey4mehttps://review.openstack.org/57922411:35
*** nurdie has quit IRC11:36
*** chyka has quit IRC11:36
Tahvoknice11:40
TahvokThanks odyssey4me !11:40
*** kstev has quit IRC11:41
TahvokI'm just working on a patch to clean glance vars, and was wondering about it11:41
*** eumel8 has joined #openstack-ansible11:42
TahvokThere was a site to search cross-repo. Can someone give me the link please?11:44
eumel8maybe here: http://codesearch.openstack.org/11:46
Tahvokeumel8: that's it. Thanks!11:46
TahvokCan someone also please plus this two? https://review.openstack.org/#/c/549291/ https://review.openstack.org/#/c/549294/11:47
*** armaan has quit IRC11:48
*** armaan has joined #openstack-ansible11:49
openstackgerritFrank Kloeker proposed openstack/openstack-ansible master: [doc] Clarify attendance of Core Reviewers at PTG & Summit  https://review.openstack.org/58216111:49
eumel8^^ also this. And now we have a German version of OSA docs :)11:50
*** cjloader has joined #openstack-ansible11:50
odyssey4meeumel8: oh really?11:51
odyssey4meevrardjp: Tahvok needs another reviewer other than me ;)11:52
eumel8https://translate.openstack.org/webtrans/translate?project=openstack-ansible&iteration=master&localeId=de&locale=en-US11:53
eumel8There is still an issue with the sync job so I think there will be nothing to merge. I will check the situation Friday morning when the periodic job is running again11:54
*** cjloader has quit IRC11:54
*** udesale has joined #openstack-ansible11:57
eumel8and just to mention: OSA doc is really valuable. Very good job, guys!11:57
odyssey4meawesome, thanks eumel8!12:01
*** tux_ has joined #openstack-ansible12:08
evrardjpnice patches Tahvok12:12
*** cjloader has joined #openstack-ansible12:12
evrardjpwow thanks eumel812:14
eumel8evrardjp:  we're not on the worldcup anymore - so we have time ;)12:15
*** tux_ has quit IRC12:16
guilhermespeumel8: hahaha12:17
*** cjloader has quit IRC12:18
evrardjpwe still have one match to play, but nobody cares I guess :p12:21
evrardjp"we" -> Belgium12:21
eumel8evrardjp:  It's Saturday and it's glorious enough12:27
*** cmart has joined #openstack-ansible12:31
evrardjp:)12:31
*** hachi has joined #openstack-ansible12:33
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility  https://review.openstack.org/58176712:34
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Update all SHAs for milestone 3  https://review.openstack.org/57400612:36
openstackgerritMerged openstack/openstack-ansible-os_nova master: Retry nova-status check and only run it once  https://review.openstack.org/58208712:37
*** armaan has quit IRC12:41
*** armaan has joined #openstack-ansible12:41
*** vakuznet has joined #openstack-ansible12:42
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Use rsync instead of synchronize module for remote copy  https://review.openstack.org/58212312:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Enable CentOS 7 distro jobs  https://review.openstack.org/57994512:44
*** cjloader has joined #openstack-ansible12:48
*** cjloader has quit IRC12:54
*** sew has joined #openstack-ansible13:01
*** ansmith has joined #openstack-ansible13:02
*** cjloader has joined #openstack-ansible13:12
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: Add support for using distribution packages for OpenStack services  https://review.openstack.org/57977013:12
*** throwsb1 has joined #openstack-ansible13:12
*** KeithMnemonic has joined #openstack-ansible13:14
*** udesale has quit IRC13:15
*** cjloader has quit IRC13:17
*** chhagarw has joined #openstack-ansible13:26
*** tux_ has joined #openstack-ansible13:31
*** nurdie has joined #openstack-ansible13:31
guilhermespto give a taste, here's one of our monasca dashboards https://imgur.com/a/mJvzc8e :D13:32
*** tux__ has joined #openstack-ansible13:32
odyssey4meguilhermesp: nice!13:34
guilhermespodyssey4me: o/13:35
*** tux_ has quit IRC13:36
mgariepythat's really cool ^^13:36
devxdoes the command openstack-ansible lxc-containers-create.yml -e 'container_group=my-service" also create the entries in /etc/hosts?13:45
*** jwitko has joined #openstack-ansible13:46
*** jwitko has quit IRC13:47
*** jwitko has joined #openstack-ansible13:48
openstackgerritAndy Smith proposed openstack/openstack-ansible-os_ceilometer master: Update to use oslo.messaging service for RPC and Notify  https://review.openstack.org/57990913:56
vakuznetI need guidance what to do when zuul failure is not releated to change https://review.openstack.org/#/c/58141914:00
*** armaan_ has joined #openstack-ansible14:01
*** armaan has quit IRC14:02
*** cshen has joined #openstack-ansible14:02
*** rodolof has quit IRC14:04
tomtom002Hello, I've installed Octavia in Queens and created the endpoints, I'm trying to configure the Horizon Load Balancers dashboard to work with Octavia, is that supposed to be working at this time?  It gives me the following error: http://paste.openstack.org/show/725707/ when I go to use the dashboard.  I have created the endpoints and was just wondering if there was some other configuration14:05
tomtom002necessary for the Load Balancer dashboard to work with Octavia?14:05
*** kstev has joined #openstack-ansible14:05
*** nurdie has quit IRC14:06
*** nurdie has joined #openstack-ansible14:07
johnsomtomtom002 It looks like the endpoint configured might be wrong. I see "/api/lbaas/loadbalancers/" in your pastebin, but the normal/default path is "/v2.0/lbaas/loadbalancers"14:07
*** kstev1 has joined #openstack-ansible14:07
johnsomhttps://developer.openstack.org/api-ref/load-balancer/v2/index.html14:08
openstackgerritMerged openstack/openstack-ansible master: Be consistent with memcached group name  https://review.openstack.org/58039414:08
openstackgerritMerged openstack/openstack-ansible master: Remove not needed glance variables  https://review.openstack.org/54929414:09
*** biffi has quit IRC14:09
tomtom002johnsom - ok thanks! I will definitely check it out.14:09
*** parasitid has quit IRC14:10
cloudnullmornings https://review.openstack.org/#/c/581893/14:10
*** kstev has quit IRC14:10
cloudnullanyone want to give that a review ?14:11
cloudnulli'm keen to get that back into stable soon-ish14:11
*** nurdie has quit IRC14:11
cloudnullevrardjp anything i can help with on that memcached issue you mentioned?14:12
*** tux__ has quit IRC14:12
*** hwoarang has quit IRC14:12
*** cjloader has joined #openstack-ansible14:12
*** jwitko has quit IRC14:13
*** jwitko has joined #openstack-ansible14:13
mgariepycloudnull, done14:14
cloudnull:)14:14
*** cjloader_ has joined #openstack-ansible14:15
*** cjloader has quit IRC14:15
*** FrankZhang has joined #openstack-ansible14:18
evrardjpcloudnull: which memcached issue?14:19
cloudnullevrardjp "I think https://github.com/openstack/openstack-ansible/commit/d3a0bfb728a75db4c3cc79d4604c8555a472dc6f broke memcached" ?14:19
evrardjpcloudnull: I have a patch already14:20
cloudnullah cool!14:20
evrardjpI am surprised I haven't voted on https://review.openstack.org/#/c/581893/14:20
cloudnullwas just reading back scrollback14:20
evrardjplet's backport this14:20
evrardjpgreat patch btw14:20
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-tests master: Use 'become' for destroy container playbook.  https://review.openstack.org/58219514:21
evrardjpI am tired of these stupid changes like | to become "is" . I will fix those warnings.14:21
mgariepyvakuznet, can you depend on ^^ to test it fixes your issue ?14:21
*** parasitid has joined #openstack-ansible14:22
*** parasitid has quit IRC14:26
odyssey4meevrardjp: oh dear, https://review.openstack.org/#/c/582105/ needs a rebase14:27
odyssey4meif you can get that done real quick, I'm sure cloudnull and I will revote :)14:27
cloudnull++14:28
odyssey4memnaser: FYI the synchronize module sucks, this works better: https://review.openstack.org/58212314:28
*** radeks has quit IRC14:28
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Fix memcached_servers content  https://review.openstack.org/58210514:28
evrardjpoh got this interface is stupid14:29
FrankZhangevrardjp: the commit message was updated, hope it looks better. https://review.openstack.org/#/c/579284/14:29
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_neutron stable/pike: move haproxy to neutron-metadata-agent  https://review.openstack.org/58176214:33
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Fix memcached_servers content  https://review.openstack.org/58210514:33
evrardjpodyssey4me: ^14:33
evrardjpcloudnull: ^14:34
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_neutron stable/queens: move haproxy to neutron-metadata-agent  https://review.openstack.org/58176114:34
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins stable/queens: Correct severe performance problem  https://review.openstack.org/58219914:35
*** mugsie has quit IRC14:36
*** mugsie has joined #openstack-ansible14:36
*** mugsie has quit IRC14:36
*** mugsie has joined #openstack-ansible14:36
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins stable/pike: Correct severe performance problem  https://review.openstack.org/58220114:37
guilhermespodyssey4me: good point, synchronize would be use if this goes on https://bugs.launchpad.net/openstack-ansible/+bug/177809814:38
openstackLaunchpad bug 1778098 in openstack-ansible "os_horizon role fails if horizon_custom_themes is specified" [Low,Confirmed] - Assigned to Amy Marrich (amy-marrich)14:38
cloudnullevrardjp done14:38
*** tux_ has joined #openstack-ansible14:40
openstackgerritMerged openstack/openstack-ansible-plugins master: Correct severe performance problem  https://review.openstack.org/58189314:41
vakuznetmgariepy, do you mean i should change is to |?14:41
*** kstev1 has quit IRC14:42
jrossercloudnull: have you ever had to increase the max connections for memcached?14:43
mgariepyvakuznet, add : Depends-On I999aa55269348497154a8eb073c2ff663242af4e14:43
mgariepyin the commit msg of your patch14:43
odyssey4mecloudnull: any specific reason why https://review.openstack.org/#/q/Ic61364b304bd4cc614d3b945f06fc7297a65e440 is using a different change id to https://review.openstack.org/#/c/581893/ ?14:43
*** parasitid has joined #openstack-ansible14:44
*** nurdie has joined #openstack-ansible14:46
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-os_barbican master: Add default roles used by Barbican  https://review.openstack.org/58141914:46
cloudnulljrosser i've never had to specifically touch that setting14:48
*** TxGirlGeek has joined #openstack-ansible14:48
cloudnullhowever mnaser was saying the other day that it should be driven a lot higher14:48
cloudnullodyssey4me I had to port the change back to queens , it wouldn't cherry-pick cleanly14:49
cloudnulllet me get that sorted14:49
jrossercloudnull: we're not doing anything spectacular and 1024 seems to be too small14:50
cloudnull++ that's what mnaser was saying too14:50
jrosserbut at least 50% of the connections are from the infra keystone containers14:50
jrosserwhich smells wrong14:50
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins stable/queens: Correct severe performance problem  https://review.openstack.org/58219914:51
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins stable/pike: Correct severe performance problem  https://review.openstack.org/58220114:51
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins stable/ocata: Correct severe performance problem  https://review.openstack.org/58220414:53
evrardjpsorry for the spam14:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_designate master: Fix usage of "|" for tests  https://review.openstack.org/58220514:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_watcher master: Fix usage of "|" for tests  https://review.openstack.org/58220614:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cloudkitty master: Fix usage of "|" for tests  https://review.openstack.org/58220714:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_zun master: Fix usage of "|" for tests  https://review.openstack.org/58220814:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_masakari master: Fix usage of "|" for tests  https://review.openstack.org/58220914:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_horizon master: Fix usage of "|" for tests  https://review.openstack.org/58221114:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-tests master: Fix usage of "|" for tests  https://review.openstack.org/58221214:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-galera_client master: Fix usage of "|" for tests  https://review.openstack.org/58221314:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_neutron master: Fix usage of "|" for tests  https://review.openstack.org/58221414:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_blazar master: Fix usage of "|" for tests  https://review.openstack.org/58221514:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-plugins master: Fix usage of "|" for tests  https://review.openstack.org/58221614:56
openstackgerritMerged openstack/openstack-ansible stable/queens: Add example host confd file for barbican  https://review.openstack.org/57928014:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_glance master: Fix usage of "|" for tests  https://review.openstack.org/58221714:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_zaqar master: Fix usage of "|" for tests  https://review.openstack.org/58221914:56
openstackgerritJean-Philippe Evrard proposed openstack/ansible-role-python_venv_build master: Fix usage of "|" for tests  https://review.openstack.org/58222014:56
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_panko master: Fix usage of "|" for tests  https://review.openstack.org/58222114:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-rabbitmq_server master: Fix usage of "|" for tests  https://review.openstack.org/58222214:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_molteniron master: Fix usage of "|" for tests  https://review.openstack.org/58222314:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tacker master: Fix usage of "|" for tests  https://review.openstack.org/58222414:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_sahara master: Fix usage of "|" for tests  https://review.openstack.org/58222514:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ceph_client master: Fix usage of "|" for tests  https://review.openstack.org/58222614:58
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_monasca master: Fix usage of "|" for tests  https://review.openstack.org/58222714:58
openstackgerritJean-Philippe Evrard proposed openstack/ansible-hardening master: Fix usage of "|" for tests  https://review.openstack.org/58222814:58
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_monasca-agent master: Fix usage of "|" for tests  https://review.openstack.org/58222914:58
*** kstev has joined #openstack-ansible14:58
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_ironic master: Fix usage of "|" for tests  https://review.openstack.org/58223014:58
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_heat master: Fix usage of "|" for tests  https://review.openstack.org/58223114:58
evrardjpjrosser: what are you talking about?14:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_barbican master: Fix usage of "|" for tests  https://review.openstack.org/58223214:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_almanach master: Fix usage of "|" for tests  https://review.openstack.org/58223414:59
jrosserevrardjp: we are running out of connections to memcached14:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_aodh master: Fix usage of "|" for tests  https://review.openstack.org/58223514:59
FrankZhangevrardjp:is here right place to add a new scenario? Thanks https://github.com/openstack/openstack-ansible/blob/master/tests/vars/bootstrap-aio-vars.yml14:59
toskyevrardjp: oh, about ^^ , will the old syntax be removed?14:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-memcached_server master: Fix usage of "|" for tests  https://review.openstack.org/58223714:59
evrardjptosky: yes.14:59
odyssey4metosky: eventually, yes - but warnings suck15:00
openstackgerritJean-Philippe Evrard proposed openstack/ansible-config_template master: Fix usage of "|" for tests  https://review.openstack.org/58223815:00
evrardjpjrosser: interesting -- master or stable?15:00
jrosserqueens15:00
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_gnocchi master: Fix usage of "|" for tests  https://review.openstack.org/58223915:00
jrosserthe connections mostly look sensible15:00
evrardjpjrosser: ok. version?15:00
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_ceilometer master: Fix usage of "|" for tests  https://review.openstack.org/58224015:00
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_build master: Fix usage of "|" for tests  https://review.openstack.org/58224115:00
evrardjpthere was a change during queens cycle for memcached connections15:00
jrosserbut the keystone containers stand out as they have ~170 connections to each memcached, per keystone container15:00
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-lxc_container_create master: Fix usage of "|" for tests  https://review.openstack.org/58224215:00
jrosserand that seems to be growing over time15:01
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-galera_server master: Fix usage of "|" for tests  https://review.openstack.org/58224315:01
evrardjpjrosser: We are not using the pooled backend.15:01
evrardjpthat's worth discussing15:01
openstackgerritJean-Philippe Evrard proposed openstack/ansible-role-systemd_mount master: Fix usage of "|" for tests  https://review.openstack.org/58224415:01
*** armaan_ has quit IRC15:01
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder master: Fix usage of "|" for tests  https://review.openstack.org/58224615:01
evrardjpFrankZhang: I think there are examples somewhere15:01
evrardjplet me find that for you15:01
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Fix usage of "|" for tests  https://review.openstack.org/58224715:01
FrankZhangthanks15:01
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-repo_server master: Fix usage of "|" for tests  https://review.openstack.org/58224815:01
jrosserevrardjp: it's 17.0.415:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_searchlight master: Fix usage of "|" for tests  https://review.openstack.org/58224915:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_magnum master: Fix usage of "|" for tests  https://review.openstack.org/58225015:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_trove master: Fix usage of "|" for tests  https://review.openstack.org/58225115:02
*** joseg has joined #openstack-ansible15:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-pip_install master: Fix usage of "|" for tests  https://review.openstack.org/58225215:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: Fix usage of "|" for tests  https://review.openstack.org/58225315:02
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-haproxy_server master: Fix usage of "|" for tests  https://review.openstack.org/58225415:03
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-lxc_hosts master: Fix usage of "|" for tests  https://review.openstack.org/58225515:03
evrardjpFrankZhang: https://review.openstack.org/#/c/503971/4415:03
evrardjpthis is just an example15:03
openstackgerritJean-Philippe Evrard proposed openstack/ansible-role-systemd_networkd master: Fix usage of "|" for tests  https://review.openstack.org/58225615:03
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-openstack_hosts master: Fix usage of "|" for tests  https://review.openstack.org/58225815:03
evrardjpjrosser: should be okay15:03
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_octavia master: Fix usage of "|" for tests  https://review.openstack.org/58225915:03
FrankZhangcool, let me take a look15:03
evrardjpFrankZhang: you have to adapt to your needs15:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_congress master: Fix usage of "|" for tests  https://review.openstack.org/58226015:04
evrardjpbut yeah the vars you've pointed is a critical point : )15:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Fix usage of "|" for tests  https://review.openstack.org/58226115:04
*** rmart04 has joined #openstack-ansible15:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-rsyslog_client master: Fix usage of "|" for tests  https://review.openstack.org/58226215:04
jrosserevrardjp: we're going to try to understand why keystone seems to be making an ever increasing number of connections15:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_rally master: Fix usage of "|" for tests  https://review.openstack.org/58226315:04
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ops master: Fix usage of "|" for tests  https://review.openstack.org/58226415:05
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_swift master: Fix usage of "|" for tests  https://review.openstack.org/58226515:05
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-rsyslog_server master: Fix usage of "|" for tests  https://review.openstack.org/58226615:05
mgariepyevrardjp, is it gerrit or the is really 2 space before the is ?15:05
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Fix usage of "|" for tests  https://review.openstack.org/58226715:05
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-nspawn_hosts master: Fix usage of "|" for tests  https://review.openstack.org/58226815:05
*** tailDASHeF has quit IRC15:06
*** tailDASHeF has joined #openstack-ansible15:07
cloudnullit looks like some of them have two spaces15:12
openstackgerritLogan V proposed openstack/openstack-ansible master: Move get-ansible-role-requirements to scripts  https://review.openstack.org/58227115:12
openstackgerritLogan V proposed openstack/openstack-ansible master: Use an absolute path for the role requirements file  https://review.openstack.org/58227215:12
openstackgerritLogan V proposed openstack/openstack-ansible master: Use ZUUL_SRC_PATH to pass the path to Zuul git sources  https://review.openstack.org/58227315:13
*** tux_ has quit IRC15:15
*** rmart04_ has joined #openstack-ansible15:15
evrardjpmgariepy: yeah some have two some have one15:15
evrardjpI didn't bother making the difference in my script15:15
evrardjpif we want we can eval them, case by case15:16
evrardjp(we should anyway!15:16
*** rmart04_ has left #openstack-ansible15:16
evrardjp)15:16
evrardjpI don't really care enough tbh I just wanted those anoying things to go away15:16
*** rmart04 has quit IRC15:17
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add networkd prefix when creating networks  https://review.openstack.org/57189815:17
evrardjpI don't want to change the is bool though, that's so unclear to me15:18
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_blazar master: Fix usage of "|" for tests  https://review.openstack.org/58221515:18
evrardjpmgariepy: if that's what you meant with "the is really 2 space before the is"15:19
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-nspawn_hosts master: Fix usage of "|" for tests  https://review.openstack.org/58226815:21
*** chhagarw has quit IRC15:21
openstackgerritLogan V proposed openstack/openstack-ansible master: Use an absolute path for the role requirements file  https://review.openstack.org/58227215:22
mgariepyevrardjp, yep i was really meaning the double space in the line. but it's not a really big deal i guess.15:24
evrardjpmgariepy: I hope that ppl will feel encouraged to edit those15:27
evrardjp:)15:27
evrardjpI did my part15:27
evrardjp:p15:27
*** gillesMo has joined #openstack-ansible15:29
*** gyee has joined #openstack-ansible15:30
*** gyee has quit IRC15:34
openstackgerritMerged openstack/openstack-ansible-tests master: Do not use glance servers variable  https://review.openstack.org/54929115:43
*** TxGirlGeek has quit IRC15:47
*** gkadam has quit IRC15:47
*** agrebennikov has joined #openstack-ansible15:48
*** exodusftw has quit IRC15:56
*** exodusftw has joined #openstack-ansible15:57
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Use --version-sort instead of -n for role version bump  https://review.openstack.org/58229116:01
*** chhagarw has joined #openstack-ansible16:02
*** hamzy_ has quit IRC16:04
*** hamzy_ has joined #openstack-ansible16:04
*** poul has quit IRC16:06
*** gyee has joined #openstack-ansible16:08
devxhow can I force the creation/update of mysql user?16:12
openstackgerritFrank Zhang proposed openstack/openstack-ansible master: Add aio host conf for barbican role  https://review.openstack.org/57928416:16
*** hwoarang has joined #openstack-ansible16:17
*** hwoarang has quit IRC16:17
*** hwoarang has joined #openstack-ansible16:17
*** hwoarang has quit IRC16:18
cloudnulldevx which mysql user?16:18
devxlet's say a custom user?16:19
devxcloudnull: is there a difference?16:19
cloudnullwe create independent mysql users for various databases.16:20
cloudnulllike nova has several DBs with different users/pws.16:20
devxright16:20
devxI'm creatign a user but in my testing I droped the user and was hoping that re-running the playbook it would recreate the user16:21
*** armaan has joined #openstack-ansible16:22
devxbut i guess this `{"changed": false, "skip_reason": "Conditional result was False"}` would prevent it from recreating it16:22
devxi also update the user thinking it would detect the difference and no joy16:22
devxI'm sure it's a Layer 8 problem16:23
*** tux_ has joined #openstack-ansible16:23
*** shardy has quit IRC16:25
*** spsurya_ has quit IRC16:26
cloudnullis there a "when" in the task creating that user?16:26
*** suggestable_ has quit IRC16:27
devxyes but is set to always..16:28
devxcloudnull: https://github.com/devx/openstack-ansible-ops/blob/osquery-install/osquery/installKolideFleet.yml16:28
cloudnullah change that to tags:16:30
cloudnullwhen is like a task limiter16:31
devxok, let me try that16:32
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_magnum master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58229616:32
*** TxGirlGeek has joined #openstack-ansible16:33
openstackgerritLogan V proposed openstack/openstack-ansible master: Use ZUUL_SRC_PATH to pass the path to Zuul git sources  https://review.openstack.org/58227316:34
*** TxGirlGeek has quit IRC16:35
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_masakari master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58230016:42
*** hachi has quit IRC16:44
logan-jmccrory: you got a sec? I have a question about this line https://github.com/openstack/openstack-ansible-plugins/commit/4a262efbb4445c252c667b513c24d1e87ed03c35#diff-3043ae1dfa14b68868a8b96510af02a3R40216:52
logan-in my inventory, self.container_name == self.host16:52
logan-so it breaks container detection16:52
logan-so trying to understand why the line is added there and also why the tests pass since https://github.com/openstack/openstack-ansible-plugins/blob/master/tests/group_vars/all_containers.yml#L1616:53
*** suggestable_ has joined #openstack-ansible16:55
jmccroryhmm I think that was for delegating to a container where the container_name isn't in the inventory, https://github.com/openstack/openstack-ansible-plugins/blob/master/tests/test-connection-plugin.yml#L123-L13216:56
jmccrorythat line might not be the right way to handle it though16:56
*** cshen has quit IRC16:59
*** sew has quit IRC16:59
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Remove inventory path for group/host_vars  https://review.openstack.org/58156117:00
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add dynamic retention policies to curator  https://review.openstack.org/58111817:01
*** armaan has quit IRC17:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_monasca master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58230417:03
openstackgerritVadim Kuznetsov proposed openstack/openstack-ansible-os_barbican master: Add default roles used by Barbican  https://review.openstack.org/58141917:03
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add dynamic retention policies to curator  https://review.openstack.org/58111817:04
jrossercloudnull: memcached connection numbers after restarting one https://imagebin.ca/v/48RwnYRn92vM17:04
*** TxGirlGeek has joined #openstack-ansible17:09
*** DanyC has quit IRC17:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58230717:15
cloudnulljrosser looks like we need to significantly raise the ceiling their17:17
*** mmercer has joined #openstack-ansible17:17
jrossercloudnull: i think that would be wise, its also fails in a basically silent way17:18
cloudnullhttps://github.com/openstack/openstack-ansible-memcached_server/blob/master/defaults/main.yml#L5117:20
cloudnulllooks like it's set to 4096 in master.17:20
jrossereverything still works but very slow as it waits for the connection to memcached to timeout, then takes whatever the slower route would have been anyway17:20
jrossergenerating not meaningful log message along the way17:20
cloudnullis there a way you could get the average memory use per connection ?17:20
cloudnullmaybe we could just have it computed based on available memory instead of setting an arbitrary number of connections?17:21
cloudnullor do we think 4096 is "good enough" for now ?17:21
jrossercould be, im on 1024 currently so certainly need to bump that up17:21
jrosserwe are looking into why it is so much in the first place though17:22
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-memcached_server stable/queens: Increase default connection count to 4096  https://review.openstack.org/58230817:22
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-memcached_server stable/pike: Increase default connection count to 4096  https://review.openstack.org/58230917:22
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: [DNM] Debug the gate  https://review.openstack.org/58231017:23
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-memcached_server stable/ocata: Increase default connection count to 4096  https://review.openstack.org/58231117:23
jrosseri was thinking of doing a logstash filter to add in the ratio of used vs max connections for each process17:23
cloudnullthat cherry-picks the default change17:23
jrosserplotting ratios is hard in kibana and that feels like a preprocessing step anyway17:24
jrosserwrong to put it in the query17:24
cloudnull++ totally agree.17:24
cloudnulla grok might be a great way to go.17:25
jrosserobv. the max connections from /proc might not be the same as that configured in an app17:25
*** epalper has quit IRC17:38
guilhermespppl if anyone could make it clearer for me.. with the deprecation of repo-build in rocky, how would the operator choose a specific sha or stable relase from source. I'm still trying to understand how the source installation will be done in face of distro installation17:41
odyssey4meguilhermesp: repo-build is still in rocky for now, but if you do a distro based build it won't be used17:42
*** electrofelix has quit IRC17:42
odyssey4meguilhermesp: if you use the distro build, you will get whatever the distro package provides and don't get to choose a SHA17:42
odyssey4meif you use a source-based build, it will work as usual17:42
*** poul has joined #openstack-ansible17:43
odyssey4merepo build will eventually go away, but then all the source building will be in the role itself for each service... which will be why repo-build will no longer be necessary17:43
guilhermespso are we going to have 2 options of deployment for now, right?17:44
guilhermespah yes, got it odyssey4me17:44
*** Dmitriy is now known as noonedeadpunk17:44
odyssey4meyep - two options, either source or packages... never both on a per service basis17:44
guilhermespClearer now. Appreciated17:45
*** poul has quit IRC17:47
*** tux_ has quit IRC17:48
*** gillesMo has quit IRC17:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58231517:50
tomtom002Hello, does anyone have the current link for the best way to build the amphora image for octavia?  I see the test one that was built with the deployment of the octavia containers, but I remember before having to build it, but it had to be on a bare metal system, is that still true?17:57
*** sew has joined #openstack-ansible17:58
johnsomtomtom002 https://github.com/openstack/octavia/blob/master/diskimage-create/README.rst17:58
tomtom002I've used the following link before to build: https://github.com/openstack/octavia/tree/master/diskimage-create  Just wondering if there's an update that I should folow?17:58
tomtom002johnsom, thank you! just checking to make sure.17:58
*** poopcat has joined #openstack-ansible17:59
*** TxGirlGeek has quit IRC18:00
*** chhagarw has quit IRC18:00
*** tux_ has joined #openstack-ansible18:03
*** mmercer has quit IRC18:06
*** poul has joined #openstack-ansible18:09
*** marc1 has joined #openstack-ansible18:10
*** marc1 has quit IRC18:10
*** mmercer has joined #openstack-ansible18:11
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_octavia master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58232418:11
*** poul has quit IRC18:14
*** hamzy_ has quit IRC18:18
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_panko master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58232818:18
*** tux_ has quit IRC18:20
*** hamzy has joined #openstack-ansible18:20
*** armaan has joined #openstack-ansible18:24
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: tests: Do not use ansible_host to pass container IP  https://review.openstack.org/58232918:26
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name  https://review.openstack.org/58233018:26
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58233118:27
*** epalper has joined #openstack-ansible18:27
*** poul has joined #openstack-ansible18:28
*** epalper has quit IRC18:28
*** armaan has quit IRC18:28
*** armaan has joined #openstack-ansible18:29
*** TxGirlGeek has joined #openstack-ansible18:30
*** poul has quit IRC18:32
*** armaan has quit IRC18:33
*** hachi has joined #openstack-ansible18:35
*** tux_ has joined #openstack-ansible18:35
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_searchlight master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58233318:37
*** poul has joined #openstack-ansible18:37
*** poul has quit IRC18:42
openstackgerritAndy Smith proposed openstack/openstack-ansible master: [WIP] Add qdrouterd role for messaging backend deployment  https://review.openstack.org/57026118:54
openstackgerritMerged openstack/openstack-ansible master: Fix memcached_servers content  https://review.openstack.org/58210518:54
*** poul has joined #openstack-ansible18:55
*** poul has quit IRC18:58
*** hwoarang has joined #openstack-ansible18:58
*** hwoarang has quit IRC18:58
*** hwoarang has joined #openstack-ansible18:58
*** poul has joined #openstack-ansible18:58
*** hachi has quit IRC19:00
guilhermespodyssey4me: as I'm doing some cleaning up in the os_monasca role, should I consider doing myself the role cleanup simplification like was done in os_glance ( i.e: https://github.com/openstack/openstack-ansible-os_glance/commit/ae5fd94c5fd2cec1dd4ea4a9386ff09621d10aab )19:02
guilhermespor is this scheduled for you?19:02
guilhermespfor exemplo, os_monasca already have a sha to move database creation19:02
guilhermesp**exemple19:03
guilhermesphttps://github.com/openstack/openstack-ansible-os_monasca/commit/356317735b463f6902813a142138b63021b917ab19:03
*** poul has quit IRC19:03
*** poul has joined #openstack-ansible19:05
*** cmart has quit IRC19:07
*** poul has quit IRC19:10
*** sew has quit IRC19:12
odyssey4meguilhermesp: you're absolutely welcome to do that proactively if you wish19:14
odyssey4meplease use the same topic (branch name) and commit message as https://review.openstack.org/568517 to make it easy for me to track which have been done, and which not19:15
odyssey4meI see I made a mistake in https://github.com/openstack/openstack-ansible-os_monasca/commit/356317735b463f6902813a142138b63021b917ab ('magnum_db_setup_host' instead of monasca...)19:16
odyssey4mesorry for that19:16
guilhermespno problem odyssey4me I already fixed19:16
guilhermesphttps://review.openstack.org/#/c/578721/1519:16
guilhermespI'm not sure if we can merge this and after do the cleanup19:16
guilhermespwhat you think?19:17
*** tux_ has quit IRC19:17
guilhermespor is it better to do first some basic cleanup and after use the topics related to each simplification?19:17
*** cshen has joined #openstack-ansible19:18
guilhermespat the moment, I'm just adapting grafana as we started to use cloudalchemy's role19:18
*** poul has joined #openstack-ansible19:23
odyssey4meguilhermesp: given that it's now passing a functional deployment, finalise that patch - then do patches after to tidy up anything that needs it, including these extra changes19:23
odyssey4meit's better to do small patches which fix a single issue - it makes them easier to review and easier to revert if there's a problem19:24
odyssey4mealso easier to backport when that's needed19:24
guilhermespk then. I'm going to port ansible-ansible. The functional tests also needs to be changed from non-voting to voting ( https://github.com/openstack/openstack-ansible-os_monasca/commit/330c0afa791349080dfdc1afa0589cc693c1bc1c ). I think these are the last things that needs to be done for now19:27
*** poul has quit IRC19:27
*** tux_ has joined #openstack-ansible19:40
*** poul has joined #openstack-ansible19:40
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58235419:41
* odyssey4me is starting to regret life choices :p19:43
odyssey4mealmost there though... just 4 repositories to go19:43
logan-lol19:45
*** poul has quit IRC19:45
mgariepyyou are doing a great job odyssey4me, don't give up !19:45
guilhermesphahahha odyssey4me I will try to do my best to help in these kind of jobs, at least in os_monasca, so you won't regret anymore19:47
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tacker master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58235619:49
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: [WIP] Fix physical_host loading from group/host vars  https://review.openstack.org/58235819:49
odyssey4meguilhermesp: :) that would be most helpful - keep a look out to what's going on in other roles, and if you see something that might be good to adopt, do the same in os_monasca19:49
guilhermespyep :) I'm taking os_glance as a reference19:51
*** TxGirlGeek has quit IRC19:52
*** hachi has joined #openstack-ansible19:53
*** agrebennikov_ has joined #openstack-ansible19:54
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: [WIP] Fix physical_host loading from group/host vars  https://review.openstack.org/58235819:58
*** TxGirlGeek has joined #openstack-ansible19:58
*** poul has joined #openstack-ansible19:58
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Use local connection and become for host preparation  https://review.openstack.org/58235920:02
*** poul has quit IRC20:03
odyssey4mesomeone asked about that failure earlier today - maybe vakuznet?20:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_magnum master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58229620:05
vakuznetI guess i did20:06
vakuznethttps://review.openstack.org/#/c/581419/ review please20:06
*** poul has joined #openstack-ansible20:08
*** ansmith has quit IRC20:09
odyssey4mevakuznet: lgtm!20:09
odyssey4methanks!20:09
odyssey4meand apologies for breaking things - sometimes that happens with big pattern changes20:10
mgariepydone vakuznet20:10
odyssey4mewe just need another core to review https://review.openstack.org/#/c/582195/ and that'll go through20:11
mgariepyhave a nice evening everyone20:11
vakuznetthanks!20:12
*** poul has quit IRC20:12
odyssey4methanks logan- :)20:12
logan-:)20:14
*** cmart has joined #openstack-ansible20:21
*** sew has joined #openstack-ansible20:23
*** poul has joined #openstack-ansible20:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_trove master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58236520:27
*** poul has quit IRC20:30
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca master: Fix monasca  https://review.openstack.org/57872120:34
*** rodolof has joined #openstack-ansible20:37
*** rodolof has quit IRC20:38
*** cshen has quit IRC20:43
*** poul has joined #openstack-ansible20:43
odyssey4menice work there guilhermesp - thanks to taking up the challenge! let's see if that passes :)20:43
*** poul has quit IRC20:47
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_watcher master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58237720:48
*** fdsa has joined #openstack-ansible20:50
guilhermespthanks odyssey4me ! It's been quite fun for me too to contribute :)20:50
guilhermespIf passes, I would appreciate your review. Dunno if evrardjp wants to review too, but as he commented earlier, he just suggested remove [WIP] tag and change it back to voting20:51
fdsaHi everybody.  How do I correct the error: "The conditional check '(cluster_name.spl20:52
fdsait()[-1] | default(false)) != galera_cluster_name' failed.20:52
fdsaIn the "Fail if galera_cluster_name doesnt match provided value" task?20:52
fdsaSorry about the multiple lines.20:52
*** throwsb1 has quit IRC20:55
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_zaqar master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58238120:56
odyssey4meguilhermesp: he can review, but you'll need another core given he's a co-author20:56
odyssey4meand that, is finally that for this round - now to see what falls out of those, and to fix them20:56
odyssey4methen on to moving the mq tasks into the roles20:57
guilhermespyep odyssey4me I also decided to port grafana with another patch. There are too much fragmented information in this patch20:58
*** tux_ has quit IRC20:58
odyssey4meguilhermesp: yes, that would be best21:00
*** poul has joined #openstack-ansible21:00
odyssey4megood decision!21:00
*** TxGirlGeek has quit IRC21:01
openstackgerritMerged openstack/openstack-ansible-tests master: Use 'become' for destroy container playbook.  https://review.openstack.org/58219521:01
*** TxGirlGeek has joined #openstack-ansible21:01
*** FrankZhang has quit IRC21:04
*** poul has quit IRC21:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_panko master: Use tests repo for common role test requirements  https://review.openstack.org/57959721:05
*** poul has joined #openstack-ansible21:10
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_panko master: Follow the new PTI for document build  https://review.openstack.org/58239021:10
*** cshen has joined #openstack-ansible21:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_panko master: Use tests repo for common role test requirements  https://review.openstack.org/57959721:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_panko master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58232821:12
*** cjloader_ has quit IRC21:14
*** poul has quit IRC21:14
*** cshen has quit IRC21:16
*** jwitko has quit IRC21:26
*** cmart has quit IRC21:27
*** poul has joined #openstack-ansible21:27
*** rmart04 has joined #openstack-ansible21:28
*** ansmith has joined #openstack-ansible21:29
*** poul has quit IRC21:32
openstackgerritMerged openstack/openstack-ansible-os_masakari master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58230021:33
openstackgerritMerged openstack/openstack-ansible-os_monasca master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58230421:35
*** cmart has joined #openstack-ansible21:39
*** TxGirlGeek has quit IRC21:43
*** poul has joined #openstack-ansible21:44
guilhermespodyssey4me: going to debbug later, but Is failing in one single tempest test ( wft ).21:44
guilhermesp**wtf21:45
odyssey4memight be transient, try again and see21:47
*** poul has quit IRC21:50
*** TxGirlGeek has joined #openstack-ansible21:51
*** poul has joined #openstack-ansible21:54
*** poul has quit IRC21:58
*** tux_ has joined #openstack-ansible21:59
*** sew has quit IRC22:02
*** poul has joined #openstack-ansible22:04
*** eumel8 has quit IRC22:05
openstackgerritMerged openstack/openstack-ansible-os_barbican master: Add default roles used by Barbican  https://review.openstack.org/58141922:06
cloudnulllogan- on https://review.openstack.org/#/c/582358/2/strategy/linear.py should we just test the host var and if none, use the task var?22:07
*** poul has quit IRC22:08
odyssey4meok folks, I'm out for the night - cheerio!22:12
openstackgerritMerged openstack/openstack-ansible-os_blazar master: Fix usage of "|" for tests  https://review.openstack.org/58221522:18
cloudnulltake care odyssey4me22:18
*** poul has joined #openstack-ansible22:21
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Fix usage of "|" for tests  https://review.openstack.org/58225522:22
*** kstev has quit IRC22:22
*** TxGirlGeek has quit IRC22:23
*** poul has quit IRC22:25
*** hachi has quit IRC22:28
*** jwitko has joined #openstack-ansible22:30
*** TxGirlGeek has joined #openstack-ansible22:32
openstackgerritMerged openstack/openstack-ansible-plugins master: Fix usage of "|" for tests  https://review.openstack.org/58221622:36
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Execute service setup against a delegated host using Ansible built-in modules  https://review.openstack.org/58230722:36
openstackgerritMerged openstack/openstack-ansible-os_congress master: Fix usage of "|" for tests  https://review.openstack.org/58226022:36
*** poul has joined #openstack-ansible22:38
*** poul has quit IRC22:42
*** nurdie has quit IRC22:44
*** tux_ has quit IRC22:44
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Fix usage of "|" for tests  https://review.openstack.org/58223922:45
openstackgerritMerged openstack/openstack-ansible-os_rally master: Fix usage of "|" for tests  https://review.openstack.org/58226322:48
*** KeithMnemonic has quit IRC22:48
*** nurdie has joined #openstack-ansible22:50
evrardjpwe should probably discuss PTG planning soon22:51
openstackgerritMerged openstack/openstack-ansible-os_trove master: Fix usage of "|" for tests  https://review.openstack.org/58225122:53
*** nurdie has quit IRC22:54
*** tux_ has joined #openstack-ansible22:55
*** poul has joined #openstack-ansible22:56
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Update all SHAs for milestone 3  https://review.openstack.org/57400622:59
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Fix usage of "|" for tests  https://review.openstack.org/58226722:59
*** tux_ has quit IRC22:59
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Fix usage of "|" for tests  https://review.openstack.org/58224023:00
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Fix usage of "|" for tests  https://review.openstack.org/58223523:00
*** poul has quit IRC23:00
openstackgerritMerged openstack/openstack-ansible-os_glance master: Fix usage of "|" for tests  https://review.openstack.org/58221723:01
*** tosky has quit IRC23:01
*** TxGirlGeek has quit IRC23:04
*** cshen has joined #openstack-ansible23:12
*** cjloader has joined #openstack-ansible23:12
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: Fix physical_host loading from group/host vars  https://review.openstack.org/58235823:13
logan-cloudnull: task_vars exposes host.vars I think23:14
cloudnullah then we can just use that23:16
cloudnullmakes sense.23:17
cloudnullthe host vars would be present in the task23:17
logan-running 582358 and https://review.openstack.org/#/c/582330/ thru my CI with ansible 2.5 now hopefully it all works23:18
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: tests: Do not use ansible_host to pass container IP  https://review.openstack.org/58232923:19
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name  https://review.openstack.org/58233023:19
logan-still need to see what delegation issues arise from https://review.openstack.org/#/c/582330/ as jmccrory mentioned earlier23:19
cloudnullI missed that one ?23:23
cloudnullwhat is happening with it ?23:23
logan-what im seeing is if container_name == inventory_hostname the container detection is disabled23:24
logan-the plugins test inventory accidentally avoided it23:24
logan-https://review.openstack.org/#/c/582329/ fixes that23:24
logan-err sorry I meant if container_name == ansible_host23:25
openstackgerritMerged openstack/openstack-ansible-os_nova master: Fix usage of "|" for tests  https://review.openstack.org/58224723:25
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: [DNM] Debug the gate  https://review.openstack.org/58231023:31
cloudnulllogan- i see23:31
cloudnullso we need those two prs to correct that connection issue you were seeing ?23:32
logan-hopefully23:32
logan-waiting on my gate to find out :)23:33
* cloudnull gotta go clean things having folks over for dinner but i'll check back later this evening23:33
cloudnullping me if there's something i can review to help make that go23:34
logan-enjoy!23:34
logan-thanks23:34
openstackgerritMerged openstack/openstack-ansible master: Correct E408 pep8 lint errors  https://review.openstack.org/57962523:35
cloudnullim keen to get all that nailed down. I've a huge deployment getting prep'd and anything that I can do to improve performance / reliability I'm +900023:36
cloudnullhence why I was looking at all that in the first place :)23:37
cloudnull23:37
cloudnullanyway, gotta run23:37
cloudnullcheers all23:37
logan-:) yea great to see the physical hosts list stuff fixed up23:41
*** sew has joined #openstack-ansible23:42
*** cshen has quit IRC23:46
*** cjloader has quit IRC23:55
*** markvoelker has quit IRC23:59

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