Wednesday, 2017-01-25

*** agrebennikov__ has quit IRC00:00
*** schwicht has joined #openstack-ansible00:04
lbragstadcloudnull huh - interesting. it looks like it worked for the keystone bits but it failed finding the python_keystoneclient package?00:05
cloudnullon repo-build ?00:06
lbragstadbut I'm pretty sure keystone_git_repo is specific to keystone (and not the client libraries)00:06
lbragstadcloudnull no on the install00:06
cloudnullah. maybe just run the role without the tags?00:06
lbragstadtrying that now00:06
*** whiteveil has quit IRC00:07
*** pramodrj07 has quit IRC00:07
*** ivve has quit IRC00:07
lbragstadcloudnull example http://cdn.pasteraw.com/5ko2ux9x9xkd6v5trsfcjv7n5ybi59r00:08
lbragstad(running without tags)00:08
LinStatSDRno etcd :(00:08
lbragstadopenstack-ansible playbooks/os-keystone-install.yml00:09
cloudnulllbragstad: looks like it wants python_keystoneclient==3.9.0 but python_keystoneclient==3.6.0 is there.00:09
cloudnulllbragstad: we have an etcd playbook ?00:09
cloudnullwhich i think is used specifically for calico atm00:10
cloudnulllogan-: ^00:10
cloudnulllbragstad: does the version of keystone you're reving to require the later version ?00:10
LinStatSDRi thoguht it was depricated00:11
lbragstadcloudnull probably - what i'm trying to do is upgrade test some database triggers that are still in review00:11
lbragstadcloudnull so i pulled them into my own fork of keystone00:11
lbragstadand i'm pointing osa to my own fork to install00:11
lbragstadhttps://github.com/lbragstad/keystone/tree/add-domain-id-to-user-table00:11
lbragstad(if that makes sense)00:12
cloudnullah. I'd just run w/ dev mode enabled on the cli so that it creates the venv with all upstream bits and isnt constrained00:12
lbragstadaha - ok00:12
lbragstadso openstack-ansible playbooks/os-keystone-install.yml -x develoepr_mode=True ?00:12
lbragstadso openstack-ansible playbooks/os-keystone-install.yml -e develoepr_mode=True *00:12
cloudnullyup00:12
*** BjoernT has quit IRC00:12
cloudnullopenstack-ansible os-keystone-install.yml -e keystone_developer_mode=true00:13
*** rollniak has quit IRC00:13
cloudnull^ then it's specific just to the keystone playbook00:13
lbragstadhmm - same failure00:14
rmeleroI'm trying to make a service in haproxy_server role, but since the Monasca api returns a 401 all endpoints , I have to add 'http-check expect status 401' and the options template adds 'option' to the front of it. Inspecting the service template, there is no way to add an option without 'option' prepended. Any ideas? or is that something I should add to the template?00:14
rmelerohttps://github.com/openstack/openstack-ansible-haproxy_server/blob/master/templates/service.j2#L83-L8500:14
rmelerorelevant piece of code00:15
rmeleroi imagine I need to add something like 'for extra_option in extra_backend_options'00:15
*** May-meimei has quit IRC00:18
*** weezS has quit IRC00:19
cloudnulllbragstad: I wonder if that's getting constrained from global requirements ?00:20
*** schwicht has quit IRC00:20
lbragstadcloudnull that's a good question - i'm rerunning repo-build with developer mode set to True now, too00:20
*** Trident has joined #openstack-ansible00:21
cloudnullrmelero: if the api's all retrun 401 you could tell it to use a simple tcp-check00:22
cloudnulldoes monasca use the /healthcheck url ?00:22
cloudnullmaybe you could do that ?00:22
LinStatSDRcurl the things00:22
cloudnull^ ++00:22
cloudnullrmelero: example tcp-check https://github.com/openstack/openstack-ansible/blob/master/playbooks/vars/configs/haproxy_config.yml#L36-L3700:23
cloudnullexmaple using the /healthcheck https://github.com/openstack/openstack-ansible/blob/master/playbooks/vars/configs/haproxy_config.yml#L77-L7800:23
LinStatSDRi love this hotels wifi 500ms latency to simple irc00:24
*** Trident has quit IRC00:24
*** DimGR has joined #openstack-ansible00:24
cloudnulllbragstad: when it fails do you see the following in the command output """--constraint http://172.29.236.100:8181/os-releases/master/requirements_absolute_requirements.txt""" ?00:24
cloudnullLinStatSDR: that's how you know its good :)00:25
LinStatSDRoh yes, yes so good00:25
lbragstadcloudnull checking00:25
rmelerocloudnull: nope. no healthcheck. https://gist.github.com/rmeleromira/7331a5afd5459108e5bee87e6d030902 < list of all endpoints it provides00:25
rmeleroprob gunna do tcp-check then00:26
*** Trident has joined #openstack-ansible00:26
cloudnullthe more MS == more DPI == moar better00:26
cloudnull:p00:26
cloudnullrmelero: :'(00:26
*** TxGirlGeek has quit IRC00:26
cloudnulltcp-check works fine00:26
*** sdake has joined #openstack-ansible00:26
*** esberglu has joined #openstack-ansible00:26
rmelerocool. only other option is editing the template or manually adding the line to the config00:27
LinStatSDRgood news00:27
* cloudnull wonders if monasca could use that in the pasteconfig00:27
lbragstadcloudnull just confirmed - i do see that statement in the failure output00:28
*** Trident has quit IRC00:28
*** Trident has joined #openstack-ansible00:29
cloudnullso I suspect that the sha being pulled in from your fork is being constrained by those absolute requirements.00:29
cloudnulllbragstad: when you ran it w/ developer mode did you also see """--constraint /opt/developer-pip-constraints.txt""" ?00:31
*** esberglu has quit IRC00:31
cloudnullI suspect the reason it's still being constrained is due to https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tasks/keystone_install.yml#L22900:33
*** chyka has quit IRC00:33
cloudnullwhich came in here https://github.com/openstack/openstack-ansible-os_keystone/commit/c5a0cce3c695ccd6ecb594fc8b3148e085e9a5d200:33
*** chyka has joined #openstack-ansible00:34
cloudnullit'd be interesting if it works as expected with that line removed.00:34
*** LinStatSDR has quit IRC00:34
*** phalmos has quit IRC00:36
*** May-meimei has joined #openstack-ansible00:38
*** chyka has quit IRC00:39
*** DimGR has quit IRC00:40
*** tavis has joined #openstack-ansible00:41
*** chris_hultin is now known as chris_hultin|AWA00:41
*** thorst_ has joined #openstack-ansible00:42
*** tavis has quit IRC00:42
*** adrian_otto has joined #openstack-ansible00:42
*** hw_wutianwei has joined #openstack-ansible00:43
*** yolanda has quit IRC00:45
logan-the newton builds i'm seeing in my CI have improved substantially since the ansible CVE version bump00:46
*** whiteveil has joined #openstack-ansible00:47
logan-1:40-1:50 down to like 1:20 now on avg00:47
*** DimGR has joined #openstack-ansible00:49
logan-¯\_(ツ)_/¯00:49
*** yolanda has joined #openstack-ansible00:51
*** DimGR has quit IRC00:53
*** yolanda has quit IRC00:53
*** cuongnv has joined #openstack-ansible00:54
*** adrian_otto has quit IRC00:57
*** thorst_ has quit IRC00:58
prometheanfirenice00:59
*** Jack_Iv has joined #openstack-ansible01:00
*** yolanda has joined #openstack-ansible01:00
*** SerenaFeng has joined #openstack-ansible01:01
*** adrian_otto has joined #openstack-ansible01:02
*** schwicht has joined #openstack-ansible01:02
*** Andrew_jedi has quit IRC01:04
*** yolanda has quit IRC01:04
*** Jack_Iv has quit IRC01:04
*** cathrichardson has joined #openstack-ansible01:06
*** cathrichardson has quit IRC01:11
*** DimGR has joined #openstack-ansible01:13
*** DimGR has quit IRC01:13
*** adrian_otto has quit IRC01:14
*** adrian_otto has joined #openstack-ansible01:15
*** adrian_otto has quit IRC01:16
*** sdake has quit IRC01:22
openstackgerritCuong Nguyen proposed openstack/openstack-ansible-os_nova: Use systemd module instead of shell  https://review.openstack.org/42453701:25
*** adrian_otto has joined #openstack-ansible01:25
*** adrian_otto has quit IRC01:32
*** sdake has joined #openstack-ansible01:35
*** schwicht has quit IRC01:45
*** LinStatSDR has joined #openstack-ansible01:50
*** woodard_ has joined #openstack-ansible01:55
*** woodard has quit IRC01:55
*** jrobinson has quit IRC02:01
*** jamesden_ has joined #openstack-ansible02:04
*** jrobinson has joined #openstack-ansible02:06
*** sdake has quit IRC02:06
*** sacharya has joined #openstack-ansible02:15
*** karimb has quit IRC02:18
*** LinStatSDR has quit IRC02:23
*** jamesden_ has quit IRC02:24
*** schwicht has joined #openstack-ansible02:26
*** Mahe has quit IRC02:32
*** Mahe has joined #openstack-ansible02:34
*** winggundamth has joined #openstack-ansible02:35
*** jamesdenton has joined #openstack-ansible02:43
*** SerenaFeng has quit IRC02:54
*** SerenaFeng has joined #openstack-ansible02:54
*** thorst_ has joined #openstack-ansible02:57
*** thorst_ has quit IRC02:57
*** Jack_Iv has joined #openstack-ansible03:02
*** Jack_Iv has quit IRC03:07
*** poopcat has quit IRC03:12
*** jrobinson_ has joined #openstack-ansible03:14
*** poopcat has joined #openstack-ansible03:16
*** jrobinson_ has quit IRC03:16
*** jrobinson has quit IRC03:17
*** jrobinson has joined #openstack-ansible03:17
*** jamesdenton has quit IRC03:20
*** sdake has joined #openstack-ansible03:20
*** poopcat has quit IRC03:24
*** poopcat has joined #openstack-ansible03:24
*** hfu has joined #openstack-ansible03:32
*** udesale has joined #openstack-ansible03:33
*** whiteveil has quit IRC03:35
*** spotz_zzz is now known as spotz03:53
*** rmelero has quit IRC03:54
*** SerenaFeng has quit IRC03:57
*** marst has joined #openstack-ansible04:01
*** spotz is now known as spotz_zzz04:03
*** sdake has quit IRC04:08
*** jrobinson is now known as jrobinson-afk04:15
*** adrian_otto has joined #openstack-ansible04:16
*** adrian_otto has quit IRC04:16
cloudnulllogan-: that's kinda awesome!04:28
cloudnullfixed a sec bug made things faster. winning :)04:29
logan-i was thinking maybe its a distro package update, but the time diff is the same between trusty/xenial so less likely I guess04:29
logan-but yep, if it is indeed ansible then at least the painful upgrade was worth it :D04:31
openstackgerritMerged openstack/openstack-ansible-ops: Set SSH key in cobbler setup  https://review.openstack.org/42435704:33
*** jrobinson-afk is now known as jrobinson04:39
*** sdake has joined #openstack-ansible04:39
*** sdake_ has joined #openstack-ansible04:40
*** sdake_ has quit IRC04:40
*** sdake_ has joined #openstack-ansible04:40
*** sdake has quit IRC04:44
*** ianychoi has joined #openstack-ansible04:55
*** chhavi has joined #openstack-ansible04:56
*** thorst_ has joined #openstack-ansible04:58
*** thorst_ has quit IRC05:03
*** jamielennox is now known as jamielennox|away05:06
lbragstadi think i'm gonna give this another shot tomorrow - I'll see if I can get my steps documented by then (would a bug report be appropriate)05:07
lbragstads/)/?)05:08
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins: Added yaml class dumper to support indentation  https://review.openstack.org/42497905:09
*** hybridpollo has quit IRC05:09
*** Jack_V has joined #openstack-ansible05:13
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_ceilometer: Remove unrequired templates in favour of upstream  https://review.openstack.org/42470205:14
*** h5t4 has joined #openstack-ansible05:14
cloudnulllbragstad: ++05:14
*** udesale__ has joined #openstack-ansible05:17
*** udesale has quit IRC05:17
*** Jack_Iv has joined #openstack-ansible05:18
*** whiteveil has joined #openstack-ansible05:19
*** udesale has joined #openstack-ansible05:19
openstackgerritzhangyanxian proposed openstack/openstack-ansible: Fix typo in ip.py  https://review.openstack.org/42304805:20
*** tlbr_ has quit IRC05:20
*** udesale__ has quit IRC05:21
*** whiteveil has quit IRC05:21
*** Jack_Iv has quit IRC05:22
*** pwnall1337 is now known as zz_pwnall133705:22
*** shausy has joined #openstack-ansible05:34
*** sunjon_ has joined #openstack-ansible05:38
*** sunjon_ has quit IRC05:49
*** tlbr has joined #openstack-ansible05:49
*** spotz_zzz is now known as spotz05:50
*** sacharya has quit IRC05:51
*** SerenaFeng has joined #openstack-ansible05:52
*** Jack_Iv has joined #openstack-ansible05:58
*** Jack_Iv_ has joined #openstack-ansible06:00
openstackgerritMerged openstack/openstack-ansible: Allow customisation of AIO paths and filenames  https://review.openstack.org/42481006:01
*** Jack_Iv has quit IRC06:03
*** Jack_Iv has joined #openstack-ansible06:04
*** Jack_Iv_ has quit IRC06:07
*** sunjon_ has joined #openstack-ansible06:07
*** spotz is now known as spotz_zzz06:11
*** SerenaFeng has quit IRC06:15
*** ianychoi has quit IRC06:15
*** h5t4 has quit IRC06:20
*** Jack_Iv has quit IRC06:21
*** Jack_Iv has joined #openstack-ansible06:22
*** DanyC has joined #openstack-ansible06:22
*** Jack_Iv has quit IRC06:26
*** DanyC has quit IRC06:27
*** sunjon_ has quit IRC06:31
*** DanyC has joined #openstack-ansible06:35
*** h5t4 has joined #openstack-ansible06:35
*** DanyC has quit IRC06:40
*** sunjon_ has joined #openstack-ansible06:41
*** digvijay2016 has joined #openstack-ansible06:44
*** spotz_zzz is now known as spotz06:46
digvijay2016ARA static file generation is taking too much time (approx 1 hr) in CI environment... what things do I need to check?06:47
*** Jeffrey4l_ has quit IRC06:48
*** yolanda has joined #openstack-ansible06:51
*** Jeffrey4l has joined #openstack-ansible06:53
*** jrobinson has quit IRC06:54
*** spotz is now known as spotz_zzz06:56
*** udesale__ has joined #openstack-ansible06:56
*** h5t4 has quit IRC06:58
*** thorst_ has joined #openstack-ansible06:59
*** sdake_ has quit IRC07:01
*** thorst_ has quit IRC07:04
*** sunjon_ has quit IRC07:05
*** spotz_zzz is now known as spotz07:07
*** Oku_OS-away is now known as Oku_OS07:14
*** spotz is now known as spotz_zzz07:17
*** h5t4 has joined #openstack-ansible07:26
*** pcaruana has joined #openstack-ansible07:28
*** hfu has quit IRC07:29
*** hfu has joined #openstack-ansible07:30
*** hfu has quit IRC07:30
*** hfu has joined #openstack-ansible07:31
*** hfu has quit IRC07:31
*** luzC has quit IRC07:40
*** castulo has quit IRC07:40
*** spotz_zzz is now known as spotz07:42
*** spotz is now known as spotz_zzz07:52
*** Mr_Smurf has joined #openstack-ansible08:02
Mr_SmurfHello, I'm having some problems with  the entire role to the RHEL 7 and drop Ubuntu 14.04 support.08:03
Mr_Smurfsorry, wrong paste buffer :)08:03
Mr_SmurfI'm having some problems with rhel7stig08:03
Mr_SmurfI'm running Ubuntu Xenail and when I run the setup-hosts playbook it exits with an erro on openstack-ansible-security RHEL-07-010123008:05
Mr_Smurf{"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'bool object' has no attribute 'max_days'\n\nThe error appears to have been in '/etc/ansible/roles/openstack-ansible-security/tasks/rhel7stig/auth.yml': line 145, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: RHEL-07-01023008:05
Mr_SmurfAny suggestions?08:05
*** Guest89004 has joined #openstack-ansible08:10
*** ianychoi has joined #openstack-ansible08:12
*** Jeffrey4l_ has joined #openstack-ansible08:30
*** chhavi has quit IRC08:31
*** Andrew_jedi has joined #openstack-ansible08:32
*** Matias has quit IRC08:33
*** Jeffrey4l has quit IRC08:34
*** Matias has joined #openstack-ansible08:36
*** spotz_zzz is now known as spotz08:36
Mr_Smurfwho do I get the debug output from /etc/ansible/roles/openstack-ansible-security/tasks/rhel7stig/auth.yml08:37
Mr_Smurfsetting debug=true in user_variables.yml does not seem to make any difference08:37
Mr_Smurf"help"08:38
*** luzC has joined #openstack-ansible08:38
*** castulo has joined #openstack-ansible08:38
*** chhavi has joined #openstack-ansible08:38
*** Alterjor has joined #openstack-ansible08:39
*** Matias has quit IRC08:41
*** hfu has joined #openstack-ansible08:42
*** ArchiFleKs has quit IRC08:42
*** rgogunskiy has joined #openstack-ansible08:46
*** spotz is now known as spotz_zzz08:46
*** alezzandro has joined #openstack-ansible08:48
*** askb has quit IRC08:52
*** Matias has joined #openstack-ansible08:55
*** Matias has quit IRC08:55
*** Matias has joined #openstack-ansible08:55
*** DanyC has joined #openstack-ansible08:56
*** tlbr has quit IRC08:58
*** hfu has quit IRC08:59
*** thorst_ has joined #openstack-ansible09:00
*** DanyC has quit IRC09:00
*** ArchiFleKs has joined #openstack-ansible09:04
*** alezzandro has quit IRC09:04
*** thorst_ has quit IRC09:05
*** tlbr has joined #openstack-ansible09:06
*** newmember has joined #openstack-ansible09:08
*** hfu has joined #openstack-ansible09:08
*** ivve has joined #openstack-ansible09:12
openstackgerritMerged openstack/openstack-ansible-galera_server: Set the proper amount of open files in systemd  https://review.openstack.org/42477509:13
*** ivve has quit IRC09:13
*** pmannidi has quit IRC09:14
*** alezzandro has joined #openstack-ansible09:17
*** rollniak has joined #openstack-ansible09:19
*** DanyC has joined #openstack-ansible09:25
*** hfu_ has joined #openstack-ansible09:26
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-galera_server: Set the proper amount of open files in systemd  https://review.openstack.org/42507909:28
*** hfu has quit IRC09:29
*** spotz_zzz is now known as spotz09:30
*** winggundamth_ has joined #openstack-ansible09:33
Mr_Smurfthe problem is all the users in my kerberos realm, they don't have a max_days value so the playbook fails09:33
arslanqlogan-: i started everything from scratch with latest patches but "setup-hosts.yml" still failing on same task...logs are on the link https://pastebin.mozilla.org/896905409:34
*** winggundamth has quit IRC09:35
*** spotz is now known as spotz_zzz09:40
evrardjpMr_Smurf: if it's a problem with the security role, mhayden would be the best person to help you09:41
evrardjphe will join us in a few hours09:41
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service  https://review.openstack.org/41845709:43
evrardjpMr_Smurf: did you read what was in the debug?09:44
Mr_Smurfevrardjp: non local users seems to make the playbook sad.. but a few skip tags solved the problem for me09:44
evrardjpthe debug task runs automatically09:44
Mr_Smurfevrardjp: yes.. forgot about the -vvv09:44
evrardjpI think it's on purpose09:44
evrardjphttps://github.com/openstack/openstack-ansible-security/blob/master/tasks/rhel7stig/auth.yml#L14509:44
evrardjpelse we may have a bug09:45
Mr_Smurfevrardjp: line 151 brakes if max_days is undefined as in the case with my kerberos users09:45
*** udesale__ has quit IRC09:47
*** udesale has quit IRC09:47
Mr_Smurfevrardjp: so the workaround is --skip-tags RHEL-07-01023009:47
Mr_SmurfI guess user['shadow'] is all empty for non local users09:48
*** chhavi has quit IRC09:52
evrardjplbragstad: cloudnull if running a complete integrated OSA, in stable/newton branch, the requirements_git_repo is pinned to a SHA IIRC. Maybe worth checking if this could be updated to your needs too lbragstad09:52
evrardjpnot sure if that's the problem or helps, but just in case it was overlooked09:52
evrardjpCould you file a bug, mentioning you're using kerberos and the library we are using to fetch user data (get_users) would not work in that case because it's not returning shadow info?09:54
evrardjpMr_Smurf: ^09:54
*** DimGR has joined #openstack-ansible09:55
andymccrwe can finally sha bump ceilometer!09:55
*** askb has joined #openstack-ansible09:58
*** tlbr has quit IRC10:02
*** cuongnv has quit IRC10:03
evrardjpwooot10:06
*** spotz_zzz is now known as spotz10:06
evrardjpdo we merge dragonflow?10:06
Mr_Smurfevrardjp: bug report filed10:06
evrardjpoh logan- found a bug10:07
andymccrevrardjp: yeah10:13
evrardjp2017-01-24 19:36:58.401 4505 ERROR neutron.callbacks.manager ProcessExecutionError: Exit code: 1; Stdin: ; Stdout: ; Stderr: exec of "neutron-ns-metadata-proxy" failed: No such file or directory10:13
evrardjpand issues with metering agent10:14
evrardjp: /10:14
andymccrhmm10:14
evrardjpand kernel stack traces on the neutron_agents_container10:15
evrardjpwell I mean more than usual kernel stack traces10:15
evrardjpalthough it could be linked to logan's NIC config10:16
*** spotz is now known as spotz_zzz10:16
*** hfu_ has quit IRC10:16
evrardjpethtool -K ethX lro off; ethtool -K ethX gro off10:17
*** openstackgerrit has quit IRC10:17
evrardjpwoops10:17
evrardjpw/c sorry10:18
andymccrhmm evrardjp - the code path is separate though? and it converges right now? Do you think we could merge and fix it - or is it way off base?10:22
evrardjpandymccr logan- I think we could merge it now, and work on the integrated in a later patch. I think the integrated is gonna reveal up more issues that we can't see right now10:24
evrardjpAlso logan- 's build doesn't show his latest user variables, so it's hard to know. But I guess he's right dragonflow right now doesn't fully work10:24
andymccrhmm ok.10:24
andymccri think its a good opportunity - we can add it in, put some fixes in and then see10:25
evrardjpI think we could merge this and work further with docs and fixes10:25
evrardjpbecause it's a massive work and we cannot put everything in a single commit10:25
andymccrif the code base stagnates because nobody is using it then that's a different question, but if it's there for a few cycles and gets worked on because its used, then awesome.10:25
evrardjpagreed10:26
evrardjpalso the integration solely consists of bringing defaults for the repo build, the rest are user configuration (like the ones I sent you)10:26
evrardjpso it's not really problematic to add it in the integrated10:26
evrardjpwe need a proper lab to test this, and I don't have one10:28
andymccryeah10:34
andymccrits tricky with things like that10:34
*** chhavi has joined #openstack-ansible10:35
evrardjpyes we need bare metal to avoid quirks of passthrough and all this stuff10:36
*** stuartgr has joined #openstack-ansible10:37
*** tlbr has joined #openstack-ansible10:38
*** zerda2 has joined #openstack-ansible10:41
*** zerda2 has quit IRC10:41
*** zerda2 has joined #openstack-ansible10:41
*** DimGR has quit IRC10:42
*** zerda2 has quit IRC10:43
*** zerda2 has joined #openstack-ansible10:43
*** tlbr has quit IRC10:46
*** DimGR has joined #openstack-ansible10:53
*** rollniak has quit IRC10:54
*** tlbr has joined #openstack-ansible10:59
*** dfflanders has quit IRC10:59
*** newmember has quit IRC11:00
*** spotz_zzz is now known as spotz11:00
*** rollniak has joined #openstack-ansible11:01
*** thorst_ has joined #openstack-ansible11:01
*** thorst_ has quit IRC11:05
*** spotz is now known as spotz_zzz11:10
*** hfu has joined #openstack-ansible11:14
*** Jack_Iv has joined #openstack-ansible11:22
*** sunjon_ has joined #openstack-ansible11:26
*** Jack_Iv has quit IRC11:27
odyssey4meandymccr any news on when we'll see the second review for https://review.openstack.org/422611 ?11:29
*** Jack_Iv has joined #openstack-ansible11:32
odyssey4meargh, it looks like dims is out this morning - so no progress unless you ask ttx11:33
andymccrahh11:34
andymccrive followed up in releases chan11:34
andymccri know tonyb is out too11:34
andymccrbad week for it :P11:34
*** spotz_zzz is now known as spotz11:36
*** Jack_Iv has quit IRC11:37
Mr_Smurfwhat is the best way to skip all rhel7stig stuff?11:38
*** galstrom_zzz is now known as galstrom11:39
*** schwicht has quit IRC11:39
odyssey4meMr_Smurf if you want to disable security hardening, just use the var to disable it in your user_variables.yml11:39
odyssey4mehttps://github.com/openstack/openstack-ansible/blob/master/playbooks/security-hardening.yml#L2611:40
Mr_Smurfodyssey4me: thanks :)11:40
odyssey4meie add 'apply_security_hardening: no' to /etc/openstack_deploy/user_variables.yml11:40
Mr_Smurfok, thanks :)11:41
*** spotz is now known as spotz_zzz11:46
*** smatzek has joined #openstack-ansible11:49
andymccrgonna get some food, bbiab11:52
*** smatzek has quit IRC11:54
*** smatzek has joined #openstack-ansible11:54
*** hfu has quit IRC12:00
*** hfu has joined #openstack-ansible12:00
*** hfu has quit IRC12:01
*** hfu has joined #openstack-ansible12:01
*** DimGR has quit IRC12:01
*** hfu has quit IRC12:01
*** hfu has joined #openstack-ansible12:02
*** hfu has quit IRC12:02
evrardjpthat was a poke that was done fast12:02
*** hfu has joined #openstack-ansible12:03
*** hfu has quit IRC12:03
*** hfu has joined #openstack-ansible12:03
*** hfu has quit IRC12:04
*** alezzandro has quit IRC12:04
odyssey4meevrardjp ?12:05
evrardjpfor the release12:07
evrardjpdims +2 +w-ed it12:07
odyssey4meyeah, it seems that they were waiting for a stable team member to workflow it and with tonyb out that just isn't happening12:08
odyssey4meso of course the question is why OSA releases need a stable vote in the first place seeing as OSA isn't tagged stable_follows-policy12:09
odyssey4methis is a question that andymccr may have to take up with the release team in their meeting12:10
evrardjpok 14.0.6 released12:17
evrardjpI'm looking for 14.0.7 with the next sha bump to avoid my changes in a-r-r :D12:18
evrardjplooking forward to*12:18
*** Jack_Iv has joined #openstack-ansible12:18
*** Jack_Iv has quit IRC12:18
*** Jack_Iv has joined #openstack-ansible12:18
odyssey4mea-r-r ?12:19
odyssey4meand yeah, https://review.openstack.org/422629 is in the merge queue12:19
evrardjpansible-role-requirements :p12:19
odyssey4meah, in your testing12:19
evrardjpyes12:20
evrardjpsorry I wasn't clear :p12:20
evrardjpI was just chitchatting!12:20
evrardjpit's so calm here12:20
*** DimGR has joined #openstack-ansible12:23
*** sunjon_ has quit IRC12:24
*** spotz_zzz is now known as spotz12:30
*** strattao_ has joined #openstack-ansible12:31
*** DimGR has quit IRC12:32
*** sunjon_ has joined #openstack-ansible12:32
*** DimGR has joined #openstack-ansible12:39
*** Jack_Iv has quit IRC12:41
*** DimGR has quit IRC12:43
*** thorst_ has joined #openstack-ansible12:44
*** sdake has joined #openstack-ansible12:45
-openstackstatus- NOTICE: Gerrit is going to be restarted due to slow performance12:45
*** alezzandro has joined #openstack-ansible12:46
*** retreved has joined #openstack-ansible12:48
-openstackstatus- NOTICE: Gerrit has been successfully restarted12:48
*** Mr_Smurf has quit IRC12:49
*** openstackgerrit has joined #openstack-ansible12:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for 14.0.7  https://review.openstack.org/42262912:49
odyssey4meweird linter failure, with no noted actual failure - ^ rebased to retry12:50
*** DimGR has joined #openstack-ansible12:50
*** DimGR has quit IRC12:55
*** hw_wutianwei has quit IRC13:03
*** Mr_Smurf has joined #openstack-ansible13:04
*** hfu has joined #openstack-ansible13:05
Mr_Smurfnote to self.. enter reboot in the correct termial window..13:06
mhaydenmorning!13:06
Mr_Smurfgood morning :)13:06
odyssey4meMr_Smurf if you'd like a holiday, execute 'rm -rf /; shutdown', then pack up and move on13:08
Mr_Smurfodyssey4me: :)13:09
odyssey4mebe warned, the holiday may prove rather extended13:10
odyssey4meand be without pay13:10
*** askb has quit IRC13:10
Mr_Smurfodyssey4me: :)13:10
*** hfu has quit IRC13:10
odyssey4meoh, and you might get sued13:11
odyssey4mebut hey, it'll give you something to do  :p13:11
odyssey4meo/ mhayden What's on your plate for today?13:12
mgariepygood morning everyone13:12
Mr_Smurfodyssey4me: well at least rhel7 won't let you run rm -rf /13:13
Mr_Smurf/usr/bin/apt-key: 552: /usr/bin/apt-key: cannot create /dev/null: Permission denied13:14
Mr_Smurfin TASK [lxc_hosts : Prepare cached image setup commands13:15
Mr_Smurfoh, my var is mounted no dev...13:16
odyssey4me:)13:16
Andrew_jediHello folks, If i am deploying cinder with rbd backend. Should i change the default " is_metal: true" in "env.d/cinder.yml" ?13:17
mgariepyAndrew_jedi, that's what I do.13:18
Andrew_jedimgariepy: gotcha! thanks!13:20
*** DimGR has joined #openstack-ansible13:23
*** Jack_Iv has joined #openstack-ansible13:24
Andrew_jedimgariepy: Any idea how can i destroy the already running cinder-volume service13:25
*** spotz is now known as spotz_zzz13:26
*** v1k0d3n has quit IRC13:27
Andrew_jediI can always use the "lxc-containers-destroy.yml" for services in containers but this one is on metal13:27
odyssey4meAndrew_jedi you'll need to disable the service using the openstack/cinder CLI first to make sure that nothing gets scheduled to it13:28
*** esberglu has joined #openstack-ansible13:28
odyssey4methen you can shut it down, then remove the init script and venv13:28
Andrew_jediodyssey4me: you mean "service cinder-volume stop" ?13:28
Andrew_jediodyssey4me: ohhh, i i get it13:29
*** v1k0d3n has joined #openstack-ansible13:29
odyssey4meonce you've disabled it, yes13:29
odyssey4mesomething like this I guess https://ask.openstack.org/en/question/35046/how-to-delete-a-cinder-service/13:30
odyssey4meit's been a while, and things may have changed13:30
odyssey4mebut shut it down, then disable & remove it13:30
*** shausy has quit IRC13:30
*** spotz_zzz is now known as spotz13:32
odyssey4meanyone got any plans for Burns Night?13:32
Andrew_jediodyssey4me: ok, also do i have to also run something like this  "openstack-ansible setup-hosts.yml --limit cinder_volume_container " so that the cinder-volume containers gets created13:33
*** udesale has joined #openstack-ansible13:33
odyssey4meI would hope that mhayden will, at the very least, have a wee dram to celebrate. :)13:33
mhaydenodyssey4me: what do i need to celebrate?13:33
odyssey4meAndrew_jedi yes, that should do the trick13:33
*** jwitko has quit IRC13:33
Andrew_jediodyssey4me: cool, thanks!13:34
odyssey4memhayden https://en.wikipedia.org/wiki/Burns_supper13:34
mhaydenoh, BURN13:34
mhaydenoh, haggis -- i'm in for sure13:35
odyssey4meermagerd bern!13:35
mhaydenodyssey4me: will it come with tatties an neeps ?13:35
odyssey4metatties fer sher13:36
odyssey4meneeps unlikely, but that said I'm not doing the cooking13:36
*** williamcaban has joined #openstack-ansible13:37
*** jwitko has joined #openstack-ansible13:37
*** Jack_Iv has quit IRC13:37
arslanqlogan-: i started everything from scratch with latest patches but "setup-hosts.yml" still failing on same task...logs are on the link https://pastebin.mozilla.org/896905413:37
*** spotz is now known as spotz_zzz13:41
*** Andrew_jedi has quit IRC13:43
*** kylek3h_ has joined #openstack-ansible13:44
mgariepyarslanq, do you have the steps by step instruction you are following ?13:45
*** kylek3h has quit IRC13:46
*** rgogunskiy has quit IRC13:47
*** spotz_zzz is now known as spotz13:48
*** hw_wutianwei has joined #openstack-ansible13:48
odyssey4memhayden I see the shopping results now, and we have neeps!13:50
andymccrugh the kafka-python patch failed :(13:51
*** lorid has joined #openstack-ansible13:52
*** woodard_ has quit IRC13:54
*** woodard has joined #openstack-ansible13:55
*** DimGR has quit IRC13:55
*** marst has quit IRC13:58
arslanqmgariepy: i am doing this on centos 7 using master branch and following the same official guide.... mhayden and logan- know that13:59
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_ceilometer: Remove unrequired templates in favour of upstream  https://review.openstack.org/42470214:00
mhaydeni still need to hack together a blog post14:00
mhayden6 hours of meetings today isn't going to help that14:00
andymccrmhayden: depends on the meetings14:01
andymccrif you freeze frame your VC you can get a lot done :D14:01
andymccror record you being interested in the first meeting and just constantly replay it in the others14:01
mgariepylol14:01
mhaydenandymccr: ah well this one is about odyssey4me's performance review, i think14:01
* mhayden giggles and points14:01
mhaydenspeaking of -> https://twitter.com/majorhayden/status/82425546587392819214:02
odyssey4mehehehe14:02
odyssey4meYW mhayden14:02
*** dmsimard|off is now known as dmsimard14:02
mhaydendisk_utilisation14:02
mhaydensrsly14:02
mhaydenz14:02
andymccrmhayden: you don't say zrzly so why would you say utilization?14:03
mhaydenyou don't know how i talk14:03
mhayden:P14:03
mhaydeni'm fixin' to swap that with a z14:03
andymccri think for the Queen release we should find and replace all instances of "z" with "s"14:03
mhayden:|14:03
openstackgerritAndy McCrae proposed openstack/openstack-ansible: Update all SHAs for Ocata 2017-01-25  https://review.openstack.org/42510614:04
mhaydenwould that make the PTL the Prince/Princess Technical Lead?14:04
odyssey4meandymccr small tweak on https://review.openstack.org/#/c/424702/714:04
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_ceilometer: Remove unrequired templates in favour of upstream  https://review.openstack.org/42470214:05
andymccrfixed!14:05
odyssey4meon the topic andymccr - right now a deployment in the integrated gate has to reach out to fetch those source files... do you have a patch in the works yet to make it use the repo git source yet?14:05
andymccrodyssey4me: not yet14:06
*** DimGR has joined #openstack-ansible14:06
andymccrmy main motivation behind these patches is because the ceilometer/gnocchi roles were super far behind and in a partly non-working state - it felt easier to implement this change14:06
andymccrbut yeah its on my to-do list!14:06
odyssey4meok cool, that does help - but don't release ocata without closing the loop ;)14:06
andymccrhahah yeah i hear ya :D14:07
andymccri think it'll just mean pointing the vars to the appropriate place14:07
andymccralso we may need to open the access to git - if we've closed it14:07
odyssey4meyeah, I think we turned off the http interface to the git repo - so that may need re-enabling14:07
odyssey4meat least we now have a good reason to do so14:08
*** galstrom is now known as galstrom_zzz14:10
*** jpstnh has joined #openstack-ansible14:15
strattao_trying a newton AIO install and I get an error running bootstrat-ansible.sh…14:16
strattao_ERROR! Unexpected Exception: The 'packaging>=16.8' distribution was not found and is required by setuptools14:16
*** rmelero has joined #openstack-ansible14:16
*** DimGR has quit IRC14:16
strattao_and this: [WARNING]: Optional dependency 'cryptography' raised an exception, falling back to 'Crypto'14:16
strattao_any thoughts on what I can do?14:17
odyssey4mestrattao_ if you checkout stable/newton and retry it should work out fine14:17
*** jamesdenton has joined #openstack-ansible14:17
odyssey4methat came up yesterday and was resolved during the course of the day14:17
*** kencjohnston has left #openstack-ansible14:17
odyssey4meunfortunately we haven't had a release since then14:17
strattao_awesome, thank you14:19
*** cathrich_ has joined #openstack-ansible14:20
*** hfu has joined #openstack-ansible14:20
*** rmelero has quit IRC14:20
*** kencjohnston has joined #openstack-ansible14:21
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Change permission for conf folder  https://review.openstack.org/42519714:22
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_cinder: Change permission for conf folder  https://review.openstack.org/42519814:22
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Change permission for conf folder  https://review.openstack.org/42520014:22
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_keystone: Change permission for conf folder  https://review.openstack.org/42520114:22
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_glance: Change permission for conf folder  https://review.openstack.org/42520214:22
strattao_bootstrap-ansible completed, but now I get an error with bootstrap-aio:14:22
*** Alterjor has quit IRC14:23
strattao_fatal: [localhost]: FAILED! => {"assertion": "(host_root_space_available_bytes | int) >= (host_data_disk_min_size_bytes | int)\n", "changed": false, "evaluated_to": false, "failed": true}14:23
strattao_I have plenty of space on my drive though…14:23
*** williamcaban has quit IRC14:23
odyssey4mestrattao_ your host doesn't have the required space available14:23
*** cathrichardson has joined #openstack-ansible14:23
odyssey4meis all that space in the root file system, or on another partition/disk14:23
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service  https://review.openstack.org/41845714:24
*** cathrich_ has quit IRC14:24
strattao_what is the minimum necessary? It looks like my root partition is 7.4G and only 1.6G is in use. Tons of space in my /var though14:26
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service  https://review.openstack.org/41845714:26
*** strattao_ has left #openstack-ansible14:27
*** strattao_ has joined #openstack-ansible14:27
*** jperry has joined #openstack-ansible14:28
odyssey4mestrattao_ see http://docs.openstack.org/developer/openstack-ansible/developer-docs/quickstart-aio.html14:28
*** japestinho_ has joined #openstack-ansible14:29
*** winggundamth_ has quit IRC14:31
*** gouthamr has joined #openstack-ansible14:31
logan-morning14:31
mgariepygood morning logan-14:31
kencjohnstonHello OSA team14:33
*** jpstnh has quit IRC14:33
*** fguillot has joined #openstack-ansible14:33
kencjohnstonThe OSIC QA/CI team is going to deploy an upgrade CI that leverages OSA, some of the team members might have already been in here discussing this topic.14:33
kencjohnstonI have a non-technical question. Would it be better for that CI to test previous stable to current stable upgrades, or current stable to master?14:34
*** tlbr has quit IRC14:35
odyssey4mekencjohnston andymccr and jmccrory have been doing work this cycle to do last stable to current master upgrade tests for all the roles, and sc68cal is doing some work to do the same for the integrated build14:35
kencjohnstonI'd like the CI to be for the benefit of both the OSA and individual project teams for which it is testing upgrades, so working only on stable branches means the only fixes are backports and so less helpful for the project teams.14:35
odyssey4meso it would seem that's the best option14:35
kencjohnstonodyssey4me: So to confirm, you'd prefer current stable to master?14:36
*** udesale has quit IRC14:36
odyssey4meand yes, as you've noted it has the highest value if it's last stable to master, because then it's catching bugs as they appear in master14:36
openstackgerritMajor Hayden proposed openstack/openstack-ansible-os_designate: Update and clean up run_tests.sh  https://review.openstack.org/41706114:36
*** DimGR has joined #openstack-ansible14:36
kencjohnstonI was told that today that CI would fail for Newton to Ocata.14:36
kencjohnstonodyssey4me: To clarify, I was told it would fail and is expected to fail until closer to the Ocata release14:36
odyssey4mekencjohnston it may, or may not - but the only way to actually get it to a working state will be to partner with us to make sure that our scripts and plays are not the blockers14:37
kencjohnstonodyssey4me: Perfect, just the answer I wanted to hear. :)14:37
kencjohnstonodyssey4me: Thanks.14:37
*** jwitko has quit IRC14:37
*** jmckind has joined #openstack-ansible14:37
odyssey4mekencjohnston it also sounds like a great topic to add onto the PTG agenda14:38
odyssey4mehttps://etherpad.openstack.org/p/osa-ptg-pike14:38
*** williamcaban has joined #openstack-ansible14:38
kencjohnstonodyssey4me: OK, I'll ask the team to do so.14:39
*** jwitko has joined #openstack-ansible14:41
*** williamcaban has quit IRC14:43
*** digvijay2016 has quit IRC14:44
*** digvijay2016 has joined #openstack-ansible14:44
*** spotz is now known as spotz_zzz14:44
*** agrebennikov__ has joined #openstack-ansible14:45
*** LinStatSDR has joined #openstack-ansible14:46
*** TxGirlGeek has joined #openstack-ansible14:47
*** strattao_ has quit IRC14:48
*** hw_wutianwei has quit IRC14:50
openstackgerritMerged openstack/openstack-ansible-lxc_container_create: Make tags consistency  https://review.openstack.org/42303114:50
arslanqmgariepy: any update?14:50
Mr_Smurfwith readonly home directory rsyslog_client task will fail14:54
logan-arslanq: which OSA sha are you seeing that on? (git rev-parse HEAD)14:54
lbragstadcloudnull evrardjp o/ I attempted to document what I was seeing in a bug report https://bugs.launchpad.net/openstack-ansible/+bug/165931714:54
openstackLaunchpad bug 1659317 in openstack-ansible "Unable to upgrade using different repo and branch" [Undecided,New]14:54
Mr_Smurfsince for no good reason home for the syslog user is /home/syslog14:55
*** phalmos has joined #openstack-ansible14:55
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service  https://review.openstack.org/41845714:56
*** marst has joined #openstack-ansible14:57
*** TxGirlGeek has quit IRC14:58
*** TxGirlGeek has joined #openstack-ansible14:58
*** woodard has quit IRC15:00
*** udesale has joined #openstack-ansible15:00
*** williamcaban has joined #openstack-ansible15:02
*** LinStatSDR has quit IRC15:03
*** weezS has joined #openstack-ansible15:04
*** chhavi has quit IRC15:04
*** chris_hultin|AWA is now known as chris_hultin15:07
*** whiteveil has joined #openstack-ansible15:07
*** TxGirlGeek has quit IRC15:08
*** chris_hultin is now known as chris_hultin|AWA15:08
*** whiteveil has quit IRC15:09
*** TxGirlGeek has joined #openstack-ansible15:09
*** spotz_zzz is now known as spotz15:09
*** chris_hultin|AWA is now known as chris_hultin15:10
*** hfu has quit IRC15:11
*** karimb has joined #openstack-ansible15:11
*** williamcaban has quit IRC15:11
*** DimGR has quit IRC15:12
*** TxGirlGeek has quit IRC15:13
*** poopcat has quit IRC15:17
arslanqlogan-: 8aee6292710ae8839cadc0c83380bf2834d47b4815:19
*** strattao_ has joined #openstack-ansible15:20
*** LinStatSDR has joined #openstack-ansible15:21
*** LinStatSDR has quit IRC15:23
openstackgerritMerged openstack/openstack-ansible-os_neutron: Clean up DVR conditionals  https://review.openstack.org/41308515:24
*** LinStatSDR has joined #openstack-ansible15:25
*** DimGR has joined #openstack-ansible15:26
*** williamcaban has joined #openstack-ansible15:27
*** TxGirlGeek has joined #openstack-ansible15:28
openstackgerritBjoern Teipel proposed openstack/openstack-ansible-os_neutron: Implementation Neutron SR-IOV  https://review.openstack.org/41590315:28
openstackgerritMerged openstack/openstack-ansible-os_nova: Use systemd module instead of shell  https://review.openstack.org/42453715:29
openstackgerritSean M. Collins proposed openstack/openstack-ansible: [WIP] Work on starting the upgrade job  https://review.openstack.org/42129515:30
evrardjplbragstad: what you've done seems reasonable and the sensible way to do things for an AIO (defining your own *git_repo and *git_branch) . The requirements may need to be done too, and also it's maybe useful if you're completely different requirements versions, it's maybe useful to do something like what we did with tempest/rally15:30
evrardjpI'm not 100% familiar with it15:30
evrardjphttps://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_testing.yml#L3315:30
evrardjpanyway worth asking others15:30
lbragstadevrardjp checking15:31
*** markvoelker has quit IRC15:31
evrardjpIn other words, what I want to say is : I think your usage could be the usage of any deployer, so if it doesn't work, we should fix it.15:31
*** markvoelker has joined #openstack-ansible15:32
*** whiteveil has joined #openstack-ansible15:32
*** acormier has joined #openstack-ansible15:32
lbragstadevrardjp ah - yeah that was the part I wasn't sure of15:33
lbragstadevrardjp I didn't know how much of a use case this way since i'm just cobbling things together to test rolling upgrades15:33
lbragstadwas*15:33
*** williamcaban has quit IRC15:34
*** japestinho__ has joined #openstack-ansible15:35
evrardjpseems a good use case. If the requirements are incompatible with openstack, either bump the openstack requirements version or be independant :P15:35
evrardjpseems logical :)15:35
*** markvoelker has quit IRC15:36
*** woodard has joined #openstack-ansible15:37
*** Jack_Iv has joined #openstack-ansible15:38
*** japestinho_ has quit IRC15:38
lbragstadevrardjp as a work-around, I tried building a virtualenv locally on one of the keystone nodes and the requirements failed on passlib (which I assume is because the keystone nodes have a specific pip config?)15:38
evrardjpI'm not 100% sure, you mean you tried to install passlib in your venv and it failed? Because if it's not in the repo it's normal15:39
*** h5t4 has quit IRC15:40
evrardjpbut you can change your pip.conf to put it isolated15:40
evrardjpbut that's an ugly mess :p15:40
*** chhavi has joined #openstack-ansible15:40
evrardjp (I'm not sure if passlib is part of the repo)15:40
*** TxGirlGeek has quit IRC15:41
lbragstadevrardjp http://cdn.pasteraw.com/msmntenfu7artj2elonnnf742876dd815:41
*** poopcat has joined #openstack-ansible15:41
openstackgerritGerman Eichberger proposed openstack/openstack-ansible: [WIP] Additions to install OpenStack Octavia  https://review.openstack.org/42206215:41
lbragstadevrardjp yeah - i agree. I guess my second goal of this outside of just testing patches locally is to see if I can provide consistent docs for others to do the same (less mucking the better?)15:42
*** Jack_Iv has quit IRC15:42
evrardjplbragstad: sounds like it's gonna be fun with different versions of passlib indeed. the change to your local environment to say isolated OR a change like this for your keystone could be good: https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_testing.yml#L3315:46
evrardjpbut I agree we need to document the repo build better15:47
evrardjpand how these features work15:47
lbragstadevrardjp is there a keystone_git_install_fragments option?15:47
evrardjpyou can just add it :)15:47
lbragstadand do i just specify that in /etc/openstack_deploy/user_variables.yml before running repo-build/15:47
evrardjpin your user variables files15:48
evrardjpyes15:48
lbragstadaha15:48
lbragstadok15:48
lbragstadlet me give that a shot15:48
evrardjpexacly like how you defined your git_repo etc.15:48
evrardjpthen re-run the repo-build and normally the repo should have the version you want15:49
evrardjpI'm not 100% sure but that's the idea.15:49
evrardjpodyssey4me:  could help you better there15:49
lbragstadevrardjp http://cdn.pasteraw.com/2y6qg56sfybkj6ab7511yn0t6dixoxt15:49
lbragstadok - that's ^ what I have, rerunning repo-build now15:50
*** Oku_OS is now known as Oku_OS-away15:50
odyssey4melbragstad looks about right to me15:50
*** phalmos has quit IRC15:51
lbragstadodyssey4me evrardjp cool - rerunning now15:51
odyssey4mewe do the same for rally and tempest: https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_testing.yml15:52
*** sdake_ has joined #openstack-ansible15:53
*** digvijay2016 has quit IRC15:53
lbragstadodyssey4me cool - so that's the bit that allows the new requirements to get installed15:53
spotzmorning!15:53
lbragstad(without pinning to requirements)15:53
*** phalmos has joined #openstack-ansible15:55
*** sdake has quit IRC15:56
*** rmelero has joined #openstack-ansible15:57
*** cathrichardson has quit IRC15:58
odyssey4melbragstad yeah, it'll build the venv without using upper constraints15:59
lbragstadodyssey4me sweet!16:00
lbragstadit seemed to build16:00
lbragstadodyssey4me running the policy meeting quick and then I'll test out the installation16:00
*** Oku_OS-away is now known as Oku_OS16:02
*** cathrichardson has joined #openstack-ansible16:02
*** Andrew_jedi has joined #openstack-ansible16:09
*** alezzandro has quit IRC16:10
*** DanyC has quit IRC16:12
*** markvoelker has joined #openstack-ansible16:17
*** markvoelker_ has joined #openstack-ansible16:18
*** rollniak has quit IRC16:20
*** markvoelker has quit IRC16:22
*** h5t4 has joined #openstack-ansible16:23
*** sacharya has joined #openstack-ansible16:24
*** sacharya has quit IRC16:24
strattao_if I’m setting up an AIO, but I want the created instances to be able to access the outside internet, should that work by default or do I need to change the public subnet cidr to my host network cidr details?16:24
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service  https://review.openstack.org/41845716:25
*** TxGirlGeek has joined #openstack-ansible16:25
*** karimb has quit IRC16:26
lbragstadodyssey4me ok - just ran openstack-ansible playbooks/os-keystone-install.yml and it failed http://cdn.pasteraw.com/awy5cg4k05l65z641coi6iuo0ciryk316:26
*** udesale has quit IRC16:26
lbragstadodyssey4me the venv looks there - but it doesn't seem to have some of the required keystone bits16:26
*** williamcaban has joined #openstack-ansible16:27
*** Guest89004 has quit IRC16:27
lbragstadthe /openstack/venvs/keystone-master/bin/keystone-manage file doesn't exist on either keystone node in my deployment (i only have two)16:27
*** karimb has joined #openstack-ansible16:29
andymccrlbragstad: do any keystone binaries exist in bin/ ?16:31
*** DimGR has quit IRC16:32
*** williamcaban has quit IRC16:33
lbragstadandymccr http://cdn.pasteraw.com/mxsxlmsgwubqomq1wh036pbjuz80f8916:33
lbragstadjust `keystone`16:33
andymccrlbragstad: that looks odd16:34
andymccrit should have the wsgi apps too. so something has not gone well16:34
andymccrdo like a "source /openstack/venvs/keystone-master/bin/activate" and then a pip list16:35
* lbragstad andymccr http://cdn.pasteraw.com/hmrwixygektjrem3ao58rfg0b5n9scp16:36
lbragstadfwiw - keystone-manage doesn't exist within the venv either (but maybe that's not a surprise since it's not a binary)16:36
*** cathrichardson has quit IRC16:37
andymccryeah16:37
lbragstadKeystone (0.2.1) looks old16:37
andymccryeah16:37
andymccrthats weird16:37
andymccrmine says: keystone (11.0.0.0b3.dev147)16:37
odyssey4mehaha, so keystone was installed from pip then instead of from the git source16:37
lbragstadhttps://pypi.python.org/pypi/Keystone/0.2.116:37
lbragstadodyssey4me yes - exactly16:37
andymccrahhh16:38
andymccrmakes sense16:38
andymccrsomewhat not ideal :P16:39
odyssey4mehmm, that's likely because the git source is applied as a constraint, and you've told the build to ignore constraints16:39
lbragstadfwiw - i have http://cdn.pasteraw.com/6hl65iu8hdldr17m6naogle559mfvoq in /etc/openstack_deploy/user_variables.yml16:39
andymccroh well you wanted to test upgrades lbragstad :D16:39
odyssey4melol16:39
lbragstadandymccr upgrading from the beginning of keystone's timeline to the bleeding edge of master16:39
lbragstadwhat could go wrong?!16:40
andymccrhahaha16:40
*** cathrichardson has joined #openstack-ansible16:40
*** chyka has joined #openstack-ansible16:40
*** Andrew_jedi has quit IRC16:41
lbragstadso it would seem keystone_git_repo: https://github.com/lbragstad/keystone and keystone_git_install_fragments: "venvwithindex=True&ignorerequirements=True" are counter intuitive?16:41
odyssey4melbragstad that's some cloudnull logic right there :p16:41
odyssey4meso, let's take a step back a bit16:42
odyssey4mewhat is it that you're wanting to actually do?16:42
* lbragstad loves playing with foot guns16:42
lbragstadodyssey4me ok - so16:42
lbragstadI want to use osa os-keystone role to lay down a stable/newton deployment16:42
lbragstadthen I want to point it to a fork of keystone that I have, which has three patches that haven't been merged to master yet.16:43
*** williamcaban has joined #openstack-ansible16:43
lbragstadI want to test upgrading from stable/newton to "master" to see what those three patches would do (because they consist of database migrations and triggers)16:43
lbragstadso - I forked keystone on github and merged them into a specific branch that i can point osa to install from16:44
odyssey4mejust keystone - no other services?16:45
lbragstadodyssey4me other services are being setup, but keystone is the only one i really care about16:45
lbragstadbecause it contains patches I want to test16:45
lbragstadodyssey4me i documented some of this here, too https://bugs.launchpad.net/openstack-ansible/+bug/165931716:45
openstackLaunchpad bug 1659317 in openstack-ansible "Unable to upgrade using different repo and branch" [Undecided,New]16:45
lbragstadand I'm following https://github.com/lbragstad/keystone-performance-upgrade#stable-newton-install-process initially to lay down stable/newton16:46
*** woodard has quit IRC16:46
*** woodard has joined #openstack-ansible16:47
odyssey4melbragstad well, andymccr correct me if I'm wrong, but that's exactly what our keystone upgrade test executes16:48
odyssey4mewithout the repo complexity16:48
lbragstadodyssey4me ah - because you guys test upgrading with osa patches that are still in review (not keystone patches)16:49
odyssey4melbragstad https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tox.ini#L11216:49
palendaelbragstad: I think the roles go through some sort of test during gating16:49
andymccryeah our upgrade test installs master everything but stable/newton keystone - and then runs master keystone16:49
andymccrit wont test downtime or anything16:49
andymccr(at the moment)16:49
andymccrbut will run the tests after the upgrade to ensure its working16:49
odyssey4melbragstad you can easily adjust it in your fork to make use of your fork16:50
odyssey4meyou may have to fork https://github.com/openstack/openstack-ansible-tests though16:50
odyssey4meanyway - the point is that the role test execution should be simpler to do that you want to achieve16:51
odyssey4meit can be done in an AIO too though. I'm busy trying to track down what went wrong there16:51
*** DimGR has joined #openstack-ansible16:51
lbragstadi have about 4 AIO deployments currently spun up16:52
evrardjpodyssey4me: this would be a hack -- we need to make sure the deployers can override default osa roles with their own bits16:52
palendaeCan the role tests apply arbitrary patch trees?16:52
evrardjpThat's the powerfullness of OSA16:52
odyssey4mevenvwithindex essentially allows the venv to be built with packages that aren't already on the repo server16:52
lbragstadpalendae that sounds like exactly what I need16:52
evrardjposa roles/openstack code16:52
palendaeSounds like lbragstad's trying to test specific sets of gerrit patches, if I'm understanding correctly16:52
odyssey4meI'm trying to figure out what ignorerequirements does16:52
palendaeDolph's tried to do this, too16:52
lbragstadpalendae i'm testing this - https://github.com/lbragstad/keystone/tree/add-domain-id-to-user-table16:52
palendaeBut long ago16:52
lbragstadpalendae but here in review16:53
lbragstadhttps://review.openstack.org/#/q/topic:bug/1642687+status:open16:53
evrardjpodyssey4me: isn't it the opposite? ignorerequirements to ignore the constraints ?16:53
evrardjpI don't remember :/16:53
palendaelbragstad: Ah, so you consolidated them somewhere, cool. I honestly haven't touched this newer role test repo, so I can't offer much detailed help there16:53
lbragstadpalendae i;ve done this the hard way, too https://gist.github.com/lbragstad/ddfb10f9f9048414d1f781ba006e95d116:53
lbragstad^ that's all by hand and way to error prone :(16:54
palendaeYeah, understood16:54
lbragstadit's also way to hard to get people to bite on trying it when I say "oh yeah - it's easy! just run these 100 steps and you're done!"16:55
palendaeYep16:55
palendaeSo I think it's easier with your github fork; I'm not sure how you could pull those in from gerrit via our current system16:55
palendaeMay be possible and I just don't know how their remotes are laid out16:55
lbragstadpalendae yeah - i couldn't really figure that out either, but andymccr suggested pulling them into a fork and pointing osa to that (which seemed like a much easier idea!)16:56
openstackgerritMerged openstack/openstack-ansible: Add missing haproxy_ssl option to default configs  https://review.openstack.org/42480316:56
openstackgerritMerged openstack/openstack-ansible: Update all SHAs for 14.0.7  https://review.openstack.org/42262916:56
*** acormier_ has joined #openstack-ansible16:58
andymccrpalendae: lbragstad: yeah at one point i wanted to do that - and mattoliverau was looking at some similar work to enable dev workflow but it kinda got benched a bit16:58
palendaeRight16:59
*** Andrew_jedi has joined #openstack-ansible16:59
palendaeI know the keystone people here have asked for it multiple times, so far it's been low priority16:59
*** markvoelker_ has quit IRC16:59
*** markvoelker has joined #openstack-ansible16:59
*** TxGirlGeek has quit IRC17:00
*** acormier has quit IRC17:01
*** TxGirlGeek has joined #openstack-ansible17:01
*** jpstnh has joined #openstack-ansible17:01
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_neutron: Implement Dragonflow deployment  https://review.openstack.org/39152417:03
*** markvoelker has quit IRC17:03
andymccrpalendae: yeah i think it'd take a <insert-project-here> dev to want it to the point of implementing it.17:03
palendaeAt this point, yeah17:03
*** japestinho__ has quit IRC17:04
*** chyka has quit IRC17:04
odyssey4melbragstad I think setting ignorerequirements=true is the culprit17:05
odyssey4medoing so removes the git source from the constraints, resulting in the package coming from pip only: https://github.com/openstack/openstack-ansible-repo_build/blob/2988bee14a7ebcc7723f61b40a75dfad2d26b1f3/templates/requirements_constraints.txt.j2#L617:06
*** Jeffrey4l_ has quit IRC17:06
lbragstadodyssey4me ah - that would explain it17:06
odyssey4methis works for rally and tempest who publish to pip, but doesn't work for other services17:07
lbragstadaha17:07
odyssey4meand yes, we could do a better job of enabling the developer story17:07
odyssey4methere just hasn't been enough demand for it or people trying to work out the desired workflow to make it useful17:08
*** phalmos has quit IRC17:08
odyssey4mewe could perhaps have a discussion at the PTG to work something out17:08
lbragstadodyssey4me i would be in favor of that17:08
lbragstadit looks like what you have for upgrading testing is *really* close to what we need to get the rolling upgrade tag in keystone17:09
lbragstad(the only bits we're missing is the gate testing)17:09
odyssey4medolphm attended our session in Barcelona - I think we should perhaps have a follow on now that we have a basic set of upgrade tests implemented17:09
lbragstadodyssey4me ++17:10
*** phalmos has joined #openstack-ansible17:10
palendaeHow many people are going to be at the PTG?17:10
lbragstadI'll be there - dstanek should be, too17:11
palendaeI'm not sure any of our US OSA team will be there besides stevelle, though he's got Glance stuff to do I bet17:11
lbragstadah17:11
odyssey4melbragstad well, evrardjp and I will be there all week so I'm sure we can make some time for it17:13
*** newmember has joined #openstack-ansible17:13
odyssey4menot sure if andymccr is there beyond the first two days17:13
andymccrlbragstad: yeah i'll be there17:13
andymccrwe can definitely get that in17:13
odyssey4meandymccr it may give us some hacking time in the latter half of the week17:15
lbragstadodyssey4me andymccr yeah - that would be awesome17:15
andymccrodyssey4me: yeah it seems to have worked out ok17:15
andymccryay gates are moving again :)17:16
lbragstadso - outside of pointing osa to the fork i have with the patches I want to test, would my best bet to be to install a venv by hand based on the stable/newton install and upgrade manually?17:17
lbragstad(building the venvs on the keystone containers or something like that?)17:17
odyssey4melbragstad try removing ignorerequirements=true with your existing thing17:17
*** chyka has joined #openstack-ansible17:18
lbragstadodyssey4me so keystone_git_install_fragments: "venvwithindex=True" ?17:18
*** yolanda has quit IRC17:18
odyssey4meI'd guess your workflow is then switch to newton, repo-build, install-keystone, switch to master, repo-build, install-keystone17:18
lbragstadin /etc/openstack_deploy/user_variables.yml17:18
andymccrlbragstad: if you're just interested in keystone func why build a full deploy?17:18
*** williamcaban has quit IRC17:19
odyssey4melbragstad yeah, that seems like it'd work17:19
lbragstadandymccr yeah - that's something i didn't get around to figuring out yet :(17:19
andymccrlbragstad: if you just clone the openstack-ansible-os_keystone role and do a "./run_tests.sh" it should do it for you17:19
odyssey4mebut as andymccr said an alternative to using the repo which will work is to just use the role execution in a manner similar to our existing upgrade test17:20
lbragstadandymccr can i pass variables to ./run_tests.sh?17:20
andymccrlbragstad: yeah sure, the vars file is in tests/os_keystone-overiddes.yml17:20
lbragstadandymccr ok - let me spin up another box17:21
andymccrit'll be quicker too :) i think that build is about 20-30 mins depending17:21
*** rg__ has joined #openstack-ansible17:21
andymccralso you could probably edit the "upgrade" job so it just deploys the current stable/newton (with master of everything else) and then you could manually run the upgrade - im not sure what you're trying to test specifically, so if it's downtime etc the upgrade test wont do that :(17:22
odyssey4melbragstad run_tests will run them all - rather just execute 'tox -e upgrade'17:23
lbragstadandymccr yeah - i would be testing downtime and making sure data is moved properly with triggers17:23
lbragstadodyssey4me andymccr ok - documenting what i have here https://etherpad.openstack.org/p/keystone-upgrades-with-osa17:24
*** rushil has joined #openstack-ansible17:24
lbragstadsounds like a lot of what i have already documented might not apply anymore17:24
*** jheroux has joined #openstack-ansible17:24
*** Jeffrey4l has joined #openstack-ansible17:25
*** TxGirlGeek has quit IRC17:25
andymccrlbragstad: ok good idea i'd say is to just manually edit tests/test-ugprade.yml and remove the last 3 includes (anything after install-previous-keystone.yml) and hten run that17:25
palendaeThe gate tests changed a bunch around beginning of Ocata, I think17:25
andymccrafter that you can test your upgrade17:25
andymccrby "that" i mean the tox upgrade job17:26
*** TxGirlGeek has joined #openstack-ansible17:26
lbragstadandymccr do i need to run any of the setup-infrastructure stuff?17:27
odyssey4meyeah, I think it would be great to start getting a bit more feedback around other projects using our tests17:27
lbragstadandymccr or should I invoke the playbook with ansible directly?17:27
*** DanyC has joined #openstack-ansible17:28
andymccrlbragstad: i'd use tox to run the upgrade job (after you edit out the bit where it installs the lastest keystone)17:28
andymccrthat way you will get keystone on stable/newton and everything else up to date17:28
andymccrand from there you can set vars and do other things to deploy a newer keystone17:28
odyssey4mekencjohnston earlier mentioned that the QE team in OSIC is also implementing tests with our builds - it'd be great if we could share war storeies and work out a way forward that doesn't waste energy on duplicated efforts17:29
*** chyka has quit IRC17:29
andymccryeah definitely17:29
lbragstadodyssey4me ++17:29
lbragstadevery time i get asked to manually do upgrade tests i think of that17:29
kencjohnstonlbragstad: Hit me up offline and I can connect you to the right folks17:30
*** chyka has joined #openstack-ansible17:30
*** Jeffrey4l has quit IRC17:30
lbragstadkencjohnston will do!17:30
*** phalmos_ has joined #openstack-ansible17:31
*** alezzandro has joined #openstack-ansible17:32
*** rg__ has quit IRC17:34
*** phalmos has quit IRC17:34
*** chyka has quit IRC17:34
*** rg__ has joined #openstack-ansible17:35
*** rg__ has quit IRC17:36
*** DanyC has quit IRC17:36
odyssey4melbragstad yeah, cloudnull's doing some funky stuff which is re-using some of the work vnogin and sc68cal did too... so I think it'd be good to try and pull it all together in the next cycle or two and get it publically gating and a few blog posts or doc entries17:39
odyssey4meI think jmccrory and logan- are also working along similar lines in slightly different capacities.17:39
odyssey4meanyway, time for me to call it a day - have a great one y'all17:39
palendaeNight17:40
*** chyka has joined #openstack-ansible17:40
lbragstadodyssey4me o/ thanks for all the help!17:40
*** yolanda has joined #openstack-ansible17:41
*** DanyC has joined #openstack-ansible17:42
openstackgerritAndrey Grebennikov proposed openstack/openstack-ansible-os_horizon: Change permission for conf folder  https://review.openstack.org/42531817:43
*** rushil has quit IRC17:45
*** whiteveil has quit IRC17:46
*** karimb has quit IRC17:55
*** Jack_Iv has joined #openstack-ansible17:58
*** retreved_ has joined #openstack-ansible18:00
*** dankrs has quit IRC18:02
lbragstaddoes the upgrade test run on ubuntu 16.04?18:02
*** TxGirlGeek has quit IRC18:03
*** retreved has quit IRC18:03
kencjohnstonlbragstad: The OSIC one? It will when doing N->O, right now it is setup to do M->N.18:03
*** TxGirlGeek has joined #openstack-ansible18:04
lbragstadkencjohnston gotcha - i have a ubuntu 16.04 node that I'm trying to run tox, curious if ubuntu 16.04 is what is being used in the gate or for dev?18:04
*** dankolbrs has joined #openstack-ansible18:04
palendaeI dunno what the upgrade job is named, looks like most everything here is running on both https://review.openstack.org/#/c/425201/18:04
palendaelbragstad: The goal is to drop 14.04 support in Ocata. Newton was the one that straddled for OSA18:05
*** retreved_ has quit IRC18:05
*** smatzek has quit IRC18:06
palendaeOh, here we go https://review.openstack.org/#/c/423359/18:06
lbragstadpalendae so if i have https://github.com/openstack/openstack-ansible-os_keystone master and I run `tox -e upgrade` is it expected to work on 16.04?18:06
*** smatzek has joined #openstack-ansible18:06
*** yolanda has quit IRC18:06
lbragstadpalendae this is what i'm getting after installing apt dependencies - http://cdn.pasteraw.com/gck68cc3hwntgbfafsyuc457k1zk9jh18:07
palendaeYes - actually looking over this, 14.04 isn't even tried in master (as I thought). I was looking at stable/newton jobs18:07
palendaeERROR! Unexpected Exception: invalid syntax (profile_tasks.py, line 76) - is that in our test repo?18:07
lbragstadpalendae i'm getting that in the opesntack_ansible-os-keystone repo18:08
palendaeHrm18:08
lbragstadwhen i use tox to setup the upgrade environment18:08
* palendae doesn't quite know how these are put together18:08
lbragstadpalendae these are the steps that I'm following https://etherpad.openstack.org/p/keystone-upgrades-with-osa18:08
*** Jack_Iv has quit IRC18:10
*** TxGirlGeek has quit IRC18:10
*** rmelero has quit IRC18:10
*** TxGirlGeek has joined #openstack-ansible18:10
*** rmelero has joined #openstack-ansible18:11
palendaeSo https://github.com/openstack/openstack-ansible-tests/blob/master/test-ansible-functional.sh is failing, and presumably it's invocation is calling profile_tasks.py somewhere18:12
*** strattao_ has quit IRC18:14
lbragstadpalendae hmm - yeah that looks right18:14
*** DanyC has quit IRC18:14
palendaeHrm, https://github.com/ansible/ansible/blob/v2.2.1.0-1/lib/ansible/plugins/callback/profile_tasks.py#L76 doesn't look right. What version of ansible do you have?18:14
palendaeTons of indirection going on :(18:15
lbragstadpalendae i don't have ansible installed I don't think (wasn't sure if that was suppose to be done by tox?)18:15
*** rmelero has quit IRC18:15
palendaehttps://github.com/openstack/openstack-ansible-os_keystone/blob/master/tox.ini#L85 is what the upgrade env derives from, it has ansible 2.2.118:17
palendaehttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt18:17
lbragstadpalendae ah - i'm trying ./run_tests.sh now18:17
palendaeSo it looks like tox should indeed install ansible18:18
palendaeThough I honestly have no idea if that actually works, I seem to remember fighting that at one point18:18
lbragstadpalendae that makes sense - i was wondering how that got pulled in18:18
*** strattao_ has joined #openstack-ansible18:20
palendaelbragstad: I think run_tests might just put ansible on the host18:20
palendaeAnsible's picky about being in a venv18:20
lbragstadit seems to be doing something18:20
lbragstadit's in the lxc_hosts role now18:21
palendaeOh, right - Ansible's python files set an explicit path to a python executable18:21
palendaeI *think* 16.04's /usr/bin/python is python318:21
palendaeWhich Ansible doesn't support18:21
palendaeSo yeah, they don't use /usr/bin/env python, so they 'break out' of the virtualenv18:22
palendaeHence tox not working well18:22
*** DanyC has joined #openstack-ansible18:23
*** stuartgr has quit IRC18:23
openstackgerritAndrey Grebennikov proposed openstack/openstack-ansible-os_heat: Change permission for conf folder  https://review.openstack.org/42532818:23
lbragstadpalendae ah - interesting18:23
openstackgerritJimmy McCrory proposed openstack/openstack-ansible: Add missing haproxy_ssl option to default configs  https://review.openstack.org/42532918:24
*** rushil has joined #openstack-ansible18:25
*** whiteveil has joined #openstack-ansible18:36
cloudnullo/ everyone :)18:37
*** Jack_Iv has joined #openstack-ansible18:39
*** sdake_ has quit IRC18:39
*** sdake has joined #openstack-ansible18:39
lbragstadcloudnull o/18:40
*** yolanda has joined #openstack-ansible18:40
*** Jeffrey4l has joined #openstack-ansible18:41
lbragstadpalendae retrying but not in the `root` namespace (no idea if that would have an effect or not)18:43
*** williamcaban has joined #openstack-ansible18:44
*** Jeffrey4l has quit IRC18:46
*** Andrew_jedi has quit IRC18:47
*** dankolbrs has quit IRC18:50
*** retreved has joined #openstack-ansible18:50
*** rushil has quit IRC18:51
*** pcaruana has quit IRC18:53
*** dankolbrs has joined #openstack-ansible18:53
*** alezzandro has quit IRC18:53
*** retreved_ has joined #openstack-ansible18:55
*** retreved has quit IRC18:55
spotzhey cloudnull18:59
*** williamcaban has quit IRC19:01
*** rushil has joined #openstack-ansible19:04
*** poopcat has quit IRC19:06
*** Jack_Iv has quit IRC19:06
*** MasterOfBugs has joined #openstack-ansible19:08
*** MasterOfBugs has quit IRC19:08
*** MasterOfBugs has joined #openstack-ansible19:09
*** pramodrj07 has joined #openstack-ansible19:09
*** Jeffrey4l has joined #openstack-ansible19:10
*** DanyC has quit IRC19:10
*** jwagner is now known as jwagner_lunch19:11
*** Jeffrey4l has quit IRC19:15
*** poopcat has joined #openstack-ansible19:17
*** williamcaban has joined #openstack-ansible19:18
*** DimGR has quit IRC19:18
*** williamcaban has quit IRC19:22
openstackgerritMerged openstack/openstack-ansible-galera_server: Set the proper amount of open files in systemd  https://review.openstack.org/42507919:23
*** woodard has quit IRC19:29
openstackgerritSean M. Collins proposed openstack/openstack-ansible: Work on starting the upgrade job  https://review.openstack.org/42129519:29
*** woodard has joined #openstack-ansible19:35
*** rmelero has joined #openstack-ansible19:36
*** DanyC has joined #openstack-ansible19:37
*** DimGR has joined #openstack-ansible19:40
openstackgerritChhavi Agarwal proposed openstack/openstack-ansible-os_trove: Adding the trove-guestagent.conf  https://review.openstack.org/42536819:41
*** Jack_Iv has joined #openstack-ansible19:42
*** DanyC has quit IRC19:42
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_nova: Use stable/mitaka branch when cloning plugins repo  https://review.openstack.org/42537019:43
*** chyka has quit IRC19:45
*** chyka has joined #openstack-ansible19:45
*** williamcaban has joined #openstack-ansible19:47
*** rushil has quit IRC19:48
*** Jack_Iv has quit IRC19:48
*** williamcaban has quit IRC19:48
*** rushil has joined #openstack-ansible19:48
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_nova: Fix incorrect variable used for ironic user name  https://review.openstack.org/42432219:48
*** DanyC has joined #openstack-ansible19:48
*** Jack_Iv has joined #openstack-ansible19:48
*** chhavi has quit IRC19:48
openstackgerritMerged openstack/openstack-ansible-os_designate: Update and clean up run_tests.sh  https://review.openstack.org/41706119:50
*** Jack_Iv has quit IRC19:50
*** Jack_Iv has joined #openstack-ansible19:51
openstackgerritMerged openstack/openstack-ansible-os_neutron: Change permission for conf folder  https://review.openstack.org/42520019:51
*** DanyC has quit IRC19:52
*** williamcaban has joined #openstack-ansible19:53
*** Jack_Iv has quit IRC19:56
palendaelbragstad: Did run_tests.sh fail before you did the not-root namespace?19:56
*** Jeffrey4l has joined #openstack-ansible19:58
openstackgerritMarc Gariépy proposed openstack/openstack-ansible-os_designate: Add CentOS support for os_designate  https://review.openstack.org/41963219:58
*** DanyC has joined #openstack-ansible19:59
*** williamcaban has quit IRC20:00
openstackgerritMerged openstack/openstack-ansible-os_swift: Add selinux rule for swift host.  https://review.openstack.org/42095320:01
lbragstadpalendae yeah - before and after20:01
lbragstadpalendae documenting my attempts and steps https://etherpad.openstack.org/p/keystone-upgrades-with-osa20:01
openstackgerritMerged openstack/openstack-ansible-os_glance: Change permission for conf folder  https://review.openstack.org/42520220:02
openstackgerritMerged openstack/openstack-ansible-os_nova: Change permission for conf folder  https://review.openstack.org/42519720:02
*** DimGR has quit IRC20:02
*** hybridpollo has joined #openstack-ansible20:03
*** williamcaban has joined #openstack-ansible20:04
*** Jeffrey4l has quit IRC20:04
*** portdirect has joined #openstack-ansible20:04
*** williamcaban has quit IRC20:04
*** Jack_Iv has joined #openstack-ansible20:05
*** h5t4 has quit IRC20:07
*** h5t4 has joined #openstack-ansible20:09
*** woodard has quit IRC20:12
*** woodard has joined #openstack-ansible20:13
*** Jack_Iv_ has joined #openstack-ansible20:14
*** Jack_Iv_ has quit IRC20:16
mgariepyanyone have seen this ? http://paste.openstack.org/show/596507/20:16
*** Jack_Iv has quit IRC20:18
*** DanyC has quit IRC20:26
*** Jack_Iv has joined #openstack-ansible20:30
*** DanyC has joined #openstack-ansible20:34
*** jwagner_lunch is now known as jwagner20:37
*** Andrew_jedi has joined #openstack-ansible20:39
*** DanyC has quit IRC20:41
*** woodard has quit IRC20:42
*** williamcaban has joined #openstack-ansible20:45
*** Jeffrey4l has joined #openstack-ansible20:45
*** jamielennox|away has quit IRC20:46
cloudnullmgariepy: i've not...20:46
cloudnullI wonder if this is related to the setuptools things we were seeing the other day ?20:47
mgariepyno clue, it's consistent everytime i try my designate patch centos 1612 cloud image.20:47
cloudnullmgariepy: do you have the version of pip, setuptools, and wheel ?20:48
mgariepyhmm lol not anymore..20:48
cloudnullno worries.20:49
*** williamcaban has quit IRC20:49
mgariepylet me retry on a older centos image to see.20:49
*** poopcat has quit IRC20:51
*** lorid has quit IRC20:52
*** poopcat has joined #openstack-ansible20:53
*** jamielennox|away has joined #openstack-ansible20:56
*** jamielennox|away is now known as jamielennox20:56
*** poopcat has quit IRC20:59
*** TxGirlGeek has quit IRC21:02
*** TxGirlGeek has joined #openstack-ansible21:06
*** poopcat has joined #openstack-ansible21:12
*** rushil has quit IRC21:19
mgariepycloudnull, pip (9.0.1) setuptools (34.0.2) wheel (0.29.0).21:19
*** Jack_Iv has quit IRC21:20
*** woodard has joined #openstack-ansible21:21
mgariepyanyway, i'll be back tomorrow, time for me to get home.21:22
cloudnullok. ttys , i'll look into some of htat too and see if i can find whats up21:22
*** Jack_V has quit IRC21:25
*** DanyC has joined #openstack-ansible21:26
*** askb has joined #openstack-ansible21:32
*** Jeffrey4l_ has joined #openstack-ansible21:34
*** Jeffrey4l has quit IRC21:35
*** jamesdenton has quit IRC21:38
*** Andrew_jedi has quit IRC21:40
*** h5t4 has quit IRC21:40
*** karimb has joined #openstack-ansible21:40
*** rushil has joined #openstack-ansible21:41
*** DanyC has quit IRC21:44
*** strattao_ has quit IRC21:44
*** strattao_ has joined #openstack-ansible21:44
*** Andrew_jedi has joined #openstack-ansible21:46
*** DimGR has joined #openstack-ansible21:46
*** DanyC has joined #openstack-ansible21:49
*** LinStatSDR has quit IRC21:49
*** LinStatSDR has joined #openstack-ansible21:49
*** v1k0d3n has quit IRC21:59
*** DimGR has quit IRC22:00
*** v1k0d3n has joined #openstack-ansible22:01
*** DimGR has joined #openstack-ansible22:01
*** retreved_ has quit IRC22:03
*** fguillot has quit IRC22:04
*** jmckind has quit IRC22:08
*** LinStatSDR has quit IRC22:11
*** LinStatSDR has joined #openstack-ansible22:12
*** LinStatSDR has quit IRC22:12
openstackgerritSteve Lewis (stevelle) proposed openstack/openstack-ansible-os_gnocchi: Remove overriding behavior for policies  https://review.openstack.org/42436222:14
*** gouthamr has quit IRC22:24
*** strattao_ has quit IRC22:25
*** DanyC has quit IRC22:26
*** thorst_ has quit IRC22:28
*** jheroux has quit IRC22:33
*** DanyC has joined #openstack-ansible22:36
*** spotz is now known as spotz_zzz22:53
*** dankolbrs has quit IRC22:53
*** DanyC has quit IRC22:59
*** dankolbrs has joined #openstack-ansible23:00
*** chris_hultin is now known as chris_hultin|AWA23:00
*** whiteveil has quit IRC23:01
*** rushil has quit IRC23:07
*** jperry has quit IRC23:08
*** weezS has quit IRC23:10
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-openstack_hosts: Generate 127.0.1.1 entry on each individual host  https://review.openstack.org/42545623:13
*** marst has quit IRC23:13
*** TxGirlGeek has quit IRC23:17
*** spotz_zzz is now known as spotz23:18
*** jperry has joined #openstack-ansible23:18
*** rushil has joined #openstack-ansible23:19
*** LinStatSDR has joined #openstack-ansible23:25
*** newmember has quit IRC23:25
LinStatSDRHullo all23:25
*** newmember has joined #openstack-ansible23:25
spotzhi LinStatSDR23:27
LinStatSDRHow goes the things23:27
*** acormier_ has quit IRC23:28
*** whiteveil has joined #openstack-ansible23:29
spotzalright, yourself?23:30
*** rushil has quit IRC23:33
*** whiteveil has quit IRC23:34
*** Andrew_jedi has quit IRC23:35
LinStatSDRIm okay23:37
LinStatSDRtired from work23:37
*** rmelero has quit IRC23:47
*** agrebennikov__ has quit IRC23:47
*** rmelero has joined #openstack-ansible23:47
*** dimtheo_ has joined #openstack-ansible23:50
*** rmelero has quit IRC23:52
*** DimGR has quit IRC23:52
*** rushil has joined #openstack-ansible23:53
*** esberglu has quit IRC23:56

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