Monday, 2017-11-20

*** yifei has joined #openstack-ansible00:18
bndzortakes for ever to run :S00:20
*** woodard has joined #openstack-ansible00:21
*** woodard has quit IRC00:26
bndzorlogan-: pmed you the url00:31
bndzoroh, that didnt work00:31
bndzorpmed new url00:34
bndzorso, i manually installed the rdb python part, now im getting01:17
bndzorError updating resources for node appserver1.openstack.local.: ObjectNotFound: error calling conf_read_file01:17
bndzorthis is very frustrating01:18
*** woodard has joined #openstack-ansible01:21
*** woodard has quit IRC01:25
logan-the appserver1/2 are your compute_hosts right?01:38
logan-down at the bottom of the output you can see the ceph_client role skipping on appserver1/201:39
bndzorcorrect01:39
bndzoril hjave a check01:39
logan-https://github.com/openstack/openstack-ansible-os_nova/blob/c6c05a79a750c921251c16269a9849b606587c35/tasks/main.yml#L112-L12301:39
logan-for some reason the condition there is not being satisfied01:39
bndzorhmm01:40
bndzorwell they are defined01:41
*** lbragstad has joined #openstack-ansible01:45
bndzorhmm, any hints ? :S01:49
*** hw_wutianwei has joined #openstack-ansible01:55
savvaslogan-: any thoughts on my communication issue between glance / cinder and ceph?02:46
savvasNot sure if you caught that earlier02:46
logan-savvas: do you see the ceph_client role running during your glance and cinder playbook runs02:52
savvasto be honest I haven't noticed, but I can tail the logs if you have a keyword or two for me02:52
savvasI'll just run it again, ceph_client produces a lot02:55
savvas[root@foreman playbooks]# tail -f /openstack/log/ansible-logging/ansible.log |grep ceph02:59
savvas2017-11-19 21:57:30,590 p=7526 u=root |  TASK [ceph_client : include] ********************************************************************************************************************************************************************************************************************************************02:59
savvas2017-11-19 21:59:12,493 p=7526 u=root |  TASK [ceph_client : include] ********************************************************************************************************************************************************************************************************************************************02:59
savvason glance playbook02:59
savvaslooks like it didn't execute anything logan-03:03
savvasscrolled back in the playbook output and it passed by the task but didn't execute anything03:03
*** woodard has joined #openstack-ansible03:18
*** woodard has quit IRC03:22
*** udesale has joined #openstack-ansible03:23
savvasany thoughts logan-?03:38
*** dave-mccowan has quit IRC03:39
savvasAssuming I am looking at the correct role, the main.yml in /etc/ansible/roles/os_glance/tasks/main.yml checks on existence of the setting for glance_default_store to rbd, which I've set in user_variables.yml03:39
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-galera_server master: Tune-up the galera role for efficiency  https://review.openstack.org/46682704:07
*** nshetty has joined #openstack-ansible04:10
*** woodard has joined #openstack-ansible04:16
*** woodard has quit IRC04:20
logan-savvas: for testing you could just rip the when condition off the ceph_client include_role task04:47
savvasI already did that logan-04:54
savvasskips /passes it the same way04:54
logan-https://github.com/openstack/openstack-ansible-ceph_client/blob/022373becf228b861f5cbfaa0a33a8e3ece83e86/tasks/main.yml#L16-L2204:55
logan-i wonder if ceph_mons is not populated correctly04:55
logan-ah I see04:57
logan-https://review.openstack.org/#/c/520588/04:57
logan-this commit is not in pike yet04:57
logan-you can set ceph_mons directly in user_variables like this04:57
logan-copy/paste these 3 lines into user_variables: https://github.com/openstack/openstack-ansible/blob/0749a6c8b3db60692947d028fb292bc79e856a33/group_vars/all/ceph.yml#L36-L3804:57
savvaschecking05:00
openstackgerritLogan V proposed openstack/openstack-ansible master: [WIP] Implement iptables management  https://review.openstack.org/51209905:00
savvaslogan-: that's the second time I am being hustled by that ;)05:01
savvasthat did the trick for Glance05:09
savvasimage created now05:09
savvaslet me try the same magic for cinder and nova, see if we can get this fully up and runnign now05:11
*** woodard has joined #openstack-ansible05:13
savvasfor cinder it still seems to skip it05:16
*** woodard has quit IRC05:17
savvashad to comment out the when in main.yml, running now05:21
*** zerick has joined #openstack-ansible05:23
*** hybridpollo has quit IRC05:28
*** nshetty is now known as nshetty|afk05:48
*** nshetty|afk is now known as nshetty05:58
*** threestrands has quit IRC06:03
*** gouthamr has quit IRC06:20
*** woodard has joined #openstack-ansible06:22
*** woodard has quit IRC06:26
*** rodolof has joined #openstack-ansible06:27
*** jbadiapa has joined #openstack-ansible06:35
*** gouthamr has joined #openstack-ansible06:54
*** woodard has joined #openstack-ansible07:14
*** cshen has joined #openstack-ansible07:17
*** woodard has quit IRC07:19
*** nshetty is now known as nshetty|lunch07:25
*** rodolof has quit IRC07:27
*** pmannidi has quit IRC07:27
*** rodolof has joined #openstack-ansible07:27
evrardjpmorning people!07:28
*** savvas has quit IRC07:29
*** savvas has joined #openstack-ansible07:29
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/pike: Update all SHAs for 16.0.4  https://review.openstack.org/51882907:38
*** mbuil has joined #openstack-ansible07:44
*** shardy has joined #openstack-ansible07:46
*** eumel8 has joined #openstack-ansible07:58
*** sxc731 has joined #openstack-ansible07:58
*** ccha has joined #openstack-ansible08:00
*** pcaruana has joined #openstack-ansible08:04
*** jvidal has joined #openstack-ansible08:07
*** SerenaFeng has joined #openstack-ansible08:10
*** SerenaFeng has quit IRC08:10
*** mardim has joined #openstack-ansible08:11
*** woodard has joined #openstack-ansible08:16
*** woodard has quit IRC08:20
*** nshetty|lunch is now known as nshetty08:23
*** gouthamr has quit IRC08:25
*** gkadam has joined #openstack-ansible08:26
openstackgerritDimitrios Markou proposed openstack/openstack-ansible-os_neutron master: Fix OVS manager configuration inconsistencies which are related to ODL  https://review.openstack.org/52036708:29
openstackgerritDimitrios Markou proposed openstack/openstack-ansible-os_neutron master: Add hosts to ODL test inventory  https://review.openstack.org/51896408:29
openstackgerritDimitrios Markou proposed openstack/openstack-ansible-os_neutron master: [DO_NOT_MERGE] Add OvS-NSH support  https://review.openstack.org/51725908:29
*** m|y|k has joined #openstack-ansible08:51
*** michelv has joined #openstack-ansible09:08
*** woodard has joined #openstack-ansible09:21
*** woodard has quit IRC09:25
*** yifei has quit IRC09:39
*** tnogisto has joined #openstack-ansible09:41
*** michelv has quit IRC09:48
*** electrofelix has joined #openstack-ansible09:55
evrardjpis there someone that can handle the bug triage tomorrow?09:58
*** hw_wutianwei has quit IRC10:01
bndzoranyone having an idea how i can get past the RuntimeError: rbd python libraries not found ?10:13
*** woodard has joined #openstack-ansible10:14
evrardjpodyssey4me: are you working on https://review.openstack.org/#/c/514289/ right now? I am working on it if not10:15
evrardjpbndzor: which version?10:15
evrardjpit looks like you don't have the libs in your venv10:15
bndzorpike/stable10:15
bndzorwell im using the ceph example10:16
evrardjphttps://github.com/openstack/openstack-ansible-ceph_client/blob/stable/pike/tasks/ceph_install_python_libs.yml should have run10:16
evrardjpcould you check on one of your logs to see if that properly ran?10:16
bndzorsend you the log output in a pm10:17
bndzorlogan said some condition was not met10:17
evrardjpThat doesn't sound right10:18
evrardjplooks like it got skipped10:18
*** woodard has quit IRC10:18
evrardjpyeah you should trust logan- on the ceph bits :p10:18
evrardjpwhich condition?10:18
evrardjphttps://github.com/openstack/openstack-ansible-os_nova/blob/master/tasks/main.yml#L119-L12110:19
evrardjphttps://github.com/openstack/openstack-ansible-os_nova/blob/stable/pike/tasks/main.yml#L119-L12110:19
evrardjpto be precise10:19
bndzorye10:19
evrardjpit looks like one of those conditions aren't done properly on your nodes.10:19
bndzoron the compute nodes, right10:19
evrardjpYou could manually add a debug to see what the variables are.10:19
evrardjpbut it's probably something you should fix10:20
bndzorbut what could it possibly be, im using the example config as for a test10:20
bndzorshould that not be enough ?10:20
evrardjpI don't know yet, maybe the doc is incomplete? Could you check what's missing?10:21
bndzori wish i knew where to begin :s10:22
evrardjp(by using the debug as I said earlier)10:22
bndzorHow do i enable the debug ?10:22
evrardjpedit your /etc/ansible/roles/os_nova/tasks/main.yml add a task to debug all those variables. It will show up in your run, and this way you know why it wasn't included10:22
evrardjpbut my little finger says it's maybe not your fault, and it could be an ansible bug instead.10:23
*** flaviosr has quit IRC10:23
evrardjpbut I need evidence.10:23
*** flaviosr has joined #openstack-ansible10:25
bndzoroki10:25
openstackgerritDimitrios Markou proposed openstack/openstack-ansible-os_neutron master: [DO_NOT_MERGE] Add OvS-NSH support  https://review.openstack.org/51725910:26
evrardjpbndzor: is that enough help?10:28
evrardjpyou should post your debug results here, this way I can know what's wrong10:28
evrardjpand know the scale of the bug :)10:29
*** stuartgr has joined #openstack-ansible10:30
bndzortrying to figure out how to do the debugging first, im very new to ansible10:32
bndzorbut yeah, i guess :)10:32
odyssey4meevrardjp nope, any remaining zuul v3 job setups are free to be worked on10:42
evrardjpok10:42
odyssey4meevrardjp You'll be happy to know that I've got a working implementation of https://github.com/openstack/openstack-ansible-specs/blob/master/specs/queens/python-build-install-simplification.rst#L160-L171 setup in a test environment and will be pushing up a review in the next day or two.10:44
odyssey4meI've also been liaising with the glance team to get rolling upgrade tests into place, hence my patches to os_glance.10:45
* odyssey4me got quite a bit done this weekend. :)10:45
evrardjpgreat!10:45
evrardjpI talked to Neutron and Cinder PTLs during the summit and they are not opposed to doing things like that too.10:46
evrardjpI will review this soon10:48
evrardjpbndzor: if you need help, just ping10:50
bndzorevrardjp: ping heh, i dont quite understand how to add it in or what to look for10:51
evrardjpbndzor: http://docs.ansible.com/ansible/latest/debug_module.html10:51
evrardjpadd a task like that in the file I mentioned you, the message should show the variables you need to debug10:51
mardimodyssey4me, hwoarang when you find some spare time can you please review this so I can have some feedback https://review.openstack.org/#/c/517259/10:52
mardimodyssey4me, hwoarang Ignore the comment out lines10:53
mardimodyssey4me, hwoarang thanks :)10:53
evrardjpmardim: how are things going on?10:53
mardimevrardjp, I think ok I have some problems with the gates10:53
mardimevrardjp, I have two patches which are getting the +210:54
mardimevrardjp, But I cannot pass the zuul gates for the merging10:54
odyssey4meevrardjp you might notice we have a bunch of new lint test failures going on in master - that's due to https://review.openstack.org/520177 doing lint tests on the tests repo playbooks now too, so a few new issues are coming up and some repositories might need some attention.10:54
mardimevrardjp, https://review.openstack.org/#/c/518964/ https://review.openstack.org/#/c/520367/10:55
odyssey4mehttps://review.openstack.org/521357 is an example of a fix set that's needed10:55
odyssey4meoh and I saw some apt cache related failures popping up a bit too often, which https://review.openstack.org/521257 and https://review.openstack.org/521252 address10:55
odyssey4mealso https://review.openstack.org/521247 will help get pike moving again as we're getting opensuse failures for pike without it10:56
odyssey4meand I think you'll be happy to see that https://review.openstack.org/517103 is now passing :)10:56
mardimevrardjp, Also when you find some spare time can you give me a quick feedback on this https://review.openstack.org/#/c/517259/ thanks :)10:56
evrardjpI am glad to be back, I see all those red things and feedbacks to give!10:57
hwoarangi'm sure you missed it :)10:58
evrardjplol10:59
evrardjpI am heading to lunch now. I will think about all of that when lamenting over a pizza11:00
*** szaher has quit IRC11:02
*** yifei has joined #openstack-ansible11:13
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Allow deployment without glance-registry  https://review.openstack.org/52125111:16
*** m|y|k has quit IRC11:18
*** m|y|k has joined #openstack-ansible11:20
*** woodard has joined #openstack-ansible11:20
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Allow deployment without glance-registry  https://review.openstack.org/52125111:22
*** woodard has quit IRC11:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Disable glance-registry and the v1 API by default  https://review.openstack.org/52126411:26
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Disable glance-registry and the v1 API by default  https://review.openstack.org/52126411:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Disable glance-registry and the v1 API by default  https://review.openstack.org/52126411:32
*** openstackgerrit has quit IRC11:32
*** openstackgerrit has joined #openstack-ansible11:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Implement testing using tempest  https://review.openstack.org/52126811:33
odyssey4meevrardjp heh, I knew that would come up - see my response in https://review.openstack.org/#/c/521268/411:35
odyssey4mebother, I meant https://review.openstack.org/#/c/521357/3/tests/test.yml11:35
*** szaher has joined #openstack-ansible11:51
*** udesale has quit IRC11:57
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts master: Make the cache prep timeout configurable  https://review.openstack.org/52131312:01
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-plugins master: Resolve ansible-lint test failures  https://review.openstack.org/52150312:09
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-plugins master: Add missing domain parameter to _get_group_roles  https://review.openstack.org/52128312:09
*** yifei has quit IRC12:10
*** yifei has joined #openstack-ansible12:11
*** woodard has joined #openstack-ansible12:20
*** nshetty is now known as nshetty|afk12:23
*** woodard has quit IRC12:24
evrardjpodyssey4me: see my answer on https://review.openstack.org/#/c/521268/412:24
odyssey4meevrardjp the os_image module is used in the os_tempest role12:25
evrardjpI'd like to uniformize where it makes sense12:25
evrardjpglance -> os_image12:25
evrardjpdesignate -> os_zone or things like that12:25
odyssey4meso in other words, it is still tested - just in a different place12:26
evrardjpwhich is less obvious12:26
odyssey4methe purpose of that role's tests is not to test the os_image module, so I don't really see why you feel it's reducing test coverage12:27
evrardjpnevermind, you don't have the full picture. I'll deal with it later then.12:28
evrardjpI'm fine with making things uniform :)12:29
*** udesale has joined #openstack-ansible12:29
odyssey4mewell, having looked into glance specifically it appears that they do not use tempest tests for their gating, but it is used for the integrated gating12:30
odyssey4meso I'm trying to understand more from them to figure out our best strategy, but for now at least this is more standard and does increase our coverage12:30
evrardjpyeah I am fine with that12:31
odyssey4mehwoarang it looks like opensuse is still having a bad day :( http://logs.openstack.org/03/521503/1/check/openstack-ansible-functional-opensuse-423/56bd0a8/host/lxc-cache-prep-commands.log.txt.gz12:32
odyssey4methe cache prep is failing quite a bit12:32
hwoarangodyssey4me: this is the old problem that is manifesting again because we are trying to talk to external mirrors again12:32
odyssey4meah I see12:32
odyssey4mehave the issues with the infra mirrors been fixed yet?12:33
hwoarangi am trying to source an alternative rsync mirror so i can use that to sync the infra ones12:33
odyssey4meor was it the dib that was the issue?12:33
hwoarangunfortunately not yet :(12:33
hwoarangthe main rsync mirror is still down12:33
odyssey4mewow, that's bad12:34
hwoarangi have asked again but didn't get any replies. i will try after lunch time for EU people12:36
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Retry apt cache update  https://review.openstack.org/52125212:37
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Retry apt cache update  https://review.openstack.org/52125712:38
evrardjpodyssey4me: thanks for the uniformization of the | failed or | changed12:43
evrardjpthat way the sed/replace will be easier for 2.4 :p12:43
*** SmearedBeard has joined #openstack-ansible12:45
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Allow deployment without glance-registry  https://review.openstack.org/52125112:48
odyssey4meevrardjp we try, a little at a time :)12:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Disable glance-registry and the v1 API by default  https://review.openstack.org/52126412:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Implement testing using tempest  https://review.openstack.org/52126812:49
evrardjpcould you deal with the bug triage tomorrow?12:49
odyssey4mesorry, I won't be able to - I'm behind on other work so I won't be able to prep for it adequately12:50
evrardjpok12:50
evrardjpanyone else?12:50
odyssey4meyou'll likely have to ping individually - not everyone has this window in focus ;)12:51
evrardjpodyssey4me: @here sometimes IS good.12:52
*** nshetty|afk is now known as nshetty12:52
evrardjpbndzor: did you manage to make it work?12:56
evrardjplogan-: could you ping me when you're back, it's about a ceph role issue, and I am thinking of using Mjolnir to fix it.12:57
*** sxc731 has quit IRC13:03
*** tnogisto has quit IRC13:03
*** nshetty has quit IRC13:11
*** woodard has joined #openstack-ansible13:17
*** tnogisto has joined #openstack-ansible13:22
*** woodard has quit IRC13:22
*** markvoelker has quit IRC13:23
*** markvoelker has joined #openstack-ansible13:24
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ceph_client master: Remove one layer of includes  https://review.openstack.org/52153213:32
evrardjplogan-: ^ this would need a vote to backport back to Ocata or even N.13:35
odyssey4meevrardjp that layer was added there to make the task skip the tasks dynamically13:36
evrardjpyeah it breaks stuff.13:36
*** dave-mccowan has joined #openstack-ansible13:36
evrardjpno choice, without that patch, it just breaks. This is ugly anyway. I don't think we should do it that way, but that's another discussion, and I don't have the cycles to improve it.13:37
evrardjpdefinitely low prio13:37
evrardjpwhile a breakage is higher prio13:38
*** stuartgr has quit IRC13:38
odyssey4meevrardjp sure, but not doing dynamic includes caused long, long deploy times due to all the skipping13:38
odyssey4meso if we can keep it by making all those includes dynamic, then we should be fine13:38
odyssey4meI've suggested the changes in review13:38
*** udesale has quit IRC13:42
*** dave-mcc_ has joined #openstack-ansible13:46
*** dave-mccowan has quit IRC13:48
*** Taseer has quit IRC13:56
*** Taseer has joined #openstack-ansible13:56
*** rodolof has quit IRC14:01
openstackgerritMerged openstack/openstack-ansible-os_nova master: Set the nova-lxd test to voting  https://review.openstack.org/51710314:02
*** taseer1 has joined #openstack-ansible14:03
*** sxc731 has joined #openstack-ansible14:03
*** Taseer has quit IRC14:04
*** taseer2 has joined #openstack-ansible14:04
logan-o/14:04
*** stuartgr has joined #openstack-ansible14:05
*** woodard has joined #openstack-ansible14:05
*** woodard has quit IRC14:05
*** woodard has joined #openstack-ansible14:06
evrardjpanswered in the review.14:08
*** taseer1 has quit IRC14:08
evrardjpwill do a PoC on my machine based on different versions to see if I am wrong14:09
logan-is there any more reading i could do to understand how that patch fixes the recursion loop issue in the log you linked to?14:09
logan-it looks like an ansible bug https://github.com/ansible/ansible/issues/2360914:09
evrardjp2.3.0 agrees with what I thought14:09
evrardjpyes it's an ansible bug14:09
evrardjpwe don't fix the regression14:09
evrardjprecursion issue*14:09
evrardjpby reducing the level of inclusion you don't trigger that exception14:10
evrardjptested locally, works (R) (TM)14:10
evrardjplogan-: this bug has been there for a while, there are other issues that should point to the same kind of things. I remember another issue filed at least.14:12
evrardjpif you have any alternative feel free to propose it :)14:13
evrardjpTIL: includes with static: yes and automatically static include are behaving differently on the serialized include task, but behaves the same on the task level under ansible 2.2.14:21
evrardjpMy theory still applies though :)14:22
logan-yea I guess if this gets us out of the loop its a harmless fix, but it seems really fragile... hopefully ansible will fix the bug itself :/14:30
*** gouthamr has joined #openstack-ansible14:32
evrardjpwell I am pretty sure it's just a workaround for now, and we'll see that issue appear again14:33
evrardjpbut for me that was just enough for ocata ironic14:33
evrardjpthe best way is to remove the block level14:33
evrardjpwow that was not clear.14:33
*** yifei has quit IRC14:33
evrardjpI meant: The best way is not get a higher block level inside the ansible strategy, which could be obtained by refactoring this to not have an include_role.14:34
evrardjpOr alternatively, putting the recursion level to a higher value14:34
evrardjpbut that's core ansible and I'd prefer refactoring to avoid the include_role instead of messing up things.14:35
*** jamesdenton has joined #openstack-ansible14:39
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ceph_client master: Remove one layer of includes  https://review.openstack.org/52153214:42
*** sxc731 has quit IRC14:42
*** hachi_ has joined #openstack-ansible14:45
*** taseer2 is now known as Taseer14:46
*** woodard has quit IRC14:50
*** jwitko has joined #openstack-ansible14:50
*** hw_wutianwei has joined #openstack-ansible14:56
*** udesale has joined #openstack-ansible15:00
*** sxc731 has joined #openstack-ansible15:05
*** dave-mcc_ is now known as dave-mccowan15:06
*** Brew has joined #openstack-ansible15:15
*** weezS has joined #openstack-ansible15:18
*** udesale has quit IRC15:18
*** marst has joined #openstack-ansible15:20
*** SmearedBeard has quit IRC15:24
openstackgerritMerged openstack/openstack-ansible-ceph_client master: Remove one layer of includes  https://review.openstack.org/52153215:25
*** woodard has joined #openstack-ansible15:26
*** SmearedBeard has joined #openstack-ansible15:27
cloudnullmornings15:29
*** Smeared_Beard has joined #openstack-ansible15:30
spotzhey cloudnull15:31
*** SmearedBeard has quit IRC15:31
*** hachi_ has quit IRC15:39
cloudnullo/ spotz15:41
cloudnullhwoarang: any word on the suse repo saga - or is this http://logs.openstack.org/27/466827/23/check/openstack-ansible-functional-opensuse-423/c36b929/job-output.txt.gz#_2017-11-20_04_32_04_139840 something we're now not doing correctly ?15:42
odyssey4mecloudnull evrardjp hwoarang should we perhaps flip all opensuse jobs to non-voting until the repo issue is resolved?15:43
hwoarangcloudnull: sed etc is fine we are just hitting the external mirrors far too often now and we get timeouts from time to time. The main mirror is still down so i have proposed https://review.openstack.org/52150815:43
odyssey4mewe can do that with one change to the tests repo15:43
cloudnullhwoarang: ok15:44
*** jvidal has quit IRC15:44
spotzcloudnull: https://review.openstack.org/#/c/498841/215:44
evrardjpodyssey4me: fine for me15:44
hwoarangodyssey4me: you can make them non-voting if that helps. make sure you revert the previous workaround15:44
hwoarang(and also the line about the 42.1 special handling :) )15:44
cloudnull++15:45
hwoarangi will ping infra people when US people start waking up15:45
hwoarangbut even if that change goes in it will take 6h max to sync the infra mirrors15:45
hwoarangi was told the sync 4 times per day15:45
hwoarang*they15:46
odyssey4mehwoarang so we need to revert https://review.openstack.org/520755 right?15:46
hwoarangyep15:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Revert opensuse workaround and make opensuse non-voting  https://review.openstack.org/52156515:51
odyssey4meevrardjp so you gonna backport https://review.openstack.org/521532 ?15:52
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ceph_client stable/pike: Remove one layer of includes  https://review.openstack.org/52156615:54
evrardjpodyssey4me: yes15:55
*** jvidal has joined #openstack-ansible15:57
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ceph_client stable/ocata: Remove one layer of includes  https://review.openstack.org/52156815:59
*** taseer1 has joined #openstack-ansible16:00
*** Taseer has quit IRC16:01
*** taseer2 has joined #openstack-ansible16:01
*** taseer2 is now known as Taseer16:01
evrardjpI'm done for today. Cya in 2 days!16:03
*** chyka has joined #openstack-ansible16:04
*** taseer1 has quit IRC16:05
*** sxc731 has quit IRC16:13
*** chyka has quit IRC16:14
*** chyka has joined #openstack-ansible16:15
*** pcaruana has quit IRC16:35
*** sxc731 has joined #openstack-ansible16:44
Smeared_Beardhey all.. I am running the setup-infrastructure.yml part and it's getting to ' Create OpenStack-Ansible requirement wheels' and after 15 is minutes it just quits, and drops me off SSH.. Im going to rerun with more verbosity, but has anyone seen this before?16:49
*** jvidal has quit IRC16:49
odyssey4menope16:52
odyssey4meSmeared_Beard I haven't, personally.16:53
Smeared_Beardit's strange, I've done it twice, same result both times16:53
odyssey4methat task execution is very heavy on the bandwidth though16:53
cloudnullmaybe something to do with the sec role ?16:55
openstackgerritLogan V proposed openstack/openstack-ansible master: [WIP] Implement iptables management  https://review.openstack.org/51209916:55
cloudnullI know it has a log out after some amount of inactivity?16:55
cloudnullmhayden: ^16:55
Smeared_Beardmaybe... Im rerunning with more verbosity now16:56
Smeared_Beardaaand it's gone past that stage o.O typical17:08
bndzorevrardjp: added and rerunning the playbook now17:15
*** weezS has quit IRC17:15
*** gkadam has quit IRC17:17
bndzorfor debugging 2 vars, would it be correct to add 2 'var: whatever' in '- debug:'  ?17:20
bndzoror should i create two '- debug'17:20
bndzoror even var: x y17:20
*** electrofelix has quit IRC17:21
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Fix ansible-lint errors  https://review.openstack.org/52135717:23
*** weezS has joined #openstack-ansible17:26
errrcloudnull: can you help do the needful to this? https://review.openstack.org/#/c/521283/17:31
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-tests master: Remove the serialization in tests  https://review.openstack.org/52159817:31
errrthanks17:32
openstackgerritMerged openstack/openstack-ansible-tests master: Revert opensuse workaround and make opensuse non-voting  https://review.openstack.org/52156517:32
openstackgerritmichael rice proposed openstack/openstack-ansible-plugins stable/ocata: Add missing domain parameter to _get_group_roles  https://review.openstack.org/52160017:34
openstackgerritmichael rice proposed openstack/openstack-ansible-plugins stable/newton: Add missing domain parameter to _get_group_roles  https://review.openstack.org/52160117:34
*** mbuil has quit IRC17:42
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests stable/pike: Temporarily make opensuse jobs non-voting  https://review.openstack.org/52160617:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests stable/pike: Temporarily make opensuse jobs non-voting  https://review.openstack.org/52160717:45
odyssey4mehwoarang cloudnull evrardjp https://review.openstack.org/521607 should unblock the pike merges which are blocked due to opensuse build issues17:46
bndzorAh well, i found the hard way :)17:50
*** pcaruana has joined #openstack-ansible18:00
*** rodolof has joined #openstack-ansible18:03
*** m|y|k has quit IRC18:10
*** cjloader has joined #openstack-ansible18:11
*** cjloader has quit IRC18:11
errrodyssey4me: cloudnull could yall help this into newton for us? https://review.openstack.org/#/c/521601/18:12
bndzorlogan-: sent you the new output in a pm, hope maybe this helps ?18:16
bndzorevrardjp: sent you also the new output in a pm with the debug18:17
*** weezS has quit IRC18:17
*** hachi_ has joined #openstack-ansible18:26
*** hw_wutianwei has quit IRC18:27
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Make the cache prep timeout configurable  https://review.openstack.org/52131318:27
openstackgerritLogan V proposed openstack/openstack-ansible stable/pike: Add ceph_mons to ceph example  https://review.openstack.org/52162618:28
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts stable/pike: Make the cache prep timeout configurable  https://review.openstack.org/52162818:37
bndzorodyssey4me: by default, the 60 retries and 600 timeout is to low, atleast using mechanical drives18:40
bndzorodyssey4me: 900 async and 200 retries does the trick on "new" hardware18:41
odyssey4mebndzor so you need 15 mins?18:41
bndzorcorrect18:41
odyssey4methat task doesn't do all that much, so that sounds pretty bad18:41
bndzorwell18:42
bndzorit downloads half of internetz18:42
odyssey4mewell, with that patch at least it's configurable ;)18:42
bndzorno idea what but i saw x libs and other crap18:42
bndzoralso ran into a bug, where if it times out and aborts18:42
bndzorrerunning it once or twice, in the end there will be a error saying containers are exceeding quotas18:42
bndzora reboot fixed that18:43
odyssey4meja, I think that's an issue with the btrfs volume filling up or something when you retry18:44
odyssey4mecloudnull would have to comment18:44
*** RandomTech has joined #openstack-ansible18:48
RandomTechhey, quick question, were working on editing the user_config file and were wondering how to exclude a range of ip. The example was also a bit unclear on what all needed excluded18:49
odyssey4meRandomTech https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example#L73-L9518:49
RandomTechoaky i missed that line in the explanation18:50
*** rodolof has quit IRC18:57
*** weezS has joined #openstack-ansible19:01
*** stuartgr has quit IRC19:01
RandomTechhey will ansible do tasks out of order?19:06
*** woodard has quit IRC19:22
errrRandomTech: Plays, like tasks, run in the order specified in the playbook: top to bottom. see -> http://docs.ansible.com/ansible/latest/playbooks_intro.html19:29
cloudnullodyssey4me: bndzor: is this an aio?19:29
cloudnullif you're using the aio setup w/ containers and machinctl the deployment will be on a loop back file.19:30
RandomTechhey cloudnull is a physical load balancer required? we were configuring our file and hit a snag with the load balancers virtual ip19:30
cloudnullhowever if this is real deployment and you still want to use machinctl you can make /var/lib/machines a partition w/ btrfs which greatly improves the general performance.19:31
cloudnullRandomTech: no, you can use haproxy19:31
RandomTechcloudnull: would the internall virtual adress then be the management addresses of whichever noced we choose to be hproxy19:34
*** woodard has joined #openstack-ansible19:34
cloudnullyes.19:35
cloudnullthe internal and external addresses just have to be different19:35
cloudnullhttp://paste.openstack.org/show/626848/19:36
cloudnull^ from my openstack_user_config.yml19:36
RandomTechwhat if we have multiple hosts. for example makeing all 3 of our controller nodes hproxy as well19:37
cloudnullhttp://paste.openstack.org/show/626850/19:37
cloudnull^ the interface file on my lb node19:38
RandomTechdo you have a seperate node for load balancing then? or is it an adittional node?19:38
cloudnullif you want to have haproxy on multiple nodes you'd simply have to setup the keepalived bits19:38
RandomTechwere new to setting this up cloudnull sorry19:39
cloudnullhttps://docs.openstack.org/openstack-ansible-haproxy_server/latest/configure-haproxy.html#making-haproxy-highly-available19:39
odyssey4meRandomTech check the appendices for examples - there are a few19:39
odyssey4mehttps://docs.openstack.org/project-deploy-guide/openstack-ansible/pike/app-config-prod.html19:39
*** sxc731 has quit IRC19:39
cloudnullso w/ multiple nodes you'll need to have the right keepalived config setup for your environment and then have your multiple nodes in the openstack_user_config.yml19:40
RandomTechwere confused on what we put for the "internal_lb_vip_address:" line if we have multiple nodes.19:45
odyssey4mean address in the appropriate CIDR for keepalived to bind19:46
RandomTechso one seperate from all of our hosts?19:47
cloudnullyes.19:52
RandomTechso if for example if our load balancing hosts have the ips 10.0.0.1,10.0.0.2,10.0.0.3 then we would want to use something like 10.0.0.419:52
cloudnullyes.19:53
cloudnulland keepalived would set the 10.0.0.4 address on the various lb hosts as needed19:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-galera_server master: Implement a proper WSREP check for galera  https://review.openstack.org/52066519:56
RandomTechcloudnull: mind if i show you what our networking is looking like?19:58
*** hybridpollo has joined #openstack-ansible20:00
*** hybridpollo has quit IRC20:06
*** hybridpollo has joined #openstack-ansible20:07
*** sxc731 has joined #openstack-ansible20:15
*** hybridpollo has quit IRC20:15
*** hybridpollo has joined #openstack-ansible20:15
*** hachi_ has quit IRC20:29
*** savvas_ has joined #openstack-ansible20:34
*** Brew has quit IRC20:35
*** pcaruana has quit IRC20:39
*** rodolof has joined #openstack-ansible20:50
cloudnullRandomTech: sure21:01
cloudnullpastebin anything you want me to look at21:01
*** RandomTech has quit IRC21:03
*** savvas_ has quit IRC21:04
openstackgerritMerged openstack/openstack-ansible-tests stable/pike: Temporarily make opensuse jobs non-voting  https://review.openstack.org/52160721:17
*** dave-mccowan has quit IRC21:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-lxc_container_create stable/pike: Updated from OpenStack Ansible Tests  https://review.openstack.org/52166021:21
*** eumel8 has quit IRC21:25
*** sxc731 has quit IRC21:26
*** woodard has quit IRC21:32
*** mpranjic has quit IRC22:00
*** shardy has quit IRC22:06
*** rodolof has quit IRC22:13
*** woodard has joined #openstack-ansible22:18
*** jwitko__ has joined #openstack-ansible22:22
*** weezS has quit IRC22:24
*** jwitko has quit IRC22:26
*** weezS has joined #openstack-ansible22:27
*** galstrom_zzz has quit IRC22:31
*** jwitko__ has quit IRC22:32
*** galstrom_zzz has joined #openstack-ansible22:33
Smeared_Beardhey, Im hitting an issue with barbican install it says a file does not exist, but it does.. Ive put the snipper here http://paste.openstack.org/show/626875/22:44
Smeared_Beardthis is on CentOS as well22:45
*** lbragstad has quit IRC22:51
Smeared_Beardah. the interpreter on barbican-manage is looking for /tmp/openstack-venv-builder/venvs/barbican/bin/python23:03
*** jwitko has joined #openstack-ansible23:03
*** lbragstad has joined #openstack-ansible23:04
*** pmannidi has joined #openstack-ansible23:05
*** marst has quit IRC23:21
*** woodard has quit IRC23:24
*** savvas_ has joined #openstack-ansible23:30
*** savvas_ has quit IRC23:34
*** savvas_ has joined #openstack-ansible23:47
*** Smeared_Beard has quit IRC23:52
*** weezS has quit IRC23:52

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