| *** woodard has joined #openstack-ansible | 00:30 | |
| *** woodard has quit IRC | 00:35 | |
| *** tomjosekal has joined #openstack-ansible | 00:49 | |
| *** rk4n has joined #openstack-ansible | 00:49 | |
| *** jwitko has joined #openstack-ansible | 00:50 | |
| mrhillsman | i'm not sure if you all have seen this | 00:53 |
|---|---|---|
| mrhillsman | but when trying to install master | 00:53 |
| mrhillsman | and mirror.rackspace.com being sketchy | 00:54 |
| *** rk4n has quit IRC | 00:54 | |
| mrhillsman | during the infrastructure playbook run, there is code that is designed to only run apt-get update when the last update is more than 5 minutes ago | 00:54 |
| mrhillsman | at least that is what i think :) | 00:54 |
| mrhillsman | it is unfortunately however problematic in that ansible_date_time never changes | 00:56 |
| mrhillsman | because it is pulled from ansible_facts | 00:56 |
| mrhillsman | ansible_date_time.epoch to be exact | 00:56 |
| mrhillsman | cloudnull odyssey4me ^ | 00:56 |
| mrhillsman | if not, i will work on filing a bug | 00:58 |
| *** Jeffrey4l has quit IRC | 01:01 | |
| *** Jeffrey4l has joined #openstack-ansible | 01:16 | |
| *** rk4n has joined #openstack-ansible | 01:16 | |
| *** rk4n has quit IRC | 01:21 | |
| *** woodard has joined #openstack-ansible | 01:32 | |
| *** woodard has quit IRC | 01:37 | |
| *** thorst has joined #openstack-ansible | 01:37 | |
| *** sdake has joined #openstack-ansible | 01:39 | |
| *** sdake_ has joined #openstack-ansible | 01:56 | |
| cloudnull | mrhillsman: yea thats an issue . | 01:56 |
| cloudnull | We've been trying to get that fixed for a little more than a yea https://github.com/ansible/ansible-modules-core/pull/1517 | 01:57 |
| * cloudnull had to find the pr | 01:57 | |
| *** sdake has quit IRC | 01:58 | |
| cloudnull | as for the RAX mirrors, we've found them to a bit scketchy recently too. | 01:58 |
| cloudnull | key issues, out of sync, missing packages, etc. | 01:59 |
| *** sdake_ has quit IRC | 02:01 | |
| cloudnull | Matias: did you get things going ? | 02:03 |
| cloudnull | also did you have a chance to pull in those patches? | 02:03 |
| Matias | not yet | 02:03 |
| Matias | still trying to fix some stuff in master | 02:03 |
| cloudnull | are the issues Master OSA or Master OpenStack ? | 02:08 |
| cloudnull | if OSA can I help? | 02:08 |
| cloudnull | or all of the above :) | 02:08 |
| *** markvoelker has joined #openstack-ansible | 02:09 | |
| Matias | master OSA :P | 02:10 |
| Matias | some regressions.. i'm sending PRs | 02:11 |
| cloudnull | cool | 02:11 |
| cloudnull | I just reviewed https://review.openstack.org/#/c/366280 - | 02:13 |
| cloudnull | if you have something queued up to use the file module to set the perms lets do that. | 02:13 |
| *** markvoelker has quit IRC | 02:13 | |
| openstackgerrit | Paulo Matias proposed openstack/openstack-ansible-os_swift: Fix missing newline in ceilometermiddleware config https://review.openstack.org/368377 | 02:14 |
| Matias | cloudnull: thanks, let's do it, but first let me try to fix this: https://bugs.launchpad.net/openstack-ansible/+bug/1622251 | 02:15 |
| openstack | Launchpad bug 1622251 in openstack-ansible "Regression: admin can't auth to gnocchi" [Undecided,New] | 02:15 |
| *** qwang has joined #openstack-ansible | 02:16 | |
| Matias | ceilometer is not creating resources in gnocchi and I think it may be related, I'm trying to redeploy ceilo right now | 02:17 |
| *** rk4n has joined #openstack-ansible | 02:17 | |
| cloudnull | ah . | 02:20 |
| cloudnull | sorry house guests just showed up | 02:20 |
| cloudnull | gotta run . | 02:20 |
| cloudnull | will check back later. | 02:20 |
| cloudnull | if you have a set of reviews you want me to look at let me know and I;ll look into them | 02:21 |
| *** rk4n has quit IRC | 02:22 | |
| Matias | cloudnull: thanks, good evening | 02:22 |
| *** hblah has joined #openstack-ansible | 02:23 | |
| mrhillsman | cloudnull is there a way to ignore ansible_facts in a playbook | 02:26 |
| prometheanfire | hi | 02:31 |
| *** hblah has quit IRC | 02:33 | |
| *** thorst has quit IRC | 02:37 | |
| *** thorst has joined #openstack-ansible | 02:37 | |
| *** thorst has quit IRC | 02:45 | |
| *** hblah has joined #openstack-ansible | 02:48 | |
| *** hblah has quit IRC | 03:11 | |
| *** klamath has quit IRC | 03:14 | |
| *** rk4n has joined #openstack-ansible | 03:18 | |
| *** rk4n has quit IRC | 03:23 | |
| *** hblah has joined #openstack-ansible | 03:37 | |
| *** bfg9000 has quit IRC | 03:42 | |
| *** thorst has joined #openstack-ansible | 03:44 | |
| *** thorst has quit IRC | 03:51 | |
| *** markvoelker has joined #openstack-ansible | 04:10 | |
| cloudnull | mrhillsman: you can purge them | 04:10 |
| cloudnull | rm /etc/openstack_deploy/ansible_facts/* | 04:11 |
| cloudnull | you can also set `gather_facts: false` at the top of the playbook | 04:11 |
| *** markvoelker has quit IRC | 04:15 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: Update all SHAs for Newton 2016-09-08 https://review.openstack.org/367531 | 04:16 |
| *** rk4n has joined #openstack-ansible | 04:19 | |
| *** rk4n has quit IRC | 04:23 | |
| openstackgerrit | SHASHANK TAVILDAR (shasha_tavil) proposed openstack/openstack-ansible: Enabled conversion of existing db and tables to utf8_general_ci [M->N] https://review.openstack.org/368193 | 04:44 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 04:48 |
| *** thorst has joined #openstack-ansible | 04:49 | |
| *** thorst has quit IRC | 04:56 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 04:56 |
| *** thorst has joined #openstack-ansible | 05:00 | |
| openstackgerrit | Logan V proposed openstack/openstack-ansible: Add ansible_host to dynamic inventory https://review.openstack.org/368386 | 05:00 |
| *** Jeffrey4l_ has joined #openstack-ansible | 05:00 | |
| *** Jeffrey4l has quit IRC | 05:02 | |
| *** klamath has joined #openstack-ansible | 05:02 | |
| *** tomjosekal has quit IRC | 05:03 | |
| *** rgogunskiy has joined #openstack-ansible | 05:05 | |
| *** npawelek_ has joined #openstack-ansible | 05:05 | |
| *** npawelek has quit IRC | 05:06 | |
| *** klamath has quit IRC | 05:07 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 05:10 |
| *** npawelek_ is now known as npawelek | 05:10 | |
| *** gouthamr has joined #openstack-ansible | 05:16 | |
| *** rk4n has joined #openstack-ansible | 05:19 | |
| *** rk4n has quit IRC | 05:24 | |
| *** rgogunskiy has quit IRC | 05:25 | |
| *** rgogunskiy has joined #openstack-ansible | 05:28 | |
| *** rgogunskiy has quit IRC | 05:28 | |
| *** gouthamr has quit IRC | 05:29 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 05:36 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: Update all SHAs for Newton 2016-09-08 https://review.openstack.org/367531 | 05:42 |
| *** rk4n has joined #openstack-ansible | 05:50 | |
| *** sdake has joined #openstack-ansible | 05:54 | |
| *** rk4n has quit IRC | 05:56 | |
| *** thorst has quit IRC | 06:06 | |
| *** thorst has joined #openstack-ansible | 06:08 | |
| *** markvoelker has joined #openstack-ansible | 06:11 | |
| *** markvoelker has quit IRC | 06:15 | |
| *** npawelek has quit IRC | 06:25 | |
| *** npawelek has joined #openstack-ansible | 06:25 | |
| *** askb has quit IRC | 06:38 | |
| *** npawelek has quit IRC | 06:39 | |
| *** npawelek has joined #openstack-ansible | 06:40 | |
| *** klamath has joined #openstack-ansible | 06:51 | |
| *** rk4n has joined #openstack-ansible | 06:51 | |
| *** klamath has quit IRC | 06:56 | |
| *** rk4n has quit IRC | 06:56 | |
| *** thorst has quit IRC | 07:05 | |
| *** thorst has joined #openstack-ansible | 07:06 | |
| *** thorst has quit IRC | 07:12 | |
| *** sdake has quit IRC | 07:31 | |
| *** thorst has joined #openstack-ansible | 07:42 | |
| *** rk4n has joined #openstack-ansible | 07:52 | |
| *** sdake has joined #openstack-ansible | 07:55 | |
| *** rk4n has quit IRC | 07:57 | |
| *** markvoelker has joined #openstack-ansible | 08:12 | |
| *** jwitko has quit IRC | 08:14 | |
| *** markvoelker has quit IRC | 08:16 | |
| *** sdake has quit IRC | 08:36 | |
| *** admin0 has joined #openstack-ansible | 08:39 | |
| *** klamath has joined #openstack-ansible | 08:40 | |
| *** klamath has quit IRC | 08:45 | |
| *** hblah has quit IRC | 09:15 | |
| *** hblah has joined #openstack-ansible | 09:44 | |
| *** rk4n has joined #openstack-ansible | 09:53 | |
| *** rk4n has quit IRC | 09:58 | |
| *** thorst has quit IRC | 10:01 | |
| *** thorst has joined #openstack-ansible | 10:02 | |
| *** thorst has quit IRC | 10:11 | |
| *** markvoelker has joined #openstack-ansible | 10:12 | |
| *** hblah has quit IRC | 10:14 | |
| *** hblah has joined #openstack-ansible | 10:15 | |
| *** markvoelker has quit IRC | 10:17 | |
| *** admin0 has quit IRC | 10:19 | |
| *** klamath has joined #openstack-ansible | 10:29 | |
| *** klamath has quit IRC | 10:33 | |
| *** dkehn_ has quit IRC | 10:46 | |
| *** dkehn_ has joined #openstack-ansible | 10:56 | |
| *** woodard has joined #openstack-ansible | 11:03 | |
| *** woodard has quit IRC | 11:03 | |
| *** woodard has joined #openstack-ansible | 11:04 | |
| *** thorst has joined #openstack-ansible | 11:08 | |
| *** thorst has quit IRC | 11:15 | |
| *** jwitko has joined #openstack-ansible | 11:19 | |
| *** hblah has quit IRC | 11:31 | |
| *** rk4n has joined #openstack-ansible | 11:55 | |
| *** rk4n has quit IRC | 12:00 | |
| *** thorst has joined #openstack-ansible | 12:02 | |
| *** thorst has quit IRC | 12:04 | |
| *** thorst has joined #openstack-ansible | 12:05 | |
| *** thorst has quit IRC | 12:14 | |
| *** klamath has joined #openstack-ansible | 12:17 | |
| *** klamath has quit IRC | 12:22 | |
| *** hblah has joined #openstack-ansible | 12:37 | |
| *** klamath has joined #openstack-ansible | 12:46 | |
| *** rk4n has joined #openstack-ansible | 12:56 | |
| *** rk4n has quit IRC | 13:01 | |
| *** thorst has joined #openstack-ansible | 13:11 | |
| *** galstrom_zzz is now known as galstrom | 13:16 | |
| *** galstrom is now known as galstrom_zzz | 13:19 | |
| *** evrardjp has quit IRC | 13:34 | |
| *** evrardjp has joined #openstack-ansible | 13:35 | |
| *** hblah has quit IRC | 13:49 | |
| *** rk4n has joined #openstack-ansible | 13:57 | |
| *** rk4n has quit IRC | 14:01 | |
| *** markvoelker has joined #openstack-ansible | 14:14 | |
| *** markvoelker has quit IRC | 14:18 | |
| *** jwitko has quit IRC | 14:22 | |
| *** johnmilton has quit IRC | 14:33 | |
| *** johnmilton has joined #openstack-ansible | 14:50 | |
| *** rk4n has joined #openstack-ansible | 14:57 | |
| *** rk4n has quit IRC | 15:02 | |
| *** janki has joined #openstack-ansible | 15:05 | |
| *** Jeffrey4l_ has quit IRC | 15:25 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 15:30 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 15:39 |
| *** john51_ has quit IRC | 15:41 | |
| *** john51 has joined #openstack-ansible | 15:42 | |
| *** dkehn_ has quit IRC | 15:44 | |
| openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi: Fix operator precedence https://review.openstack.org/368349 | 15:56 |
| *** rk4n has joined #openstack-ansible | 15:58 | |
| *** rk4n has quit IRC | 16:03 | |
| *** admin0 has joined #openstack-ansible | 16:03 | |
| openstackgerrit | Merged openstack/openstack-ansible-tests: Add tempest tests to test-repository https://review.openstack.org/366243 | 16:03 |
| *** galstrom_zzz is now known as galstrom | 16:12 | |
| evrardjp | thanks cloudnull on the work on ansible 2.1.1 :D | 16:14 |
| cloudnull | :) | 16:14 |
| cloudnull | we should get an etherpad together for all the things that need to be done for this cycle to close out | 16:14 |
| cloudnull | I think that is one of them | 16:14 |
| evrardjp | agreed | 16:14 |
| *** markvoelker has joined #openstack-ansible | 16:15 | |
| evrardjp | https://etherpad.openstack.org/p/os-endofcycle-newton | 16:15 |
| evrardjp | agreed | 16:16 |
| evrardjp | well I am not sure everything is gonna be fixed directly but I understand | 16:16 |
| cloudnull | indeed. | 16:18 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 16:19 |
| *** markvoelker has quit IRC | 16:19 | |
| *** admin0 has quit IRC | 16:22 | |
| evrardjp | I think odyssey4me already had an etherpad somewhere on the upgrades, let me find that again | 16:24 |
| evrardjp | cloudnull: do you mind if I move the " updating dynamic vars" to the specific etherpad? | 16:27 |
| cloudnull | not at all | 16:27 |
| *** admin0 has joined #openstack-ansible | 16:28 | |
| *** jwitko has joined #openstack-ansible | 16:28 | |
| evrardjp | cloudnull: Ok I found the items back | 16:29 |
| evrardjp | the etherpad back I mean | 16:29 |
| evrardjp | https://etherpad.openstack.org/p/osa-newton-rc1 | 16:29 |
| evrardjp | I will move our content there | 16:30 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-tests: Fixed variable quoting https://review.openstack.org/368458 | 16:33 |
| openstackgerrit | Merged openstack/openstack-ansible-os_swift: Fix missing newline in ceilometermiddleware config https://review.openstack.org/368377 | 16:33 |
| *** janki has quit IRC | 16:42 | |
| *** admin0 has quit IRC | 16:46 | |
| *** rk4n has joined #openstack-ansible | 16:53 | |
| *** rk4n has quit IRC | 16:58 | |
| *** rk4n has joined #openstack-ansible | 17:25 | |
| *** galstrom is now known as galstrom_zzz | 17:25 | |
| *** rk4n has quit IRC | 17:29 | |
| openstackgerrit | Merged openstack/openstack-ansible-tests: Fixed variable quoting https://review.openstack.org/368458 | 17:34 |
| *** thorst has quit IRC | 17:34 | |
| *** thorst has joined #openstack-ansible | 17:35 | |
| *** thorst has quit IRC | 17:44 | |
| *** maurosr has quit IRC | 17:50 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 17:50 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_sahara: Convert role testing to use Ansible 2.1.1 https://review.openstack.org/353612 | 17:51 |
| *** rk4n has joined #openstack-ansible | 17:55 | |
| *** Jeffrey4l has joined #openstack-ansible | 17:59 | |
| *** galstrom_zzz is now known as galstrom | 18:00 | |
| *** rk4n has quit IRC | 18:00 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_sahara: Convert role testing to use Ansible 2.1.1 https://review.openstack.org/353612 | 18:01 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 18:08 |
| *** npawelek has quit IRC | 18:14 | |
| *** galstrom is now known as galstrom_zzz | 18:15 | |
| *** npawelek has joined #openstack-ansible | 18:19 | |
| *** admin0 has joined #openstack-ansible | 18:27 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 18:28 |
| *** thorst has joined #openstack-ansible | 18:32 | |
| *** gouthamr has joined #openstack-ansible | 18:39 | |
| *** thorst has quit IRC | 18:39 | |
| *** thorst has joined #openstack-ansible | 18:40 | |
| *** admin0 has quit IRC | 18:42 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create: Ansible 2.1.1 role testing https://review.openstack.org/354373 | 18:44 |
| *** thorst has quit IRC | 18:48 | |
| *** rk4n has joined #openstack-ansible | 18:56 | |
| *** rk4n has quit IRC | 19:01 | |
| *** rk4n has joined #openstack-ansible | 19:06 | |
| *** rk4n has quit IRC | 19:17 | |
| *** asettle has joined #openstack-ansible | 19:24 | |
| *** asettle has quit IRC | 19:29 | |
| *** asettle has joined #openstack-ansible | 19:31 | |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible: Fix cinder_storage_address for iscsi https://review.openstack.org/368472 | 19:32 |
| *** gouthamr has quit IRC | 19:33 | |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_cinder: Fix iscsi_ip_address variable. https://review.openstack.org/368474 | 19:35 |
| *** asettle has quit IRC | 19:36 | |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible: Fix cinder_storage_address for iscsi https://review.openstack.org/368472 | 19:39 |
| *** gouthamr has joined #openstack-ansible | 19:39 | |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_cinder: Fix iscsi_ip_address variable. https://review.openstack.org/368474 | 19:39 |
| *** psilvad has quit IRC | 19:41 | |
| *** gouthamr has quit IRC | 19:44 | |
| *** thorst has joined #openstack-ansible | 19:45 | |
| *** thorst has quit IRC | 19:54 | |
| *** galstrom_zzz is now known as galstrom | 20:10 | |
| *** galstrom is now known as galstrom_zzz | 20:17 | |
| *** rk4n has joined #openstack-ansible | 20:18 | |
| *** rk4n has quit IRC | 20:22 | |
| openstackgerrit | Merged openstack/openstack-ansible: Enabled conversion of existing db and tables to utf8_general_ci [M->N] https://review.openstack.org/368193 | 20:28 |
| *** AnarchyAo has joined #openstack-ansible | 20:29 | |
| *** Mudpuppy_afk has joined #openstack-ansible | 20:33 | |
| *** psilvad has joined #openstack-ansible | 20:37 | |
| *** thorst has joined #openstack-ansible | 20:51 | |
| *** thorst has quit IRC | 20:59 | |
| *** npawelek has quit IRC | 21:03 | |
| *** npawelek has joined #openstack-ansible | 21:03 | |
| mrda | Morning OSA | 21:12 |
| *** admin0 has joined #openstack-ansible | 21:28 | |
| *** Mudpuppy_afk has quit IRC | 21:30 | |
| *** Mudpuppy_afk has joined #openstack-ansible | 21:31 | |
| *** Mudpuppy_afk has quit IRC | 21:36 | |
| *** thorst has joined #openstack-ansible | 21:56 | |
| *** galstrom_zzz is now known as galstrom | 21:59 | |
| *** thorst has quit IRC | 22:04 | |
| *** askb has joined #openstack-ansible | 22:06 | |
| *** galstrom is now known as galstrom_zzz | 22:09 | |
| *** markvoelker has joined #openstack-ansible | 22:17 | |
| *** rk4n has joined #openstack-ansible | 22:19 | |
| *** admin0 has quit IRC | 22:19 | |
| *** markvoelker has quit IRC | 22:22 | |
| *** rk4n has quit IRC | 22:24 | |
| *** darrenc_ has joined #openstack-ansible | 22:34 | |
| *** galstrom_zzz is now known as galstrom | 22:58 | |
| *** thorst has joined #openstack-ansible | 23:01 | |
| *** asettle has joined #openstack-ansible | 23:02 | |
| *** woodard has quit IRC | 23:04 | |
| *** woodard has joined #openstack-ansible | 23:04 | |
| *** asettle has quit IRC | 23:06 | |
| *** michauds has joined #openstack-ansible | 23:08 | |
| *** thorst has quit IRC | 23:09 | |
| *** rk4n has joined #openstack-ansible | 23:20 | |
| *** rk4n has quit IRC | 23:24 | |
| *** galstrom is now known as galstrom_zzz | 23:27 | |
| *** rk4n has joined #openstack-ansible | 23:51 | |
| *** michauds has quit IRC | 23:53 | |
| *** rk4n has quit IRC | 23:55 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!