Tuesday, 2016-08-23

*** david-lyle has joined #openstack-ansible00:00
*** david-lyle_ has joined #openstack-ansible00:03
cloudnull+1, i gotta run for a while. having folks over at the house, may be back later.00:03
jmccrorysee ya guys00:05
*** david-lyle has quit IRC00:05
*** galstrom is now known as galstrom_zzz00:09
*** david-lyle_ has quit IRC00:09
*** woodard has joined #openstack-ansible00:09
*** sdake has joined #openstack-ansible00:16
*** Jeffrey4l_ has joined #openstack-ansible00:23
csmartodyssey4me: yep, agreed00:26
openstackgerritMerged openstack/openstack-ansible: Set default/fix version numbers in upgrade script  https://review.openstack.org/35884700:35
*** woodard has quit IRC00:41
csmartodyssey4me: ok, I had a look at that, I'm thinking it might be best to add --clear to virtualenv, that way when it's re-run, the virtualenv gets re-initialised correctly, rather than skipping that if the dir exists (when we don't know what's in there). What do you think?00:50
csmartalso might help take care of upgrades?00:52
*** nategraf has joined #openstack-ansible00:52
*** gouthamr has joined #openstack-ansible00:52
csmartI just don't like quite the idea of skipping the existing dir.. I'd rather make sure it has the right stuff in it..00:52
openstackgerritChris Smart proposed openstack/openstack-ansible: Fix wrong version of pip used in bootstrap  https://review.openstack.org/35861400:55
csmartodyssey4me: I've pushed that for you to comment on whenever you get a chance - I think it's neater, but let me know what you prefer and if I'm missing anything. thanks!00:55
*** nategraf has quit IRC00:57
*** galstrom_zzz is now known as galstrom00:58
*** sdake_ has joined #openstack-ansible01:06
*** thorst_ has quit IRC01:07
*** thorst has joined #openstack-ansible01:08
*** sdake has quit IRC01:10
*** jamielennox is now known as jamielennox|away01:11
*** kylek3h has joined #openstack-ansible01:16
*** jamielennox|away is now known as jamielennox01:16
*** thorst has quit IRC01:16
*** sdake_ has quit IRC01:19
*** sdake has joined #openstack-ansible01:22
*** kylek3h has quit IRC01:34
*** markvoelker has joined #openstack-ansible01:44
*** markvoelker_ has joined #openstack-ansible01:46
*** markvoelker has quit IRC01:50
*** thorst has joined #openstack-ansible02:14
*** thorst has quit IRC02:22
*** galstrom is now known as galstrom_zzz02:24
openstackgerritMerged openstack/openstack-ansible: Automatically enable the cinder backup service  https://review.openstack.org/35826402:26
*** appprod0 has joined #openstack-ansible02:27
*** appprod0 has quit IRC02:27
*** weezS has joined #openstack-ansible02:29
openstackgerritMichael Gugino proposed openstack/openstack-ansible-rabbitmq_server: Add setup task to test-install-rabbitmq-server.yml  https://review.openstack.org/35813802:34
*** jamielennox is now known as jamielennox|away02:49
*** gouthamr_ has joined #openstack-ansible02:57
*** gouthamr has quit IRC02:58
*** gouthamr_ is now known as gouthamr03:01
*** jamielennox|away is now known as jamielennox03:06
*** thorst has joined #openstack-ansible03:20
*** thorst has quit IRC03:26
*** gouthamr has quit IRC03:44
*** albertcard has quit IRC04:00
*** messy has quit IRC04:02
openstackgerritavnish proposed openstack/openstack-ansible-os_rally: Use upper constraints for all jobs in tox.ini  https://review.openstack.org/35894504:11
*** messy has joined #openstack-ansible04:14
*** markvoelker has joined #openstack-ansible04:21
*** markvoelker_ has quit IRC04:22
*** thorst has joined #openstack-ansible04:24
*** markvoelker has quit IRC04:28
*** thorst has quit IRC04:31
*** chandanc_ has joined #openstack-ansible04:34
*** messy has quit IRC04:39
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone: Implement CentOS 7 support in os_keystone  https://review.openstack.org/32021604:46
*** janki has joined #openstack-ansible04:46
cloudnullcsmart: I like that idea of adding clear to the venv creat process.04:46
cloudnull*create04:46
cloudnullmakes total sense, especially when reconfiguring an existing install without specifically upgrading.04:47
csmartcloudnull: sweet, thanks :-)04:47
cloudnullon upgrade we add a new venv leaving the old one in place so that a deployer can roll back if needed.04:48
cloudnullbut in cases where the deployment is being reconfigured if we could figure a way to clear the existing venv it generally improve that process.04:48
*** jamielennox is now known as jamielennox|away04:49
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible: Automatically detect whether to test ceilometer/aodh  https://review.openstack.org/35826504:52
csmartcloudnull: as in, upgrade to a new openstack release (rather than upgrade existing python bits)?04:52
cloudnullyes.04:53
cloudnulllike going from 12.0.1 > 12.0.404:53
cloudnullthere would be 2 venvs for given services that were upgraded.04:53
*** weezS has quit IRC04:57
openstackgerritMerged openstack/openstack-ansible-memcached_server: Add SNI support to memcached_server role via OS packages  https://review.openstack.org/35672004:57
openstackgerritMerged openstack/openstack-ansible-os_magnum: Add SNI support to magnum role via OS packages  https://review.openstack.org/35673204:58
csmartcloudnull: ok, I haven't looked into upgrading yet, would we simply mv /opt/ansible-runtime{,-old-version} and create a new one?04:58
openstackgerritMerged openstack/openstack-ansible-security: Update to Ansible 2.1.1  https://review.openstack.org/35402904:59
cloudnullyou know, i think my scroll back is missing context. I was thinking this was about venvs for OpenStack, not Ansible.05:00
cloudnullso im a moron, ignore me05:00
cloudnull:)05:00
cloudnullthe clean method is likely the best method for ansible itself on upgrades.05:00
cloudnullw/ regard to ansible-runtime05:02
csmartcloudnull: ok, yeah this is to fix a problem where bootstrap-ansible.sh is broken on master. I discovered that we were actually using the system's pip (1.5.4) rather than the one we upgraded in /usr/local/bin05:07
csmarthttps://review.openstack.org/358614 if you're interested05:07
*** Prabhu has joined #openstack-ansible05:09
*** chandanc_ has quit IRC05:10
*** chandanc_ has joined #openstack-ansible05:12
openstackgerritavnish proposed openstack/openstack-ansible-rabbitmq_server: Update tox.ini for upper constraints  https://review.openstack.org/35895405:17
*** sdake_ has joined #openstack-ansible05:21
*** jamielennox|away is now known as jamielennox05:23
*** sdake has quit IRC05:24
*** markvoelker has joined #openstack-ansible05:29
*** thorst has joined #openstack-ansible05:30
*** thorst has quit IRC05:37
*** markvoelker has quit IRC05:39
*** sdake_ has quit IRC05:41
cloudnullodyssey4me: these are all of the current vars that we have which are not namespaced and exist within group_vars http://cdn.pasteraw.com/hrkst8mo2ymealahfyqousp8kcxwm0o05:50
cloudnullI think we should fix that05:50
cloudnullalso https://github.com/ansible/ansible/pull/6666 -- thats a closed PR but maybe we can help make it go05:50
*** chandanc_ has quit IRC05:57
*** chandanc_ has joined #openstack-ansible05:57
*** jiteka has joined #openstack-ansible06:02
openstackgerritChris Smart proposed openstack/openstack-ansible: Fix wrong version of pip used in bootstrap  https://review.openstack.org/35861406:04
*** admin0 has joined #openstack-ansible06:05
*** jwitko has quit IRC06:06
*** rgogunskiy has joined #openstack-ansible06:06
*** jwitko has joined #openstack-ansible06:06
*** jiteka has quit IRC06:07
*** jamielennox is now known as jamielennox|away06:11
*** admin0 has quit IRC06:12
*** pcaruana has joined #openstack-ansible06:14
*** thorst has joined #openstack-ansible06:34
*** admin0 has joined #openstack-ansible06:36
*** markvoelker has joined #openstack-ansible06:36
*** thorst has quit IRC06:42
*** markvoelker has quit IRC06:42
*** admin0 has quit IRC06:45
*** Fenuks has joined #openstack-ansible06:52
*** rackertom has quit IRC07:06
*** rackertom has joined #openstack-ansible07:07
*** bootsha has joined #openstack-ansible07:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Automatically detect whether to test all integrated roles  https://review.openstack.org/35827407:21
*** asettle has joined #openstack-ansible07:33
openstackgerritMerged openstack/openstack-ansible: Automatically detect whether to test ceilometer/aodh  https://review.openstack.org/35826507:37
*** markvoelker has joined #openstack-ansible07:38
*** thorst has joined #openstack-ansible07:39
*** DrifterZA has joined #openstack-ansible07:40
*** markvoelker has quit IRC07:43
*** admin0 has joined #openstack-ansible07:45
*** thorst has quit IRC07:46
*** Andrew_jedi has joined #openstack-ansible07:50
*** admin0 has quit IRC07:51
*** DrifterZA has quit IRC07:53
evrardjpgood morning everyone08:03
*** openstackgerrit has quit IRC08:03
*** openstackgerrit has joined #openstack-ansible08:04
vnogin_evrardjp, gooooood morning :)08:11
evrardjphello vnogin!08:11
evrardjphow are you today?08:11
*** Fenuks has quit IRC08:22
*** karimb has joined #openstack-ansible08:23
*** markvoelker has joined #openstack-ansible08:39
*** markvoelker has quit IRC08:44
*** thorst has joined #openstack-ansible08:45
*** bsv has joined #openstack-ansible08:49
PrabhuHi Good noon..08:49
Prabhucsmart : it failed again. but I have the logs.08:49
*** thorst has quit IRC08:52
vnogin_evrardjp, fine :) and you?08:55
evrardjpfine fine...08:55
evrardjplacking time, as usual :p08:55
*** electrofelix has joined #openstack-ansible09:00
vnogin_the same.... :)09:03
vnogin_evrardjp, btw, added to blog document regarding upgrades :)09:04
evrardjpoh cool09:05
*** chandanc_ has quit IRC09:05
*** chandanc_ has joined #openstack-ansible09:05
*** DrifterZA has joined #openstack-ansible09:11
*** chandanc_ has quit IRC09:17
*** chandanc_ has joined #openstack-ansible09:20
*** berendt has joined #openstack-ansible09:23
*** AnarchyAo has joined #openstack-ansible09:23
*** AnarchyAo has quit IRC09:23
*** AnarchyAo has joined #openstack-ansible09:23
*** AnarchyAo has quit IRC09:23
*** AnarchyAo has joined #openstack-ansible09:23
*** AnarchyAo has quit IRC09:24
*** AnarchyAo has joined #openstack-ansible09:24
*** AnarchyAo has quit IRC09:24
*** AnarchyAo has joined #openstack-ansible09:24
*** AnarchyAo has quit IRC09:24
*** javeriak has joined #openstack-ansible09:33
*** markvoelker has joined #openstack-ansible09:40
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible: Remove pip.conf during upgrade on all hosts  https://review.openstack.org/35907309:42
*** karimb has quit IRC09:43
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible: Remove pip.conf during upgrade on all hosts  https://review.openstack.org/35907309:43
*** markvoelker has quit IRC09:44
*** karimb has joined #openstack-ansible09:45
*** Andrew_jedi has quit IRC09:51
openstackgerritMerged openstack/openstack-ansible: Automatically detect whether to test all integrated roles  https://review.openstack.org/35827409:52
*** Andrew_jedi has joined #openstack-ansible09:52
*** bootsha has quit IRC09:53
evrardjpasettle: rromans could you check this? https://review.openstack.org/#/c/358721/09:54
asettleevrardjp: on it09:54
evrardjpthanks09:55
asettleevrardjp: if it's a docs thing, could you update your commit message to have [DOCS] to preface it?09:55
evrardjpI will next time :p09:55
evrardjpI didn't at first because I suspected code changes09:55
evrardjpwhich didn't at the end09:55
*** bootsha has joined #openstack-ansible09:56
asettleevrardjp: comemtns inline :)10:00
evrardjpadjusting10:11
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible: Updated the manual upgrade documentation  https://review.openstack.org/35872110:19
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible: Updated the manual upgrade documentation  https://review.openstack.org/35872110:27
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible: [DOCS] Updated the manual upgrade documentation  https://review.openstack.org/35872110:27
evrardjp^ asettle rromans10:27
asettleReviewing already :)10:27
evrardjpmake sure to have latest then10:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Set default/fix version numbers in upgrade script  https://review.openstack.org/35909810:30
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Set default/fix version numbers in upgrade script  https://review.openstack.org/35909810:32
csmartPrabhu: ok, I have a few things on atm, but I'll catch up with you in a few hours, hopefully10:33
*** bootsha has quit IRC10:35
*** javeriak has quit IRC10:38
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_container_create: Allow lxc_container_base_name to be set by the deployer  https://review.openstack.org/35890710:42
*** Prabhu has quit IRC10:44
*** javeriak has joined #openstack-ansible10:45
*** thorst has joined #openstack-ansible10:47
*** thorst has quit IRC10:52
*** karimb has quit IRC11:00
*** chandanc_ has quit IRC11:02
*** thorst has joined #openstack-ansible11:04
*** bootsha has joined #openstack-ansible11:07
*** markvoelker has joined #openstack-ansible11:09
*** markvoelker has quit IRC11:20
rromansevrardjp: replied11:46
evrardjpthanks11:46
rromansyw11:46
*** abelur has quit IRC11:47
*** asettle has quit IRC11:51
evrardjpasettle for consistency I'll not put : on some parts of the docs and leave the others behind... Feel free to add a commit to replace everything to proper standards :p11:58
*** abelur has joined #openstack-ansible11:59
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible: [DOCS] Updated the manual upgrade documentation  https://review.openstack.org/35872112:02
*** johnmilton has quit IRC12:04
openstackgerritPaulo Matias proposed openstack/openstack-ansible: Fix error when repo_build_git_cache is undefined  https://review.openstack.org/35916112:12
*** phschwartz has quit IRC12:14
*** javeriak has quit IRC12:20
mgariepyanyone had configured ipv6 with osa ? is there any docs on how to configure it ?12:24
*** johnmilton has joined #openstack-ansible12:24
*** gouthamr has joined #openstack-ansible12:26
*** johnmilton has quit IRC12:26
*** johnmilton has joined #openstack-ansible12:29
matiasmgariepy: https://cloudbau.github.io/openstack/neutron/networking/2016/05/17/neutron-ipv6.html12:29
*** abelur has quit IRC12:29
matiasmgariepy: however it needs the bgp plugin to be deployed to neutron, I'm working on it12:30
matiasalready had it working on mitaka12:30
matiasbut didn't submit upstream yet12:30
automagicallyMorning all12:30
csmart\o12:31
automagicallyCongrats on being featured in superuser csmart!12:31
automagicallyAnd thanks for the OSA shout-out12:31
csmartautomagically: hehe thanks, no worries :-)12:31
odyssey4mematias good to see you're testing with master :)12:33
odyssey4meautomagically two reviews if you have a moment, they're easy: https://review.openstack.org/359161 & https://review.openstack.org/35890712:33
* automagically looking12:33
matias:D12:33
odyssey4memgariepy yeah, ping cloudnull  - he's got ipv6 working with liberty already12:34
odyssey4mematias if you want upstream inclusion, please try and submit by the end of this week12:34
odyssey4meautomagically when you've had some coffee - your thoughts in the discussion happening in https://review.openstack.org/347400 would be great12:35
matiasodyssey4me: yes, I'm hurrying on it, will focus on it once I got master fully deployed in the cluster12:35
matiass/got/get/12:35
odyssey4meoh, and reviews of https://review.openstack.org/358614 would be great too from any cores12:36
automagically2 down, now on to https://review.openstack.org/34740012:36
*** phschwartz has joined #openstack-ansible12:38
odyssey4meif anyone has some free time, something that'd be super-useful for upgrade testing, and general deployment testing, is a small set of playbooks in the ops repository which creates a multi-node deployment in an existing openstack cloud12:40
*** kylek3h has joined #openstack-ansible12:40
*** asettle has joined #openstack-ansible12:40
odyssey4meit will involve using vxlan tunneling thanks to mac/ip spoofing protection, but it would be very valuable for extended testing...12:41
odyssey4mesome work I did some time ago in an openstack cloud involved setting up vxlan tunneling between nodes to test multi-region things... this fragment was used to setup the tunnels and may be useful for the effort: https://gist.github.com/odyssey4me/da7174126b2b390ea75ccd25a49bf45d12:42
openstackgerritMerged openstack/openstack-ansible-lxc_container_create: Allow lxc_container_base_name to be set by the deployer  https://review.openstack.org/35890712:42
odyssey4meautomagically being the vagrant guy, perhaps you could take the patch submitted for https://blueprints.launchpad.net/openstack-ansible/+spec/deploy-with-vagrant and implement both an AIO and small compute kit multinode with vagrant?12:43
odyssey4mealthough honestly I think that doing multi-node in an openstack cloud is worth more12:43
automagicallyodyssey4me: Yeah, I don’t see the point of multi-node vagrant honestly12:44
odyssey4meautomagically see https://review.openstack.org/285090 for Stanley's patch details12:44
odyssey4meit'd probably be nice to at least get an AIO with vagrant done12:44
odyssey4methat's useful12:44
automagicallyAIO with vagrant should be a breeze12:44
automagicallyI’ve got to get close out my rabbitmq stuff, but can queue that up12:45
mgariepythanks matias and odyssey4me i'll also ping cloudnull a bit later.12:45
odyssey4meyeah, Stanley put the details of a patch up in that review - so it'd be nice to post up the patch with him as the author for attribution at least12:45
odyssey4meat least to get the ball rolling12:45
odyssey4meand oh yes, of course - feature work by N3 is important - doing vagrant improvements or a multi-node deployment using ansible fits into testing improvements for me, so it's welcome between N3 and the first RC12:46
*** bootsha has quit IRC12:47
odyssey4meif someone has a moment, https://github.com/openstack/openstack-ansible-os_watcher needs the test scaffolding, docs, releasenotes, etc12:48
*** woodard has joined #openstack-ansible12:48
odyssey4meand when michaelgugino comes online, please inform him that he's got core dev voting on that role considering that he submitted it12:48
odyssey4me:) so congrats to him12:49
mhaydenmorning folks12:49
odyssey4meand many thanks :)12:49
* odyssey4me is on a weekend break today & tomorrow as his wife just arrived home after two weeks away12:49
odyssey4me^ is why I'm throwing the contents of my head out :)12:50
*** woodard has quit IRC12:50
*** woodard has joined #openstack-ansible12:50
*** chandanc_ has joined #openstack-ansible12:51
odyssey4mejmccrory when you come online, at the mid cycle you agreed to get to work on figuring out a functional test for os_magnum... I'm not sure if chris_hult can help but it'd be great if we could get that out the way12:51
odyssey4mefor fun I noticed that the magnum playbook isn't executed in setup-openstack... so there's a gap there12:51
*** kjw3 has joined #openstack-ansible12:51
matiasodyssey4me: also had a problem with lxc_container_backing_method being undefined, however I don't know if it is best to add a check here https://github.com/openstack/openstack-ansible-lxc_hosts/blob/b9c515a8a5f2498cb0fd5b7879b0e2667f7fe25c/tasks/lxc_cache_create.yml#L66 or to add a default value here12:57
matiashttps://github.com/openstack/openstack-ansible-lxc_hosts/blob/b9c515a8a5f2498cb0fd5b7879b0e2667f7fe25c/defaults/main.yml#L3712:57
odyssey4mematias ah, thanks for picking that up - I think for now just add a check to see if it's defined12:58
odyssey4meI'll be revising that a little to allow the backing store to be set as 'dir' or 'lvm' and to make the 'copy-on-write' backing method to adjust the behaviour accordingly.12:58
jrosseri was wondering why it was required to have is_container_address and is_ssh_address both in the management network13:05
*** klamath has joined #openstack-ansible13:05
jrosseri have a service network to deploy my hosts which feels like the natural place for is_ssh_address13:05
*** klamath_ has joined #openstack-ansible13:06
openstackgerritPaulo Matias proposed openstack/openstack-ansible-lxc_hosts: Fix error when lxc_container_backing_method is not defined  https://review.openstack.org/35918713:06
matiasodyssey4me: ok, done ^13:06
odyssey4methanks matias13:06
odyssey4meautomagically ^ quick one13:06
*** kjw3 has quit IRC13:06
odyssey4mematias I changed the topic - just to make it easier to track the work related to that13:09
*** klamath has quit IRC13:09
matiasok, thanks13:10
odyssey4mejrosser conceptually the management/container network is private and used for all inter service comms and for ansible to reach the containers/hosts13:12
odyssey4meI *think* that it's possible to change it up and separate those, but that's an untested code path so there may be some dragons to slay. We'd happily receive patches to fix those.13:13
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: Adding V-38438 (auditd during boot)  https://review.openstack.org/35436313:13
*** janki is now known as janki|afk13:14
jrosserodyssey4me: so in principle it would be a case of disable that check and include my service network in all hosts and containers13:14
odyssey4mejmccrory automagically cloudnull d34dh0r53 stevelle mattt hughsaunders andymccr mhayden evrardjp asettle rromans to make sure everyone is aware - see http://eavesdrop.openstack.org/irclogs/%23openstack-watcher/%23openstack-watcher.2016-08-23.log.html#t2016-08-23T12:53:2113:15
*** michaelgugino has joined #openstack-ansible13:16
automagicallyRighto13:16
asettleCoolio hoolio13:16
michaelguginomorning all13:16
odyssey4mewe leave the details of the service setup and config to the experts - we (as a core team) curate best practices, documentation, etc13:17
*** javeriak has joined #openstack-ansible13:17
odyssey4meheh, michaelgugino just in time - you really should get an IRC bouncer setup :p13:17
odyssey4memichaelgugino see http://eavesdrop.openstack.org/irclogs/%23openstack-watcher/%23openstack-watcher.2016-08-23.log.html#t2016-08-23T12:53:2113:18
michaelguginoodyssey4me: great, thanks!13:19
michaelguginoyeah, we're supposed to be getting a bouncer here at work, that's what they keep telling me.  I'm probably going to have to set one up myself though as it's not materializing.13:19
odyssey4methan you michaelgugino :) looking forward to a growing, active set of maintainers for the role13:19
odyssey4meFYI if you have a moment, https://github.com/openstack/openstack-ansible-os_watcher needs the test scaffolding, docs, releasenotes, etc13:20
odyssey4meobviosuly the next step after that is inclusion in the integrated build13:20
odyssey4memichaelgugino you may find this useful to get that done: https://github.com/openstack/openstack-ansible-ceph_client/commit/b17bda5e261cde126344a9f05135dcb0d3f6f45213:21
odyssey4meok, time for me to get back to the mid week weekend :)13:21
michaelguginook, thanks13:21
*** Jeffrey4l_ has quit IRC13:22
*** david-lyle has joined #openstack-ansible13:24
*** janki|afk is now known as janki13:24
mhaydenodyssey4me: great news on watcher ;)13:26
evrardjpmhayden: we should put that into WHOA13:27
odyssey4meevrardjp ++ and gnocchi13:28
*** karimb has joined #openstack-ansible13:29
odyssey4mecloudnull most of http://cdn.pasteraw.com/hrkst8mo2ymealahfyqousp8kcxwm0o are globals, so they're good13:29
openstackgerritMerged openstack/openstack-ansible-lxc_hosts: Fix error when lxc_container_backing_method is not defined  https://review.openstack.org/35918713:30
automagicallyodyssey4me: Did you see my comments on https://review.openstack.org/#/c/357495/13:30
odyssey4mecloudnull lxc_container_config_list s not - but until we have resolution on https://review.openstack.org/347400 we have no idea how to deal with them... for now they're OK13:30
odyssey4meautomagically I did. And I see what you mean that it's not included in the typical setup playbook so it's opt-in.13:31
odyssey4meI missed that first round.13:31
odyssey4meMy point about the tempest role/execution still stands, but yeah - with a rebase I think we can let that through.13:32
odyssey4meI would like to see us put some time into Tempest after Newton3, or before.13:32
mhaydenevrardjp: perhaps i should keep a rolling etherpad going with whoa topics13:32
automagicallyCool, I’ll rebase now13:32
evrardjpmhayden13:32
evrardjpwoops didn't paste13:32
odyssey4memhayden or setup a site to take submissions of new items :)13:33
evrardjphttps://etherpad.openstack.org/p/whoa13:33
odyssey4memhayden have you seen the successbot?13:33
evrardjpsimply?13:33
odyssey4memhayden see https://wiki.openstack.org/wiki/Successes13:33
odyssey4me#success mhayden has seen the OpenStack successes wiki page13:33
openstackstatusodyssey4me: Added success to Success page13:33
*** woodard has quit IRC13:33
mhaydenhah13:34
mhaydeni usually use that for trolling mattt13:34
odyssey4merefresh, et voila!13:34
odyssey4mewe should make use of that more - it gets pretty wide circulation13:34
odyssey4me#success OpenStack-Ansible now has a role to deploy Watcher :)13:35
openstackstatusodyssey4me: Added success to Success page13:35
evrardjp#success osic cloud is now the biggest cloud for openstack gates13:35
openstackstatusevrardjp: Added success to Success page13:35
*** michaelgugino has quit IRC13:35
odyssey4mehaha13:35
*** michaelgugino has joined #openstack-ansible13:35
* odyssey4me disappears in a puff of smoke...13:36
*** sdake has joined #openstack-ansible13:36
evrardjpthat will endup as the best openstack troll media13:36
*** sdake_ has joined #openstack-ansible13:37
*** DrifterZA has quit IRC13:38
*** DrifterZA has joined #openstack-ansible13:39
*** sdake has quit IRC13:41
*** bsv has quit IRC13:45
*** KLevenstein has joined #openstack-ansible13:48
*** javeriak_ has joined #openstack-ansible13:52
*** javeriak has quit IRC13:53
*** qiliang27 has joined #openstack-ansible13:54
openstackgerritMerged openstack/openstack-ansible: Fix wrong version of pip used in bootstrap  https://review.openstack.org/35861413:54
openstackgerritMerged openstack/openstack-ansible: [DOCS] Updated the manual upgrade documentation  https://review.openstack.org/35872113:55
*** pcaruana has quit IRC14:02
*** ibmchas has joined #openstack-ansible14:03
*** david-lyle has quit IRC14:04
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Add play to deploy Rally to the utility containers  https://review.openstack.org/35749514:04
*** berendt has quit IRC14:07
*** Andrew_jedi has quit IRC14:10
michaelguginocloudnull: did we get those lxc containers starting reliably on CentOS?14:10
odyssey4memichaelgugino not yet - would love some attention on that\14:11
* odyssey4me is back because his wife is asleep :p14:11
odyssey4meautomagically one point of feedback - not critical14:11
automagicallyCool, thanks odyssey4me14:12
michaelguginothe irony is, I added a command to cat out the lxc logs on the CI environment after the playbook run, and it hasn't failed since.14:12
odyssey4memichaelgugino I think it may be a race condition in the kernel itself - perhaps due to kernel age or something. Not sure though... I wonder if a simple sleep or 5 between stop/start will resolve it.14:13
michaelguginoNot sure either.  It does seem like it might be related to stop/start, but I had it failing locally, and the containers were indeed started14:14
*** admin0 has joined #openstack-ansible14:16
*** pcaruana has joined #openstack-ansible14:17
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_watcher: Watcher Role configuration  https://review.openstack.org/35922514:19
*** Mudpuppy has joined #openstack-ansible14:20
odyssey4meautomagically as an example https://github.com/openstack/openstack-ansible-os_nova/commit/e13a00ce543b4bde28485718889323019f9db21814:22
automagicallyodyssey4me: https://github.com/openstack/openstack-ansible-os_rally/blob/master/defaults/main.yml#L5714:23
odyssey4meautomagically :) then no need for the playbook var14:24
automagicallyThey are two different vars14:24
automagicallyWith two different purposes14:24
odyssey4meoh14:24
automagicallyUnfortunately14:24
* odyssey4me looks again14:24
automagicallyThey may often have the same value, but not always14:25
odyssey4mehmm, I thought  it might be for playbook targeting - but no14:25
odyssey4mestill, shouldn't that go into the group vars rather14:25
odyssey4meand perhaps the playbook target should be set to use that var?14:26
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_watcher: Watcher Role configuration  https://review.openstack.org/35922514:26
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_watcher: Watcher Role configuration  https://review.openstack.org/35922514:27
odyssey4meugh, playbook vars14:27
* odyssey4me tears hair out14:27
odyssey4mewhat a mess - can we try to put things in one place :)14:28
*** david-lyle has joined #openstack-ansible14:28
automagicallyI’ll collapse it down to use one var14:28
*** spotz_zzz is now known as spotz14:29
*** spedione|AWAY is now known as spedione14:30
odyssey4meautomagically do both vars have the same purpose?14:31
automagicallyThey define the same fact, and we use that fact in a multitude of ways14:31
odyssey4meah ok - if they always have the same value then we may as well use the same var14:32
automagicallyWhat inventory group will an install of rally target is the fact14:32
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_rally: Remove rally_host_group variable  https://review.openstack.org/35923314:33
*** chandanc_ is now known as chandanc_afk14:34
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Support multiple rabbitmq clusters  https://review.openstack.org/34488414:34
*** sdake_ has quit IRC14:35
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Add play to deploy Rally to the utility containers  https://review.openstack.org/35749514:36
openstackgerritSHASHANK TAVILDAR (shasha_tavil) proposed openstack/openstack-ansible: [DOCS] Adds the missing interface configuration content and corrects hyperlinks  https://review.openstack.org/35752414:37
*** chandanc_afk has quit IRC14:38
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:40
evrardjpspotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, the osa bug triage will start in 1h20’. Please have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage .14:40
evrardjpThank you.14:40
odyssey4meautomagically did you see my other comment about the inclusion of the repo_packages file?14:40
odyssey4meautomagically if you copied from the tempest role, it's probably a bad thing14:41
*** sdake has joined #openstack-ansible14:41
javeriak_odyssey4me isn't this released already https://launchpad.net/openstack-ansible/+milestone/13.3.1 ?14:41
automagicallyYeah, I’m guessing that https://github.com/openstack/openstack-ansible-plugins/blob/master/lookup/py_pkgs.py#L418 does the right thing odyssey4me in terms of the virtualenv getting built14:41
odyssey4mejaveriak_ yes, I'm behind on admin. :/14:42
javeriak_okay :), i was just looking for the next tag14:42
odyssey4meautomagically yes, it should - that's part of what I think is wrong with the tempest role... it was built pre-repo-venv-build14:42
odyssey4meso it's likely that both the rally and tempest role could do with adjustment to work better in the integrated build14:43
odyssey4mejaveriak_ let me get on that14:43
javeriak_thanks odyssey4me14:43
odyssey4mejaveriak_ we should be requesting the next releases this week on Thu - they're normally done Fri/Mon, sometimes Tue depending on release team availability14:44
javeriak_odyssey4me so 13.3.2 should be out friday, cool14:44
odyssey4mejaveriak_ note, though, that your patches to Mitaka will only be in the next tag - not this one...14:45
odyssey4methat said, we could bump the role SHA now14:45
javeriak_oh why not?14:45
odyssey4mewe bump the role SHA's, test for two weeks, then release14:45
javeriak_i just need to know what tags to get documented14:45
odyssey4mewe have enough time - let me work up a patch to bump the os_neutron SHA quickly14:45
javeriak_okay thanks a lot, theres no hurry though at my end14:46
odyssey4melemme habdle the releases on launchpad quickly, then I'll do up a patch14:46
*** rgogunskiy has quit IRC14:51
*** messy has joined #openstack-ansible14:51
timrcShade seems to have a lot of unspecified dependencies... I did a 'pip install shade' in a clean venv and crashed with a missing pytz module.  Once I pip installed that I tried to simply "import shade" and was met with 5 more import errors / 5 more missing deps (position, monotonic, funcsigs, rfc3986, and jsonpointer) -- has anyone else encountered this?14:53
*** javeriak_ has quit IRC14:53
*** david-lyle has quit IRC14:54
timrcAh okay I looked at the output a little more closely... "pip install shade" fails trying to install positional with the pytz problem.14:57
*** pvinci has quit IRC14:58
odyssey4metimrc :) when it comes to shade, #openstack-ansible is a little fresh... the guy you want to pester about it is mordred :p14:58
timrcYeah, I can talk about this in #openstack-infra as well.  I mean I think the workaround is to just ensure pytz is installed before attempting to install shade.14:58
michaelguginoodyssey4me: you do realize I have already populated the tests/ directory in watcher, right? ;)15:01
timrcAlso pip is really frustrating... if something is installing implicitly to fulfill a dependency for shade and it fails, then the last thing one would expect when they resolve the issue and do a `pip install shade` is to be told that it's already been installed.  Yeah, installed broken!15:02
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update os_neutron role SHA  https://review.openstack.org/35927215:06
odyssey4memhayden automagically ^ a quick review would be great15:06
*** Andrew_jedi has joined #openstack-ansible15:07
odyssey4memichaelgugino that may be, but the scaffolding is still needed to get to a passing gate check... if you need to remark out some tests to allow purpose-specific patches then do so15:07
odyssey4meright now that patch is more than just scaffolding15:07
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Fix error when repo_build_git_cache is undefined  https://review.openstack.org/35916115:08
michaelguginoodyssey4me: the gate checks should already pass.  I don't think the tests need to be marked out.  I'm just following what was in that ceph_client role, file-wise.  I haven't changed or added much functionality.  The tox.ini change just updates tox to the new format we're using.  I already had a working tox.ini file when the role was merged.15:11
*** janki has quit IRC15:12
odyssey4memichaelgugino there's no releasenotes folder, so that'll fail15:14
odyssey4mebut sure - stuff may work or fail - but vincent's point stands15:15
odyssey4methe changes to tasks/* and vars/* should not be included15:15
odyssey4methe rest should be fine15:16
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Add play to deploy Rally to the utility containers  https://review.openstack.org/35749515:16
odyssey4mealso, the commit message is misleading15:16
odyssey4methe purpose of the commit is to add scaffolding for OpenStack-CI15:17
odyssey4menot to make the role work15:17
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_watcher: Watcher Role configuration  https://review.openstack.org/35922515:18
*** qiliang27 has quit IRC15:19
michaelguginoodyssey4me: okay, I will update the commit message.15:19
*** grumpycatt has left #openstack-ansible15:19
*** grumpycatt has joined #openstack-ansible15:19
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_watcher: Add scaffolding for OpenStack-CI tests  https://review.openstack.org/35922515:20
cloudnullmornings15:20
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: Adding V-38438 (auditd during boot)  https://review.openstack.org/35436315:21
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: Fix numbering on V-38583  https://review.openstack.org/35928615:23
*** david-lyle has joined #openstack-ansible15:23
spotzmornin cloudnull15:23
*** weezS has joined #openstack-ansible15:24
odyssey4meok, I'm out - have a great day y'all15:25
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_container_create: Fix tag typo  https://review.openstack.org/35928815:25
automagicallylater odyssey4me15:27
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_watcher: Add scaffolding for OpenStack-CI tests  https://review.openstack.org/35922515:29
*** TxGirlGeek has joined #openstack-ansible15:30
*** lovea has left #openstack-ansible15:33
*** messy has quit IRC15:33
*** david-lyle has quit IRC15:33
michaelguginosomebody broke the xenial gates >:(15:37
*** woodard has joined #openstack-ansible15:37
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_container_create: Carefully fix galera bind mount  https://review.openstack.org/35885215:38
michaelguginohttp://logs.openstack.org/38/358138/6/check/gate-openstack-ansible-rabbitmq_server-ansible-func-ubuntu-xenial/eac63a7/console.html#_2016-08-23_14_25_35_93353515:38
*** v1k0d3n has joined #openstack-ansible15:44
*** janki has joined #openstack-ansible15:45
cloudnullmichaelgugino: that may have been caused by a mirror issue w/in infra this morning15:45
cloudnullwe should recheck and see if it happens again15:45
michaelguginoyeah, it's looking that way.  Nothing to indicate that our plays shouldn't be getting the fresh package lists.15:46
*** GMAzrael has joined #openstack-ansible15:46
michaelguginoit's happening on multiple runs.  automagically hit the same issue.15:46
automagicallyIndeed I did15:47
automagicallyMine was in OSIC FWIW15:47
*** jperry has joined #openstack-ansible15:47
automagicallyLike the one michaelgugino saw, be curious to see if its localized there15:47
cloudnullyea they had mirror issues w/in the OSIC15:47
cloudnullseems the mirror server was segfaulting15:48
automagicallyAwesome!15:49
*** Prabhu has joined #openstack-ansible15:52
*** TxGirlGeek has quit IRC15:52
*** messy has joined #openstack-ansible15:52
Prabhucsmart : how to share the log file ?15:53
openstackgerritMerged openstack/openstack-ansible-ops: Added successerator function to osa-multi-node-aio  https://review.openstack.org/35888215:54
*** TxGirlGeek has joined #openstack-ansible15:54
*** pcaruana has quit IRC15:56
*** v1k0d3n has quit IRC15:57
*** Prabhu has quit IRC15:58
*** v1k0d3n has joined #openstack-ansible16:00
evrardjpguess what guys!16:01
evrardjpit's bug triage time!16:01
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, spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, se16:01
evrardjpverion16:01
evrardjpbgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec16:01
*** david-lyle has joined #openstack-ansible16:01
mhaydenstevelle: i'm testin' your uwsgi patcheroo for keystone sir16:01
michaelguginohere16:01
cloudnullohai16:02
* mhayden waves at evrardjp16:02
d34dh0r53o/16:02
asettleyo yo16:02
asettlepo po16:02
asettlebobo16:02
evrardjpnobody seems to have reshuffled the etherpad, starting next week I'll send an email to the openstack-dev mailing list to ensure ppl can talk about bugs important to them and/or raise them16:03
evrardjpnot sure if that's an english sentence but I guess you understood :D16:03
evrardjpwithout furder adoo the first bug of the day16:03
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/161582116:04
openstackLaunchpad bug 1615821 in openstack-ansible "[DOC] Missing values in the table of old and new variables" [Undecided,New]16:04
*** jperry has quit IRC16:04
evrardjpcurrently this is not a bug because I don't recall that we have variables to migrate.16:05
evrardjpbut we could probably remove the complete table16:05
nishpatwaOkay16:05
*** eil397_ has joined #openstack-ansible16:05
nishpatwaI will remove the table than16:05
evrardjpasettle: rromans: if this kind of content is empty, do you consider we should adapt the standard to remove the table?16:05
evrardjpnishpatwa: let me verify there is no variable to migrate16:06
*** eil397 has joined #openstack-ansible16:06
nishpatwaSure16:06
evrardjpexcept if someone else verified?16:06
*** woodard has quit IRC16:07
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: Implemented: V-38548.  https://review.openstack.org/32495516:07
asettleevrardjp: sorry, was making tea16:08
*** woodard has joined #openstack-ansible16:08
*** michauds has joined #openstack-ansible16:08
*** pcaruana has joined #openstack-ansible16:09
asettleRemove the table unless there's a variable. But honestly, the content is not that heavy that it will be missed16:09
evrardjpthe variable mapping is currently empty, but could be adapted16:09
*** admin0 has quit IRC16:09
evrardjpnot sure what that means asettle16:10
*** jperry has joined #openstack-ansible16:10
evrardjpbut let's say it's an invalid bug and remove the table... ok for everyone?16:10
asettleevrardjp: yep16:11
asettleSorry that response was a bit mishmash16:11
evrardjpnot invalid -- confirmed :p16:11
asettleBasically, remove, is what I meant.16:11
*** TxGirlGeek has quit IRC16:11
nishpatwaOkay sure16:11
evrardjpnishpatwa: do you mind if I assign this to you?16:12
nishpatwaSure you can assign to me16:13
evrardjpdone16:13
evrardjpcool thanks!16:13
evrardjpnext is https://bugs.launchpad.net/openstack-ansible/+bug/161532516:13
openstackLaunchpad bug 1615325 in openstack-ansible "cinder.img mount to wrong device loopback after restart" [Undecided,New]16:13
evrardjpI didn't reproduce that myself because I consider AIO as disposable, but it could makes sense16:14
michaelguginothat's a tough one, sounds plausible.16:14
evrardjpmichaelgugino: agreed16:14
michaelguginoI rely on restarting AIO's quite a lot.  I have not experienced this16:15
*** DrifterZA has quit IRC16:15
evrardjpnormally if you restart you'll have a new /dev/ and no loop devices by default I guess16:15
evrardjpunless you fiddle yourself with them16:15
evrardjpit's maybe worth a variable?16:16
logan-I have seen that. it mounts the loopback devs on whatever the next available loopback is. Any reason we can't filter lvm by loop.* so it will just pick up whichever one cinder gets mounted on?16:17
palendaeSounds like it's been confirmed - can we move troubleshooting into the comments of the bug itself?16:18
andymccrso its confirmed at least, i'd put it at low prio though16:18
evrardjppalendae: it just have been confirmed by logan :D16:18
logan-sure posting in bug :)16:18
evrardjpthanks logan16:19
evrardjplow seems fine for me, marked as that.16:19
evrardjpnext one16:19
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/161461516:19
openstackLaunchpad bug 1614615 in openstack-ansible "os_neutron role missing config doc for OVS with DVR" [Undecided,New] - Assigned to Travis Truman (travis-truman)16:19
evrardjpThere are indeed scenarii now16:20
automagicallyconfirmed ;)16:20
evrardjpconfirmed and wishlist16:20
evrardjpalready assigned to automagically!16:21
evrardjpthanks for the assignment and the bug automagically :D16:21
evrardjpnext one16:21
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/161421116:21
openstackLaunchpad bug 1614211 in openstack-ansible trunk "Playbook Runs Fail in Multi-Domain Environments" [Medium,Confirmed] - Assigned to Nolan Brubaker (nolan-brubaker)16:21
evrardjppalendae: are you there?16:21
palendaeStill trying to verify that for master, other bugs are currently halting progress16:21
palendaeIt is definitely a problem in mitaka16:22
evrardjpit could be a problem of the keystone module16:22
palendaeIt is16:22
palendaeAnd with how we invoke it16:22
evrardjpI'll wait for your feedback to reproduce it16:23
palendaeYep - I'm watching master to see when the bind mount fixes hit16:23
evrardjpok cool16:23
palendaeThat will hopefully let me get further and see if Keystoe fails16:23
evrardjpleaving that to the same status for now16:23
evrardjppalendae: maybe mitaka doesn't have the same plugins version and you won't be stuck with the bind mounts issue (if you have some) :p16:24
palendaeYeah, I can reproduce on Mitaka for sure16:24
evrardjpalso I'd be please to see a bug report for the bind mount issue, but that's another topic!16:25
palendaeThere are patches floating around already16:25
evrardjppalendae: ok I'll mark as confirmed then. I'll assign that to you16:25
evrardjpoh it's already confirmed/medium16:25
evrardjpmy bad!16:25
palendaeRight16:25
palendae:)16:25
evrardjpgood16:25
palendaeI've been watching it since last week, but didn't dive in til yesterday16:25
evrardjpwe are now hitting previous weeks work16:26
evrardjpnext bug is:16:26
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/161241216:26
openstackLaunchpad bug 1612412 in openstack-ansible "Xenial: neutron agents container unable to resolve names" [Undecided,New]16:26
evrardjpI remember we had a discussion two triages ago, apparently I didn't paste into this bug, probably because we are waiting for another person input.16:27
evrardjpmichaelgugino: is the bug still present for you?16:27
michaelguginoI haven't run the install recently, so I cannot say16:28
michaelguginoI know cloudnull odyssey4me have been working on some namespacing issues with bind mounts?  Maybe that's related?16:28
evrardjpwe've been working with lxc during mid-cycle, and we've been working on bind mounts too16:29
evrardjpbut I doubt a network issues comes from this16:30
palendaeI saw https://review.openstack.org/#/c/347400/ in the main repo, haven't seen any role patches but I assume they exist16:30
evrardjpit's probably another issue that could have been fixed in the midcycle16:30
eil397michaelgugino: should it be reproducable with default configuration of aio ?16:30
evrardjphow can bind mounts be a networking issue?16:30
* palendae shrugs16:31
palendaeContainer namespacing; I'm not sure it's related16:31
michaelguginoI don't know, I don't know.  Too many moving pieces regarding bind mounts, overlay fs16:31
evrardjpwe can have issues with the container (maybe indirectly due to bind mounts), but let's not stick to conclusions that seem unrelated?16:31
eil397:)16:31
michaelguginoI am not able to keep track of what is doing what16:31
evrardjpok16:31
evrardjplet's then wait for you to reproduce this16:32
eil397I can try to reproduce it today on current aio16:32
michaelguginoin any case, the problem may not be isolated to any one container, it seems like it may be a bit random on what breaks.16:32
evrardjpif you can reproduce it on a trusty aio eil397 that would be great16:32
michaelguginomind you, this is on xenial.16:32
evrardjpxenial*16:32
evrardjpI meant xenial!16:32
evrardjp:D16:32
evrardjpok good let's jump to next one16:32
eil397I can try to reproduce it on xenial :) will be nice to catch16:33
evrardjpthanks eil39716:33
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/161195216:33
openstackLaunchpad bug 1611952 in openstack-ansible "Xenial: rabbitmq nova user not always created" [Undecided,New]16:33
evrardjptwo birds one stone for eil397 ? :p16:33
eil397:) yeas16:33
eil397yes.16:34
evrardjptox -e functional was broken I think16:34
evrardjpoh it's nova role?16:34
evrardjphas someone confirmed this?16:34
evrardjpI'll leave the bug as is until someone confirms, live eil397 :D16:35
evrardjplike*16:35
eil397I will try to reproduce it16:36
evrardjpcool thanks!16:36
evrardjpI'll try to reproduce it myself too16:36
michaelguginogreat.  We need more manual runs on Xenial.  A lot of the individual code paths are not checked, so if people can exercise things on Xenial to ferret out bugs, that is helpful in general.16:36
evrardjpagreed michaelgugino16:37
evrardjpnext one is16:37
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159811416:37
openstackLaunchpad bug 1598114 in openstack-ansible "After upgrade M->N horizon doesn't work" [Undecided,New]16:37
logan-that is already fixed16:37
evrardjpno update on it, let's leave it that way16:37
logan-https://github.com/openstack/openstack-ansible/commit/9a3b0fd08eb0145a2334dc46c80a7f7400b2b67916:37
evrardjplogan-: there was a change to IPs?16:37
*** BjoernT has joined #openstack-ansible16:38
evrardjpgood!16:38
evrardjpnext one is:16:39
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/160575816:39
openstackLaunchpad bug 1605758 in openstack-ansible "updates to ceilometer_pipeline_yaml_overrides overwrite all items in sources list" [Wishlist,New]16:39
evrardjpI'll move that to confirmed, it seems there was a consensus on the need of docs and it's a wishlist ite,16:41
evrardjpitem16:41
evrardjpis everyone ok with that?16:41
jmccrorysounds good16:41
*** AnarchyAo has joined #openstack-ansible16:42
*** AnarchyAo has quit IRC16:42
*** AnarchyAo has joined #openstack-ansible16:42
*** AnarchyAo has quit IRC16:42
evrardjpnext16:42
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/161329916:42
openstackLaunchpad bug 1613299 in openstack-ansible "Unknown column 'r.project_id' in FWaaS migrations" [High,New]16:42
automagicallyThat’s been fixed in upstream neutron-fwaas16:42
evrardjpit looks like it16:42
evrardjpdon't know if the upstream fix is enough for the bug submitter16:43
evrardjpwhich is you!16:43
evrardjpautomagically: you're fine now?16:43
automagicallyYep!16:43
evrardjpor you need a sha bump?16:43
evrardjpok good!16:43
automagicallyNah, was on master16:43
evrardjptime to sleep I start to misclick everywhere16:45
evrardjplast one16:45
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/161268816:45
openstackLaunchpad bug 1612688 in openstack-ansible "rpmverify check on auditd fails" [High,New] - Assigned to Major Hayden (rackerhacker)16:45
evrardjpmhayden: what's up in the security role world? was that fixed?16:46
*** ibmchas has quit IRC16:47
evrardjpseems https://review.openstack.org/#/c/354768/ could be the fix16:48
*** scarlisle has joined #openstack-ansible16:48
*** asettle has quit IRC16:48
d34dh0r53mhayden is currently away from his desk16:49
evrardjpI suppose we can say this is fixed.16:49
*** asettle has joined #openstack-ansible16:49
*** asettle has quit IRC16:49
*** asettle has joined #openstack-ansible16:49
evrardjpit was not properly closed by closes-bug16:49
evrardjpthat's it!16:49
evrardjpok we're good for today16:49
evrardjpthanks everyone16:49
*** v1k0d3n has quit IRC16:50
eil397evrardjp: thanks16:50
*** asettle has quit IRC16:50
d34dh0r53thanks evrardjp16:50
nishpatwaThanks evrardjp16:51
*** eil397 has left #openstack-ansible16:51
*** eil397_ has left #openstack-ansible16:51
rromanso/16:52
automagicallyget some rest evrardjp16:52
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_magnum: Add basic functional tests to role  https://review.openstack.org/35515516:53
evrardjpautomagically: that's fine it's only 6pm here16:54
evrardjpI should though16:54
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-repo_build: Trust the roles to specify the correct inventory group  https://review.openstack.org/35933916:56
*** Rodrigo_BR has joined #openstack-ansible16:56
*** jwagner is now known as jwagner[away]16:58
*** v1k0d3n has joined #openstack-ansible16:58
*** javeriak has joined #openstack-ansible17:04
evrardjpautomagically: nice ^17:07
*** severion has joined #openstack-ansible17:07
*** v1k0d3n has quit IRC17:07
*** jperry has quit IRC17:08
openstackgerritMerged openstack/openstack-ansible-security: Fix numbering on V-38583  https://review.openstack.org/35928617:08
*** ibmchas has joined #openstack-ansible17:08
automagicallyScratching my own itch on that one, while I try to get rally virtualenv to build in my lab17:08
*** jperry has joined #openstack-ansible17:08
evrardjprally, that's interesting17:08
*** ibmchas has quit IRC17:13
*** janki has quit IRC17:14
*** severion has quit IRC17:21
*** v1k0d3n has joined #openstack-ansible17:21
*** admin0 has joined #openstack-ansible17:25
*** weezS has quit IRC17:28
*** messy has quit IRC17:32
*** weezS has joined #openstack-ansible17:32
*** v1k0d3n has quit IRC17:35
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_watcher: Add scaffolding for OpenStack-CI tests  https://review.openstack.org/35922517:35
*** v1k0d3n has joined #openstack-ansible17:41
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_rally: Remove rally_host_group variable  https://review.openstack.org/35923317:44
*** ibmchas has joined #openstack-ansible17:50
*** karimb has quit IRC17:50
*** weezS has quit IRC17:54
*** ibmchas has quit IRC17:54
*** weezS has joined #openstack-ansible17:58
*** kjw3 has joined #openstack-ansible17:59
*** jamielennox|away is now known as jamielennox18:01
*** v1k0d3n has quit IRC18:03
*** DrifterZA has joined #openstack-ansible18:04
openstackgerritMerged openstack/openstack-ansible-security: Implemented: V-38548.  https://review.openstack.org/32495518:06
*** albertcard has joined #openstack-ansible18:08
*** v1k0d3n has joined #openstack-ansible18:08
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Add play to deploy Rally to the utility containers  https://review.openstack.org/35749518:10
*** ibmchas has joined #openstack-ansible18:11
openstackgerritMerged openstack/openstack-ansible: DOC - use 'shell-session' to render root user commands  https://review.openstack.org/35875218:13
*** ibmchas has quit IRC18:15
*** javeriak_ has joined #openstack-ansible18:19
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security: Adding V-38438 (auditd during boot)  https://review.openstack.org/35436318:19
*** javeriak has quit IRC18:21
*** electrofelix has quit IRC18:21
*** javeriak has joined #openstack-ansible18:23
*** javeriak_ has quit IRC18:25
matiascluster with 14 machines up, now let's work on the bgp plugin :P18:30
Rodrigo_BRmatias: Nice !18:31
logan-matias: i saw a presentation about that in Austin. it would be really neat to see that working in OSA :)18:32
*** ibmchas has joined #openstack-ansible18:32
*** v1k0d3n has quit IRC18:33
*** ibmchas has quit IRC18:36
*** v1k0d3n has joined #openstack-ansible18:37
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_rally: Remove rally_host_group variable  https://review.openstack.org/35923318:40
*** jwagner[away] is now known as jwagner18:40
mgariepycloudnull, do you have some detail on the ipv6 installation you have done with liberty ?18:44
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_rally: Remove rally_host_group variable  https://review.openstack.org/35923318:45
*** kjw3 has quit IRC18:49
mhaydenhave they announced which summit talks were accepted?18:51
*** javeriak has quit IRC18:56
*** weezS has quit IRC18:57
*** markvoelker has joined #openstack-ansible18:58
michaelguginodid the linters change?  I'm not sure what to make of these errors, they look exactly like other roles:  http://logs.openstack.org/25/359225/7/check/gate-openstack-ansible-os_watcher-linters-ubuntu-xenial/c755a6a/console.html#_2016-08-23_17_59_08_20934819:00
*** markvoelker has quit IRC19:01
*** severion has joined #openstack-ansible19:09
*** v1k0d3n has quit IRC19:09
*** kjw3 has joined #openstack-ansible19:11
*** DrifterZA has quit IRC19:12
*** ibmchas has joined #openstack-ansible19:13
*** ibmchas has quit IRC19:18
*** pcaruana has quit IRC19:20
cloudnullmgariepy: I do ima put together a blog post on the config in a bit19:28
*** johnmilton has quit IRC19:28
palendaemhayden, I think the 25th or 26th19:28
cloudnulldo you know what to know something specific ? i'd be happy to share but ima brain dump in the next few days.19:28
openstackgerritMajor Hayden proposed openstack/openstack-ansible-lxc_container_create: Fix incorrect galera logs bind mount bug  https://review.openstack.org/35885219:32
*** severion has quit IRC19:33
*** ibmchas has joined #openstack-ansible19:34
openstackgerritMerged openstack/openstack-ansible: Fix error when repo_build_git_cache is undefined  https://review.openstack.org/35916119:35
*** weezS has joined #openstack-ansible19:36
mgariepycloudnull, i don't have anything specific right now. i'm just curious on how it all work19:36
*** ibmchas_ has joined #openstack-ansible19:36
*** v1k0d3n has joined #openstack-ansible19:38
*** ibmchas has quit IRC19:38
openstackgerritNish Patwa(IRC: nishpatwa) proposed openstack/openstack-ansible: Removed variable changes table from the doc.  https://review.openstack.org/35939219:40
*** kjw3 has quit IRC19:41
automagicallycloudnull: I’ll be looking forward to that blog post19:41
*** johnmilton has joined #openstack-ansible19:43
cloudnullah. yes. so were doing a dual stack network w/ SLAAC at the Aggrs. within neutron its a single network + vlan w/ two subnets ipv4/6. the IP4 subnet is an interface on a neutron router w/ the gate pointing to a proper v4 provider network. the v6 subnet is a provider network and is direct return.19:50
cloudnullthats kinda the TLDR ^19:50
cloudnullbut more on that soon19:50
matiaslogan-: we had it working in mitaka (back then it only needed the init script to be created by an external playbook), so let's get it upstream into OSA now :D19:52
matiasalready got it built /var/www/repo/pools/neutron_dynamic_routing/neutron_dynamic_routing-9.0.0.0b3.dev11-py2.py3-none-any.whl19:52
openstackgerritNish Patwa(IRC: nishpatwa) proposed openstack/openstack-ansible: Added missing yml file and example for test and production environments.  https://review.openstack.org/35939419:53
*** asettle has joined #openstack-ansible19:53
openstackgerritNish Patwa(IRC: nishpatwa) proposed openstack/openstack-ansible: Added missing yml file and example for test and production environments.  https://review.openstack.org/35939419:55
matiasmgariepy: this is what I was doing to test back on stable/mitaka : http://pastebin.com/T8cuvKSG19:56
*** markvoelker has joined #openstack-ansible19:57
*** Andrew_jedi has quit IRC19:58
matiasmgariepy: bgp dragent is installed by OSA in mitaka, you only need to create the upstart script manually and a simple bgp_dragent.ini file (you can copy it from https://cloudbau.github.io/openstack/neutron/networking/2016/05/17/neutron-ipv6.html)19:58
*** asettle has quit IRC19:58
matiasmgariepy: here is the entry I created in my neutron_services to create the upstart script: http://pastebin.com/acugdvFX20:00
*** v1k0d3n has quit IRC20:02
*** v1k0d3n has joined #openstack-ansible20:02
*** v1k0d3n has quit IRC20:05
*** v1k0d3n has joined #openstack-ansible20:05
*** v1k0d3n has quit IRC20:05
matiasit looks like it will work in master :D20:07
* matias ansious20:08
*** jamesdenton has joined #openstack-ansible20:12
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Ensure nova home dir is completely overridable  https://review.openstack.org/35940420:18
openstackgerritSHASHANK TAVILDAR (shasha_tavil) proposed openstack/openstack-ansible: [DOCS] Adds the missing interface configuration content and corrects hyperlinks  https://review.openstack.org/35752420:18
openstackgerritRobb Romans (rromans) proposed openstack/openstack-ansible: [DOCS] Add interface configuration content  https://review.openstack.org/35752420:20
rromansshasha_tavil: ^^^20:20
*** jperry has quit IRC20:21
*** jperry has joined #openstack-ansible20:21
matiasI just realized neutron_lbaasv2_agent is not included by default in neutron_agents_container's container_skel, whereas neutron_lbaas_agent (which doesn't exist anymore in newton) is included20:22
matiasshouldn't then we rename neutron_lbaas_agent to neutron_lbaasv2_agent in the container skel? is some release note required for it?20:22
shasha_tavilThank you rromans :)20:22
rromansshasha_tavil: cheers20:23
automagicallycloudnull: You know if the OSIC apt mirrors are still hosed? We still can’t seem to get any gate passes for Xenial when they run on OSIC nodes20:28
*** sigmavirus is now known as sigmavirus|away20:29
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_magnum: Add basic functional tests to role  https://review.openstack.org/35515520:30
cloudnullautomagically:  idk20:30
cloudnullthey did just migrate the mirrors20:30
cloudnullso that they have a v6 address20:30
cloudnullso maybe related?20:30
automagicallyK, will recheck these again I suppose. Thx cloudnull20:31
cloudnullsorry automagically20:34
cloudnullima work on it those20:34
automagicallyEh, it happens20:34
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_magnum: Add basic functional tests to role  https://review.openstack.org/35515520:35
openstackgerritSHASHANK TAVILDAR (shasha_tavil) proposed openstack/openstack-ansible: [DOCS] Add interface configuration content  https://review.openstack.org/35752420:37
nishpatwaevrardjp can you review this https://review.openstack.org/#/c/354425/ ?20:37
automagicallyNice work yet again mhayden on the WHOA - https://major.io/2016/08/23/whats-happening-in-openstack-ansible-whoa-august-2016/20:38
adreznec+120:40
matiasmichaelgugino: do you have any pointers on making the lxd hypervisor to work with a shared GPU?20:40
*** oneswig has joined #openstack-ansible20:44
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_magnum: Add basic functional tests to role  https://review.openstack.org/35515520:47
mhaydenautomagically: awww, shucks20:51
*** markvoelker has quit IRC20:52
*** Mudpuppy_ has joined #openstack-ansible20:55
*** gouthamr has quit IRC20:58
*** Mudpuppy has quit IRC20:58
*** Mudpuppy_ has quit IRC20:59
*** asettle has joined #openstack-ansible21:02
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_magnum: Add basic functional tests to role  https://review.openstack.org/35515521:02
*** eil397 has joined #openstack-ansible21:06
*** psilvad has quit IRC21:08
*** woodard_ has joined #openstack-ansible21:10
*** woodard has quit IRC21:13
*** woodard_ has quit IRC21:14
*** david-lyle has quit IRC21:15
*** david-lyle has joined #openstack-ansible21:18
*** klamath_ has quit IRC21:28
*** spedione is now known as spedione|AWAY21:30
*** gouthamr has joined #openstack-ansible21:34
openstackgerritMerged openstack/openstack-ansible: Removed variable changes table from the doc.  https://review.openstack.org/35939221:38
*** messy has joined #openstack-ansible21:43
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-tests: Provide full path for iptables-clear script  https://review.openstack.org/35944121:43
*** thorst has quit IRC21:44
*** jamesdenton has quit IRC21:45
*** sdake has quit IRC21:45
*** asettle has quit IRC21:45
*** sdake has joined #openstack-ansible21:45
*** sdake has quit IRC21:45
*** sdake has joined #openstack-ansible21:46
*** thorst has joined #openstack-ansible21:47
*** dfflanders has joined #openstack-ansible21:50
*** thorst has quit IRC21:51
*** KLevenstein has quit IRC21:52
*** abelur_ has joined #openstack-ansible21:54
*** oneswig has quit IRC22:08
*** jperry has quit IRC22:09
*** spotz is now known as spotz_zzz22:17
*** AnarchyAo has joined #openstack-ansible22:21
*** dfflanders has quit IRC22:28
*** michauds has quit IRC22:36
*** thorst_ has joined #openstack-ansible22:36
*** thorst_ has quit IRC22:39
*** v1k0d3n has joined #openstack-ansible22:43
*** sdake has quit IRC22:44
*** sdake has joined #openstack-ansible22:44
*** BjoernT has quit IRC22:49
*** ibmchas_ has quit IRC22:49
*** pvinci has joined #openstack-ansible23:01
*** weezS has quit IRC23:02
*** jamesdenton has joined #openstack-ansible23:02
*** thorst_ has joined #openstack-ansible23:03
*** v1k0d3n has quit IRC23:04
*** v1k0d3n has joined #openstack-ansible23:04
*** thorst_ has quit IRC23:05
*** thorst_ has joined #openstack-ansible23:06
*** admin0 has quit IRC23:07
*** severion has joined #openstack-ansible23:08
*** v1k0d3n has quit IRC23:08
*** severion has quit IRC23:08
*** v1k0d3n has joined #openstack-ansible23:09
*** jamesdenton has quit IRC23:09
*** thorst_ has quit IRC23:10
*** jamesdenton has joined #openstack-ansible23:13
*** jamesden_ has joined #openstack-ansible23:24
*** jamesdenton has quit IRC23:27
*** jamesden_ has quit IRC23:28
*** hblah has joined #openstack-ansible23:32
*** messy has quit IRC23:38
*** AnarchyAo has quit IRC23:59

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