*** Adri2000 has quit IRC | 00:05 | |
*** cjloader has quit IRC | 00:09 | |
*** cjloader has joined #openstack-ansible | 00:10 | |
*** Adri2000 has joined #openstack-ansible | 00:10 | |
*** poul has joined #openstack-ansible | 00:20 | |
*** poul has quit IRC | 00:24 | |
*** poul has joined #openstack-ansible | 00:37 | |
*** poul has quit IRC | 00:42 | |
*** poul has joined #openstack-ansible | 00:55 | |
*** poul has quit IRC | 00:59 | |
*** poul has joined #openstack-ansible | 01:13 | |
*** poul has quit IRC | 01:17 | |
*** yolanda_ has joined #openstack-ansible | 01:23 | |
*** yolanda__ has quit IRC | 01:24 | |
*** poul has joined #openstack-ansible | 01:30 | |
logan- | cloudnull i have 2 reproducible test fails for the connection plugin issues outstanding. https://review.openstack.org/#/c/582329/ shows the way it is broken right now, and https://review.openstack.org/#/c/582330/ is the way it is broken if I "fix" the way it is broken now. | 01:33 |
---|---|---|
logan- | if you have any ideas on how to get https://review.openstack.org/#/c/582330/ to work without breaking delegation please lmk | 01:34 |
*** poul has quit IRC | 01:34 | |
cloudnull | logan- I've have a look at that. | 01:40 |
logan- | thanks | 01:40 |
cloudnull | I just got done doing work around the house, so time for dinner but then i'll sit down with it | 01:41 |
cloudnull | essenatially we need to be able to detect ansible_host not being an IP and then attempt to further render it? | 01:41 |
cloudnull | lookws like here http://logs.openstack.org/29/582329/3/check/openstack-ansible-functional-ubuntu-xenial/4f4b222/job-output.txt.gz#_2018-07-13_02_32_14_410220 hostname resolution is simply failing | 01:44 |
cloudnull | should we expect that hostname resolution be working for that test? | 01:45 |
logan- | what happens in 582329 is containers don't get detected as containers because of the line removed in 582330 (container_name == ansible_host) | 01:46 |
logan- | so it is trying to ssh to the container name instead of lxc-attach via physical host | 01:46 |
logan- | then in 582330 that restriction is removed, except now when you delegate from a container to a different inventory host, it still detects the non delegated host as a container and tries to lxc-attach the task | 01:47 |
logan- | its not too hard to sort out whats going on with verbose output. let me pastebin that while you are gone | 01:48 |
*** poul has joined #openstack-ansible | 01:48 | |
*** poul has quit IRC | 01:52 | |
*** poul has joined #openstack-ansible | 02:05 | |
*** poul has quit IRC | 02:09 | |
*** tux__ has joined #openstack-ansible | 02:20 | |
*** poul has joined #openstack-ansible | 02:23 | |
*** tux__ has quit IRC | 02:25 | |
*** poul has quit IRC | 02:27 | |
*** Bhujay has joined #openstack-ansible | 02:30 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add meta groups to the elk readme and env.d file https://review.openstack.org/582738 | 02:36 |
*** poul has joined #openstack-ansible | 02:41 | |
logan- | here's how the tests look with 582329: http://paste.openstack.org/raw/725883/ (no container detected) | 02:44 |
*** poul has quit IRC | 02:45 | |
logan- | http://paste.openstack.org/raw/725885/ is with 582330 applied | 02:47 |
*** poul has joined #openstack-ansible | 02:58 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: tests: Do not use ansible_host to pass container IP https://review.openstack.org/582329 | 02:59 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: tests: Do not use ansible_host to pass container IP https://review.openstack.org/582329 | 02:59 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name https://review.openstack.org/582330 | 03:03 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: tests: Do not use ansible_host to pass container IP https://review.openstack.org/582329 | 03:04 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name https://review.openstack.org/582330 | 03:04 |
*** poul has quit IRC | 03:05 | |
logan- | 582330 with no ansible_host defined on the container: http://paste.openstack.org/raw/725887/ | 03:11 |
*** cjloader has quit IRC | 03:16 | |
cloudnull | and back | 03:35 |
cloudnull | looking now | 03:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name https://review.openstack.org/582330 | 03:46 |
logan- | fixes it ^ | 03:52 |
*** elbragstad is now known as lbragstad | 03:56 | |
cloudnull | woot! | 03:59 |
cloudnull | logan- looks like that's still failing tests? | 04:03 |
cloudnull | seems "ansible_host" can't be a group_var? | 04:03 |
logan- | yeah if you set ansible_host: "{{ container_name }}" it breaks | 04:08 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests master: Optional OpenStack openrc role execution https://review.openstack.org/582739 | 04:09 |
cloudnull | is that breaking from an assumption in that role ? | 04:10 |
logan- | or actually if ansible_host is not set | 04:10 |
cloudnull | yea. i think it's doing a hostvar lookup and it's not being found. | 04:10 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name https://review.openstack.org/582330 | 04:11 |
cloudnull | I suspect we'll need to set the hostvars accordingly in and just have one of the containers use ansible_host==container_name | 04:11 |
cloudnull | instead of trying to be dynamic | 04:12 |
cloudnull | IDK though | 04:12 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Change the osa wrapper from a heredoc to a file https://review.openstack.org/582633 | 04:13 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add meta groups to the elk readme and env.d file https://review.openstack.org/582738 | 04:16 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Add dynamic retention policies to curator https://review.openstack.org/581118 | 04:18 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name https://review.openstack.org/582330 | 04:22 |
openstackgerrit | weizj proposed openstack/openstack-ansible-os_tempest master: Drop python-cinderclient usage https://review.openstack.org/578122 | 04:32 |
openstackgerrit | weizj proposed openstack/openstack-ansible-os_glance master: Drop python-cinderclient usage https://review.openstack.org/578120 | 04:33 |
*** poul has joined #openstack-ansible | 04:43 | |
cloudnull | logan- is the use-case where ansible_host is undefined for containers? | 04:45 |
cloudnull | testing locally and dumping vars it looks like it's not which is why that openrc role seems to be failing ? | 04:45 |
*** mattinator has quit IRC | 04:46 | |
cloudnull | IE on https://review.openstack.org/#/c/582329 the host variable "ansible_host" seems to be undefined | 04:47 |
*** poul has quit IRC | 04:47 | |
cloudnull | which I think is because of https://review.openstack.org/#/c/582329/6/tests/group_vars/all_containers.yml | 04:48 |
logan- | either way is fine with me, I am testing it both ways right now trying to find a working setup | 04:48 |
cloudnull | I think if we uncomment ansible_host here https://review.openstack.org/#/c/582329/6/tests/group_vars/all_containers.yml I think it should work | 04:49 |
cloudnull | however idk if that's actually testing the desired state? | 04:49 |
logan- | worth a try, 1 sec | 05:05 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: tests: Do not use ansible_host to pass container IP https://review.openstack.org/582329 | 05:05 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: [WIP] Allow container detection when host matches container_name https://review.openstack.org/582330 | 05:05 |
*** poul has joined #openstack-ansible | 05:09 | |
*** poul has quit IRC | 05:14 | |
*** cshen has joined #openstack-ansible | 05:15 | |
*** cshen has quit IRC | 05:20 | |
*** poul has joined #openstack-ansible | 05:27 | |
*** poul has quit IRC | 05:31 | |
cloudnull | logan- mind if i make an edit ? | 05:34 |
*** poul has joined #openstack-ansible | 05:45 | |
*** poul has quit IRC | 05:49 | |
*** poul has joined #openstack-ansible | 06:02 | |
*** vnogin has joined #openstack-ansible | 06:05 | |
*** poul has quit IRC | 06:07 | |
*** vnogin has quit IRC | 06:08 | |
logan- | go for it | 06:13 |
*** DanyC has joined #openstack-ansible | 06:15 | |
*** poul has joined #openstack-ansible | 06:20 | |
*** poul has quit IRC | 06:24 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Allow container detection when host matches container_name https://review.openstack.org/582330 | 06:24 |
cloudnull | in my local test, with the other commit as a dependent, that works | 06:25 |
*** DanyC has quit IRC | 06:26 | |
cloudnull | with setting the task var to task.delegate_to we were setting the physical host to "{{ item }}" | 06:26 |
*** DanyC has joined #openstack-ansible | 06:27 | |
cloudnull | in the vase where the delegation is used with a loop | 06:27 |
*** DanyC has quit IRC | 06:31 | |
*** DanyC has joined #openstack-ansible | 06:31 | |
*** poul has joined #openstack-ansible | 06:37 | |
*** poul has quit IRC | 06:42 | |
*** poul has joined #openstack-ansible | 06:55 | |
*** poul has quit IRC | 06:59 | |
*** cshen has joined #openstack-ansible | 07:05 | |
*** cshen has quit IRC | 07:09 | |
*** poul has joined #openstack-ansible | 07:13 | |
*** poul has quit IRC | 07:17 | |
*** cshen has joined #openstack-ansible | 07:19 | |
*** poul has joined #openstack-ansible | 07:22 | |
*** poul has quit IRC | 07:27 | |
*** poul has joined #openstack-ansible | 07:39 | |
*** DanyC has quit IRC | 07:40 | |
*** DanyC has joined #openstack-ansible | 07:40 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: tests: Do not use ansible_host to pass container IP https://review.openstack.org/582329 | 07:42 |
*** poul has quit IRC | 07:43 | |
*** DanyC has quit IRC | 07:45 | |
*** poul has joined #openstack-ansible | 07:57 | |
*** DanyC has joined #openstack-ansible | 07:58 | |
*** DanyC_ has joined #openstack-ansible | 07:59 | |
*** poul has quit IRC | 08:01 | |
*** DanyC has quit IRC | 08:03 | |
*** DanyC has joined #openstack-ansible | 08:07 | |
*** DanyC_ has quit IRC | 08:11 | |
*** cshen has quit IRC | 08:24 | |
*** cshen has joined #openstack-ansible | 08:25 | |
*** cshen has quit IRC | 08:29 | |
*** hachi has joined #openstack-ansible | 08:30 | |
openstackgerrit | Taseer Ahmed proposed openstack/openstack-ansible-os_blazar master: This patch ensures that the functional tests for Blazar pass. https://review.openstack.org/571388 | 08:51 |
*** DanyC has quit IRC | 08:53 | |
*** DanyC has joined #openstack-ansible | 08:54 | |
*** cshen has joined #openstack-ansible | 08:55 | |
*** DanyC has quit IRC | 08:56 | |
*** DanyC has joined #openstack-ansible | 08:57 | |
*** vnogin has joined #openstack-ansible | 08:59 | |
*** cshen has quit IRC | 09:03 | |
*** vnogin has quit IRC | 09:09 | |
*** poul has joined #openstack-ansible | 09:12 | |
*** vnogin has joined #openstack-ansible | 09:14 | |
*** DanyC has quit IRC | 09:15 | |
*** vnogin has quit IRC | 09:22 | |
*** admin0 has joined #openstack-ansible | 09:32 | |
*** armaan has joined #openstack-ansible | 10:11 | |
*** vnogin has joined #openstack-ansible | 10:18 | |
*** armaan has quit IRC | 10:23 | |
*** armaan has joined #openstack-ansible | 10:24 | |
*** Bhujay has quit IRC | 10:26 | |
*** Bhujay has joined #openstack-ansible | 10:26 | |
*** vnogin has quit IRC | 10:29 | |
*** armaan has quit IRC | 10:46 | |
*** armaan has joined #openstack-ansible | 10:47 | |
*** cshen has joined #openstack-ansible | 10:59 | |
*** cjloader has joined #openstack-ansible | 11:09 | |
*** cshen has quit IRC | 11:28 | |
*** hachi has quit IRC | 11:31 | |
*** armaan has quit IRC | 11:32 | |
*** armaan has joined #openstack-ansible | 11:32 | |
*** cjloader has quit IRC | 11:35 | |
*** cjloader has joined #openstack-ansible | 11:35 | |
*** armaan has quit IRC | 11:36 | |
*** cjloader has quit IRC | 11:40 | |
*** radeks has joined #openstack-ansible | 11:47 | |
*** radeks has quit IRC | 11:56 | |
*** cjloader has joined #openstack-ansible | 12:12 | |
*** cjloader has quit IRC | 12:17 | |
*** cshen has joined #openstack-ansible | 12:18 | |
*** tosky has joined #openstack-ansible | 12:22 | |
*** poul_ has joined #openstack-ansible | 12:26 | |
*** poul has quit IRC | 12:30 | |
*** cshen has quit IRC | 12:31 | |
*** cshen has joined #openstack-ansible | 12:35 | |
openstackgerrit | caoyuan proposed openstack/openstack-ansible-os_aodh master: fix tox python3 overrides https://review.openstack.org/574319 | 12:37 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_aodh master: fix tox python3 overrides https://review.openstack.org/574319 | 12:45 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_aodh master: fix tox python3 overrides https://review.openstack.org/574319 | 12:47 |
*** poul_ has quit IRC | 12:47 | |
*** poul has joined #openstack-ansible | 12:48 | |
*** cjloader has joined #openstack-ansible | 12:48 | |
*** cshen has quit IRC | 12:50 | |
*** cjloader has quit IRC | 12:53 | |
*** cshen has joined #openstack-ansible | 12:53 | |
*** cshen has quit IRC | 13:05 | |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_zun master: Remove the unnecessary space https://review.openstack.org/582766 | 13:11 |
*** cjloader has joined #openstack-ansible | 13:12 | |
*** cjloader has quit IRC | 13:17 | |
*** hachi has joined #openstack-ansible | 13:24 | |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts master: Fix usage of "|" for tests https://review.openstack.org/582258 | 13:26 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_gnocchi master: Remove the unnecessary space https://review.openstack.org/582768 | 13:36 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-repo_server master: Remove the unnecessary space https://review.openstack.org/582769 | 13:37 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-pip_install master: Remove the unnecessary space https://review.openstack.org/582770 | 13:37 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_tempest master: Remove the unnecessary space https://review.openstack.org/582771 | 13:38 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_monasca-agent master: Remove the unnecessary space https://review.openstack.org/582772 | 13:38 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_panko master: Remove the unnecessary space https://review.openstack.org/582773 | 13:38 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-memcached_server master: Remove the unnecessary space https://review.openstack.org/582774 | 13:39 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_horizon master: Fix the UI Panel name of Octavia https://review.openstack.org/582775 | 13:44 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Fix usage of "|" for tests https://review.openstack.org/582243 | 13:50 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-lxc_hosts master: Remove the unnecessary space https://review.openstack.org/582776 | 13:50 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_searchlight master: Remove the unnecessary space https://review.openstack.org/582777 | 13:51 |
*** cshen has joined #openstack-ansible | 13:51 | |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_congress master: Remove the unnecessary space https://review.openstack.org/582778 | 13:51 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_ceilometer master: Remove the unnecessary space https://review.openstack.org/582779 | 13:52 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-ops master: Remove the unnecessary space https://review.openstack.org/582780 | 13:52 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-rsyslog_server master: Remove the unnecessary space https://review.openstack.org/582781 | 13:52 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_cloudkitty master: Remove the unnecessary space https://review.openstack.org/582782 | 13:52 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-haproxy_server master: Remove the unnecessary space https://review.openstack.org/582783 | 13:52 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-tests master: Remove the unnecessary space https://review.openstack.org/582784 | 13:53 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-lxc_container_create master: Remove the unnecessary space https://review.openstack.org/582785 | 13:53 |
*** cjloader has joined #openstack-ansible | 13:54 | |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_glance master: Remove the unnecessary space https://review.openstack.org/582786 | 13:55 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-repo_build master: Remove the unnecessary space https://review.openstack.org/582787 | 13:57 |
*** cjloader has quit IRC | 13:58 | |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_nova master: Remove the unnecessary space https://review.openstack.org/582788 | 14:01 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_neutron master: Remove the unnecessary space https://review.openstack.org/582789 | 14:02 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_trove master: Remove the unnecessary space https://review.openstack.org/582790 | 14:06 |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_keystone master: Remove the unnecessary space https://review.openstack.org/582791 | 14:06 |
*** vnogin has joined #openstack-ansible | 14:28 | |
*** vnogin has quit IRC | 14:30 | |
openstackgerrit | zhulingjie proposed openstack/openstack-ansible-os_horizon master: Update the horizon help link https://review.openstack.org/582793 | 14:30 |
*** poul_ has joined #openstack-ansible | 14:52 | |
*** poul has quit IRC | 14:55 | |
*** ansmith has quit IRC | 14:55 | |
*** cshen has quit IRC | 14:59 | |
*** admin0 has quit IRC | 15:03 | |
*** armaan has joined #openstack-ansible | 15:11 | |
*** armaan_ has joined #openstack-ansible | 15:15 | |
*** armaan_ has quit IRC | 15:15 | |
*** armaan_ has joined #openstack-ansible | 15:16 | |
*** armaan_ has quit IRC | 15:17 | |
*** armaan__ has joined #openstack-ansible | 15:17 | |
*** vnogin has joined #openstack-ansible | 15:18 | |
*** vnogin has quit IRC | 15:18 | |
*** armaan has quit IRC | 15:18 | |
*** vnogin has joined #openstack-ansible | 15:19 | |
*** vnogin has quit IRC | 15:19 | |
*** armaan__ has quit IRC | 15:27 | |
*** armaan has joined #openstack-ansible | 15:28 | |
*** poul has joined #openstack-ansible | 15:32 | |
*** armaan has quit IRC | 15:32 | |
*** poul_ has quit IRC | 15:35 | |
*** armaan has joined #openstack-ansible | 15:44 | |
*** admin0 has joined #openstack-ansible | 15:56 | |
*** armaan has quit IRC | 16:11 | |
*** armaan has joined #openstack-ansible | 16:12 | |
*** admin0 has quit IRC | 16:18 | |
*** aludwar has quit IRC | 16:20 | |
*** vnogin has joined #openstack-ansible | 16:21 | |
*** vnogin has quit IRC | 16:22 | |
openstackgerrit | Merged openstack/openstack-ansible master: Fix usage of "|" for tests https://review.openstack.org/582261 | 16:29 |
*** armaan has quit IRC | 16:30 | |
*** armaan has joined #openstack-ansible | 16:31 | |
*** armaan has quit IRC | 16:40 | |
*** aludwar has joined #openstack-ansible | 16:43 | |
*** vnogin has joined #openstack-ansible | 16:43 | |
*** cshen has joined #openstack-ansible | 16:54 | |
*** vnogin has quit IRC | 16:59 | |
*** cshen has quit IRC | 16:59 | |
*** hachi has quit IRC | 17:01 | |
*** vnogin has joined #openstack-ansible | 17:05 | |
*** cjloader has joined #openstack-ansible | 17:12 | |
*** cjloader has quit IRC | 17:17 | |
*** armaan has joined #openstack-ansible | 17:17 | |
*** Bhujay has quit IRC | 17:18 | |
*** vnogin has quit IRC | 17:22 | |
*** vnogin has joined #openstack-ansible | 17:28 | |
*** vnogin has quit IRC | 17:32 | |
*** admin0 has joined #openstack-ansible | 18:06 | |
*** cjloader has joined #openstack-ansible | 18:08 | |
*** aludwar has quit IRC | 18:16 | |
*** cjloader has quit IRC | 18:17 | |
*** ansmith has joined #openstack-ansible | 18:23 | |
*** cjloader has joined #openstack-ansible | 18:30 | |
*** cjloader has quit IRC | 18:35 | |
*** hachi has joined #openstack-ansible | 18:37 | |
*** ansmith has quit IRC | 18:39 | |
*** v1a4 has joined #openstack-ansible | 18:40 | |
*** nurdie has joined #openstack-ansible | 18:49 | |
*** aludwar has joined #openstack-ansible | 18:51 | |
*** tosky has quit IRC | 18:53 | |
*** aludwar has quit IRC | 18:58 | |
*** nurdie has quit IRC | 19:00 | |
*** nurdie has joined #openstack-ansible | 19:01 | |
*** nurdie has quit IRC | 19:05 | |
*** cjloader has joined #openstack-ansible | 19:12 | |
*** vnogin has joined #openstack-ansible | 19:13 | |
*** cjloader has quit IRC | 19:17 | |
*** vnogin has quit IRC | 19:19 | |
*** coreywright has joined #openstack-ansible | 19:20 | |
*** aludwar has joined #openstack-ansible | 19:25 | |
*** cshen has joined #openstack-ansible | 19:42 | |
*** cjloader has joined #openstack-ansible | 19:45 | |
*** v1a4 has quit IRC | 20:12 | |
*** vnogin has joined #openstack-ansible | 20:16 | |
*** vnogin has quit IRC | 20:21 | |
*** cjloader has quit IRC | 20:31 | |
*** cjloader has joined #openstack-ansible | 20:32 | |
openstackgerrit | Corey Wright proposed openstack/openstack-ansible-ops master: mnaio: Only resize machines00 LV when defaulting to systemd-nspawn https://review.openstack.org/582808 | 20:45 |
openstackgerrit | Corey Wright proposed openstack/openstack-ansible-ops master: mnaio: Only resize Swift & Cinder machines00 LV when using nspawn https://review.openstack.org/582808 | 20:49 |
*** ansmith has joined #openstack-ansible | 20:55 | |
*** cjloader has quit IRC | 20:57 | |
coreywright | antonym: i added you as a reviewer to https://review.openstack.org/582808 to allow you to correct me if i misunderstood / misinterpreted the intention of your original commit/change, ie https://review.openstack.org/581883 | 20:57 |
*** cshen has quit IRC | 21:15 | |
*** cshen has joined #openstack-ansible | 21:20 | |
*** cshen has quit IRC | 21:25 | |
guilhermesp | ansible's include_role fix was merged today for 2.7 https://github.com/ansible/ansible/pull/41330 | 21:33 |
*** pathcl_ is now known as pathcl | 21:48 | |
*** tux_ has joined #openstack-ansible | 23:39 | |
*** tux_ has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!