Tuesday, 2016-08-02

openstackgerritMerged openstack/openstack-ansible: Add the galera_client dependency to the repo build  https://review.openstack.org/34853300:09
openstackgerritMerged openstack/openstack-ansible: Support users without projects in keystone library  https://review.openstack.org/34756400:11
*** eil397 has quit IRC00:14
*** eil397__ has quit IRC00:14
openstackgerritMerged openstack/openstack-ansible: Update the home-page info with the developer documentation  https://review.openstack.org/34936800:15
*** thorst has quit IRC00:16
*** thorst has joined #openstack-ansible00:17
*** eil397_ has joined #openstack-ansible00:21
*** thorst has quit IRC00:21
*** fxpester has joined #openstack-ansible00:30
*** jamielennox is now known as jamielennox|away00:49
*** jamielennox|away is now known as jamielennox01:03
*** fxpester has quit IRC01:04
*** eil397_ has quit IRC01:06
*** sdake has quit IRC01:14
*** thorst has joined #openstack-ansible01:20
*** spedione|AWAY is now known as spedione01:23
*** eil397_ has joined #openstack-ansible01:25
*** thorst has quit IRC01:26
*** thorst has joined #openstack-ansible01:29
*** spedione is now known as spedione|AWAY01:30
*** thorst has quit IRC01:30
openstackgerritDarren Chan proposed openstack/openstack-ansible: [docs] Edit the installation chapter  https://review.openstack.org/34940401:36
*** wadeholler has quit IRC01:43
*** jhesketh has quit IRC01:51
*** jhesketh has joined #openstack-ansible01:51
*** wadeholler has joined #openstack-ansible01:56
*** wadeholler has joined #openstack-ansible01:57
*** johnmilton has quit IRC01:57
openstackgerritDarren Chan proposed openstack/openstack-ansible: [docs] Edit the installation chapter  https://review.openstack.org/34940402:01
*** retreved has joined #openstack-ansible02:07
*** eil397_ has quit IRC02:07
cloudnullany cores about that might want to review the sha bump for stable/mitaka02:08
cloudnullhttps://review.openstack.org/#/c/34953502:08
cloudnullcurrent checkouts of the head of the main repo are busted when adding controllers due to this patch missing https://github.com/openstack/openstack-ansible-os_neutron/commit/ba7b2c88cd966da3187ea3b4ec88211d94afcb4202:09
cloudnullthanks ^^ mrhillsman for finding that02:09
cloudnullthe sha bump patch pulls in the needful02:09
cloudnulljmccrory stevelle odyssey4me andymccr d34dh0r53 evrardjp mhayden hughsaunders mattt ^02:10
*** johnmilton has joined #openstack-ansible02:12
mrhillsmanthank you cloudnull for assisting :)02:16
*** retreved has quit IRC02:23
*** markvoelker has joined #openstack-ansible02:25
*** shasha_tavil has joined #openstack-ansible02:26
*** jamielennox is now known as jamielennox|away02:28
*** zerda2 has joined #openstack-ansible02:28
*** markvoelker_ has joined #openstack-ansible02:30
*** markvoelker has quit IRC02:30
*** thorst has joined #openstack-ansible02:31
*** thorst has quit IRC02:36
*** eil397_ has joined #openstack-ansible02:38
*** jamielennox|away is now known as jamielennox02:42
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Support multiple rabbitmq clusters  https://review.openstack.org/34488402:42
*** eil397_ has quit IRC02:42
*** wadeholler has quit IRC02:42
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_swift: Fixed simple performance issue and deprecations  https://review.openstack.org/34976302:57
cloudnullso idk if folks are around but i've been working on how to squeeze more performance out of just about everything and recently discovered that ansible will spin lock on a task that is "skipped" if it's been included, the include contains vars, and the tasks within the include use a lookup (like with_items).02:59
automagicallycloudnull that’s digging deep03:00
automagicallyYou are seriously eeking out every last cycle03:00
cloudnullso we should be able to fix get back several minutes of execution time by doing this https://review.openstack.org/#/c/34976303:00
cloudnullmore so https://review.openstack.org/#/c/349763/1/tasks/swift_init_systemd.yml03:00
cloudnull^ automagically on an AIO that change saves ~2 minutes of execution time.03:01
automagicallyNice find man!03:01
cloudnulli think my hair has gotten a lot grayer lately.03:02
automagicallyminor fix on that patch03:03
mcardencloudnull: Heh - I'm just finishing testing a patch to fix those deprecation warnings in swift_rings_build and swift_rings_post_distribution_check.. You beat me to it. :)03:04
cloudnullsorry brother.03:05
cloudnullautomagically: nice catch03:05
mcardenNo problem - I've observed other things that I will track down03:05
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_swift: Fixed simple performance issue and deprecations  https://review.openstack.org/34976303:06
cloudnullautomagically: ^ nice catch03:06
*** asettle has joined #openstack-ansible03:07
cloudnulltime with the change "4m4.486s" time without "6m43.042s" -- and thats rerunning on an already deployed aio...03:10
cloudnulljust reran both to verify03:11
automagicallydefinitely should open an issue with Ansible upstream on that one03:11
cloudnullso I think we can make similar updates to all of our roles, specifically where systemd is used to save a bunch of time.03:11
cloudnullautomagically: ++ already on it03:12
*** shasha_tavil has quit IRC03:13
*** asettle has quit IRC03:13
cloudnullmcarden and others, idk if you'd be up to work on some of those patchs, kinda low hanging fruit and monotonous, but i think could give us back quite a bit of time.03:13
mcardenSorry, which bit?03:14
cloudnullessentiall in the os_* roles we use the same task process03:15
cloudnullso https://review.openstack.org/#/c/349763/1/tasks/swift_init_systemd.yml would need to change in the roles03:15
mcardenAh, right03:15
mcardenSure, I can typey typey something like that in some roles.03:16
cloudnullI'm happy to slam that out (maybe tomorrow) but if you'd be interested I'd be appreciative of the assist :)03:16
mcardenHappy to.03:17
neillcI'm happy to do some typey type as well if that would help. heading off to a uni lecture shorly but will be back this afternoon03:17
*** janki has joined #openstack-ansible03:21
cloudnullsweet!03:25
cloudnullthanks neillc mcarden03:25
mcardenNP03:26
openstackgerritMerged openstack/openstack-ansible: Update all SHAs for 13.3.1  https://review.openstack.org/34953503:31
cloudnullautomagically: https://github.com/ansible/ansible/issues/1691303:35
cloudnullothers too. ^03:35
automagicallycloudnull: ++ Thanks for filing the issue03:36
*** thorst has joined #openstack-ansible03:36
cloudnullyea, hopfully it gets fixed in the next year or so. ;)03:36
cloudnullI've been digging into the source but i've not found the specific path that caues the slowdown.03:37
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_aodh: Fix ansible performance issue  https://review.openstack.org/34977503:45
*** thorst has quit IRC03:45
mcardencloudnull:, before I hit any others... ^^^03:45
*** shausy has joined #openstack-ansible03:57
*** sguduru has joined #openstack-ansible03:58
*** albertcard has quit IRC04:00
*** janki has quit IRC04:02
sgudurucan somebody review this https://review.openstack.org/#/c/349418/ please?04:06
openstackgerritLogan V proposed openstack/openstack-ansible: Define retries on ceph keyring fetch task  https://review.openstack.org/34978004:09
*** eil397_ has joined #openstack-ansible04:13
*** berendt has quit IRC04:15
*** markvoelker_ has quit IRC04:15
*** berendt has joined #openstack-ansible04:34
*** eil397_ has quit IRC04:35
*** eil397_ has joined #openstack-ansible04:41
*** thorst has joined #openstack-ansible04:43
*** thorst has quit IRC04:51
*** elo has joined #openstack-ansible04:52
*** eric_lopez has quit IRC04:55
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_ceilometer: Fix ansible performance issue  https://review.openstack.org/34979104:56
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_cinder: Fix ansible performance issue  https://review.openstack.org/34979204:56
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_designate: Fix ansible performance issue  https://review.openstack.org/34979304:57
*** berendt has quit IRC04:57
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_glance: Fix ansible performance issue  https://review.openstack.org/34979404:58
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_gnocchi: Fix ansible performance issue  https://review.openstack.org/34979504:59
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_heat: Fix ansible performance issue  https://review.openstack.org/34979605:00
*** eil397 has joined #openstack-ansible05:00
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_neutron: Fix ansible performance issue  https://review.openstack.org/34979705:01
openstackgerritMichael Carden proposed openstack/openstack-ansible-os_nova: Fix ansible performance issue  https://review.openstack.org/34979805:02
openstackgerritSirisha Guduru proposed openstack/openstack-ansible-ops: Playbook to mount drives in swift object nodes  https://review.openstack.org/34941805:02
openstackgerritDarren Chan proposed openstack/openstack-ansible: [docs] Revise deployment configuration chapter  https://review.openstack.org/34979905:06
openstackgerritSirisha Guduru proposed openstack/openstack-ansible-ops: Playbook to mount drives in swift object nodes  https://review.openstack.org/34941805:06
*** markvoelker has joined #openstack-ansible05:10
*** markvoelker has quit IRC05:16
*** janki has joined #openstack-ansible05:19
*** eil397 has quit IRC05:20
*** eil397_ has quit IRC05:21
*** elopez_ has quit IRC05:31
*** derekjhyang has quit IRC05:42
*** berendt has joined #openstack-ansible05:48
*** thorst has joined #openstack-ansible05:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Refactor "get_instance_info" gathering  https://review.openstack.org/34761005:51
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Remove SSL protocol/cipher from AIO user_variables.yml  https://review.openstack.org/34887705:52
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Use keystone library for heat_stack_domain_admin  https://review.openstack.org/34833005:53
*** thorst has quit IRC05:55
*** javeriak has joined #openstack-ansible06:00
*** sguduru has quit IRC06:00
*** markvoelker has joined #openstack-ansible06:06
openstackgerritDarren Chan proposed openstack/openstack-ansible: [docs] Edit the installation chapter  https://review.openstack.org/34940406:06
*** sguduru has joined #openstack-ansible06:07
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Add SNI support via OS packages  https://review.openstack.org/34981406:08
*** markvoelker has quit IRC06:13
openstackgerritDarren Chan proposed openstack/openstack-ansible: [docs] Revise deployment configuration chapter  https://review.openstack.org/34979906:24
openstackgerritMerged openstack/openstack-ansible-os_ceilometer: Fix ansible performance issue  https://review.openstack.org/34979106:29
openstackgerritMerged openstack/openstack-ansible-os_gnocchi: Fix ansible performance issue  https://review.openstack.org/34979506:33
*** bootsha has joined #openstack-ansible06:48
*** fignew has quit IRC06:49
*** thorst has joined #openstack-ansible06:53
*** eil397_ has joined #openstack-ansible06:53
*** janki has quit IRC06:54
*** eil397_ has quit IRC06:58
*** thorst has quit IRC07:01
*** markvoelker has joined #openstack-ansible07:02
*** markvoelker has quit IRC07:08
*** fxpester has joined #openstack-ansible07:11
*** DrifterZA has joined #openstack-ansible07:14
*** mikelk has joined #openstack-ansible07:20
*** aszeszo has joined #openstack-ansible07:30
*** janki has joined #openstack-ansible07:33
DrifterZAmorning07:40
mcardenDrifterZA: Good evening (from my POV)07:42
openstackgerritMerged openstack/openstack-ansible-os_glance: Fix ansible performance issue  https://review.openstack.org/34979407:43
openstackgerritMerged openstack/openstack-ansible-os_designate: Fix ansible performance issue  https://review.openstack.org/34979307:44
openstackgerritMerged openstack/openstack-ansible-os_heat: Fix ansible performance issue  https://review.openstack.org/34979607:45
odyssey4meo/07:45
mcarden\o odyssey4me07:46
odyssey4memcarden thanks for those patches - are you going to do the rest of the repositories too?07:46
odyssey4me:)07:46
mcardenYou Sir, are a cruel taskmaster07:47
odyssey4meotherwise I can pick up a few of them07:47
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-memcached_server: Add ability to change apt/yum package state  https://review.openstack.org/34968607:48
mcardenPlease do because (a) It's night-time for me and (b) I have NFI where they are.07:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server: Add ability to change apt/yum package state  https://review.openstack.org/34967407:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-openstack_hosts: Add ability to change apt/yum package state  https://review.openstack.org/34968707:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts: Add ability to change apt/yum package state  https://review.openstack.org/34967607:49
evrardjpgood morning everyone07:50
odyssey4melol @ mcarden alrighty07:50
odyssey4meg'nite then07:50
mcardenThanks odyssey4me.07:51
odyssey4memcarden FYI https://github.com/openstack/?query=openstack-ansible07:51
odyssey4meor perhaps for this use-case: https://github.com/openstack/?query=openstack-ansible-os_07:51
mcardenGosh07:51
mcardenThanks07:52
openstackgerritMerged openstack/openstack-ansible-os_aodh: Fix ansible performance issue  https://review.openstack.org/34977507:52
openstackgerritMerged openstack/openstack-ansible-os_swift: Fixed simple performance issue and deprecations  https://review.openstack.org/34976307:53
openstackgerritMerged openstack/openstack-ansible-os_cinder: Fix ansible performance issue  https://review.openstack.org/34979207:53
odyssey4meevrardjp https://review.openstack.org/34902807:54
evrardjpthanks :D07:55
*** thorst has joined #openstack-ansible07:58
*** markvoelker has joined #openstack-ansible07:58
odyssey4memcarden did you script those edits?07:59
* odyssey4me sees that there are now tags where there weren't any07:59
* odyssey4me gets more coffee07:59
openstackgerritMerged openstack/openstack-ansible-os_glance: Fix bug in RPC config that broke Rabbit SSL support  https://review.openstack.org/34902808:03
*** markvoelker has quit IRC08:04
*** thorst has quit IRC08:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_barbican: Fix ansible performance issue  https://review.openstack.org/34984808:06
openstackgerritMerged openstack/openstack-ansible-os_nova: Fix ansible performance issue  https://review.openstack.org/34979808:07
evrardjpis there someone that is using ansible 2.1.1 here?08:07
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty: Implement Multi-OS support in os_cloudkitty  https://review.openstack.org/34695208:08
mcardenodyssey4me: Sadly, they were all hand crafted. My scritp-fu is not confident of not breaking things.08:08
mcarden*script-fu08:09
odyssey4memcarden yeah, my brain isn't running at enough speed to script it right now08:09
*** jamielennox is now known as jamielennox|away08:10
odyssey4meI just noticed that we may also need to do another pass on those, because the mode is seen by Ansible as an integer and will therefore cause a deprecation warning with v208:10
odyssey4menotice the difference between your patches and the barbican one08:10
mcardenOh. No. I can't look now - cooking dinner.08:11
odyssey4mesure thing :) have a great evening - stop looking at IRC :p08:13
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara: Fix ansible performance issue  https://review.openstack.org/34985408:17
*** meteorfox has quit IRC08:17
*** v1k0d3n has quit IRC08:17
*** mfisch has quit IRC08:17
*** v1k0d3n has joined #openstack-ansible08:18
*** kong has quit IRC08:19
*** meteorfox has joined #openstack-ansible08:20
*** kong_ has joined #openstack-ansible08:21
*** kong_ has quit IRC08:21
*** kong_ has joined #openstack-ansible08:21
*** kong_ is now known as kong08:21
*** mfisch has joined #openstack-ansible08:22
*** mfisch has quit IRC08:22
*** mfisch has joined #openstack-ansible08:22
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift: Ensure that mode is a string  https://review.openstack.org/34986008:32
openstackgerritMerged openstack/openstack-ansible-lxc_container_create: Allow a deployer to disable container restarts  https://review.openstack.org/34888508:32
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift: Ensure that mode is a string  https://review.openstack.org/34986008:33
*** javeriak has quit IRC08:36
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron: Ensure that mode is a string  https://review.openstack.org/34986408:36
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova: Ensure that mode is a string  https://review.openstack.org/34986808:38
*** asettle has joined #openstack-ansible08:40
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder: Ensure that mode is a string  https://review.openstack.org/34987108:40
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_aodh: Ensure that mode is a string  https://review.openstack.org/34987208:41
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat: Ensure that mode is a string  https://review.openstack.org/34987508:43
openstackgerritMerged openstack/openstack-ansible-os_nova: If /var/lib/libvirt/qemu/save exists, move it to nova_libvirt_save_path  https://review.openstack.org/34692408:43
*** admin0 has joined #openstack-ansible08:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_designate: Remove unnecessary tags  https://review.openstack.org/34987808:45
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance: Ensure that mode is a string  https://review.openstack.org/34987908:46
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_gnocchi: Remove unnecessary tags  https://review.openstack.org/34988108:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Ensure that mode is a string  https://review.openstack.org/34988208:50
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron: Ensure that mode is a string  https://review.openstack.org/34986408:51
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova: Ensure that mode is a string  https://review.openstack.org/34986808:51
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder: Ensure that mode is a string  https://review.openstack.org/34987108:52
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_aodh: Ensure that mode is a string  https://review.openstack.org/34987208:52
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat: Ensure that mode is a string  https://review.openstack.org/34987508:53
*** bootsha has quit IRC08:53
*** bootsha has joined #openstack-ansible08:53
*** markvoelker has joined #openstack-ansible08:54
*** bootsha has quit IRC08:54
*** electrofelix has joined #openstack-ansible08:56
*** bootsha has joined #openstack-ansible08:58
*** bootsha has quit IRC08:59
*** bootsha has joined #openstack-ansible09:00
*** markvoelker has quit IRC09:00
*** bootsha has quit IRC09:01
*** bootsha has joined #openstack-ansible09:01
evrardjpit's quite a silent day09:02
*** thorst has joined #openstack-ansible09:03
*** admin0_ has joined #openstack-ansible09:10
*** thorst has quit IRC09:10
*** admin0 has quit IRC09:12
*** admin0_ is now known as admin009:12
*** retreved has joined #openstack-ansible09:18
*** retreved has quit IRC09:19
*** retreved has joined #openstack-ansible09:19
*** bootsha has quit IRC09:19
openstackgerritAlexandra Settle proposed openstack/openstack-ansible: [DOCS] Fixing incorrect ceilometer docs  https://review.openstack.org/34989909:32
*** bootsha has joined #openstack-ansible09:34
*** omiday has quit IRC09:35
openstackgerritAlexandra Settle proposed openstack/openstack-ansible: [docs] Revise deployment configuration chapter  https://review.openstack.org/34979909:36
*** omiday has joined #openstack-ansible09:37
DrifterZAodyssey4me: any plans on supporting nova-lxd hypervisor driver ?09:41
DrifterZAnova_virt_type: lxd09:42
DrifterZAfor example09:42
DrifterZAnevermind I see https://review.openstack.org/#/c/346901/09:45
*** deadnull has joined #openstack-ansible09:46
*** javeriak has joined #openstack-ansible09:47
*** markvoelker has joined #openstack-ansible09:49
*** markvoelker has quit IRC09:56
odyssey4meDrifterZA :)10:04
*** wadeholler has joined #openstack-ansible10:04
*** thorst has joined #openstack-ansible10:08
*** thorst has quit IRC10:15
*** mikelk has quit IRC10:18
*** mikelk has joined #openstack-ansible10:18
*** zerda2 has quit IRC10:23
*** admin0 has quit IRC10:25
*** admin0 has joined #openstack-ansible10:26
*** asettle has quit IRC10:28
*** bootsha has quit IRC10:28
*** wadeholler has quit IRC10:29
*** deadnull has quit IRC10:30
*** wadeholler has joined #openstack-ansible10:30
*** bootsha has joined #openstack-ansible10:31
*** johnmilton has quit IRC10:33
*** jimbaker has quit IRC10:37
*** jimbaker has joined #openstack-ansible10:37
*** jimbaker has quit IRC10:37
*** jimbaker has joined #openstack-ansible10:37
*** fxpester has quit IRC10:38
*** asettle has joined #openstack-ansible10:40
*** javeriak has quit IRC10:42
*** asettle has quit IRC10:43
*** asettle has joined #openstack-ansible10:44
*** markvoelker has joined #openstack-ansible10:45
odyssey4meContinue applying a pattern to allow fine-grained control over package installs across all repositories. Patches to bypass https://github.com/ansible/ansible/issues/16913 which affects deployment performance quite badly.10:46
odyssey4meoops, wrong window10:47
*** johnmilton has joined #openstack-ansible10:47
*** markvoelker has quit IRC10:51
*** berendt has quit IRC10:51
*** fxpester has joined #openstack-ansible10:52
*** berendt has joined #openstack-ansible11:01
*** eil397_ has joined #openstack-ansible11:03
*** gparaskevas has joined #openstack-ansible11:05
*** eil397_ has quit IRC11:07
*** smatzek has joined #openstack-ansible11:10
*** weshay has quit IRC11:11
*** thorst has joined #openstack-ansible11:12
odyssey4meevrardjp FYI https://github.com/openstack/openstack-ansible/blob/master/playbooks/roles/ceph_client/defaults/main.yml#L54-L6311:15
*** abelur_ has quit IRC11:17
*** thorst has quit IRC11:20
*** javeriak has joined #openstack-ansible11:24
*** sdake has joined #openstack-ansible11:27
*** sdake_ has joined #openstack-ansible11:30
*** thorst has joined #openstack-ansible11:30
*** xnodeza has joined #openstack-ansible11:31
*** sdake has quit IRC11:31
*** javeriak has quit IRC11:34
*** markvoelker has joined #openstack-ansible11:39
*** johnmilton has quit IRC11:41
*** markvoelker_ has joined #openstack-ansible11:44
*** markvoelker has quit IRC11:44
odyssey4meandymccr evrardjp spare a moment for a backport review please https://review.openstack.org/34981411:46
*** thorst has quit IRC11:46
*** sdake_ is now known as sdake11:51
*** sguduru has quit IRC11:52
*** javeriak has joined #openstack-ansible11:55
*** weshay has joined #openstack-ansible11:57
*** psilvad has joined #openstack-ansible11:57
mhaydenmorning folksies11:57
openstackgerritDarren Birkett proposed openstack/openstack-ansible: Better control of mariadb restarts in upgrades  https://review.openstack.org/34995311:59
odyssey4memhayden FYI https://review.openstack.org/348901 has merged - we're just waiting for the right guy to come online to do a bindep release, then it'll be done12:06
mhaydenyay!12:06
mhaydenodyssey4me: does anything in openstack/requirements need to get bumped?12:06
odyssey4mealso note that https://review.openstack.org/329892 has merged, so the check/gate jobs have different names now12:06
odyssey4memhayden not sure - will check with fungi once he's online12:07
*** woodard has joined #openstack-ansible12:07
*** woodard has quit IRC12:07
*** woodard has joined #openstack-ansible12:08
mhaydenwell there's certainly no need for name-calling, odyssey4me12:09
openstackgerritDarren Chan proposed openstack/openstack-ansible: [docs] Revise deployment configuration chapter  https://review.openstack.org/34979912:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_aodh: Add ability to change apt/yum package state  https://review.openstack.org/34996112:15
*** cbits has joined #openstack-ansible12:20
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_barbican: Add ability to change apt/yum package state  https://review.openstack.org/34996312:20
*** fxpester|2 has joined #openstack-ansible12:21
*** fxpester has quit IRC12:25
*** johnmilton has joined #openstack-ansible12:25
openstackgerritMerged openstack/openstack-ansible-ops: Playbook to mount drives in swift object nodes  https://review.openstack.org/34941812:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Add ability to change apt/yum package state  https://review.openstack.org/34996912:27
openstackgerritMerged openstack/openstack-ansible-os_aodh: Fix bug in RPC config that broke Rabbit SSL support  https://review.openstack.org/34904312:28
*** eil397_ has joined #openstack-ansible12:28
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Add ability to change apt/yum package state  https://review.openstack.org/34996912:29
openstackgerritMerged openstack/openstack-ansible-os_keystone: Fix bug in RPC config that broke Rabbit SSL support  https://review.openstack.org/34903212:31
openstackgerritMerged openstack/openstack-ansible-os_neutron: Fix bug in RPC config that broke Rabbit SSL support  https://review.openstack.org/34901012:31
*** javeriak has quit IRC12:32
*** javeriak has joined #openstack-ansible12:32
*** eil397_ has quit IRC12:33
openstackgerritMerged openstack/openstack-ansible-os_heat: Fix bug in RPC config that broke Rabbit SSL support  https://review.openstack.org/34904012:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder: Add ability to change apt/yum package state  https://review.openstack.org/34997512:34
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty: Add ability to change apt/yum package state  https://review.openstack.org/34997612:38
openstackgerritMerged openstack/openstack-ansible-repo_server: Remove fastcgi and related configuration  https://review.openstack.org/34615412:38
openstackgerritMerged openstack/openstack-ansible-os_cinder: Fix bug in RPC config that broke Rabbit SSL support  https://review.openstack.org/34903412:39
*** thorst has joined #openstack-ansible12:40
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_designate: Add ability to change apt/yum package state  https://review.openstack.org/34998012:41
*** klamath has joined #openstack-ansible12:43
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty: Implement Multi-OS support in os_cloudkitty  https://review.openstack.org/34695212:47
*** janki has quit IRC12:48
*** janki has joined #openstack-ansible12:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance: Add ability to change apt/yum package state  https://review.openstack.org/34998512:52
*** xnodeza has quit IRC12:55
*** dmsimard|afk is now known as dmsimard12:55
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_gnocchi: Add ability to change apt/yum package state  https://review.openstack.org/34998712:58
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible: Implement an opportunistic strategy  https://review.openstack.org/34948512:59
cloudnullmornings12:59
*** hwcomcn has joined #openstack-ansible13:01
*** DrifterZA has quit IRC13:01
*** hwcomcn has quit IRC13:01
*** DrifterZA has joined #openstack-ansible13:01
*** hwcomcn has joined #openstack-ansible13:02
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat: Add ability to change apt/yum package state  https://review.openstack.org/34999113:02
*** eil397_ has joined #openstack-ansible13:02
*** messy has joined #openstack-ansible13:07
*** eil397_ has quit IRC13:07
openstackgerritMerged openstack/openstack-ansible-os_magnum: Fix ansible performance issue  https://review.openstack.org/34985313:13
odyssey4melet the merge party begin :p13:13
openstackgerritMerged openstack/openstack-ansible-openstack_hosts: Add ability to change apt/yum package state  https://review.openstack.org/34968713:14
openstackgerritMerged openstack/openstack-ansible-lxc_hosts: Add ability to change apt/yum package state  https://review.openstack.org/34967613:15
openstackgerritMerged openstack/openstack-ansible-memcached_server: Add ability to change apt/yum package state  https://review.openstack.org/34968613:15
openstackgerritMerged openstack/openstack-ansible-os_heat: Ensure that mode is a string  https://review.openstack.org/34987513:16
openstackgerritMerged openstack/openstack-ansible-os_sahara: Fix ansible performance issue  https://review.openstack.org/34985413:19
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_horizon: Add ability to change apt/yum package state  https://review.openstack.org/35000113:19
openstackgerritMerged openstack/openstack-ansible-os_ceilometer: Ensure that mode is a string  https://review.openstack.org/34988213:19
cloudnullmcarden && neillc || odyssey4me: do we know which roles still need this change -- https://review.openstack.org/#/c/349854/ ?13:21
cloudnullare they all accounted for now?13:21
odyssey4mecloudnull I went through them all this morning to double-check13:21
openstackgerritMerged openstack/openstack-ansible-os_glance: Ensure that mode is a string  https://review.openstack.org/34987913:21
*** bootsha has quit IRC13:21
odyssey4meso that circumstance for systemd is fully accounted for thus far13:21
cloudnullok.13:22
openstackgerritMerged openstack/openstack-ansible-galera_server: Add ability to change apt/yum package state  https://review.openstack.org/34967413:22
openstackgerritMerged openstack/openstack-ansible-os_gnocchi: Remove unnecessary tags  https://review.openstack.org/34988113:22
cloudnullthere are others that we should go look at too.13:22
*** timl0101 has joined #openstack-ansible13:22
cloudnulla while back odyssey4me you had started cleaning up tasks that were using "with_items" but only had one item in the list.13:22
openstackgerritMerged openstack/openstack-ansible-os_barbican: Fix ansible performance issue  https://review.openstack.org/34984813:22
cloudnulli think we should do an aduit to ensure we're not doing that elsewhere.13:22
odyssey4mecloudnull yeah, between myself and automagically we got quite a few of them13:23
cloudnullit seems that it has a real performance impact w/ ansible 2.113:23
openstackgerritMerged openstack/openstack-ansible-os_aodh: Ensure that mode is a string  https://review.openstack.org/34987213:23
mancdazodyssey4me do you know how one can watch a gate run now that infra are not using jenkins?13:23
openstackgerritMerged openstack/openstack-ansible-os_ironic: Fix ansible performance issue  https://review.openstack.org/34985113:23
odyssey4meyeah, if you find any more of them - purge them13:23
*** markvoelker_ has quit IRC13:23
mancdazlinks in zuul are telnet13:23
odyssey4memancdaz yes, click the link and it'll open a telnet client13:23
odyssey4meyou can setup iTerm2 as a telnet URL handler13:24
odyssey4meoh, but at the office it doesn't work :/13:24
odyssey4mefirewall blocks telnet outgoing13:24
odyssey4methey are working on a web thing, but it's not done yet13:24
*** bootsha has joined #openstack-ansible13:24
automagicallymorning y'all13:25
cloudnullmornings13:25
mancdazodyssey4me ok thanks, I can access the telnet session from somewhere else13:25
mancdazinteresting approach13:25
mancdazstream the job over telnet13:25
openstackgerritMerged openstack/openstack-ansible-os_cinder: Ensure that mode is a string  https://review.openstack.org/34987113:26
openstackgerritMerged openstack/openstack-ansible-os_designate: Remove unnecessary tags  https://review.openstack.org/34987813:27
openstackgerritMerged openstack/openstack-ansible-os_aodh: Add ability to change apt/yum package state  https://review.openstack.org/34996113:27
openstackgerritMerged openstack/openstack-ansible-os_swift: Ensure that mode is a string  https://review.openstack.org/34986013:28
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server: Updated from global requirements  https://review.openstack.org/34912713:29
mrhillsmang'morning13:29
*** bootsha has quit IRC13:30
openstackgerritMerged openstack/openstack-ansible-os_cinder: Update paste, policy and rootwrap configurations 2016-08-01  https://review.openstack.org/34956813:30
openstackgerritMerged openstack/openstack-ansible-os_cinder: Update paste, policy and rootwrap configurations 2016-08-01  https://review.openstack.org/34952613:30
cloudnullo/ mrhillsman13:30
openstackgerritMerged openstack/openstack-ansible-os_nova: Ensure that mode is a string  https://review.openstack.org/34986813:34
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ironic: Add ability to change apt/yum package state  https://review.openstack.org/35001213:37
*** TxGirlGeek has joined #openstack-ansible13:38
cloudnullodyssey4me: this one needs to be rebased https://review.openstack.org/#/c/349976/13:40
*** berendt has quit IRC13:40
odyssey4mecloudnull yep, will circle back to it13:41
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone: Add ability to change apt/yum package state  https://review.openstack.org/35001413:41
odyssey4mecloudnull I think you have a few CentOS enablement patches in the works - if you could ensure they use the var for state that'd be appreciated13:42
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone: Implement CentOS 7 support in os_keystone  https://review.openstack.org/32021613:43
*** DrifterZA has quit IRC13:43
*** KLevenstein has joined #openstack-ansible13:44
*** DrifterZA has joined #openstack-ansible13:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_magnum: Add ability to change apt/yum package state  https://review.openstack.org/35001713:45
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron: Add ability to change apt/yum package state  https://review.openstack.org/35002213:49
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone: Add ability to change apt/yum package state  https://review.openstack.org/35001413:49
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone: Implement CentOS 7 support in os_keystone  https://review.openstack.org/32021613:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron: Add ability to change apt/yum package state  https://review.openstack.org/35002213:50
*** shausy has quit IRC13:51
*** adrian_otto has joined #openstack-ansible13:53
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance: Implement CentOS 7 support in os_glance  https://review.openstack.org/32054213:54
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance: Add ability to change apt/yum package state  https://review.openstack.org/34998513:54
cloudnullodyssey4me: the cent enablement patches have been updated.13:54
openstackgerritMerged openstack/openstack-ansible-os_cinder: Add ability to change apt/yum package state  https://review.openstack.org/34997513:54
*** xnodeza has joined #openstack-ansible13:55
odyssey4methanks cloudnull13:55
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova: Add ability to change apt/yum package state  https://review.openstack.org/35002513:55
*** Jeffrey4l has joined #openstack-ansible13:56
cloudnullthey likely still don't work, i've not had spent much time on them in a bit, but atleast I wont forget to do it now :)13:56
*** spedione|AWAY is now known as spedione13:56
*** sbezverk has joined #openstack-ansible13:56
odyssey4memhayden care to update your review for https://review.openstack.org/348964 ?13:58
*** sguduru has joined #openstack-ansible13:59
*** markvoelker has joined #openstack-ansible14:02
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_rally: Add ability to change apt/yum package state  https://review.openstack.org/35003114:03
*** adrian_otto has quit IRC14:04
*** ametts has joined #openstack-ansible14:04
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible: Updated from global requirements  https://review.openstack.org/34964314:05
*** spedione is now known as spedione|AWAY14:06
*** shasha_tavil has joined #openstack-ansible14:07
*** javeriak has quit IRC14:08
*** spedione|AWAY is now known as spedione14:11
openstackgerritMerged openstack/openstack-ansible-os_ceilometer: Add ability to change apt/yum package state  https://review.openstack.org/34996914:11
*** aszeszo has quit IRC14:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara: Add ability to change apt/yum package state  https://review.openstack.org/35004414:16
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_swift: Add ability to change apt/yum package state  https://review.openstack.org/35004814:18
*** Mudpuppy has joined #openstack-ansible14:19
*** spotz_zzz is now known as spotz14:19
mhaydenodyssey4me: gandering14:20
mhaydenodyssey4me: done!14:20
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_zaqar: Add ability to change apt/yum package state  https://review.openstack.org/35005114:21
*** jthorne has joined #openstack-ansible14:22
odyssey4memhayden the same one for liberty: https://review.openstack.org/34833014:22
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: [DOCS] - Cleanup Telemetry docs  https://review.openstack.org/34969314:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for 12.2.1  https://review.openstack.org/34956014:26
*** asettle has quit IRC14:28
spotzmid-cycle etherpad updated with eventbrites for dinner Wed, thurs and Fri14:29
mhaydenodyssey4me: hah, i was in process of looking at that one :P14:30
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server: Add ability to change apt/yum package state  https://review.openstack.org/35005714:31
*** retreved has quit IRC14:31
*** retreved_ has joined #openstack-ansible14:31
mhaydenthanks spotz14:32
*** TxGirlGeek has quit IRC14:32
spotzyou're welcome mhayden14:32
*** retreved has joined #openstack-ansible14:32
*** jamesdenton has joined #openstack-ansible14:32
*** asettle has joined #openstack-ansible14:32
openstackgerritMerged openstack/openstack-ansible-os_designate: Add ability to change apt/yum package state  https://review.openstack.org/34998014:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build: Add ability to change apt/yum package state  https://review.openstack.org/35005814:34
odyssey4meurgh, it feels like my brains are leaking out14:35
odyssey4meso much repetition14:35
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_zaqar: Add ability to change apt/yum package state  https://review.openstack.org/35005114:37
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova: Add ability to change apt/yum package state  https://review.openstack.org/35002514:38
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron: Add ability to change apt/yum package state  https://review.openstack.org/35002214:39
openstackgerritMerged openstack/openstack-ansible-os_heat: Use keystone library for heat_stack_domain_admin  https://review.openstack.org/34896414:42
openstackgerritMerged openstack/openstack-ansible-os_gnocchi: Add ability to change apt/yum package state  https://review.openstack.org/34998714:42
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_server: Add ability to change apt/yum package state  https://review.openstack.org/35006714:43
*** weezS has joined #openstack-ansible14:44
evrardjp:)14:45
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rsyslog_client: Add ability to change apt/yum package state  https://review.openstack.org/35007014:47
evrardjpdear cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically,14:47
evrardjpspotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397 :14:47
evrardjpthe osa bug triage will start in 1h13’. Please have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage14:47
mhaydenwoot14:47
evrardjpThank you14:47
mhaydenevrardjp: thank you14:47
evrardjpyw?14:48
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rsyslog_server: Add ability to change apt/yum package state  https://review.openstack.org/35007314:50
*** hwcomcn has quit IRC14:51
openstackgerritMerged openstack/openstack-ansible-os_heat: Add ability to change apt/yum package state  https://review.openstack.org/34999114:52
*** asettle has quit IRC14:53
*** asettle has joined #openstack-ansible14:54
*** TxGirlGeek has joined #openstack-ansible15:01
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-security: Add ability to change apt/yum package state  https://review.openstack.org/35008015:01
openstackgerritMerged openstack/openstack-ansible-os_barbican: Add ability to change apt/yum package state  https://review.openstack.org/34996315:02
*** aszeszo has joined #openstack-ansible15:06
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty: Add ability to change apt/yum package state  https://review.openstack.org/34997615:09
*** Mudpuppy has quit IRC15:12
*** janki has quit IRC15:13
*** sguduru has quit IRC15:13
*** gparaskevas has quit IRC15:15
openstackgerritMerged openstack/openstack-ansible: Add SNI support via OS packages  https://review.openstack.org/34981415:15
*** jthorne has quit IRC15:17
odyssey4meautomagically cloudnull FYI https://review.openstack.org/348907 - now we just need to make the IRR's actually collect logs15:18
*** zhangjn has quit IRC15:20
*** eil397_ has joined #openstack-ansible15:21
*** shasha_tavil has quit IRC15:23
*** zhangjn has joined #openstack-ansible15:26
*** eil397_ has quit IRC15:26
automagicallyodyssey4me: Nice15:26
*** woodard has quit IRC15:27
openstackgerritMerged openstack/openstack-ansible-os_magnum: Add ability to change apt/yum package state  https://review.openstack.org/35001715:27
*** jmckind has joined #openstack-ansible15:29
openstackgerritMerged openstack/openstack-ansible-os_ironic: Add ability to change apt/yum package state  https://review.openstack.org/35001215:29
*** shasha_t_ has joined #openstack-ansible15:30
*** shasha_tavil has joined #openstack-ansible15:32
*** shasha_t_ has left #openstack-ansible15:32
*** shasha_tavil has left #openstack-ansible15:33
*** shasha_tavil has joined #openstack-ansible15:33
*** michaelgugino has joined #openstack-ansible15:33
openstackgerritMerged openstack/openstack-ansible: [docs] Modify host layout diagrams  https://review.openstack.org/34932515:34
openstackgerritMerged openstack/openstack-ansible: [docs] Edit the installation chapter  https://review.openstack.org/34940415:34
*** mikelk has quit IRC15:40
logan-is this intentional? http://cdn.pasteraw.com/ci1eufvha8xizo9sbw7tx4vwfmf823o -- seems like the repo build is not using global-requirement-pins so it is caching a different version of setuptools than OSA uses, so the containers fail to install when you try to use the repo index for pip_install15:42
odyssey4melogan- hmm, I thought we fixed that recently - which tag/SHA is that on which branch?15:43
*** Mudpuppy has joined #openstack-ansible15:43
logan-its on mitaka. repo_build sha 40fec4ad3537825055127c1d06a081857d82a6ff. i'll check and make sure i'm not behind on tags15:44
odyssey4melogan- make sure your plugins repo SHA is up to date15:45
logan-ok will do15:45
logan-thanks15:45
odyssey4mehttps://github.com/openstack/openstack-ansible-plugins/commit/4f366c332d9f08472b3d04ca8de057f68ac2633b15:45
*** weezS has quit IRC15:47
logan-ah yep, running the plugins sha right before that one15:48
*** eil397_ has joined #openstack-ansible15:48
logan-that should fix it :) thank you!15:48
*** weezS has joined #openstack-ansible15:49
odyssey4melogan- :) that combo fixes a rather large hole in the repeatable build story15:49
*** admin0 has quit IRC15:50
*** weshay is now known as weshay_lunch15:54
*** eil397_ has quit IRC15:54
*** janki has joined #openstack-ansible15:56
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Add ability to change apt/yum package state  https://review.openstack.org/35013315:58
*** bootsha has joined #openstack-ansible15:59
evrardjpodyssey4me: is it only me or you're also getting goosebumps everytime you hear requirements nowadays?15:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Add ability to change apt/yum package state for the ceph_client role  https://review.openstack.org/35013315:59
*** adrian_otto has joined #openstack-ansible16:01
*** eil397_ has joined #openstack-ansible16:02
*** eil397 has joined #openstack-ansible16:03
evrardjpcloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically,16:03
evrardjpspotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil39716:03
evrardjpguess what! It's bug triage time! woot!16:03
michaelguginoyes!16:03
*** weshay_lunch is now known as weshay16:04
evrardjpplease join us in this friendly exercise based on the link here: https://etherpad.openstack.org/p/osa-bugtriage16:04
openstackgerritNolan Brubaker proposed openstack/openstack-ansible: Add test for setting existing used IPs.  https://review.openstack.org/34966416:04
evrardjpwithout further adoo: https://bugs.launchpad.net/openstack-ansible/+bug/1608672 !16:05
openstackLaunchpad bug 1608672 in openstack-ansible "ceph_client role needs to target more than just cinder nodes" [Undecided,New]16:05
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Add ability to change apt/yum package state for the haproxy_server role  https://review.openstack.org/35013816:05
evrardjpif someone has an opinion on this one - at least help me understand what was the idea behing this one ...16:06
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Add ability to change apt/yum package state for the ceph_client role  https://review.openstack.org/35013316:06
openstackgerritMerged openstack/openstack-ansible-os_glance: Add ability to change apt/yum package state  https://review.openstack.org/34998516:06
automagicallyno opinions on that bug, I’m pretty sure I don’t understand it16:07
*** woodard has joined #openstack-ansible16:07
evrardjpsame for me - let's pull that into incomplete then16:07
odyssey4meodd - it sounds like the reporter might have changed config and has not run all the required playbooks16:08
evrardjpthat still requires more info from the reporter -- we are good then16:09
evrardjpnext16:09
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/160783016:09
openstackLaunchpad bug 1607830 in openstack-ansible "Investigating change of RabbitMQ HA sync policy" [Undecided,New]16:09
*** woodard has quit IRC16:10
odyssey4mehmm, let me link tha policies which fuel uses16:10
odyssey4memaybe that's worth adding as an opt-in change16:10
*** woodard has joined #openstack-ansible16:10
*** nishpatwa has joined #openstack-ansible16:10
evrardjpodyssey4me: with automagically's change I'm not sure it's gonna be really needed for large scale clusters16:11
evrardjpbut yes it could be still useful in a way -- documenting these policies could be good indeed16:11
odyssey4mecommented on the bug16:12
evrardjpcool thanks!16:12
evrardjpI was looking for that link :)16:12
odyssey4mebut yes, agreed that the work automagically has been doing opens up better design options in a deployment16:12
automagicallyAppreciate the links, I’ll take a look at them since I’ve been down the rabbitmq hole lately16:12
odyssey4methanks automagically16:12
evrardjpthanks indeed16:12
odyssey4meI think that perhaps we should just ensure that a custom set of policies can be implemented - with those as a default if someone opts-in.16:13
automagicallymakes sense16:13
evrardjpin the meantime let's tag it as incomplete - and wishlist16:13
automagicallyevrardjp: ++16:13
*** javeriak has joined #openstack-ansible16:13
odyssey4meincomplete?16:13
evrardjpyup, questions have been asked16:13
evrardjpabout branches and details16:14
odyssey4meit seems quite complete to me - I would say wishlist and confirmed16:14
odyssey4meoh ok16:14
odyssey4mefair enough16:14
evrardjpautomagically: do you mind if I assign it to you for not losing it?16:14
automagicallyevrardjp: Go ahead16:15
evrardjpcool thanks!16:15
evrardjpnext one16:15
evrardjpceph again16:15
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/160697716:15
openstackLaunchpad bug 1606977 in openstack-ansible "Allow providing ceph with keys instead of pulling them out of mon nodes" [Undecided,New] - Assigned to Michał Jastrzębski (inc007)16:15
evrardjpis there a ceph expert here -- or someone that doesn't use cephx: True in our playbooks?16:16
odyssey4meurgh, I wouldn't recommend turning auth off16:16
*** asettle has quit IRC16:16
odyssey4mecertainly not for production16:16
logan-I can't imagine why you would run without cephx, but I can understand why you might not want OSA connecting to your mons just to pull keyrings. There should be a way to force feed them with a var16:17
odyssey4mealso, I don't understand why any security policy would make a ceph client unable to access the mons or OSD's... that would render the environment useless16:17
automagicallyAgree with logan-16:18
evrardjplogan-: won't the compute node then need to connect to mons anyway?16:18
odyssey4methe justification smells funny, but yes I agree with logan- - there's no real reason why we couldn't allow it16:18
automagicallySeems like a wishlist deployer config item16:18
evrardjpit looks like a wishlist indeed16:18
odyssey4methe oinly real use-case I can think of here is to pre-seed the key before the ceph cluster is built16:18
jmccrorysome insist on not including mons in the inventory16:18
evrardjpnot sure to understand what you mean here jmccrory16:19
*** bootsha has quit IRC16:19
evrardjpis that a security issue to give the mons ?16:19
jmccroryexperienced myself where a different team manages ceph and for whatever reason they don't want ceph mons included in osa's inventory16:19
*** javeriak_ has joined #openstack-ansible16:19
evrardjpisn't that necessary afterwards?16:19
odyssey4meyeah, I guess if the storage team managing ceph are seperate from the systems team handling servers then that might be a thing16:19
logan-evrardjp: the osds daemons connect to the mons, they don't ssh to the mons or anything like that. the issue here is not having a requirement for osa to ssh into the mons16:20
evrardjpso not connecting with ssh on the ceph mon could be good16:20
logan-connect to the mons using ceph's protocol*16:20
odyssey4mewe have done a half job though - because you can supply the ceph.conf in a var... so it does seem right to finish it off16:20
evrardjpbut that's not we are doing16:20
logan-yeah we are, ceph_client runs a shell command on the mon hosts to obtain the keys16:20
*** javeriak has quit IRC16:21
odyssey4meah, so the security policy in question here is ssh access16:21
odyssey4meok, I can buy that16:21
evrardjpok16:21
odyssey4meso confirmed, wishlist IMO16:22
evrardjpI missed the delegate_to line on this task16:22
evrardjpyup!16:22
*** bootsha has joined #openstack-ansible16:22
evrardjpnext would be this one then:16:22
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/160575816:22
openstackLaunchpad bug 1605758 in openstack-ansible "updates to ceilometer_pipeline_yaml_overrides overwrite all items in sources list" [Undecided,New]16:22
*** DrifterZA has quit IRC16:23
odyssey4meyeah, unfortunately that's just the way it works16:24
odyssey4meif we can figure out https://blueprints.launchpad.net/openstack-ansible/+spec/static-file-distribution then there would be a better alternative16:24
odyssey4melemme respond in the bug there, unless palendae wants to respond again?16:25
palendaeAh, I missed his response16:25
evrardjppalendae: you mind if we leave that answer to you?16:26
palendaeSure16:26
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Fix bug in RPC config that broke Rabbit SSL support  https://review.openstack.org/34902416:26
evrardjphow do you think we should classify this though?16:26
palendaeI think it's mostly informaton16:26
palendaeThere may be a bit we can do with dos16:26
palendaedocs*16:26
evrardjpit could be a wishlist if we split the dict in parts16:26
palendaeAdding nicer overrides would be larger work, depending on how we do it16:27
evrardjpWon't fix / wishlist?16:27
*** krotscheck is now known as krot_sickleave16:27
palendaeWishlist probably16:27
*** elopez has joined #openstack-ansible16:27
openstackgerritMerged openstack/openstack-ansible-os_rally: Add ability to change apt/yum package state  https://review.openstack.org/35003116:27
*** elopez is now known as Guest1653316:28
odyssey4meyeah, as far as I can see that's a docs only fix16:28
evrardjpThen it's confirmed16:28
odyssey4meideally he should submit a review, unless someone else can think of a good example and doc it?16:28
evrardjpconfirmed + wishlist16:28
odyssey4meI've responded palendae - take a peek.16:28
*** cbits has quit IRC16:29
odyssey4mein this case it is working as designed, but we could do better at documenting how it works and adding a cutionary note16:29
palendaeodyssey4me, Looks reasonable to me16:29
palendaeYAMl overriding is sad times16:29
evrardjplet's leave it as new then, and we'll wait for his answer -- if no answer the bug will expire. it an answer is given, we'll probably have insights about how to improve our docs16:30
evrardjpon* how to16:30
evrardjpok next:16:30
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/160574216:30
openstackLaunchpad bug 1605742 in OpenStack Compute (nova) "Paramiko 2.0 is incompatible with Mitaka" [Undecided,Incomplete]16:30
evrardjpisn't that fixed?16:31
odyssey4meyep16:31
eil397it is fixed16:31
evrardjpok16:31
evrardjpmy bad16:31
evrardjpnext:16:31
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/160477516:31
openstackLaunchpad bug 1604775 in openstack-ansible "liberty upgrade script does not allow same playbook to be executed multiple times" [Undecided,New]16:31
evrardjpOn this I agree16:31
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_cloudkitty: Make corrections to default variables  https://review.openstack.org/35015616:31
*** Guest16533 has quit IRC16:32
evrardjpthat's weird that the marker was created though16:32
evrardjpbecause we check the status16:32
odyssey4mewe should perhaps kill 'liberty' from the subject there - that's a problem with the process in general16:33
odyssey4meit affects all branches16:33
jmccrorynot a fan of the script. i think the marker is just to say 'script failed, now run these playbooks manually'16:33
evrardjpindeed master and mitaka are impacted the same way16:33
evrardjpI hate the script too -- I'd be more enclined to use local facts for that16:33
odyssey4meyeah, it'd be really nice to put a better mechanism in place16:34
evrardjpbut that's not the conversation I guess?16:34
odyssey4meyeah - not sure if we can band-aid that one in some way16:34
jmccroryno, it is broken in the way the bug describes though.16:34
evrardjpoh ok I misread16:35
evrardjpyes I understand completely then :p16:35
evrardjpconfirmed and wishlist16:35
evrardjpor16:36
*** cbits has joined #openstack-ansible16:36
evrardjptarget to different branches: confirmed for every branch and wishlist only for master16:36
odyssey4meconfirmed16:36
odyssey4medon't bother targeting series16:36
evrardjpfor the other branches, we are already stable so it's better not adapt this16:36
odyssey4meonce a patch has actually merged, then you can do that if you want to - although that's unnecessary too16:37
odyssey4meit does seem like it's a bug rather than a wishlist item16:37
odyssey4mealthough in a way the script is working as designed, so it's not stricly a bug either16:38
evrardjpyup that was my opinion16:38
evrardjpmaybe we can add something like "ignore update marker"16:39
evrardjpenv var16:39
d34dh0r53Mudpuppy: I can't access any ports on the IAD3 external vip address, either via VPN or bastion proxy, specifically I need 8443, can you check the firewall rules?16:39
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Updated from global requirements  https://review.openstack.org/34964316:39
d34dh0r53Mudpuppy: *ENG-IAD3-316:40
evrardjpd34dh0r53: w/c I think16:40
odyssey4med34dh0r53 Mudpuppy you should perhaps discuss that in private :)16:40
d34dh0r53oops, sorry, wrong channel16:40
d34dh0r53mea culpa16:40
odyssey4meevrardjp perhaps wishlist/confirmed ?16:42
evrardjpit's a new feature16:42
evrardjpso yes I've tagged it that way16:42
evrardjpnext16:42
*** berendt has joined #openstack-ansible16:43
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/1590166+16:43
openstackLaunchpad bug 1590166 in openstack-ansible "Rejoining/recovery of galera cluster fails" [High,New]16:43
evrardjpwoops16:43
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159016616:43
*** Oku_OS is now known as Oku_OS-away16:44
odyssey4mewe're still looking for someone to confirm the issue16:44
odyssey4meperhaps mancdaz would be able to replicate it16:44
evrardjpin the meantime, let's leave it that way16:45
eil397_ was trying to reproduce it. without success yet16:45
evrardjpthanks eil397_!16:45
eil397_every time rejoin works16:45
odyssey4meeil397_ can you please indicate that on the bug as a comment16:45
evrardjpthat's normal behavior16:45
odyssey4metry and give some sort of idea of how you've tested it, and what your results were16:45
eil397_evrardjp: need to spent more time to create such load which will broke it16:45
odyssey4meperhaps the reporter can guide you to what is missing, or perhaps the reporter will acknowledge that it was a one-off16:46
eil397_odyssey4me: ok .at thsi moment.16:46
eil397_at thsi moment I was trying to launch cluster.  then put down one of node. and create some load.  - update /delete/insert on cluster. then I was trying to rejoin node16:46
*** fxpester|2 has quit IRC16:46
eil397_s\thsi\this\g16:47
odyssey4meeil397_ please describe it in a comment in the bug so that the reporter can see it16:47
eil397_odyssey4me: ok. will to do .that.16:47
odyssey4methanks16:47
evrardjpthat would be awesome16:48
evrardjpthat was the last one!16:48
evrardjpthanks everyone for your participation16:48
odyssey4methanks evrardjp16:48
eil397_thanks evrardjp16:49
openstackgerritMerged openstack/openstack-ansible: Use keystone library for heat_stack_domain_admin  https://review.openstack.org/34833016:49
logan-odyssey4me: i'll file a bug but fyi.. updated tag, new aio, still failing with the same issue on pip_install http://cdn.pasteraw.com/f10qtgocqbtqi3qqui1kwewdwnavmmd16:52
odyssey4melogan- weird16:55
odyssey4melogan- can you do a py_pkgs output?16:55
*** retreved has quit IRC16:55
logan-yep one sec16:55
odyssey4mehmm, I wonder... let me test something16:58
*** TxGirlGeek has quit IRC17:00
*** TxGirlGeek has joined #openstack-ansible17:00
*** xnodeza has quit IRC17:00
odyssey4meheh, ok - blast...17:01
odyssey4melet me gist the problem17:01
*** adrian_otto has quit IRC17:01
logan-sorry, someone was in my office for a few.. I can still pull the py_pkgs if you need it17:01
odyssey4melogan- https://gist.github.com/odyssey4me/d8acc9888cc206818e21e059f28b357617:03
odyssey4mewhat that means is that we're going to have to patch the u-c process to override any u-c for the global pins so that they match17:04
odyssey4melogan- you can do a workaround right now by using the new u-c override if you're in a rush17:04
odyssey4mebut yes - please register a bug17:04
logan-i thought u-c isn't used in mitaka?17:04
odyssey4melogan- u-c is always used17:04
odyssey4methe trouble is that we just fixed it to work properly17:05
logan-oh gotcha17:05
odyssey4menow all the bugs are crawling out of the woodwork17:05
*** jthorne has joined #openstack-ansible17:06
*** eil397__ has joined #openstack-ansible17:07
logan-https://bugs.launchpad.net/openstack-ansible/+bug/160905617:07
openstackLaunchpad bug 1609056 in openstack-ansible "repo is caching wrong versions of pinned pip_install packages" [Undecided,New]17:07
*** eil397 has quit IRC17:10
*** eil397 has joined #openstack-ansible17:10
*** eil397_ has quit IRC17:11
*** ametts has quit IRC17:12
logan-i'm giving it a shot with u-c override set to pip_packages17:13
*** ametts has joined #openstack-ansible17:13
logan-that worked. thanks odyssey4me17:21
openstackgerritMerged openstack/openstack-ansible-os_zaqar: Add ability to change apt/yum package state  https://review.openstack.org/35005117:21
odyssey4meI'll try and get a working patch for that tomorrow, unless jmccrory gets to it first. :)17:21
*** janki has quit IRC17:21
openstackgerritMerged openstack/openstack-ansible-rsyslog_client: Add ability to change apt/yum package state  https://review.openstack.org/35007017:25
openstackgerritMerged openstack/openstack-ansible-os_sahara: Add ability to change apt/yum package state  https://review.openstack.org/35004417:26
daledudejust finished upgrade from liberty to mitaka. hypervisor list produces nothing now. any tips?17:28
openstackgerritMerged openstack/openstack-ansible-repo_server: Add ability to change apt/yum package state  https://review.openstack.org/35006717:29
openstackgerritLogan V proposed openstack/openstack-ansible: Unbound DNS resolution containers  https://review.openstack.org/33693617:30
openstackgerritMerged openstack/openstack-ansible-repo_build: Add ability to change apt/yum package state  https://review.openstack.org/35005817:32
openstackgerritMerged openstack/openstack-ansible-rsyslog_server: Add ability to change apt/yum package state  https://review.openstack.org/35007317:33
*** deadnull has joined #openstack-ansible17:33
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: [DOCS] - Cleanup Telemetry docs  https://review.openstack.org/34969317:36
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_aodh: Fix runlevel typo in upstart template  https://review.openstack.org/35017817:44
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_ceilometer: Fix runlevel typo in upstart template  https://review.openstack.org/35017917:45
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_designate: Fix runlevel typo in upstart template  https://review.openstack.org/35018017:45
cloudnullautomagically: ^ is that typo in all of the upstart templates?17:46
odyssey4meheh, oh dear17:46
automagicallycloudnull: No, just those 317:47
cloudnulloh good. :)17:47
cloudnullI was about to panic ...17:47
cloudnull:p17:47
openstackgerritMerged openstack/openstack-ansible-os_neutron: Add ability to change apt/yum package state  https://review.openstack.org/35002217:47
odyssey4meheh, yeah me too17:47
odyssey4mewell, not panic - rather get a very strong drink and cry into it17:48
automagicallyodyssey4me: I like your alternative to panic17:49
odyssey4meautomagically cloudnull FYI https://review.openstack.org/32989217:51
odyssey4methat has added a properly working set of experimental jobs for xenial/centos17:51
odyssey4methe other ones didn't work out - https://review.openstack.org/349996 will remove them17:51
odyssey4mebut that first patch also enabled us to have different 'scenarios' for the integrated build... it'll be a rudimentary mechanism (using an env var), but that should be good enough if we want to walk that path17:52
openstackgerritMerged openstack/openstack-ansible-security: Add ability to change apt/yum package state  https://review.openstack.org/35008017:52
automagicallyGood stuff Jesse17:53
openstackgerritMichael Gugino proposed openstack/openstack-ansible-ops: Add generate_requirements tool  https://review.openstack.org/34957117:54
*** electrofelix has quit IRC17:54
odyssey4meok, time for me to roll17:57
*** TxGirlGeek has quit IRC17:59
*** johnmilton has quit IRC18:00
*** TxGirlGeek has joined #openstack-ansible18:00
openstackgerritMerged openstack/openstack-ansible-os_nova: Add ability to change apt/yum package state  https://review.openstack.org/35002518:00
*** TxGirlGeek has quit IRC18:01
*** TxGirlGeek has joined #openstack-ansible18:01
*** jamielennox|away is now known as jamielennox18:01
*** retreved has joined #openstack-ansible18:05
*** albertcard has joined #openstack-ansible18:05
*** DrifterZA has joined #openstack-ansible18:07
*** bootsha has quit IRC18:09
*** adrian_otto has joined #openstack-ansible18:09
*** bootsha has joined #openstack-ansible18:12
cloudnullcheers odyssey4me18:27
*** nishpatwa has left #openstack-ansible18:30
*** johnmilton has joined #openstack-ansible18:31
*** johnmilton has quit IRC18:35
*** jthorne has quit IRC18:36
*** jthorne has joined #openstack-ansible18:37
*** retreved has quit IRC18:39
*** jthorne has quit IRC18:41
*** johnmilton has joined #openstack-ansible18:48
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_nova: Implement nova-lxd driver  https://review.openstack.org/34698418:48
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_nova: WIP: Implement tests for nova-lxd hypervisor  https://review.openstack.org/35022618:48
DrifterZAwow what are the odds, I was talking about this patch today18:52
*** retreved has joined #openstack-ansible18:57
*** TxGirlGeek has quit IRC19:03
*** bootsha has quit IRC19:03
*** asettle has joined #openstack-ansible19:03
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_tempest: Allow disk image format to be specified  https://review.openstack.org/35023219:03
*** prometheanfire has quit IRC19:14
*** prometheanfire has joined #openstack-ansible19:15
cloudnullDrifterZA: which one? LXD ?19:17
*** retreved has quit IRC19:19
*** kstev has quit IRC19:20
*** weshay has quit IRC19:30
DrifterZAyeah the lxd19:30
DrifterZAI was chatting to Jesse about it19:30
*** jamesdenton has quit IRC19:32
michaelguginoI've been working on that for a couple weeks now19:35
DrifterZAnice work, will it work on stable/mitaka ?19:38
stevellea backport to mitaka doesn't seem likely19:41
daledudenoob question...how do i use the external playbooks such as openstack-ansible-os_designate?19:41
*** fxpester|2 has joined #openstack-ansible19:43
*** cyborgninja has joined #openstack-ansible19:43
stevelledaledude: looks like you need to write a quick playbook to invoke the role, I'm not seeing one provided in the extras directory. the example playbook in the README is probably a good place to start. Before you can make that work you will need to do several things to integrate the designate role however.19:44
stevelledaledude: you need to apply the contents of the extras directory in the role to various places on the deploy host19:45
stevelleah, os-designate-install.yml is in the extras directory so there is a playbook given19:45
michaelguginoDrifterZA: I think it would work with mitaka, but it since it's pretty new functionality in openstack in general, I don't think it's a likely candidate19:46
michaelgugino(for a backport)19:47
michaelguginothere are also a few differences in between the versions for Newton and Mitaka for lxd.  One of which, in Mitaka, the plugin path is nova_lxd.nova.virt.lxd, in Newton it's nova.virt.lxd, and in the config file it's simply imported as lxd.LXDDriver19:49
*** fxpester|2 has quit IRC19:49
daledudestevelle: thanks for the tips19:51
stevelledaledude: sure, just shout if any of the individual extras files leave questions for you19:52
*** javeriak has joined #openstack-ansible19:54
*** javeriak has quit IRC19:55
daledudestevelle: thanks19:55
*** cyborgninja has quit IRC19:57
*** bootsha has joined #openstack-ansible19:57
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_nova: WIP: Implement tests for nova-lxd hypervisor  https://review.openstack.org/35022619:58
*** javeriak_ has quit IRC19:58
*** kstev has joined #openstack-ansible20:01
DrifterZAsigh why do they insist on changing driver names20:02
DrifterZAMike I guess its possible to tag Mitaka and have the specific drive names20:03
DrifterZAdriver*20:03
DrifterZAjust ugly I guess20:03
*** michaelgugino has quit IRC20:04
*** TxGirlGeek has joined #openstack-ansible20:13
*** weshay has joined #openstack-ansible20:18
logan-automagically, mrhillsman: I posted an example of ceph-ansible integration here https://logan.protiumit.com/2016/08/02/openstack-ansible-ceph.html20:19
*** hj-hp has joined #openstack-ansible20:20
automagicallyAwesome logan- , can’t wait to give it a read20:20
*** hj-hp has quit IRC20:23
*** hj-hpe has joined #openstack-ansible20:23
*** weezS has quit IRC20:25
*** adrian_otto has quit IRC20:26
*** hj-hpe has quit IRC20:27
*** hj-hpe has joined #openstack-ansible20:27
*** Jeffrey4l has quit IRC20:35
*** Jeffrey4l has joined #openstack-ansible20:35
mrhillsmanthx logan-20:35
*** openstackgerrit_ has joined #openstack-ansible20:35
logan-no problem. one note.. the aio build will fail until zuul gets around to merging https://review.openstack.org/#/c/349780/ sometime this evening hopefully :)20:36
*** openstackgerrit_ has quit IRC20:36
*** deadnull has quit IRC20:40
*** ametts has quit IRC20:44
*** bootsha has quit IRC20:48
*** Mudpuppy has quit IRC20:55
*** elo has quit IRC20:59
*** woodard has quit IRC21:06
*** kulinacs has joined #openstack-ansible21:07
kulinacsAny ideas why I would be getting a warning saying the provided hosts list is empty when running the initial openstack-ansible setup-hosts.yml?21:08
*** cbits has quit IRC21:09
*** smatzek has quit IRC21:12
*** thorst has quit IRC21:16
*** thorst has joined #openstack-ansible21:16
*** pester has quit IRC21:20
*** thorst has quit IRC21:20
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins: [WIP] Add test playbook for filters  https://review.openstack.org/35027521:24
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins: [WIP] Add test playbook for filters  https://review.openstack.org/35027521:25
eil397__kulinacs: maybe it will be helpful to check inventory.21:25
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone: Update the keystone WSGI application locations  https://review.openstack.org/32918221:25
eil397__kulinacs: for example . execute ansible network_hsots --list-hosts21:25
eil397__s\hsots\hosts\g21:25
kulinacsfrom what directory?21:26
kulinacseil397__:21:27
kulinacseil397__: from the playbook directory I get "No hosts matched"21:27
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty: Make corrections to default variables  https://review.openstack.org/35015621:28
eil397__kulinacs: openstack-ansible uses dynamic_inventory. then in /opt/openstack-ansible/playbooks you shoul dhave ansible.cfg21:28
eil397__in asible.cfg you should have inventory = inventory21:29
mrdaMorning OSA21:29
eil397__and in /opt/openstack-ansible/playbooks you should have directory inventory21:29
eil397__good morning mrda21:30
kulinacseil397__: the inventory = inventory line is there. dynamic_inventory.py exists in playbooks/inventory/21:30
mrdao/21:30
*** TxGirlGeek has quit IRC21:30
*** aszeszo has quit IRC21:31
eil397__kulinacs: you can launch dynamic_inventory.py with option --lsit21:31
eil397__s\lsit\list\g21:32
kulinacsI have. It seems all of my *_hosts entries fall inside the "vars" dict. Is this supposed to be that way?21:32
openstackgerritNolan Brubaker proposed openstack/openstack-ansible: Add test for setting existing used IPs.  https://review.openstack.org/34966421:38
openstackgerritNolan Brubaker proposed openstack/openstack-ansible: Remove old inventory conditional support  https://review.openstack.org/34966721:38
openstackgerritNolan Brubaker proposed openstack/openstack-ansible: Remove return_netmask function  https://review.openstack.org/34967021:38
*** fignew has joined #openstack-ansible21:38
eil397__kulinacs: are you talking about data structure that returns from dynamic_inventory.py ?21:40
kulinacseil397__: Yes, I think i have a whitespace issue in my openstack_user_config.yml21:40
eil397__kulinacs: usually if you have bad yml it shoudl return error21:41
eil397__s\shoudl\should\g21:42
*** aszeszo has joined #openstack-ansible21:44
*** michaelgugino has joined #openstack-ansible21:44
*** jmckind has quit IRC21:46
*** woodard has joined #openstack-ansible21:47
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_nova: WIP: Implement tests for nova-lxd hypervisor  https://review.openstack.org/35022621:48
*** hj-hpe has quit IRC21:50
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins: Add test playbook for filters  https://review.openstack.org/35027521:50
kulinacseil397__: It was indeed a whitespace issue. I had all of my hosts declared inside the global_overides dict, causing them to be ignored. Thank you for you help!21:51
*** markvoelker has quit IRC21:54
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty: Add ability to change apt/yum package state  https://review.openstack.org/34997621:56
eil397__kulinacs: you're welcome22:04
*** eil397_ has joined #openstack-ansible22:08
*** eil397 has quit IRC22:10
*** asettle has quit IRC22:10
*** eil397__ has quit IRC22:11
*** KLevenstein has quit IRC22:18
*** weshay has quit IRC22:19
*** elo has joined #openstack-ansible22:22
*** psilvad has quit IRC22:28
*** retreved has joined #openstack-ansible22:31
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Move container bind-mounts and command settings to the inventory  https://review.openstack.org/34740022:32
*** messy has quit IRC22:34
*** sdake has quit IRC22:40
odyssey4mekulinacs eil397_ a tip in future - just execute the dynamic inventory script22:44
odyssey4meexecute: python /opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py22:44
*** woodard has quit IRC22:45
openstackgerritMerged openstack/openstack-ansible-os_ceilometer: Fix runlevel typo in upstart template  https://review.openstack.org/35017922:45
odyssey4methat should spit out json which you can validate22:45
odyssey4meif it doesn't your config is wrong22:45
odyssey4mebut that's a way you can validate without actually creating the inventory.json22:45
* odyssey4me can't sleep again :/22:45
*** david-lyle has quit IRC22:50
openstackgerritMerged openstack/openstack-ansible-os_designate: Fix runlevel typo in upstart template  https://review.openstack.org/35018022:51
*** david-lyle has joined #openstack-ansible22:51
*** retreved has quit IRC22:53
*** klamath has quit IRC22:55
eil397_odyssey4me: thanks23:01
*** woodard has joined #openstack-ansible23:02
eil397_:/23:02
eil397_>> :/ I have proofed thing to sleep anytime anywhere23:02
odyssey4mehmm, it would appear that the need for https://review.openstack.org/344912 is becoming altogether more urgent23:02
*** spedione is now known as spedione|AWAY23:03
odyssey4mewe're adding more and more packages to build in the integrated repo, which takes more time, which causes the likelihood of a build timeout to increase23:03
openstackgerritLogan V proposed openstack/openstack-ansible: Do not discard when creating XFS loopback  https://review.openstack.org/35030523:04
odyssey4mejmccrory ping?23:06
jmccroryodyssey4me hi23:06
odyssey4melove your test idea for the plugin filters :)23:06
jmccroryheh thanks, now to figure out how to test everything else in there23:06
odyssey4meI'm tweaking the repo build test.23:06
odyssey4meI think the module test method for ansible is quite literally to read the embedded documentation content and to execute it.23:07
palendaeThey also have a module builder script in the Ansible repo23:07
odyssey4meyou'll notice that the docs have playbook examples to show what's supposed to happen - I've noticed that the official docs for good modules appear to be a sequenced test23:07
palendaeBut it's not shipped with the installed Ansible23:08
jmccroryhmm interesting23:08
jmccrorypalendae: have a link to that?23:09
palendaeLooking for it23:09
palendaehttps://github.com/ansible/ansible/blob/devel/hacking/test-module23:09
palendaehttps://github.com/ansible/ansible/tree/devel/hacking#test-module23:09
*** aszeszo has quit IRC23:10
palendaeI've never used it, but they thought it was a better tool than my import hook solution23:11
palendaeI'm still skeptical23:12
*** aszeszo has joined #openstack-ansible23:14
*** sdake has joined #openstack-ansible23:15
*** sdake_ has joined #openstack-ansible23:17
jmccrorythanks, i'll play around with that a bit. think i would prefer being able to import and just test specific functions within the plugins if you do have something like that around still23:17
palendaeI do23:17
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_nova: Implement nova-lxd driver  https://review.openstack.org/34698423:17
palendaeI hope it still works23:17
palendaehttps://github.com/nrb/ansible_importer23:17
palendaeI think it's even pip installable23:17
jmccrorynice23:17
palendaeI was able to use it with the dynamic inventory script23:18
palendaeAnd I think I tested it with glance (like in the example) when the library directory was still in the big osa repo23:18
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build: Improve repo_build tests for upper-constraints  https://review.openstack.org/35030823:18
odyssey4mejmccrory ^ thoughts on that?23:18
jmccroryodyssey4me : much simpler23:19
*** sdake has quit IRC23:20
jmccroryonly thing i'm worried about is that the filter the merges the lists might doing the same thing with package names as dictionary keys23:20
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_nova: WIP: Implement tests for nova-lxd hypervisor  https://review.openstack.org/35022623:20
*** sdake_ is now known as sdake23:21
jmccrorybut should find out when that comes back23:22
*** woodard has quit IRC23:23
odyssey4mejmccrory the filter that merges the lists?23:25
jmccroryyeah, https://github.com/openstack/openstack-ansible-plugins/blob/master/filter/osa-filters.py#L24523:26
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build: Only build wheels for services which are deployed  https://review.openstack.org/34491223:27
jmccrorythats what overrides u-c's over the list of requirements py_pkgs creates23:28
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build: Only clone git repositories for services which are deployed  https://review.openstack.org/34564223:29
odyssey4mejmccrory oh, heh - that appears to be right!23:32
odyssey4mewell, my uneducated eye says so23:32
odyssey4mejmccrory actually, I'm finding myself wondering what https://github.com/openstack/openstack-ansible-repo_build/blob/master/tasks/repo_set_facts.yml#L52 is even trying to achieve23:34
*** aszeszo has quit IRC23:34
odyssey4mebecause that's used here: https://github.com/openstack/openstack-ansible-repo_build/blob/master/templates/requirements_constraints.txt.j2#L10-L2123:35
*** sigmavirus is now known as sigmavirus_away23:41
jmccroryodyssey4me: L52 is where the merge of upper-constraints from the requirements repo over the py_pkgs list happens. the merged list is written to the requirements_constraints.txt template, and then that file is used as the list of python packages/versions to download and build wheels of23:42
odyssey4meI'm seeing lines like this in a local test which seems odd: skipping: [container1] => (item=websocket-client<=0.37.0)23:44
jmccroryodyssey4me: think that's https://github.com/openstack/openstack-ansible-repo_build/blob/master/tests/test-repo-build.yml#L88-L90 if the package doesn't exist in py_pkgs' list, it won't be added when u-c is merged on top23:47
jmccroryotherwise we'd be building every package listed in u-c23:47
jmccroryi guess were, until the fix last week23:47
odyssey4mehmm, but constraints don't work like that23:47
odyssey4mepip will only build what's in the requirements list - not what's in the constraints list23:48
odyssey4meso if I have package1 and package2 in constraints, and package1 in requirements, then pip wheel will only build wheels for package123:48
odyssey4meso maybe some of this stuff should be removed23:49
jmccroryright, that's how it's working. constraints are only applied on top of requirements23:49
*** berendt has quit IRC23:49
jmccroryand only if the requirement is there23:49
jmccroryfor your example, the skip is saying package was in constraints but not in requirements23:50
jmccrorypackage2*23:50
odyssey4meso it seems that the right way to do this is to just simply read u-c, replace '===' with '<=' and then overlay the u-c overrides23:54
odyssey4meoh, and add the remote packages at the top as it does now, because that covers the git sources packages23:54
jmccrorysounds right23:56

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