*** agrebennikov__ has quit IRC | 00:00 | |
*** schwicht has joined #openstack-ansible | 00:04 | |
lbragstad | cloudnull huh - interesting. it looks like it worked for the keystone bits but it failed finding the python_keystoneclient package? | 00:05 |
---|---|---|
cloudnull | on repo-build ? | 00:06 |
lbragstad | but I'm pretty sure keystone_git_repo is specific to keystone (and not the client libraries) | 00:06 |
lbragstad | cloudnull no on the install | 00:06 |
cloudnull | ah. maybe just run the role without the tags? | 00:06 |
lbragstad | trying that now | 00:06 |
*** whiteveil has quit IRC | 00:07 | |
*** pramodrj07 has quit IRC | 00:07 | |
*** ivve has quit IRC | 00:07 | |
lbragstad | cloudnull example http://cdn.pasteraw.com/5ko2ux9x9xkd6v5trsfcjv7n5ybi59r | 00:08 |
lbragstad | (running without tags) | 00:08 |
LinStatSDR | no etcd :( | 00:08 |
lbragstad | openstack-ansible playbooks/os-keystone-install.yml | 00:09 |
cloudnull | lbragstad: looks like it wants python_keystoneclient==3.9.0 but python_keystoneclient==3.6.0 is there. | 00:09 |
cloudnull | lbragstad: we have an etcd playbook ? | 00:09 |
cloudnull | which i think is used specifically for calico atm | 00:10 |
cloudnull | logan-: ^ | 00:10 |
cloudnull | lbragstad: does the version of keystone you're reving to require the later version ? | 00:10 |
LinStatSDR | i thoguht it was depricated | 00:11 |
lbragstad | cloudnull probably - what i'm trying to do is upgrade test some database triggers that are still in review | 00:11 |
lbragstad | cloudnull so i pulled them into my own fork of keystone | 00:11 |
lbragstad | and i'm pointing osa to my own fork to install | 00:11 |
lbragstad | https://github.com/lbragstad/keystone/tree/add-domain-id-to-user-table | 00:11 |
lbragstad | (if that makes sense) | 00:12 |
cloudnull | ah. I'd just run w/ dev mode enabled on the cli so that it creates the venv with all upstream bits and isnt constrained | 00:12 |
lbragstad | aha - ok | 00:12 |
lbragstad | so openstack-ansible playbooks/os-keystone-install.yml -x develoepr_mode=True ? | 00:12 |
lbragstad | so openstack-ansible playbooks/os-keystone-install.yml -e develoepr_mode=True * | 00:12 |
cloudnull | yup | 00:12 |
*** BjoernT has quit IRC | 00:12 | |
cloudnull | openstack-ansible os-keystone-install.yml -e keystone_developer_mode=true | 00:13 |
*** rollniak has quit IRC | 00:13 | |
cloudnull | ^ then it's specific just to the keystone playbook | 00:13 |
lbragstad | hmm - same failure | 00:14 |
rmelero | I'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 |
rmelero | https://github.com/openstack/openstack-ansible-haproxy_server/blob/master/templates/service.j2#L83-L85 | 00:14 |
rmelero | relevant piece of code | 00:15 |
rmelero | i imagine I need to add something like 'for extra_option in extra_backend_options' | 00:15 |
*** May-meimei has quit IRC | 00:18 | |
*** weezS has quit IRC | 00:19 | |
cloudnull | lbragstad: I wonder if that's getting constrained from global requirements ? | 00:20 |
*** schwicht has quit IRC | 00:20 | |
lbragstad | cloudnull that's a good question - i'm rerunning repo-build with developer mode set to True now, too | 00:20 |
*** Trident has joined #openstack-ansible | 00:21 | |
cloudnull | rmelero: if the api's all retrun 401 you could tell it to use a simple tcp-check | 00:22 |
cloudnull | does monasca use the /healthcheck url ? | 00:22 |
cloudnull | maybe you could do that ? | 00:22 |
LinStatSDR | curl the things | 00:22 |
cloudnull | ^ ++ | 00:22 |
cloudnull | rmelero: example tcp-check https://github.com/openstack/openstack-ansible/blob/master/playbooks/vars/configs/haproxy_config.yml#L36-L37 | 00:23 |
cloudnull | exmaple using the /healthcheck https://github.com/openstack/openstack-ansible/blob/master/playbooks/vars/configs/haproxy_config.yml#L77-L78 | 00:23 |
LinStatSDR | i love this hotels wifi 500ms latency to simple irc | 00:24 |
*** Trident has quit IRC | 00:24 | |
*** DimGR has joined #openstack-ansible | 00:24 | |
cloudnull | lbragstad: 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 |
cloudnull | LinStatSDR: that's how you know its good :) | 00:25 |
LinStatSDR | oh yes, yes so good | 00:25 |
lbragstad | cloudnull checking | 00:25 |
rmelero | cloudnull: nope. no healthcheck. https://gist.github.com/rmeleromira/7331a5afd5459108e5bee87e6d030902 < list of all endpoints it provides | 00:25 |
rmelero | prob gunna do tcp-check then | 00:26 |
*** Trident has joined #openstack-ansible | 00:26 | |
cloudnull | the more MS == more DPI == moar better | 00:26 |
cloudnull | :p | 00:26 |
cloudnull | rmelero: :'( | 00:26 |
*** TxGirlGeek has quit IRC | 00:26 | |
cloudnull | tcp-check works fine | 00:26 |
*** sdake has joined #openstack-ansible | 00:26 | |
*** esberglu has joined #openstack-ansible | 00:26 | |
rmelero | cool. only other option is editing the template or manually adding the line to the config | 00:27 |
LinStatSDR | good news | 00:27 |
* cloudnull wonders if monasca could use that in the pasteconfig | 00:27 | |
lbragstad | cloudnull just confirmed - i do see that statement in the failure output | 00:28 |
*** Trident has quit IRC | 00:28 | |
*** Trident has joined #openstack-ansible | 00:29 | |
cloudnull | so I suspect that the sha being pulled in from your fork is being constrained by those absolute requirements. | 00:29 |
cloudnull | lbragstad: when you ran it w/ developer mode did you also see """--constraint /opt/developer-pip-constraints.txt""" ? | 00:31 |
*** esberglu has quit IRC | 00:31 | |
cloudnull | I 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#L229 | 00:33 |
*** chyka has quit IRC | 00:33 | |
cloudnull | which came in here https://github.com/openstack/openstack-ansible-os_keystone/commit/c5a0cce3c695ccd6ecb594fc8b3148e085e9a5d2 | 00:33 |
*** chyka has joined #openstack-ansible | 00:34 | |
cloudnull | it'd be interesting if it works as expected with that line removed. | 00:34 |
*** LinStatSDR has quit IRC | 00:34 | |
*** phalmos has quit IRC | 00:36 | |
*** May-meimei has joined #openstack-ansible | 00:38 | |
*** chyka has quit IRC | 00:39 | |
*** DimGR has quit IRC | 00:40 | |
*** tavis has joined #openstack-ansible | 00:41 | |
*** chris_hultin is now known as chris_hultin|AWA | 00:41 | |
*** thorst_ has joined #openstack-ansible | 00:42 | |
*** tavis has quit IRC | 00:42 | |
*** adrian_otto has joined #openstack-ansible | 00:42 | |
*** hw_wutianwei has joined #openstack-ansible | 00:43 | |
*** yolanda has quit IRC | 00:45 | |
logan- | the newton builds i'm seeing in my CI have improved substantially since the ansible CVE version bump | 00:46 |
*** whiteveil has joined #openstack-ansible | 00:47 | |
logan- | 1:40-1:50 down to like 1:20 now on avg | 00:47 |
*** DimGR has joined #openstack-ansible | 00:49 | |
logan- | ¯\_(ツ)_/¯ | 00:49 |
*** yolanda has joined #openstack-ansible | 00:51 | |
*** DimGR has quit IRC | 00:53 | |
*** yolanda has quit IRC | 00:53 | |
*** cuongnv has joined #openstack-ansible | 00:54 | |
*** adrian_otto has quit IRC | 00:57 | |
*** thorst_ has quit IRC | 00:58 | |
prometheanfire | nice | 00:59 |
*** Jack_Iv has joined #openstack-ansible | 01:00 | |
*** yolanda has joined #openstack-ansible | 01:00 | |
*** SerenaFeng has joined #openstack-ansible | 01:01 | |
*** adrian_otto has joined #openstack-ansible | 01:02 | |
*** schwicht has joined #openstack-ansible | 01:02 | |
*** Andrew_jedi has quit IRC | 01:04 | |
*** yolanda has quit IRC | 01:04 | |
*** Jack_Iv has quit IRC | 01:04 | |
*** cathrichardson has joined #openstack-ansible | 01:06 | |
*** cathrichardson has quit IRC | 01:11 | |
*** DimGR has joined #openstack-ansible | 01:13 | |
*** DimGR has quit IRC | 01:13 | |
*** adrian_otto has quit IRC | 01:14 | |
*** adrian_otto has joined #openstack-ansible | 01:15 | |
*** adrian_otto has quit IRC | 01:16 | |
*** sdake has quit IRC | 01:22 | |
openstackgerrit | Cuong Nguyen proposed openstack/openstack-ansible-os_nova: Use systemd module instead of shell https://review.openstack.org/424537 | 01:25 |
*** adrian_otto has joined #openstack-ansible | 01:25 | |
*** adrian_otto has quit IRC | 01:32 | |
*** sdake has joined #openstack-ansible | 01:35 | |
*** schwicht has quit IRC | 01:45 | |
*** LinStatSDR has joined #openstack-ansible | 01:50 | |
*** woodard_ has joined #openstack-ansible | 01:55 | |
*** woodard has quit IRC | 01:55 | |
*** jrobinson has quit IRC | 02:01 | |
*** jamesden_ has joined #openstack-ansible | 02:04 | |
*** jrobinson has joined #openstack-ansible | 02:06 | |
*** sdake has quit IRC | 02:06 | |
*** sacharya has joined #openstack-ansible | 02:15 | |
*** karimb has quit IRC | 02:18 | |
*** LinStatSDR has quit IRC | 02:23 | |
*** jamesden_ has quit IRC | 02:24 | |
*** schwicht has joined #openstack-ansible | 02:26 | |
*** Mahe has quit IRC | 02:32 | |
*** Mahe has joined #openstack-ansible | 02:34 | |
*** winggundamth has joined #openstack-ansible | 02:35 | |
*** jamesdenton has joined #openstack-ansible | 02:43 | |
*** SerenaFeng has quit IRC | 02:54 | |
*** SerenaFeng has joined #openstack-ansible | 02:54 | |
*** thorst_ has joined #openstack-ansible | 02:57 | |
*** thorst_ has quit IRC | 02:57 | |
*** Jack_Iv has joined #openstack-ansible | 03:02 | |
*** Jack_Iv has quit IRC | 03:07 | |
*** poopcat has quit IRC | 03:12 | |
*** jrobinson_ has joined #openstack-ansible | 03:14 | |
*** poopcat has joined #openstack-ansible | 03:16 | |
*** jrobinson_ has quit IRC | 03:16 | |
*** jrobinson has quit IRC | 03:17 | |
*** jrobinson has joined #openstack-ansible | 03:17 | |
*** jamesdenton has quit IRC | 03:20 | |
*** sdake has joined #openstack-ansible | 03:20 | |
*** poopcat has quit IRC | 03:24 | |
*** poopcat has joined #openstack-ansible | 03:24 | |
*** hfu has joined #openstack-ansible | 03:32 | |
*** udesale has joined #openstack-ansible | 03:33 | |
*** whiteveil has quit IRC | 03:35 | |
*** spotz_zzz is now known as spotz | 03:53 | |
*** rmelero has quit IRC | 03:54 | |
*** SerenaFeng has quit IRC | 03:57 | |
*** marst has joined #openstack-ansible | 04:01 | |
*** spotz is now known as spotz_zzz | 04:03 | |
*** sdake has quit IRC | 04:08 | |
*** jrobinson is now known as jrobinson-afk | 04:15 | |
*** adrian_otto has joined #openstack-ansible | 04:16 | |
*** adrian_otto has quit IRC | 04:16 | |
cloudnull | logan-: that's kinda awesome! | 04:28 |
cloudnull | fixed 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 guess | 04:29 |
logan- | but yep, if it is indeed ansible then at least the painful upgrade was worth it :D | 04:31 |
openstackgerrit | Merged openstack/openstack-ansible-ops: Set SSH key in cobbler setup https://review.openstack.org/424357 | 04:33 |
*** jrobinson-afk is now known as jrobinson | 04:39 | |
*** sdake has joined #openstack-ansible | 04:39 | |
*** sdake_ has joined #openstack-ansible | 04:40 | |
*** sdake_ has quit IRC | 04:40 | |
*** sdake_ has joined #openstack-ansible | 04:40 | |
*** sdake has quit IRC | 04:44 | |
*** ianychoi has joined #openstack-ansible | 04:55 | |
*** chhavi has joined #openstack-ansible | 04:56 | |
*** thorst_ has joined #openstack-ansible | 04:58 | |
*** thorst_ has quit IRC | 05:03 | |
*** jamielennox is now known as jamielennox|away | 05:06 | |
lbragstad | i 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 |
lbragstad | s/)/?) | 05:08 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins: Added yaml class dumper to support indentation https://review.openstack.org/424979 | 05:09 |
*** hybridpollo has quit IRC | 05:09 | |
*** Jack_V has joined #openstack-ansible | 05:13 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_ceilometer: Remove unrequired templates in favour of upstream https://review.openstack.org/424702 | 05:14 |
*** h5t4 has joined #openstack-ansible | 05:14 | |
cloudnull | lbragstad: ++ | 05:14 |
*** udesale__ has joined #openstack-ansible | 05:17 | |
*** udesale has quit IRC | 05:17 | |
*** Jack_Iv has joined #openstack-ansible | 05:18 | |
*** whiteveil has joined #openstack-ansible | 05:19 | |
*** udesale has joined #openstack-ansible | 05:19 | |
openstackgerrit | zhangyanxian proposed openstack/openstack-ansible: Fix typo in ip.py https://review.openstack.org/423048 | 05:20 |
*** tlbr_ has quit IRC | 05:20 | |
*** udesale__ has quit IRC | 05:21 | |
*** whiteveil has quit IRC | 05:21 | |
*** Jack_Iv has quit IRC | 05:22 | |
*** pwnall1337 is now known as zz_pwnall1337 | 05:22 | |
*** shausy has joined #openstack-ansible | 05:34 | |
*** sunjon_ has joined #openstack-ansible | 05:38 | |
*** sunjon_ has quit IRC | 05:49 | |
*** tlbr has joined #openstack-ansible | 05:49 | |
*** spotz_zzz is now known as spotz | 05:50 | |
*** sacharya has quit IRC | 05:51 | |
*** SerenaFeng has joined #openstack-ansible | 05:52 | |
*** Jack_Iv has joined #openstack-ansible | 05:58 | |
*** Jack_Iv_ has joined #openstack-ansible | 06:00 | |
openstackgerrit | Merged openstack/openstack-ansible: Allow customisation of AIO paths and filenames https://review.openstack.org/424810 | 06:01 |
*** Jack_Iv has quit IRC | 06:03 | |
*** Jack_Iv has joined #openstack-ansible | 06:04 | |
*** Jack_Iv_ has quit IRC | 06:07 | |
*** sunjon_ has joined #openstack-ansible | 06:07 | |
*** spotz is now known as spotz_zzz | 06:11 | |
*** SerenaFeng has quit IRC | 06:15 | |
*** ianychoi has quit IRC | 06:15 | |
*** h5t4 has quit IRC | 06:20 | |
*** Jack_Iv has quit IRC | 06:21 | |
*** Jack_Iv has joined #openstack-ansible | 06:22 | |
*** DanyC has joined #openstack-ansible | 06:22 | |
*** Jack_Iv has quit IRC | 06:26 | |
*** DanyC has quit IRC | 06:27 | |
*** sunjon_ has quit IRC | 06:31 | |
*** DanyC has joined #openstack-ansible | 06:35 | |
*** h5t4 has joined #openstack-ansible | 06:35 | |
*** DanyC has quit IRC | 06:40 | |
*** sunjon_ has joined #openstack-ansible | 06:41 | |
*** digvijay2016 has joined #openstack-ansible | 06:44 | |
*** spotz_zzz is now known as spotz | 06:46 | |
digvijay2016 | ARA 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 IRC | 06:48 | |
*** yolanda has joined #openstack-ansible | 06:51 | |
*** Jeffrey4l has joined #openstack-ansible | 06:53 | |
*** jrobinson has quit IRC | 06:54 | |
*** spotz is now known as spotz_zzz | 06:56 | |
*** udesale__ has joined #openstack-ansible | 06:56 | |
*** h5t4 has quit IRC | 06:58 | |
*** thorst_ has joined #openstack-ansible | 06:59 | |
*** sdake_ has quit IRC | 07:01 | |
*** thorst_ has quit IRC | 07:04 | |
*** sunjon_ has quit IRC | 07:05 | |
*** spotz_zzz is now known as spotz | 07:07 | |
*** Oku_OS-away is now known as Oku_OS | 07:14 | |
*** spotz is now known as spotz_zzz | 07:17 | |
*** h5t4 has joined #openstack-ansible | 07:26 | |
*** pcaruana has joined #openstack-ansible | 07:28 | |
*** hfu has quit IRC | 07:29 | |
*** hfu has joined #openstack-ansible | 07:30 | |
*** hfu has quit IRC | 07:30 | |
*** hfu has joined #openstack-ansible | 07:31 | |
*** hfu has quit IRC | 07:31 | |
*** luzC has quit IRC | 07:40 | |
*** castulo has quit IRC | 07:40 | |
*** spotz_zzz is now known as spotz | 07:42 | |
*** spotz is now known as spotz_zzz | 07:52 | |
*** Mr_Smurf has joined #openstack-ansible | 08:02 | |
Mr_Smurf | Hello, I'm having some problems with the entire role to the RHEL 7 and drop Ubuntu 14.04 support. | 08:03 |
Mr_Smurf | sorry, wrong paste buffer :) | 08:03 |
Mr_Smurf | I'm having some problems with rhel7stig | 08:03 |
Mr_Smurf | I'm running Ubuntu Xenail and when I run the setup-hosts playbook it exits with an erro on openstack-ansible-security RHEL-07-0101230 | 08: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-010230 | 08:05 |
Mr_Smurf | Any suggestions? | 08:05 |
*** Guest89004 has joined #openstack-ansible | 08:10 | |
*** ianychoi has joined #openstack-ansible | 08:12 | |
*** Jeffrey4l_ has joined #openstack-ansible | 08:30 | |
*** chhavi has quit IRC | 08:31 | |
*** Andrew_jedi has joined #openstack-ansible | 08:32 | |
*** Matias has quit IRC | 08:33 | |
*** Jeffrey4l has quit IRC | 08:34 | |
*** Matias has joined #openstack-ansible | 08:36 | |
*** spotz_zzz is now known as spotz | 08:36 | |
Mr_Smurf | who do I get the debug output from /etc/ansible/roles/openstack-ansible-security/tasks/rhel7stig/auth.yml | 08:37 |
Mr_Smurf | setting debug=true in user_variables.yml does not seem to make any difference | 08:37 |
Mr_Smurf | "help" | 08:38 |
*** luzC has joined #openstack-ansible | 08:38 | |
*** castulo has joined #openstack-ansible | 08:38 | |
*** chhavi has joined #openstack-ansible | 08:38 | |
*** Alterjor has joined #openstack-ansible | 08:39 | |
*** Matias has quit IRC | 08:41 | |
*** hfu has joined #openstack-ansible | 08:42 | |
*** ArchiFleKs has quit IRC | 08:42 | |
*** rgogunskiy has joined #openstack-ansible | 08:46 | |
*** spotz is now known as spotz_zzz | 08:46 | |
*** alezzandro has joined #openstack-ansible | 08:48 | |
*** askb has quit IRC | 08:52 | |
*** Matias has joined #openstack-ansible | 08:55 | |
*** Matias has quit IRC | 08:55 | |
*** Matias has joined #openstack-ansible | 08:55 | |
*** DanyC has joined #openstack-ansible | 08:56 | |
*** tlbr has quit IRC | 08:58 | |
*** hfu has quit IRC | 08:59 | |
*** thorst_ has joined #openstack-ansible | 09:00 | |
*** DanyC has quit IRC | 09:00 | |
*** ArchiFleKs has joined #openstack-ansible | 09:04 | |
*** alezzandro has quit IRC | 09:04 | |
*** thorst_ has quit IRC | 09:05 | |
*** tlbr has joined #openstack-ansible | 09:06 | |
*** newmember has joined #openstack-ansible | 09:08 | |
*** hfu has joined #openstack-ansible | 09:08 | |
*** ivve has joined #openstack-ansible | 09:12 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server: Set the proper amount of open files in systemd https://review.openstack.org/424775 | 09:13 |
*** ivve has quit IRC | 09:13 | |
*** pmannidi has quit IRC | 09:14 | |
*** alezzandro has joined #openstack-ansible | 09:17 | |
*** rollniak has joined #openstack-ansible | 09:19 | |
*** DanyC has joined #openstack-ansible | 09:25 | |
*** hfu_ has joined #openstack-ansible | 09:26 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-galera_server: Set the proper amount of open files in systemd https://review.openstack.org/425079 | 09:28 |
*** hfu has quit IRC | 09:29 | |
*** spotz_zzz is now known as spotz | 09:30 | |
*** winggundamth_ has joined #openstack-ansible | 09:33 | |
Mr_Smurf | the problem is all the users in my kerberos realm, they don't have a max_days value so the playbook fails | 09:33 |
arslanq | logan-: 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/8969054 | 09:34 |
*** winggundamth has quit IRC | 09:35 | |
*** spotz is now known as spotz_zzz | 09:40 | |
evrardjp | Mr_Smurf: if it's a problem with the security role, mhayden would be the best person to help you | 09:41 |
evrardjp | he will join us in a few hours | 09:41 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service https://review.openstack.org/418457 | 09:43 |
evrardjp | Mr_Smurf: did you read what was in the debug? | 09:44 |
Mr_Smurf | evrardjp: non local users seems to make the playbook sad.. but a few skip tags solved the problem for me | 09:44 |
evrardjp | the debug task runs automatically | 09:44 |
Mr_Smurf | evrardjp: yes.. forgot about the -vvv | 09:44 |
evrardjp | I think it's on purpose | 09:44 |
evrardjp | https://github.com/openstack/openstack-ansible-security/blob/master/tasks/rhel7stig/auth.yml#L145 | 09:44 |
evrardjp | else we may have a bug | 09:45 |
Mr_Smurf | evrardjp: line 151 brakes if max_days is undefined as in the case with my kerberos users | 09:45 |
*** udesale__ has quit IRC | 09:47 | |
*** udesale has quit IRC | 09:47 | |
Mr_Smurf | evrardjp: so the workaround is --skip-tags RHEL-07-010230 | 09:47 |
Mr_Smurf | I guess user['shadow'] is all empty for non local users | 09:48 |
*** chhavi has quit IRC | 09:52 | |
evrardjp | lbragstad: 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 lbragstad | 09:52 |
evrardjp | not sure if that's the problem or helps, but just in case it was overlooked | 09:52 |
evrardjp | Could 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 |
evrardjp | Mr_Smurf: ^ | 09:54 |
*** DimGR has joined #openstack-ansible | 09:55 | |
andymccr | we can finally sha bump ceilometer! | 09:55 |
*** askb has joined #openstack-ansible | 09:58 | |
*** tlbr has quit IRC | 10:02 | |
*** cuongnv has quit IRC | 10:03 | |
evrardjp | wooot | 10:06 |
*** spotz_zzz is now known as spotz | 10:06 | |
evrardjp | do we merge dragonflow? | 10:06 |
Mr_Smurf | evrardjp: bug report filed | 10:06 |
evrardjp | oh logan- found a bug | 10:07 |
andymccr | evrardjp: yeah | 10:13 |
evrardjp | 2017-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 directory | 10:13 |
evrardjp | and issues with metering agent | 10:14 |
evrardjp | : / | 10:14 |
andymccr | hmm | 10:14 |
evrardjp | and kernel stack traces on the neutron_agents_container | 10:15 |
evrardjp | well I mean more than usual kernel stack traces | 10:15 |
evrardjp | although it could be linked to logan's NIC config | 10:16 |
*** spotz is now known as spotz_zzz | 10:16 | |
*** hfu_ has quit IRC | 10:16 | |
evrardjp | ethtool -K ethX lro off; ethtool -K ethX gro off | 10:17 |
*** openstackgerrit has quit IRC | 10:17 | |
evrardjp | woops | 10:17 |
evrardjp | w/c sorry | 10:18 |
andymccr | hmm 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 |
evrardjp | andymccr 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 now | 10:24 |
evrardjp | Also 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 work | 10:24 |
andymccr | hmm ok. | 10:24 |
andymccr | i think its a good opportunity - we can add it in, put some fixes in and then see | 10:25 |
evrardjp | I think we could merge this and work further with docs and fixes | 10:25 |
evrardjp | because it's a massive work and we cannot put everything in a single commit | 10:25 |
andymccr | if 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 |
evrardjp | agreed | 10:26 |
evrardjp | also the integration solely consists of bringing defaults for the repo build, the rest are user configuration (like the ones I sent you) | 10:26 |
evrardjp | so it's not really problematic to add it in the integrated | 10:26 |
evrardjp | we need a proper lab to test this, and I don't have one | 10:28 |
andymccr | yeah | 10:34 |
andymccr | its tricky with things like that | 10:34 |
*** chhavi has joined #openstack-ansible | 10:35 | |
evrardjp | yes we need bare metal to avoid quirks of passthrough and all this stuff | 10:36 |
*** stuartgr has joined #openstack-ansible | 10:37 | |
*** tlbr has joined #openstack-ansible | 10:38 | |
*** zerda2 has joined #openstack-ansible | 10:41 | |
*** zerda2 has quit IRC | 10:41 | |
*** zerda2 has joined #openstack-ansible | 10:41 | |
*** DimGR has quit IRC | 10:42 | |
*** zerda2 has quit IRC | 10:43 | |
*** zerda2 has joined #openstack-ansible | 10:43 | |
*** tlbr has quit IRC | 10:46 | |
*** DimGR has joined #openstack-ansible | 10:53 | |
*** rollniak has quit IRC | 10:54 | |
*** tlbr has joined #openstack-ansible | 10:59 | |
*** dfflanders has quit IRC | 10:59 | |
*** newmember has quit IRC | 11:00 | |
*** spotz_zzz is now known as spotz | 11:00 | |
*** rollniak has joined #openstack-ansible | 11:01 | |
*** thorst_ has joined #openstack-ansible | 11:01 | |
*** thorst_ has quit IRC | 11:05 | |
*** spotz is now known as spotz_zzz | 11:10 | |
*** hfu has joined #openstack-ansible | 11:14 | |
*** Jack_Iv has joined #openstack-ansible | 11:22 | |
*** sunjon_ has joined #openstack-ansible | 11:26 | |
*** Jack_Iv has quit IRC | 11:27 | |
odyssey4me | andymccr any news on when we'll see the second review for https://review.openstack.org/422611 ? | 11:29 |
*** Jack_Iv has joined #openstack-ansible | 11:32 | |
odyssey4me | argh, it looks like dims is out this morning - so no progress unless you ask ttx | 11:33 |
andymccr | ahh | 11:34 |
andymccr | ive followed up in releases chan | 11:34 |
andymccr | i know tonyb is out too | 11:34 |
andymccr | bad week for it :P | 11:34 |
*** spotz_zzz is now known as spotz | 11:36 | |
*** Jack_Iv has quit IRC | 11:37 | |
Mr_Smurf | what is the best way to skip all rhel7stig stuff? | 11:38 |
*** galstrom_zzz is now known as galstrom | 11:39 | |
*** schwicht has quit IRC | 11:39 | |
odyssey4me | Mr_Smurf if you want to disable security hardening, just use the var to disable it in your user_variables.yml | 11:39 |
odyssey4me | https://github.com/openstack/openstack-ansible/blob/master/playbooks/security-hardening.yml#L26 | 11:40 |
Mr_Smurf | odyssey4me: thanks :) | 11:40 |
odyssey4me | ie add 'apply_security_hardening: no' to /etc/openstack_deploy/user_variables.yml | 11:40 |
Mr_Smurf | ok, thanks :) | 11:41 |
*** spotz is now known as spotz_zzz | 11:46 | |
*** smatzek has joined #openstack-ansible | 11:49 | |
andymccr | gonna get some food, bbiab | 11:52 |
*** smatzek has quit IRC | 11:54 | |
*** smatzek has joined #openstack-ansible | 11:54 | |
*** hfu has quit IRC | 12:00 | |
*** hfu has joined #openstack-ansible | 12:00 | |
*** hfu has quit IRC | 12:01 | |
*** hfu has joined #openstack-ansible | 12:01 | |
*** DimGR has quit IRC | 12:01 | |
*** hfu has quit IRC | 12:01 | |
*** hfu has joined #openstack-ansible | 12:02 | |
*** hfu has quit IRC | 12:02 | |
evrardjp | that was a poke that was done fast | 12:02 |
*** hfu has joined #openstack-ansible | 12:03 | |
*** hfu has quit IRC | 12:03 | |
*** hfu has joined #openstack-ansible | 12:03 | |
*** hfu has quit IRC | 12:04 | |
*** alezzandro has quit IRC | 12:04 | |
odyssey4me | evrardjp ? | 12:05 |
evrardjp | for the release | 12:07 |
evrardjp | dims +2 +w-ed it | 12:07 |
odyssey4me | yeah, it seems that they were waiting for a stable team member to workflow it and with tonyb out that just isn't happening | 12:08 |
odyssey4me | so of course the question is why OSA releases need a stable vote in the first place seeing as OSA isn't tagged stable_follows-policy | 12:09 |
odyssey4me | this is a question that andymccr may have to take up with the release team in their meeting | 12:10 |
evrardjp | ok 14.0.6 released | 12:17 |
evrardjp | I'm looking for 14.0.7 with the next sha bump to avoid my changes in a-r-r :D | 12:18 |
evrardjp | looking forward to* | 12:18 |
*** Jack_Iv has joined #openstack-ansible | 12:18 | |
*** Jack_Iv has quit IRC | 12:18 | |
*** Jack_Iv has joined #openstack-ansible | 12:18 | |
odyssey4me | a-r-r ? | 12:19 |
odyssey4me | and yeah, https://review.openstack.org/422629 is in the merge queue | 12:19 |
evrardjp | ansible-role-requirements :p | 12:19 |
odyssey4me | ah, in your testing | 12:19 |
evrardjp | yes | 12:20 |
evrardjp | sorry I wasn't clear :p | 12:20 |
evrardjp | I was just chitchatting! | 12:20 |
evrardjp | it's so calm here | 12:20 |
*** DimGR has joined #openstack-ansible | 12:23 | |
*** sunjon_ has quit IRC | 12:24 | |
*** spotz_zzz is now known as spotz | 12:30 | |
*** strattao_ has joined #openstack-ansible | 12:31 | |
*** DimGR has quit IRC | 12:32 | |
*** sunjon_ has joined #openstack-ansible | 12:32 | |
*** DimGR has joined #openstack-ansible | 12:39 | |
*** Jack_Iv has quit IRC | 12:41 | |
*** DimGR has quit IRC | 12:43 | |
*** thorst_ has joined #openstack-ansible | 12:44 | |
*** sdake has joined #openstack-ansible | 12:45 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted due to slow performance | 12:45 | |
*** alezzandro has joined #openstack-ansible | 12:46 | |
*** retreved has joined #openstack-ansible | 12:48 | |
-openstackstatus- NOTICE: Gerrit has been successfully restarted | 12:48 | |
*** Mr_Smurf has quit IRC | 12:49 | |
*** openstackgerrit has joined #openstack-ansible | 12:49 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for 14.0.7 https://review.openstack.org/422629 | 12:49 |
odyssey4me | weird linter failure, with no noted actual failure - ^ rebased to retry | 12:50 |
*** DimGR has joined #openstack-ansible | 12:50 | |
*** DimGR has quit IRC | 12:55 | |
*** hw_wutianwei has quit IRC | 13:03 | |
*** Mr_Smurf has joined #openstack-ansible | 13:04 | |
*** hfu has joined #openstack-ansible | 13:05 | |
Mr_Smurf | note to self.. enter reboot in the correct termial window.. | 13:06 |
mhayden | morning! | 13:06 |
Mr_Smurf | good morning :) | 13:06 |
odyssey4me | Mr_Smurf if you'd like a holiday, execute 'rm -rf /; shutdown', then pack up and move on | 13:08 |
Mr_Smurf | odyssey4me: :) | 13:09 |
odyssey4me | be warned, the holiday may prove rather extended | 13:10 |
odyssey4me | and be without pay | 13:10 |
*** askb has quit IRC | 13:10 | |
Mr_Smurf | odyssey4me: :) | 13:10 |
*** hfu has quit IRC | 13:10 | |
odyssey4me | oh, and you might get sued | 13:11 |
odyssey4me | but hey, it'll give you something to do :p | 13:11 |
odyssey4me | o/ mhayden What's on your plate for today? | 13:12 |
mgariepy | good morning everyone | 13:12 |
Mr_Smurf | odyssey4me: 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 denied | 13:14 |
Mr_Smurf | in TASK [lxc_hosts : Prepare cached image setup commands | 13:15 |
Mr_Smurf | oh, my var is mounted no dev... | 13:16 |
odyssey4me | :) | 13:16 |
Andrew_jedi | Hello folks, If i am deploying cinder with rbd backend. Should i change the default " is_metal: true" in "env.d/cinder.yml" ? | 13:17 |
mgariepy | Andrew_jedi, that's what I do. | 13:18 |
Andrew_jedi | mgariepy: gotcha! thanks! | 13:20 |
*** DimGR has joined #openstack-ansible | 13:23 | |
*** Jack_Iv has joined #openstack-ansible | 13:24 | |
Andrew_jedi | mgariepy: Any idea how can i destroy the already running cinder-volume service | 13:25 |
*** spotz is now known as spotz_zzz | 13:26 | |
*** v1k0d3n has quit IRC | 13:27 | |
Andrew_jedi | I can always use the "lxc-containers-destroy.yml" for services in containers but this one is on metal | 13:27 |
odyssey4me | Andrew_jedi you'll need to disable the service using the openstack/cinder CLI first to make sure that nothing gets scheduled to it | 13:28 |
*** esberglu has joined #openstack-ansible | 13:28 | |
odyssey4me | then you can shut it down, then remove the init script and venv | 13:28 |
Andrew_jedi | odyssey4me: you mean "service cinder-volume stop" ? | 13:28 |
Andrew_jedi | odyssey4me: ohhh, i i get it | 13:29 |
*** v1k0d3n has joined #openstack-ansible | 13:29 | |
odyssey4me | once you've disabled it, yes | 13:29 |
odyssey4me | something like this I guess https://ask.openstack.org/en/question/35046/how-to-delete-a-cinder-service/ | 13:30 |
odyssey4me | it's been a while, and things may have changed | 13:30 |
odyssey4me | but shut it down, then disable & remove it | 13:30 |
*** shausy has quit IRC | 13:30 | |
*** spotz_zzz is now known as spotz | 13:32 | |
odyssey4me | anyone got any plans for Burns Night? | 13:32 |
Andrew_jedi | odyssey4me: 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 created | 13:33 |
*** udesale has joined #openstack-ansible | 13:33 | |
odyssey4me | I would hope that mhayden will, at the very least, have a wee dram to celebrate. :) | 13:33 |
mhayden | odyssey4me: what do i need to celebrate? | 13:33 |
odyssey4me | Andrew_jedi yes, that should do the trick | 13:33 |
*** jwitko has quit IRC | 13:33 | |
Andrew_jedi | odyssey4me: cool, thanks! | 13:34 |
odyssey4me | mhayden https://en.wikipedia.org/wiki/Burns_supper | 13:34 |
mhayden | oh, BURN | 13:34 |
mhayden | oh, haggis -- i'm in for sure | 13:35 |
odyssey4me | ermagerd bern! | 13:35 |
mhayden | odyssey4me: will it come with tatties an neeps ? | 13:35 |
odyssey4me | tatties fer sher | 13:36 |
odyssey4me | neeps unlikely, but that said I'm not doing the cooking | 13:36 |
*** williamcaban has joined #openstack-ansible | 13:37 | |
*** jwitko has joined #openstack-ansible | 13:37 | |
*** Jack_Iv has quit IRC | 13:37 | |
arslanq | logan-: 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/8969054 | 13:37 |
*** spotz is now known as spotz_zzz | 13:41 | |
*** Andrew_jedi has quit IRC | 13:43 | |
*** kylek3h_ has joined #openstack-ansible | 13:44 | |
mgariepy | arslanq, do you have the steps by step instruction you are following ? | 13:45 |
*** kylek3h has quit IRC | 13:46 | |
*** rgogunskiy has quit IRC | 13:47 | |
*** spotz_zzz is now known as spotz | 13:48 | |
*** hw_wutianwei has joined #openstack-ansible | 13:48 | |
odyssey4me | mhayden I see the shopping results now, and we have neeps! | 13:50 |
andymccr | ugh the kafka-python patch failed :( | 13:51 |
*** lorid has joined #openstack-ansible | 13:52 | |
*** woodard_ has quit IRC | 13:54 | |
*** woodard has joined #openstack-ansible | 13:55 | |
*** DimGR has quit IRC | 13:55 | |
*** marst has quit IRC | 13:58 | |
arslanq | mgariepy: i am doing this on centos 7 using master branch and following the same official guide.... mhayden and logan- know that | 13:59 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_ceilometer: Remove unrequired templates in favour of upstream https://review.openstack.org/424702 | 14:00 |
mhayden | i still need to hack together a blog post | 14:00 |
mhayden | 6 hours of meetings today isn't going to help that | 14:00 |
andymccr | mhayden: depends on the meetings | 14:01 |
andymccr | if you freeze frame your VC you can get a lot done :D | 14:01 |
andymccr | or record you being interested in the first meeting and just constantly replay it in the others | 14:01 |
mgariepy | lol | 14:01 |
mhayden | andymccr: ah well this one is about odyssey4me's performance review, i think | 14:01 |
* mhayden giggles and points | 14:01 | |
mhayden | speaking of -> https://twitter.com/majorhayden/status/824255465873928192 | 14:02 |
odyssey4me | hehehe | 14:02 |
odyssey4me | YW mhayden | 14:02 |
*** dmsimard|off is now known as dmsimard | 14:02 | |
mhayden | disk_utilisation | 14:02 |
mhayden | srsly | 14:02 |
mhayden | z | 14:02 |
andymccr | mhayden: you don't say zrzly so why would you say utilization? | 14:03 |
mhayden | you don't know how i talk | 14:03 |
mhayden | :P | 14:03 |
mhayden | i'm fixin' to swap that with a z | 14:03 |
andymccr | i think for the Queen release we should find and replace all instances of "z" with "s" | 14:03 |
mhayden | :| | 14:03 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible: Update all SHAs for Ocata 2017-01-25 https://review.openstack.org/425106 | 14:04 |
mhayden | would that make the PTL the Prince/Princess Technical Lead? | 14:04 |
odyssey4me | andymccr small tweak on https://review.openstack.org/#/c/424702/7 | 14:04 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_ceilometer: Remove unrequired templates in favour of upstream https://review.openstack.org/424702 | 14:05 |
andymccr | fixed! | 14:05 |
odyssey4me | on 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 |
andymccr | odyssey4me: not yet | 14:06 |
*** DimGR has joined #openstack-ansible | 14:06 | |
andymccr | my 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 change | 14:06 |
andymccr | but yeah its on my to-do list! | 14:06 |
odyssey4me | ok cool, that does help - but don't release ocata without closing the loop ;) | 14:06 |
andymccr | hahah yeah i hear ya :D | 14:07 |
andymccr | i think it'll just mean pointing the vars to the appropriate place | 14:07 |
andymccr | also we may need to open the access to git - if we've closed it | 14:07 |
odyssey4me | yeah, I think we turned off the http interface to the git repo - so that may need re-enabling | 14:07 |
odyssey4me | at least we now have a good reason to do so | 14:08 |
*** galstrom is now known as galstrom_zzz | 14:10 | |
*** jpstnh has joined #openstack-ansible | 14: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 setuptools | 14:16 |
*** rmelero has joined #openstack-ansible | 14:16 | |
*** DimGR has quit IRC | 14: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 |
odyssey4me | strattao_ if you checkout stable/newton and retry it should work out fine | 14:17 |
*** jamesdenton has joined #openstack-ansible | 14:17 | |
odyssey4me | that came up yesterday and was resolved during the course of the day | 14:17 |
*** kencjohnston has left #openstack-ansible | 14:17 | |
odyssey4me | unfortunately we haven't had a release since then | 14:17 |
strattao_ | awesome, thank you | 14:19 |
*** cathrich_ has joined #openstack-ansible | 14:20 | |
*** hfu has joined #openstack-ansible | 14:20 | |
*** rmelero has quit IRC | 14:20 | |
*** kencjohnston has joined #openstack-ansible | 14:21 | |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Change permission for conf folder https://review.openstack.org/425197 | 14:22 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_cinder: Change permission for conf folder https://review.openstack.org/425198 | 14:22 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_neutron: Change permission for conf folder https://review.openstack.org/425200 | 14:22 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_keystone: Change permission for conf folder https://review.openstack.org/425201 | 14:22 |
openstackgerrit | Travis Truman (automagically) proposed openstack/openstack-ansible-os_glance: Change permission for conf folder https://review.openstack.org/425202 | 14:22 |
strattao_ | bootstrap-ansible completed, but now I get an error with bootstrap-aio: | 14:22 |
*** Alterjor has quit IRC | 14: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 IRC | 14:23 | |
odyssey4me | strattao_ your host doesn't have the required space available | 14:23 |
*** cathrichardson has joined #openstack-ansible | 14:23 | |
odyssey4me | is all that space in the root file system, or on another partition/disk | 14:23 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service https://review.openstack.org/418457 | 14:24 |
*** cathrich_ has quit IRC | 14: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 though | 14:26 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service https://review.openstack.org/418457 | 14:26 |
*** strattao_ has left #openstack-ansible | 14:27 | |
*** strattao_ has joined #openstack-ansible | 14:27 | |
*** jperry has joined #openstack-ansible | 14:28 | |
odyssey4me | strattao_ see http://docs.openstack.org/developer/openstack-ansible/developer-docs/quickstart-aio.html | 14:28 |
*** japestinho_ has joined #openstack-ansible | 14:29 | |
*** winggundamth_ has quit IRC | 14:31 | |
*** gouthamr has joined #openstack-ansible | 14:31 | |
logan- | morning | 14:31 |
mgariepy | good morning logan- | 14:31 |
kencjohnston | Hello OSA team | 14:33 |
*** jpstnh has quit IRC | 14:33 | |
*** fguillot has joined #openstack-ansible | 14:33 | |
kencjohnston | The 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 |
kencjohnston | I 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 IRC | 14:35 | |
odyssey4me | kencjohnston 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 build | 14:35 |
kencjohnston | I'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 |
odyssey4me | so it would seem that's the best option | 14:35 |
kencjohnston | odyssey4me: So to confirm, you'd prefer current stable to master? | 14:36 |
*** udesale has quit IRC | 14:36 | |
odyssey4me | and 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 master | 14:36 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_designate: Update and clean up run_tests.sh https://review.openstack.org/417061 | 14:36 |
*** DimGR has joined #openstack-ansible | 14:36 | |
kencjohnston | I was told that today that CI would fail for Newton to Ocata. | 14:36 |
kencjohnston | odyssey4me: To clarify, I was told it would fail and is expected to fail until closer to the Ocata release | 14:36 |
odyssey4me | kencjohnston 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 blockers | 14:37 |
kencjohnston | odyssey4me: Perfect, just the answer I wanted to hear. :) | 14:37 |
kencjohnston | odyssey4me: Thanks. | 14:37 |
*** jwitko has quit IRC | 14:37 | |
*** jmckind has joined #openstack-ansible | 14:37 | |
odyssey4me | kencjohnston it also sounds like a great topic to add onto the PTG agenda | 14:38 |
odyssey4me | https://etherpad.openstack.org/p/osa-ptg-pike | 14:38 |
*** williamcaban has joined #openstack-ansible | 14:38 | |
kencjohnston | odyssey4me: OK, I'll ask the team to do so. | 14:39 |
*** jwitko has joined #openstack-ansible | 14:41 | |
*** williamcaban has quit IRC | 14:43 | |
*** digvijay2016 has quit IRC | 14:44 | |
*** digvijay2016 has joined #openstack-ansible | 14:44 | |
*** spotz is now known as spotz_zzz | 14:44 | |
*** agrebennikov__ has joined #openstack-ansible | 14:45 | |
*** LinStatSDR has joined #openstack-ansible | 14:46 | |
*** TxGirlGeek has joined #openstack-ansible | 14:47 | |
*** strattao_ has quit IRC | 14:48 | |
*** hw_wutianwei has quit IRC | 14:50 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create: Make tags consistency https://review.openstack.org/423031 | 14:50 |
arslanq | mgariepy: any update? | 14:50 |
Mr_Smurf | with readonly home directory rsyslog_client task will fail | 14:54 |
logan- | arslanq: which OSA sha are you seeing that on? (git rev-parse HEAD) | 14:54 |
lbragstad | cloudnull evrardjp o/ I attempted to document what I was seeing in a bug report https://bugs.launchpad.net/openstack-ansible/+bug/1659317 | 14:54 |
openstack | Launchpad bug 1659317 in openstack-ansible "Unable to upgrade using different repo and branch" [Undecided,New] | 14:54 |
Mr_Smurf | since for no good reason home for the syslog user is /home/syslog | 14:55 |
*** phalmos has joined #openstack-ansible | 14:55 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service https://review.openstack.org/418457 | 14:56 |
*** marst has joined #openstack-ansible | 14:57 | |
*** TxGirlGeek has quit IRC | 14:58 | |
*** TxGirlGeek has joined #openstack-ansible | 14:58 | |
*** woodard has quit IRC | 15:00 | |
*** udesale has joined #openstack-ansible | 15:00 | |
*** williamcaban has joined #openstack-ansible | 15:02 | |
*** LinStatSDR has quit IRC | 15:03 | |
*** weezS has joined #openstack-ansible | 15:04 | |
*** chhavi has quit IRC | 15:04 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:07 | |
*** whiteveil has joined #openstack-ansible | 15:07 | |
*** TxGirlGeek has quit IRC | 15:08 | |
*** chris_hultin is now known as chris_hultin|AWA | 15:08 | |
*** whiteveil has quit IRC | 15:09 | |
*** TxGirlGeek has joined #openstack-ansible | 15:09 | |
*** spotz_zzz is now known as spotz | 15:09 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:10 | |
*** hfu has quit IRC | 15:11 | |
*** karimb has joined #openstack-ansible | 15:11 | |
*** williamcaban has quit IRC | 15:11 | |
*** DimGR has quit IRC | 15:12 | |
*** TxGirlGeek has quit IRC | 15:13 | |
*** poopcat has quit IRC | 15:17 | |
arslanq | logan-: 8aee6292710ae8839cadc0c83380bf2834d47b48 | 15:19 |
*** strattao_ has joined #openstack-ansible | 15:20 | |
*** LinStatSDR has joined #openstack-ansible | 15:21 | |
*** LinStatSDR has quit IRC | 15:23 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron: Clean up DVR conditionals https://review.openstack.org/413085 | 15:24 |
*** LinStatSDR has joined #openstack-ansible | 15:25 | |
*** DimGR has joined #openstack-ansible | 15:26 | |
*** williamcaban has joined #openstack-ansible | 15:27 | |
*** TxGirlGeek has joined #openstack-ansible | 15:28 | |
openstackgerrit | Bjoern Teipel proposed openstack/openstack-ansible-os_neutron: Implementation Neutron SR-IOV https://review.openstack.org/415903 | 15:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova: Use systemd module instead of shell https://review.openstack.org/424537 | 15:29 |
openstackgerrit | Sean M. Collins proposed openstack/openstack-ansible: [WIP] Work on starting the upgrade job https://review.openstack.org/421295 | 15:30 |
evrardjp | lbragstad: 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/rally | 15:30 |
evrardjp | I'm not 100% familiar with it | 15:30 |
evrardjp | https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_testing.yml#L33 | 15:30 |
evrardjp | anyway worth asking others | 15:30 |
lbragstad | evrardjp checking | 15:31 |
*** markvoelker has quit IRC | 15:31 | |
evrardjp | In 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-ansible | 15:32 | |
*** whiteveil has joined #openstack-ansible | 15:32 | |
*** acormier has joined #openstack-ansible | 15:32 | |
lbragstad | evrardjp ah - yeah that was the part I wasn't sure of | 15:33 |
lbragstad | evrardjp I didn't know how much of a use case this way since i'm just cobbling things together to test rolling upgrades | 15:33 |
lbragstad | was* | 15:33 |
*** williamcaban has quit IRC | 15:34 | |
*** japestinho__ has joined #openstack-ansible | 15:35 | |
evrardjp | seems a good use case. If the requirements are incompatible with openstack, either bump the openstack requirements version or be independant :P | 15:35 |
evrardjp | seems logical :) | 15:35 |
*** markvoelker has quit IRC | 15:36 | |
*** woodard has joined #openstack-ansible | 15:37 | |
*** Jack_Iv has joined #openstack-ansible | 15:38 | |
*** japestinho_ has quit IRC | 15:38 | |
lbragstad | evrardjp 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 |
evrardjp | I'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 normal | 15:39 |
*** h5t4 has quit IRC | 15:40 | |
evrardjp | but you can change your pip.conf to put it isolated | 15:40 |
evrardjp | but that's an ugly mess :p | 15:40 |
*** chhavi has joined #openstack-ansible | 15:40 | |
evrardjp | (I'm not sure if passlib is part of the repo) | 15:40 |
*** TxGirlGeek has quit IRC | 15:41 | |
lbragstad | evrardjp http://cdn.pasteraw.com/msmntenfu7artj2elonnnf742876dd8 | 15:41 |
*** poopcat has joined #openstack-ansible | 15:41 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible: [WIP] Additions to install OpenStack Octavia https://review.openstack.org/422062 | 15:41 |
lbragstad | evrardjp 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 IRC | 15:42 | |
evrardjp | lbragstad: 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#L33 | 15:46 |
evrardjp | but I agree we need to document the repo build better | 15:47 |
evrardjp | and how these features work | 15:47 |
lbragstad | evrardjp is there a keystone_git_install_fragments option? | 15:47 |
evrardjp | you can just add it :) | 15:47 |
lbragstad | and do i just specify that in /etc/openstack_deploy/user_variables.yml before running repo-build/ | 15:47 |
evrardjp | in your user variables files | 15:48 |
evrardjp | yes | 15:48 |
lbragstad | aha | 15:48 |
lbragstad | ok | 15:48 |
lbragstad | let me give that a shot | 15:48 |
evrardjp | exacly like how you defined your git_repo etc. | 15:48 |
evrardjp | then re-run the repo-build and normally the repo should have the version you want | 15:49 |
evrardjp | I'm not 100% sure but that's the idea. | 15:49 |
evrardjp | odyssey4me: could help you better there | 15:49 |
lbragstad | evrardjp http://cdn.pasteraw.com/2y6qg56sfybkj6ab7511yn0t6dixoxt | 15:49 |
lbragstad | ok - that's ^ what I have, rerunning repo-build now | 15:50 |
*** Oku_OS is now known as Oku_OS-away | 15:50 | |
odyssey4me | lbragstad looks about right to me | 15:50 |
*** phalmos has quit IRC | 15:51 | |
lbragstad | odyssey4me evrardjp cool - rerunning now | 15:51 |
odyssey4me | we do the same for rally and tempest: https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_testing.yml | 15:52 |
*** sdake_ has joined #openstack-ansible | 15:53 | |
*** digvijay2016 has quit IRC | 15:53 | |
lbragstad | odyssey4me cool - so that's the bit that allows the new requirements to get installed | 15:53 |
spotz | morning! | 15:53 |
lbragstad | (without pinning to requirements) | 15:53 |
*** phalmos has joined #openstack-ansible | 15:55 | |
*** sdake has quit IRC | 15:56 | |
*** rmelero has joined #openstack-ansible | 15:57 | |
*** cathrichardson has quit IRC | 15:58 | |
odyssey4me | lbragstad yeah, it'll build the venv without using upper constraints | 15:59 |
lbragstad | odyssey4me sweet! | 16:00 |
lbragstad | it seemed to build | 16:00 |
lbragstad | odyssey4me running the policy meeting quick and then I'll test out the installation | 16:00 |
*** Oku_OS-away is now known as Oku_OS | 16:02 | |
*** cathrichardson has joined #openstack-ansible | 16:02 | |
*** Andrew_jedi has joined #openstack-ansible | 16:09 | |
*** alezzandro has quit IRC | 16:10 | |
*** DanyC has quit IRC | 16:12 | |
*** markvoelker has joined #openstack-ansible | 16:17 | |
*** markvoelker_ has joined #openstack-ansible | 16:18 | |
*** rollniak has quit IRC | 16:20 | |
*** markvoelker has quit IRC | 16:22 | |
*** h5t4 has joined #openstack-ansible | 16:23 | |
*** sacharya has joined #openstack-ansible | 16:24 | |
*** sacharya has quit IRC | 16: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 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_nova: Add nova-placement-api service https://review.openstack.org/418457 | 16:25 |
*** TxGirlGeek has joined #openstack-ansible | 16:25 | |
*** karimb has quit IRC | 16:26 | |
lbragstad | odyssey4me ok - just ran openstack-ansible playbooks/os-keystone-install.yml and it failed http://cdn.pasteraw.com/awy5cg4k05l65z641coi6iuo0ciryk3 | 16:26 |
*** udesale has quit IRC | 16:26 | |
lbragstad | odyssey4me the venv looks there - but it doesn't seem to have some of the required keystone bits | 16:26 |
*** williamcaban has joined #openstack-ansible | 16:27 | |
*** Guest89004 has quit IRC | 16:27 | |
lbragstad | the /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-ansible | 16:29 | |
andymccr | lbragstad: do any keystone binaries exist in bin/ ? | 16:31 |
*** DimGR has quit IRC | 16:32 | |
*** williamcaban has quit IRC | 16:33 | |
lbragstad | andymccr http://cdn.pasteraw.com/mxsxlmsgwubqomq1wh036pbjuz80f89 | 16:33 |
lbragstad | just `keystone` | 16:33 |
andymccr | lbragstad: that looks odd | 16:34 |
andymccr | it should have the wsgi apps too. so something has not gone well | 16:34 |
andymccr | do like a "source /openstack/venvs/keystone-master/bin/activate" and then a pip list | 16:35 |
* lbragstad andymccr http://cdn.pasteraw.com/hmrwixygektjrem3ao58rfg0b5n9scp | 16:36 | |
lbragstad | fwiw - 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 IRC | 16:37 | |
andymccr | yeah | 16:37 |
lbragstad | Keystone (0.2.1) looks old | 16:37 |
andymccr | yeah | 16:37 |
andymccr | thats weird | 16:37 |
andymccr | mine says: keystone (11.0.0.0b3.dev147) | 16:37 |
odyssey4me | haha, so keystone was installed from pip then instead of from the git source | 16:37 |
lbragstad | https://pypi.python.org/pypi/Keystone/0.2.1 | 16:37 |
lbragstad | odyssey4me yes - exactly | 16:37 |
andymccr | ahhh | 16:38 |
andymccr | makes sense | 16:38 |
andymccr | somewhat not ideal :P | 16:39 |
odyssey4me | hmm, that's likely because the git source is applied as a constraint, and you've told the build to ignore constraints | 16:39 |
lbragstad | fwiw - i have http://cdn.pasteraw.com/6hl65iu8hdldr17m6naogle559mfvoq in /etc/openstack_deploy/user_variables.yml | 16:39 |
andymccr | oh well you wanted to test upgrades lbragstad :D | 16:39 |
odyssey4me | lol | 16:39 |
lbragstad | andymccr upgrading from the beginning of keystone's timeline to the bleeding edge of master | 16:39 |
lbragstad | what could go wrong?! | 16:40 |
andymccr | hahaha | 16:40 |
*** cathrichardson has joined #openstack-ansible | 16:40 | |
*** chyka has joined #openstack-ansible | 16:40 | |
*** Andrew_jedi has quit IRC | 16:41 | |
lbragstad | so 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 |
odyssey4me | lbragstad that's some cloudnull logic right there :p | 16:41 |
odyssey4me | so, let's take a step back a bit | 16:42 |
odyssey4me | what is it that you're wanting to actually do? | 16:42 |
* lbragstad loves playing with foot guns | 16:42 | |
lbragstad | odyssey4me ok - so | 16:42 |
lbragstad | I want to use osa os-keystone role to lay down a stable/newton deployment | 16:42 |
lbragstad | then 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-ansible | 16:43 | |
lbragstad | I 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 |
lbragstad | so - I forked keystone on github and merged them into a specific branch that i can point osa to install from | 16:44 |
odyssey4me | just keystone - no other services? | 16:45 |
lbragstad | odyssey4me other services are being setup, but keystone is the only one i really care about | 16:45 |
lbragstad | because it contains patches I want to test | 16:45 |
lbragstad | odyssey4me i documented some of this here, too https://bugs.launchpad.net/openstack-ansible/+bug/1659317 | 16:45 |
openstack | Launchpad bug 1659317 in openstack-ansible "Unable to upgrade using different repo and branch" [Undecided,New] | 16:45 |
lbragstad | and I'm following https://github.com/lbragstad/keystone-performance-upgrade#stable-newton-install-process initially to lay down stable/newton | 16:46 |
*** woodard has quit IRC | 16:46 | |
*** woodard has joined #openstack-ansible | 16:47 | |
odyssey4me | lbragstad well, andymccr correct me if I'm wrong, but that's exactly what our keystone upgrade test executes | 16:48 |
odyssey4me | without the repo complexity | 16:48 |
lbragstad | odyssey4me ah - because you guys test upgrading with osa patches that are still in review (not keystone patches) | 16:49 |
odyssey4me | lbragstad https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tox.ini#L112 | 16:49 |
palendae | lbragstad: I think the roles go through some sort of test during gating | 16:49 |
andymccr | yeah our upgrade test installs master everything but stable/newton keystone - and then runs master keystone | 16:49 |
andymccr | it wont test downtime or anything | 16:49 |
andymccr | (at the moment) | 16:49 |
andymccr | but will run the tests after the upgrade to ensure its working | 16:49 |
odyssey4me | lbragstad you can easily adjust it in your fork to make use of your fork | 16:50 |
odyssey4me | you may have to fork https://github.com/openstack/openstack-ansible-tests though | 16:50 |
odyssey4me | anyway - the point is that the role test execution should be simpler to do that you want to achieve | 16:51 |
odyssey4me | it can be done in an AIO too though. I'm busy trying to track down what went wrong there | 16:51 |
*** DimGR has joined #openstack-ansible | 16:51 | |
lbragstad | i have about 4 AIO deployments currently spun up | 16:52 |
evrardjp | odyssey4me: this would be a hack -- we need to make sure the deployers can override default osa roles with their own bits | 16:52 |
palendae | Can the role tests apply arbitrary patch trees? | 16:52 |
evrardjp | That's the powerfullness of OSA | 16:52 |
odyssey4me | venvwithindex essentially allows the venv to be built with packages that aren't already on the repo server | 16:52 |
lbragstad | palendae that sounds like exactly what I need | 16:52 |
evrardjp | osa roles/openstack code | 16:52 |
palendae | Sounds like lbragstad's trying to test specific sets of gerrit patches, if I'm understanding correctly | 16:52 |
odyssey4me | I'm trying to figure out what ignorerequirements does | 16:52 |
palendae | Dolph's tried to do this, too | 16:52 |
lbragstad | palendae i'm testing this - https://github.com/lbragstad/keystone/tree/add-domain-id-to-user-table | 16:52 |
palendae | But long ago | 16:52 |
lbragstad | palendae but here in review | 16:53 |
lbragstad | https://review.openstack.org/#/q/topic:bug/1642687+status:open | 16:53 |
evrardjp | odyssey4me: isn't it the opposite? ignorerequirements to ignore the constraints ? | 16:53 |
evrardjp | I don't remember :/ | 16:53 |
palendae | lbragstad: 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 there | 16:53 |
lbragstad | palendae i;ve done this the hard way, too https://gist.github.com/lbragstad/ddfb10f9f9048414d1f781ba006e95d1 | 16:53 |
lbragstad | ^ that's all by hand and way to error prone :( | 16:54 |
palendae | Yeah, understood | 16:54 |
lbragstad | it'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 |
palendae | Yep | 16:55 |
palendae | So I think it's easier with your github fork; I'm not sure how you could pull those in from gerrit via our current system | 16:55 |
palendae | May be possible and I just don't know how their remotes are laid out | 16:55 |
lbragstad | palendae 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 |
openstackgerrit | Merged openstack/openstack-ansible: Add missing haproxy_ssl option to default configs https://review.openstack.org/424803 | 16:56 |
openstackgerrit | Merged openstack/openstack-ansible: Update all SHAs for 14.0.7 https://review.openstack.org/422629 | 16:56 |
*** acormier_ has joined #openstack-ansible | 16:58 | |
andymccr | palendae: 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 bit | 16:58 |
palendae | Right | 16:59 |
*** Andrew_jedi has joined #openstack-ansible | 16:59 | |
palendae | I know the keystone people here have asked for it multiple times, so far it's been low priority | 16:59 |
*** markvoelker_ has quit IRC | 16:59 | |
*** markvoelker has joined #openstack-ansible | 16:59 | |
*** TxGirlGeek has quit IRC | 17:00 | |
*** acormier has quit IRC | 17:01 | |
*** TxGirlGeek has joined #openstack-ansible | 17:01 | |
*** jpstnh has joined #openstack-ansible | 17:01 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_neutron: Implement Dragonflow deployment https://review.openstack.org/391524 | 17:03 |
*** markvoelker has quit IRC | 17:03 | |
andymccr | palendae: yeah i think it'd take a <insert-project-here> dev to want it to the point of implementing it. | 17:03 |
palendae | At this point, yeah | 17:03 |
*** japestinho__ has quit IRC | 17:04 | |
*** chyka has quit IRC | 17:04 | |
odyssey4me | lbragstad I think setting ignorerequirements=true is the culprit | 17:05 |
odyssey4me | doing 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#L6 | 17:06 |
*** Jeffrey4l_ has quit IRC | 17:06 | |
lbragstad | odyssey4me ah - that would explain it | 17:06 |
odyssey4me | this works for rally and tempest who publish to pip, but doesn't work for other services | 17:07 |
lbragstad | aha | 17:07 |
odyssey4me | and yes, we could do a better job of enabling the developer story | 17:07 |
odyssey4me | there just hasn't been enough demand for it or people trying to work out the desired workflow to make it useful | 17:08 |
*** phalmos has quit IRC | 17:08 | |
odyssey4me | we could perhaps have a discussion at the PTG to work something out | 17:08 |
lbragstad | odyssey4me i would be in favor of that | 17:08 |
lbragstad | it looks like what you have for upgrading testing is *really* close to what we need to get the rolling upgrade tag in keystone | 17:09 |
lbragstad | (the only bits we're missing is the gate testing) | 17:09 |
odyssey4me | dolphm attended our session in Barcelona - I think we should perhaps have a follow on now that we have a basic set of upgrade tests implemented | 17:09 |
lbragstad | odyssey4me ++ | 17:10 |
*** phalmos has joined #openstack-ansible | 17:10 | |
palendae | How many people are going to be at the PTG? | 17:10 |
lbragstad | I'll be there - dstanek should be, too | 17:11 |
palendae | I'm not sure any of our US OSA team will be there besides stevelle, though he's got Glance stuff to do I bet | 17:11 |
lbragstad | ah | 17:11 |
odyssey4me | lbragstad well, evrardjp and I will be there all week so I'm sure we can make some time for it | 17:13 |
*** newmember has joined #openstack-ansible | 17:13 | |
odyssey4me | not sure if andymccr is there beyond the first two days | 17:13 |
andymccr | lbragstad: yeah i'll be there | 17:13 |
andymccr | we can definitely get that in | 17:13 |
odyssey4me | andymccr it may give us some hacking time in the latter half of the week | 17:15 |
lbragstad | odyssey4me andymccr yeah - that would be awesome | 17:15 |
andymccr | odyssey4me: yeah it seems to have worked out ok | 17:15 |
andymccr | yay gates are moving again :) | 17:16 |
lbragstad | so - 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 |
odyssey4me | lbragstad try removing ignorerequirements=true with your existing thing | 17:17 |
*** chyka has joined #openstack-ansible | 17:18 | |
lbragstad | odyssey4me so keystone_git_install_fragments: "venvwithindex=True" ? | 17:18 |
*** yolanda has quit IRC | 17:18 | |
odyssey4me | I'd guess your workflow is then switch to newton, repo-build, install-keystone, switch to master, repo-build, install-keystone | 17:18 |
lbragstad | in /etc/openstack_deploy/user_variables.yml | 17:18 |
andymccr | lbragstad: if you're just interested in keystone func why build a full deploy? | 17:18 |
*** williamcaban has quit IRC | 17:19 | |
odyssey4me | lbragstad yeah, that seems like it'd work | 17:19 |
lbragstad | andymccr yeah - that's something i didn't get around to figuring out yet :( | 17:19 |
andymccr | lbragstad: if you just clone the openstack-ansible-os_keystone role and do a "./run_tests.sh" it should do it for you | 17:19 |
odyssey4me | but 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 test | 17:20 |
lbragstad | andymccr can i pass variables to ./run_tests.sh? | 17:20 |
andymccr | lbragstad: yeah sure, the vars file is in tests/os_keystone-overiddes.yml | 17:20 |
lbragstad | andymccr ok - let me spin up another box | 17:21 |
andymccr | it'll be quicker too :) i think that build is about 20-30 mins depending | 17:21 |
*** rg__ has joined #openstack-ansible | 17:21 | |
andymccr | also 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 |
odyssey4me | lbragstad run_tests will run them all - rather just execute 'tox -e upgrade' | 17:23 |
lbragstad | andymccr yeah - i would be testing downtime and making sure data is moved properly with triggers | 17:23 |
lbragstad | odyssey4me andymccr ok - documenting what i have here https://etherpad.openstack.org/p/keystone-upgrades-with-osa | 17:24 |
*** rushil has joined #openstack-ansible | 17:24 | |
lbragstad | sounds like a lot of what i have already documented might not apply anymore | 17:24 |
*** jheroux has joined #openstack-ansible | 17:24 | |
*** Jeffrey4l has joined #openstack-ansible | 17:25 | |
*** TxGirlGeek has quit IRC | 17:25 | |
andymccr | lbragstad: 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 that | 17:25 |
palendae | The gate tests changed a bunch around beginning of Ocata, I think | 17:25 |
andymccr | after that you can test your upgrade | 17:25 |
andymccr | by "that" i mean the tox upgrade job | 17:26 |
*** TxGirlGeek has joined #openstack-ansible | 17:26 | |
lbragstad | andymccr do i need to run any of the setup-infrastructure stuff? | 17:27 |
odyssey4me | yeah, I think it would be great to start getting a bit more feedback around other projects using our tests | 17:27 |
lbragstad | andymccr or should I invoke the playbook with ansible directly? | 17:27 |
*** DanyC has joined #openstack-ansible | 17:28 | |
andymccr | lbragstad: i'd use tox to run the upgrade job (after you edit out the bit where it installs the lastest keystone) | 17:28 |
andymccr | that way you will get keystone on stable/newton and everything else up to date | 17:28 |
andymccr | and from there you can set vars and do other things to deploy a newer keystone | 17:28 |
odyssey4me | kencjohnston 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 efforts | 17:29 |
*** chyka has quit IRC | 17:29 | |
andymccr | yeah definitely | 17:29 |
lbragstad | odyssey4me ++ | 17:29 |
lbragstad | every time i get asked to manually do upgrade tests i think of that | 17:29 |
kencjohnston | lbragstad: Hit me up offline and I can connect you to the right folks | 17:30 |
*** chyka has joined #openstack-ansible | 17:30 | |
*** Jeffrey4l has quit IRC | 17:30 | |
lbragstad | kencjohnston will do! | 17:30 |
*** phalmos_ has joined #openstack-ansible | 17:31 | |
*** alezzandro has joined #openstack-ansible | 17:32 | |
*** rg__ has quit IRC | 17:34 | |
*** phalmos has quit IRC | 17:34 | |
*** chyka has quit IRC | 17:34 | |
*** rg__ has joined #openstack-ansible | 17:35 | |
*** rg__ has quit IRC | 17:36 | |
*** DanyC has quit IRC | 17:36 | |
odyssey4me | lbragstad 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 entries | 17:39 |
odyssey4me | I think jmccrory and logan- are also working along similar lines in slightly different capacities. | 17:39 |
odyssey4me | anyway, time for me to call it a day - have a great one y'all | 17:39 |
palendae | Night | 17:40 |
*** chyka has joined #openstack-ansible | 17:40 | |
lbragstad | odyssey4me o/ thanks for all the help! | 17:40 |
*** yolanda has joined #openstack-ansible | 17:41 | |
*** DanyC has joined #openstack-ansible | 17:42 | |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_horizon: Change permission for conf folder https://review.openstack.org/425318 | 17:43 |
*** rushil has quit IRC | 17:45 | |
*** whiteveil has quit IRC | 17:46 | |
*** karimb has quit IRC | 17:55 | |
*** Jack_Iv has joined #openstack-ansible | 17:58 | |
*** retreved_ has joined #openstack-ansible | 18:00 | |
*** dankrs has quit IRC | 18:02 | |
lbragstad | does the upgrade test run on ubuntu 16.04? | 18:02 |
*** TxGirlGeek has quit IRC | 18:03 | |
*** retreved has quit IRC | 18:03 | |
kencjohnston | lbragstad: The OSIC one? It will when doing N->O, right now it is setup to do M->N. | 18:03 |
*** TxGirlGeek has joined #openstack-ansible | 18:04 | |
lbragstad | kencjohnston 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-ansible | 18:04 | |
palendae | I dunno what the upgrade job is named, looks like most everything here is running on both https://review.openstack.org/#/c/425201/ | 18:04 |
palendae | lbragstad: The goal is to drop 14.04 support in Ocata. Newton was the one that straddled for OSA | 18:05 |
*** retreved_ has quit IRC | 18:05 | |
*** smatzek has quit IRC | 18:06 | |
palendae | Oh, here we go https://review.openstack.org/#/c/423359/ | 18:06 |
lbragstad | palendae 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-ansible | 18:06 | |
*** yolanda has quit IRC | 18:06 | |
lbragstad | palendae this is what i'm getting after installing apt dependencies - http://cdn.pasteraw.com/gck68cc3hwntgbfafsyuc457k1zk9jh | 18:07 |
palendae | Yes - actually looking over this, 14.04 isn't even tried in master (as I thought). I was looking at stable/newton jobs | 18:07 |
palendae | ERROR! Unexpected Exception: invalid syntax (profile_tasks.py, line 76) - is that in our test repo? | 18:07 |
lbragstad | palendae i'm getting that in the opesntack_ansible-os-keystone repo | 18:08 |
palendae | Hrm | 18:08 |
lbragstad | when i use tox to setup the upgrade environment | 18:08 |
* palendae doesn't quite know how these are put together | 18:08 | |
lbragstad | palendae these are the steps that I'm following https://etherpad.openstack.org/p/keystone-upgrades-with-osa | 18:08 |
*** Jack_Iv has quit IRC | 18:10 | |
*** TxGirlGeek has quit IRC | 18:10 | |
*** rmelero has quit IRC | 18:10 | |
*** TxGirlGeek has joined #openstack-ansible | 18:10 | |
*** rmelero has joined #openstack-ansible | 18:11 | |
palendae | So 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 somewhere | 18:12 |
*** strattao_ has quit IRC | 18:14 | |
lbragstad | palendae hmm - yeah that looks right | 18:14 |
*** DanyC has quit IRC | 18:14 | |
palendae | Hrm, 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 |
palendae | Tons of indirection going on :( | 18:15 |
lbragstad | palendae 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 IRC | 18:15 | |
palendae | https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tox.ini#L85 is what the upgrade env derives from, it has ansible 2.2.1 | 18:17 |
palendae | http://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt | 18:17 |
lbragstad | palendae ah - i'm trying ./run_tests.sh now | 18:17 |
palendae | So it looks like tox should indeed install ansible | 18:18 |
palendae | Though I honestly have no idea if that actually works, I seem to remember fighting that at one point | 18:18 |
lbragstad | palendae that makes sense - i was wondering how that got pulled in | 18:18 |
*** strattao_ has joined #openstack-ansible | 18:20 | |
palendae | lbragstad: I think run_tests might just put ansible on the host | 18:20 |
palendae | Ansible's picky about being in a venv | 18:20 |
lbragstad | it seems to be doing something | 18:20 |
lbragstad | it's in the lxc_hosts role now | 18:21 |
palendae | Oh, right - Ansible's python files set an explicit path to a python executable | 18:21 |
palendae | I *think* 16.04's /usr/bin/python is python3 | 18:21 |
palendae | Which Ansible doesn't support | 18:21 |
palendae | So yeah, they don't use /usr/bin/env python, so they 'break out' of the virtualenv | 18:22 |
palendae | Hence tox not working well | 18:22 |
*** DanyC has joined #openstack-ansible | 18:23 | |
*** stuartgr has quit IRC | 18:23 | |
openstackgerrit | Andrey Grebennikov proposed openstack/openstack-ansible-os_heat: Change permission for conf folder https://review.openstack.org/425328 | 18:23 |
lbragstad | palendae ah - interesting | 18:23 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible: Add missing haproxy_ssl option to default configs https://review.openstack.org/425329 | 18:24 |
*** rushil has joined #openstack-ansible | 18:25 | |
*** whiteveil has joined #openstack-ansible | 18:36 | |
cloudnull | o/ everyone :) | 18:37 |
*** Jack_Iv has joined #openstack-ansible | 18:39 | |
*** sdake_ has quit IRC | 18:39 | |
*** sdake has joined #openstack-ansible | 18:39 | |
lbragstad | cloudnull o/ | 18:40 |
*** yolanda has joined #openstack-ansible | 18:40 | |
*** Jeffrey4l has joined #openstack-ansible | 18:41 | |
lbragstad | palendae retrying but not in the `root` namespace (no idea if that would have an effect or not) | 18:43 |
*** williamcaban has joined #openstack-ansible | 18:44 | |
*** Jeffrey4l has quit IRC | 18:46 | |
*** Andrew_jedi has quit IRC | 18:47 | |
*** dankolbrs has quit IRC | 18:50 | |
*** retreved has joined #openstack-ansible | 18:50 | |
*** rushil has quit IRC | 18:51 | |
*** pcaruana has quit IRC | 18:53 | |
*** dankolbrs has joined #openstack-ansible | 18:53 | |
*** alezzandro has quit IRC | 18:53 | |
*** retreved_ has joined #openstack-ansible | 18:55 | |
*** retreved has quit IRC | 18:55 | |
spotz | hey cloudnull | 18:59 |
*** williamcaban has quit IRC | 19:01 | |
*** rushil has joined #openstack-ansible | 19:04 | |
*** poopcat has quit IRC | 19:06 | |
*** Jack_Iv has quit IRC | 19:06 | |
*** MasterOfBugs has joined #openstack-ansible | 19:08 | |
*** MasterOfBugs has quit IRC | 19:08 | |
*** MasterOfBugs has joined #openstack-ansible | 19:09 | |
*** pramodrj07 has joined #openstack-ansible | 19:09 | |
*** Jeffrey4l has joined #openstack-ansible | 19:10 | |
*** DanyC has quit IRC | 19:10 | |
*** jwagner is now known as jwagner_lunch | 19:11 | |
*** Jeffrey4l has quit IRC | 19:15 | |
*** poopcat has joined #openstack-ansible | 19:17 | |
*** williamcaban has joined #openstack-ansible | 19:18 | |
*** DimGR has quit IRC | 19:18 | |
*** williamcaban has quit IRC | 19:22 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server: Set the proper amount of open files in systemd https://review.openstack.org/425079 | 19:23 |
*** woodard has quit IRC | 19:29 | |
openstackgerrit | Sean M. Collins proposed openstack/openstack-ansible: Work on starting the upgrade job https://review.openstack.org/421295 | 19:29 |
*** woodard has joined #openstack-ansible | 19:35 | |
*** rmelero has joined #openstack-ansible | 19:36 | |
*** DanyC has joined #openstack-ansible | 19:37 | |
*** DimGR has joined #openstack-ansible | 19:40 | |
openstackgerrit | Chhavi Agarwal proposed openstack/openstack-ansible-os_trove: Adding the trove-guestagent.conf https://review.openstack.org/425368 | 19:41 |
*** Jack_Iv has joined #openstack-ansible | 19:42 | |
*** DanyC has quit IRC | 19:42 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_nova: Use stable/mitaka branch when cloning plugins repo https://review.openstack.org/425370 | 19:43 |
*** chyka has quit IRC | 19:45 | |
*** chyka has joined #openstack-ansible | 19:45 | |
*** williamcaban has joined #openstack-ansible | 19:47 | |
*** rushil has quit IRC | 19:48 | |
*** Jack_Iv has quit IRC | 19:48 | |
*** williamcaban has quit IRC | 19:48 | |
*** rushil has joined #openstack-ansible | 19:48 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_nova: Fix incorrect variable used for ironic user name https://review.openstack.org/424322 | 19:48 |
*** DanyC has joined #openstack-ansible | 19:48 | |
*** Jack_Iv has joined #openstack-ansible | 19:48 | |
*** chhavi has quit IRC | 19:48 | |
openstackgerrit | Merged openstack/openstack-ansible-os_designate: Update and clean up run_tests.sh https://review.openstack.org/417061 | 19:50 |
*** Jack_Iv has quit IRC | 19:50 | |
*** Jack_Iv has joined #openstack-ansible | 19:51 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron: Change permission for conf folder https://review.openstack.org/425200 | 19:51 |
*** DanyC has quit IRC | 19:52 | |
*** williamcaban has joined #openstack-ansible | 19:53 | |
*** Jack_Iv has quit IRC | 19:56 | |
palendae | lbragstad: Did run_tests.sh fail before you did the not-root namespace? | 19:56 |
*** Jeffrey4l has joined #openstack-ansible | 19:58 | |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible-os_designate: Add CentOS support for os_designate https://review.openstack.org/419632 | 19:58 |
*** DanyC has joined #openstack-ansible | 19:59 | |
*** williamcaban has quit IRC | 20:00 | |
openstackgerrit | Merged openstack/openstack-ansible-os_swift: Add selinux rule for swift host. https://review.openstack.org/420953 | 20:01 |
lbragstad | palendae yeah - before and after | 20:01 |
lbragstad | palendae documenting my attempts and steps https://etherpad.openstack.org/p/keystone-upgrades-with-osa | 20:01 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance: Change permission for conf folder https://review.openstack.org/425202 | 20:02 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova: Change permission for conf folder https://review.openstack.org/425197 | 20:02 |
*** DimGR has quit IRC | 20:02 | |
*** hybridpollo has joined #openstack-ansible | 20:03 | |
*** williamcaban has joined #openstack-ansible | 20:04 | |
*** Jeffrey4l has quit IRC | 20:04 | |
*** portdirect has joined #openstack-ansible | 20:04 | |
*** williamcaban has quit IRC | 20:04 | |
*** Jack_Iv has joined #openstack-ansible | 20:05 | |
*** h5t4 has quit IRC | 20:07 | |
*** h5t4 has joined #openstack-ansible | 20:09 | |
*** woodard has quit IRC | 20:12 | |
*** woodard has joined #openstack-ansible | 20:13 | |
*** Jack_Iv_ has joined #openstack-ansible | 20:14 | |
*** Jack_Iv_ has quit IRC | 20:16 | |
mgariepy | anyone have seen this ? http://paste.openstack.org/show/596507/ | 20:16 |
*** Jack_Iv has quit IRC | 20:18 | |
*** DanyC has quit IRC | 20:26 | |
*** Jack_Iv has joined #openstack-ansible | 20:30 | |
*** DanyC has joined #openstack-ansible | 20:34 | |
*** jwagner_lunch is now known as jwagner | 20:37 | |
*** Andrew_jedi has joined #openstack-ansible | 20:39 | |
*** DanyC has quit IRC | 20:41 | |
*** woodard has quit IRC | 20:42 | |
*** williamcaban has joined #openstack-ansible | 20:45 | |
*** Jeffrey4l has joined #openstack-ansible | 20:45 | |
*** jamielennox|away has quit IRC | 20:46 | |
cloudnull | mgariepy: i've not... | 20:46 |
cloudnull | I wonder if this is related to the setuptools things we were seeing the other day ? | 20:47 |
mgariepy | no clue, it's consistent everytime i try my designate patch centos 1612 cloud image. | 20:47 |
cloudnull | mgariepy: do you have the version of pip, setuptools, and wheel ? | 20:48 |
mgariepy | hmm lol not anymore.. | 20:48 |
cloudnull | no worries. | 20:49 |
*** williamcaban has quit IRC | 20:49 | |
mgariepy | let me retry on a older centos image to see. | 20:49 |
*** poopcat has quit IRC | 20:51 | |
*** lorid has quit IRC | 20:52 | |
*** poopcat has joined #openstack-ansible | 20:53 | |
*** jamielennox|away has joined #openstack-ansible | 20:56 | |
*** jamielennox|away is now known as jamielennox | 20:56 | |
*** poopcat has quit IRC | 20:59 | |
*** TxGirlGeek has quit IRC | 21:02 | |
*** TxGirlGeek has joined #openstack-ansible | 21:06 | |
*** poopcat has joined #openstack-ansible | 21:12 | |
*** rushil has quit IRC | 21:19 | |
mgariepy | cloudnull, pip (9.0.1) setuptools (34.0.2) wheel (0.29.0). | 21:19 |
*** Jack_Iv has quit IRC | 21:20 | |
*** woodard has joined #openstack-ansible | 21:21 | |
mgariepy | anyway, i'll be back tomorrow, time for me to get home. | 21:22 |
cloudnull | ok. ttys , i'll look into some of htat too and see if i can find whats up | 21:22 |
*** Jack_V has quit IRC | 21:25 | |
*** DanyC has joined #openstack-ansible | 21:26 | |
*** askb has joined #openstack-ansible | 21:32 | |
*** Jeffrey4l_ has joined #openstack-ansible | 21:34 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** jamesdenton has quit IRC | 21:38 | |
*** Andrew_jedi has quit IRC | 21:40 | |
*** h5t4 has quit IRC | 21:40 | |
*** karimb has joined #openstack-ansible | 21:40 | |
*** rushil has joined #openstack-ansible | 21:41 | |
*** DanyC has quit IRC | 21:44 | |
*** strattao_ has quit IRC | 21:44 | |
*** strattao_ has joined #openstack-ansible | 21:44 | |
*** Andrew_jedi has joined #openstack-ansible | 21:46 | |
*** DimGR has joined #openstack-ansible | 21:46 | |
*** DanyC has joined #openstack-ansible | 21:49 | |
*** LinStatSDR has quit IRC | 21:49 | |
*** LinStatSDR has joined #openstack-ansible | 21:49 | |
*** v1k0d3n has quit IRC | 21:59 | |
*** DimGR has quit IRC | 22:00 | |
*** v1k0d3n has joined #openstack-ansible | 22:01 | |
*** DimGR has joined #openstack-ansible | 22:01 | |
*** retreved_ has quit IRC | 22:03 | |
*** fguillot has quit IRC | 22:04 | |
*** jmckind has quit IRC | 22:08 | |
*** LinStatSDR has quit IRC | 22:11 | |
*** LinStatSDR has joined #openstack-ansible | 22:12 | |
*** LinStatSDR has quit IRC | 22:12 | |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/openstack-ansible-os_gnocchi: Remove overriding behavior for policies https://review.openstack.org/424362 | 22:14 |
*** gouthamr has quit IRC | 22:24 | |
*** strattao_ has quit IRC | 22:25 | |
*** DanyC has quit IRC | 22:26 | |
*** thorst_ has quit IRC | 22:28 | |
*** jheroux has quit IRC | 22:33 | |
*** DanyC has joined #openstack-ansible | 22:36 | |
*** spotz is now known as spotz_zzz | 22:53 | |
*** dankolbrs has quit IRC | 22:53 | |
*** DanyC has quit IRC | 22:59 | |
*** dankolbrs has joined #openstack-ansible | 23:00 | |
*** chris_hultin is now known as chris_hultin|AWA | 23:00 | |
*** whiteveil has quit IRC | 23:01 | |
*** rushil has quit IRC | 23:07 | |
*** jperry has quit IRC | 23:08 | |
*** weezS has quit IRC | 23:10 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-openstack_hosts: Generate 127.0.1.1 entry on each individual host https://review.openstack.org/425456 | 23:13 |
*** marst has quit IRC | 23:13 | |
*** TxGirlGeek has quit IRC | 23:17 | |
*** spotz_zzz is now known as spotz | 23:18 | |
*** jperry has joined #openstack-ansible | 23:18 | |
*** rushil has joined #openstack-ansible | 23:19 | |
*** LinStatSDR has joined #openstack-ansible | 23:25 | |
*** newmember has quit IRC | 23:25 | |
LinStatSDR | Hullo all | 23:25 |
*** newmember has joined #openstack-ansible | 23:25 | |
spotz | hi LinStatSDR | 23:27 |
LinStatSDR | How goes the things | 23:27 |
*** acormier_ has quit IRC | 23:28 | |
*** whiteveil has joined #openstack-ansible | 23:29 | |
spotz | alright, yourself? | 23:30 |
*** rushil has quit IRC | 23:33 | |
*** whiteveil has quit IRC | 23:34 | |
*** Andrew_jedi has quit IRC | 23:35 | |
LinStatSDR | Im okay | 23:37 |
LinStatSDR | tired from work | 23:37 |
*** rmelero has quit IRC | 23:47 | |
*** agrebennikov__ has quit IRC | 23:47 | |
*** rmelero has joined #openstack-ansible | 23:47 | |
*** dimtheo_ has joined #openstack-ansible | 23:50 | |
*** rmelero has quit IRC | 23:52 | |
*** DimGR has quit IRC | 23:52 | |
*** rushil has joined #openstack-ansible | 23:53 | |
*** esberglu has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!