Tuesday, 2016-06-28

thetrav?00:00
thetravthe security hardening variable?00:00
cloudnullassuming your deployment host is not being used for "something" else in the cluster the sec role shouldn't be applied to it.00:00
thetravthe deployment host is not a target, it hasn't had the role applied ot it00:00
cloudnullok.00:00
thetravI was referring to it cycling through the tasks in the role for the target hosts00:01
cloudnullah,00:01
thetravdeciding to skip on an individual task level00:01
thetravrather than deciding at a higher level00:01
cloudnullyea. thats an ansible-ism i wish was different.00:01
cloudnullthe condition is set here . https://github.com/openstack/openstack-ansible/blob/master/playbooks/security-hardening.yml#L25-L2600:02
cloudnulland regardless of enabled or disabled it iterates through everything in "hosts".00:02
thetravstill too many open files00:03
cloudnullbah...00:03
thetravdifferent exceptions though00:03
cloudnullooohh :)00:03
openstackgerritSteve Lewis (stevelle) proposed openstack/openstack-ansible: Introduce a playbook for deploying Gnocchi  https://review.openstack.org/32412500:04
thetravhttp://cdn.pasteraw.com/fwbwq4fequcafj068cstie4ekz6hoe700:04
*** eil397 has quit IRC00:04
cloudnullquick question, have you tried running the command by hand ? -- openstack-ansible setup-hosts.yml -- to see if you have the same issue without the nested ansible call?00:05
cloudnullnot that the nested call should do that, I do that all the time, just grasping at straws00:06
thetravoh, yes00:06
thetravsorry to be clear00:06
thetravI use ansible to prepare the deploy host and the target hosts00:06
thetravthen I run the actual setup-hosts ansible target by hand00:06
cloudnullcan you run it with a limit to see if you have the same issue?00:07
cloudnullsomething like -- openstack-ansible setup-hosts.yml --limit hosts[0]00:07
cloudnullrather: openstack-ansible setup-hosts.yml --limit 'hosts[0]'00:07
thetrav?00:08
thetravso that only applies to a single host?00:09
cloudnullyes, the first host.00:09
thetravI set forks to 1 if that helps00:09
thetravI'll give it a shot00:09
thetravworked00:12
thetravok, so I could theoretically iterate through one host at a time00:12
thetravhowever I'm just going to try with security_hardening turned off00:13
thetravcause if that fixes it then I've got a reasonable point to raise a bug from I think00:13
*** wadeholler has quit IRC00:14
*** sdake has quit IRC00:15
cloudnull++00:15
cloudnullyou could try with two hosts openstack-ansible setup-hosts.yml --limit 'hosts[0],hosts[1]'00:16
cloudnulland see if it works w/ >100:16
cloudnullbut that's a strange issue for sure.00:16
cloudnullI think its worth raising an issue over regardless.00:16
cloudnullWhile I dont want to blame the sec role for the issues, it very well may be the problem00:17
cloudnullmhayden: is out of reach this week, he's the one whom wrote most of the sec role, I believe he's at that RH summit, but w/ an issue he may be able to dig into it.00:18
cloudnullI have to relocate home, will be back online later.00:18
cloudnullbut let me know how it goes.00:18
thetravkk cya, thanks a ton for your help00:22
cloudnullim interested to know what the root cause is, so if you nail it down please let me know.00:22
cloudnullregardless TTFN00:22
thetravyep, so early results are showing I've got approx 800 less files open without the security_hardening file in the mix00:27
thetravI expect this will work out00:27
*** ManojK has quit IRC00:30
*** appprod0 has quit IRC00:32
thetravok, so it's not just security00:41
thetravsecurity is the most noticable one, however the open files is steadily creeping up over the whole run00:41
thetravit's at about 800 now at the galera stage00:41
thetravindicative of a leak00:41
stevelleI'm wondering if it's something like registered vars are causing the leak, given how bad the security role for you00:43
thetravCould be00:43
stevellethat would seem really odd though00:43
thetravI'm once again struck by the fact that most of the handles are to /dev/null00:44
thetravwhich to me implies arbitrary output stream rather than actual file for useful stuff00:44
thetravI wish I knew how to do proper profiling00:46
coolj_thetrav: how many ansible forks are you running with?00:50
thetrav100:50
thetravsorry, my initial attempt was the default, which I believe is 4 (one per host)00:50
thetravI lowered it to 1 to simplify the output00:50
thetravat one point I tried with 1000:51
coolj_cool, figured it wasn't related to forks but just wanted to verify00:51
thetravmade no difference00:51
thetravor more specifically, it still failed for the same reason00:51
thetravobviously there was _some_ difference00:51
*** thorst_ has joined #openstack-ansible00:52
*** ManojK has joined #openstack-ansible00:53
*** wadeholler has joined #openstack-ansible00:53
coolj_what version of ansible?00:55
thetravheh00:55
thetrav1.9.x00:55
thetravthe one that the boostrap script installs00:56
coolj_i was thinking maybe this was the fix but i guess you already have it in that case00:56
coolj_https://github.com/ansible/ansible/commit/402a6d0533058a18947b5c5ee2f0f4b35e62017500:56
*** thorst_ has quit IRC00:57
*** thorst_ has joined #openstack-ansible00:58
*** klamath has quit IRC01:01
*** klamath has joined #openstack-ansible01:02
*** ManojK has quit IRC01:03
*** aernhart has quit IRC01:06
*** ManojK has joined #openstack-ansible01:06
*** thorst_ has quit IRC01:06
*** fishcried has joined #openstack-ansible01:08
*** fishcried has quit IRC01:10
*** ManojK has quit IRC01:11
*** fawadkhaliq has joined #openstack-ansible01:20
*** fawadkhaliq has quit IRC01:24
*** klamath has quit IRC01:24
*** thorst_ has joined #openstack-ansible01:39
*** thorst_ has quit IRC01:40
*** thorst_ has joined #openstack-ansible01:41
*** thorst_ has quit IRC01:50
*** coolj_ is now known as coolj01:52
*** sacharya has joined #openstack-ansible01:59
*** fawadkhaliq has joined #openstack-ansible02:01
*** fawadkhaliq has quit IRC02:05
*** ManojK has joined #openstack-ansible02:16
*** thorst_ has joined #openstack-ansible02:19
thetravcoolj_ that fix appears to apply to ansible 2.x, not clear to me whether it's applied to 1.9.x, if it's not then that's certainly the type of issue that would cause this behaviour02:21
*** thorst_ has quit IRC02:21
*** fawadkhaliq has joined #openstack-ansible02:22
*** thorst_ has joined #openstack-ansible02:22
*** sacharya_ has joined #openstack-ansible02:24
*** fawadkhaliq has quit IRC02:26
*** sacharya has quit IRC02:27
*** thorst_ has quit IRC02:30
*** sdake has joined #openstack-ansible02:40
*** fawadkhaliq has joined #openstack-ansible02:43
*** ManojK has quit IRC02:44
*** fawadkhaliq has quit IRC02:46
*** sdake has quit IRC02:56
*** ManojK has joined #openstack-ansible02:58
*** weezS has joined #openstack-ansible03:04
*** sdake has joined #openstack-ansible03:08
*** jorge_munoz has quit IRC03:10
*** jorge_munoz has joined #openstack-ansible03:14
*** sdake has quit IRC03:27
*** thorst_ has joined #openstack-ansible03:28
thetravok, so I had a go using the ansible_2.1 stable branch and came up against the same problem03:34
*** thorst_ has quit IRC03:35
*** ManojK has quit IRC03:35
*** zerda2 has joined #openstack-ansible03:42
*** persia has quit IRC03:49
*** persia has joined #openstack-ansible03:56
*** albertcard has quit IRC04:01
*** weezS has quit IRC04:04
*** thorst_ has joined #openstack-ansible04:33
*** thorst_ has quit IRC04:41
*** fawadkhaliq has joined #openstack-ansible04:46
*** phalmos has joined #openstack-ansible04:49
*** fawadkhaliq has quit IRC04:50
*** fishcried has joined #openstack-ansible05:06
*** phalmos has quit IRC05:12
*** saneax_AFK is now known as saneax05:13
*** M00nr41n has quit IRC05:13
*** fishcried has quit IRC05:14
*** eil397 has joined #openstack-ansible05:21
*** eil397 has quit IRC05:28
*** winggundamth has quit IRC05:31
*** fawadkhaliq has joined #openstack-ansible05:34
*** fawadkhaliq has quit IRC05:36
*** fawadk has joined #openstack-ansible05:36
*** winggundamth has joined #openstack-ansible05:37
*** thorst_ has joined #openstack-ansible05:38
*** admin0 has joined #openstack-ansible05:47
*** thorst_ has quit IRC05:47
*** admin0 has quit IRC05:50
*** markvoelker has quit IRC05:58
*** winggundamth has quit IRC06:05
*** M00nr41n has joined #openstack-ansible06:07
*** winggundamth has joined #openstack-ansible06:10
*** javeriak has joined #openstack-ansible06:21
*** bootsha has joined #openstack-ansible06:21
*** jamielennox is now known as jamielennox|away06:44
*** thorst_ has joined #openstack-ansible06:44
*** pcaruana has joined #openstack-ansible06:46
*** thorst_ has quit IRC06:51
*** oneswig has joined #openstack-ansible06:57
*** pester has quit IRC06:58
*** markvoelker has joined #openstack-ansible06:58
*** asettle has joined #openstack-ansible07:03
*** fxpester has joined #openstack-ansible07:03
*** markvoelker has quit IRC07:04
*** admin0 has joined #openstack-ansible07:09
*** oneswig has quit IRC07:14
*** oneswig has joined #openstack-ansible07:20
*** oneswig has quit IRC07:21
*** Drago1 has joined #openstack-ansible07:32
*** Drago1 has quit IRC07:33
*** Drago1 has joined #openstack-ansible07:33
openstackgerritMerged openstack/openstack-ansible: Flush memcached on first listen IP only  https://review.openstack.org/33448407:37
*** karimb has joined #openstack-ansible07:39
*** thorst_ has joined #openstack-ansible07:48
*** karimb has quit IRC07:55
*** thorst_ has quit IRC07:56
*** asettle has quit IRC07:58
*** markvoelker has joined #openstack-ansible08:00
evrardjpgood morning everyone08:00
*** sacharya_ has quit IRC08:01
*** oneswig has joined #openstack-ansible08:02
*** markvoelker has quit IRC08:04
*** bsv has joined #openstack-ansible08:11
*** karimb has joined #openstack-ansible08:13
*** oneswig has quit IRC08:26
*** raddaoui has quit IRC08:27
*** jthorne_ has joined #openstack-ansible08:29
*** jthorne has quit IRC08:29
*** karimb has quit IRC08:35
*** bootsha has quit IRC08:43
*** asettle has joined #openstack-ansible08:45
admin0morning all08:47
bsvadmin0: moin08:48
*** thetrav has quit IRC08:49
*** thorst_ has joined #openstack-ansible08:53
*** Drago1 has quit IRC08:54
*** markvoelker has joined #openstack-ansible09:00
*** thorst_ has quit IRC09:01
*** markvoelker has quit IRC09:05
*** wadeholler has quit IRC09:10
*** bootsha has joined #openstack-ansible09:14
*** asettle has quit IRC09:21
*** javeriak has quit IRC09:27
*** bootsha has quit IRC09:38
*** asettle has joined #openstack-ansible09:40
*** bootsha has joined #openstack-ansible09:49
*** thorst_ has joined #openstack-ansible10:00
*** johnmilton has quit IRC10:00
*** markvoelker has joined #openstack-ansible10:01
*** javeriak has joined #openstack-ansible10:02
ionihello10:02
ionihttp://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?h=stable/mitaka&id=a4afeb94600e6fb1006a009a512525266a0fd4fd10:02
ionibecause of this modification, now the storage hosts are not optional anymore10:03
ionifatal: [ctrl1_cinder_api_container-cd77ee0a] => error while evaluating conditional: inventory_hostname in groups['cinder_volume'][0]10:03
*** markvoelker has quit IRC10:06
*** thorst_ has quit IRC10:06
*** weshay has quit IRC10:27
evrardjpnot sure it should trigger a bug10:46
evrardjpthe line itself I mean10:46
evrardjpwhen inventory_hostname isn't in groups['cinder_volume'][0] the include will be skipped10:46
evrardjpthe task could fail if cinder_volume group doesn't exist10:47
*** fawadk has quit IRC10:47
evrardjpbut it should exist and be empty, right10:47
evrardjpor non empty10:47
evrardjpbut still exist10:47
evrardjplet me test that out10:49
*** johnmilton has joined #openstack-ansible10:51
*** javeriak has quit IRC10:52
evrardjpioni: did you change your env.d ?10:55
*** wadeholler has joined #openstack-ansible10:58
*** wadeholler has quit IRC11:01
ionievrardjp, no11:01
*** wadeholler has joined #openstack-ansible11:01
ionii just reverted that commit and it worked11:01
*** markvoelker has joined #openstack-ansible11:02
ionievrardjp, in inventory, I do not have such group11:02
evrardjpthat's the issue11:02
ioniI do not have it because I do not have a storage_hosts at this time11:03
evrardjpyou don't have even an empty cinder_volune group11:03
ioniin manually, it said that is optionally11:03
ioni*manual11:03
evrardjpthe groups should be empty11:03
evrardjpbut exist11:03
evrardjplet me try that quickly11:03
ioniif you want, i can send you my config11:04
evrardjpyup please do11:04
ionii do have instead have the  storage-infra_hosts11:05
evrardjpI just tried on my machine11:06
ionievrardjp, https://paste.xinu.at/z6j/11:06
evrardjpI have cinder_volume group empty when I don'thave the storage hosts11:06
evrardjpyou have another issue11:06
*** weshay has joined #openstack-ansible11:06
evrardjpoh my bahd I'm not on the latest branch11:06
evrardjplet me try another time11:07
*** markvoelker has quit IRC11:07
*** smatzek has joined #openstack-ansible11:07
ionievrardjp, i'm on mitaka11:07
ionii just updated to 13.1.411:07
ioniit used to work flawless with 13.1.311:07
evrardjpI retried it worked for me11:08
evrardjpoh I know why11:08
evrardjplet me retry one last time11:08
evrardjpoh no, the commit I thought could cause this hasn't merged11:10
evrardjpoh you're on mitaka anyway? then it's 100% sure it works fine11:10
ionimitaka11:10
ionilatest commit is the update sha for 13.1.411:10
evrardjpI'm one commit further11:12
evrardjpbut it doesn't change a thing11:12
evrardjpthis works for me11:12
evrardjpcould you drop you openstack_inventory.json somewhere ?11:12
ionisure11:12
evrardjpcheck if there is no sensitive data in it before :p11:13
ioniyep11:13
ionievrardjp, https://paste.xinu.at/QFWE/11:15
ionii see there is cinder_volume there11:16
evrardjpyes so it should work11:16
evrardjplet me retry one last time11:17
ionithe inventory script doesn't list the cinder_volume group11:18
ionithe entire error is https://paste.xinu.at/eIm/11:19
evrardjpthat's what I am checking11:19
evrardjpit doesn't indeed11:20
*** karimb has joined #openstack-ansible11:23
*** karimb has quit IRC11:25
*** fawadkhaliq has joined #openstack-ansible11:25
*** karimb has joined #openstack-ansible11:25
evrardjpioni: ok reproduced it11:26
ioninice11:26
*** thorst_ has joined #openstack-ansible11:26
evrardjpioni: which playbook ?11:27
ionisetup-openstack11:27
evrardjpos-cinder-install ?11:27
ionihttp://docs.openstack.org/developer/openstack-ansible/mitaka/install-guide/app-minorupgrade.html11:27
ioni    # openstack-ansible setup-openstack.yml11:27
ionii'm not sure, let me check the backlog11:27
evrardjpno need I'll find11:28
evrardjpit was just out of laziness that I asked11:28
ioniTASK: [os_cinder | Ensure cinder api is available] ****************************11:29
ionithat was the task11:29
evrardjpyes I saw I found the issue11:29
evrardjpbasically we have multiple ways to solve this11:30
evrardjp1) code 2) docs 3) change our inventory11:30
evrardjpI'll go for the code change because it's fast11:30
evrardjpbut I think the general way would be to NOT use the setup-openstack in your case11:30
evrardjpand skip the cinder playbook11:31
evrardjpbecause you don't need it11:31
evrardjpbecause you don't use cinder11:31
evrardjpso that's the second approach11:31
evrardjpcould you create an issue ?11:32
evrardjpThe issue basically is11:32
ionii wonder if setup-openasck is going to fail on fresh installations also, using the optionally storage_hosts11:33
evrardjpwait11:33
evrardjpI have another idea11:33
evrardjpI'll check what doc you followed11:34
evrardjpthis way I know what I should do11:35
ionihttp://docs.openstack.org/developer/openstack-ansible/mitaka/install-guide/app-minorupgrade.html11:35
ionii'm on minor updates11:35
evrardjpI'll create the issue11:35
evrardjpwe have a bug triage today, if you want to speak about it11:36
ionialright, if i'm available11:38
ionievrardjp, http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-hostlist.html11:38
ioniThe default configuration includes an optional storage host. To install without storage hosts, comment out the stanza beginning with the storage_hosts: line.11:38
*** deverter_ has quit IRC11:44
evrardjpioni : https://bugs.launchpad.net/openstack-ansible/+bug/159691811:44
openstackLaunchpad bug 1596918 in openstack-ansible "Cinder isn't facultative anymore" [Undecided,New]11:44
*** deverter has joined #openstack-ansible11:45
ionithanks11:45
ioniyou understand the issue better than me :D11:46
*** sdake has joined #openstack-ansible11:58
*** javeriak has joined #openstack-ansible12:00
*** sdake_ has joined #openstack-ansible12:00
evrardjpautomagically: should we backport this ? https://review.openstack.org/#/c/325380/12:02
*** neilus has quit IRC12:02
*** sdake has quit IRC12:03
*** neilus has joined #openstack-ansible12:03
*** fawadkhaliq has quit IRC12:04
*** neilus has quit IRC12:05
*** zerda2 has quit IRC12:05
*** neilus has joined #openstack-ansible12:05
*** raddaoui has joined #openstack-ansible12:08
bkreitchon AIO cinder-backup is not running inside a container?12:10
*** neilus1 has joined #openstack-ansible12:16
*** neilus1 has quit IRC12:16
*** neilus1 has joined #openstack-ansible12:17
*** neilus has quit IRC12:18
*** jamielennox|away is now known as jamielennox12:21
*** neilus1 has quit IRC12:22
*** berendt has joined #openstack-ansible12:23
*** karimb has quit IRC12:24
*** markvoelker has joined #openstack-ansible12:24
*** fawadkhaliq has joined #openstack-ansible12:28
*** fawadkhaliq has quit IRC12:32
*** javeriak has quit IRC12:34
*** woodard has joined #openstack-ansible12:35
*** jthorne_ has quit IRC12:39
*** jthorne has joined #openstack-ansible12:40
*** kstev has joined #openstack-ansible12:40
*** neilus has joined #openstack-ansible12:42
*** neilus has quit IRC12:42
*** bootsha has quit IRC12:43
*** neilus has joined #openstack-ansible12:45
*** ManojK has joined #openstack-ansible12:46
*** klamath has joined #openstack-ansible12:54
*** fawadkhaliq has joined #openstack-ansible12:59
*** klamath_ has joined #openstack-ansible13:02
*** klamath has quit IRC13:02
*** klamath_ has quit IRC13:02
*** fawadkhaliq has quit IRC13:03
*** v1k0d3n has joined #openstack-ansible13:03
*** klamath has joined #openstack-ansible13:03
*** messy has joined #openstack-ansible13:03
*** M00nr41n has quit IRC13:05
*** karimb has joined #openstack-ansible13:07
*** michaelgugino has joined #openstack-ansible13:15
openstackgerritMichael Gugino proposed openstack/openstack-ansible-os_swift: Implement Xenial Support  https://review.openstack.org/33454313:20
*** sdake_ has quit IRC13:23
*** sdake has joined #openstack-ansible13:24
*** jamielennox has quit IRC13:25
*** saneax has quit IRC13:25
*** jamesdenton has joined #openstack-ansible13:31
*** kylek3h has joined #openstack-ansible13:35
*** bsv has quit IRC13:40
*** jayc has joined #openstack-ansible13:41
*** ManojK has quit IRC13:44
*** bryan_att has joined #openstack-ansible13:49
*** KLevenstein has joined #openstack-ansible13:57
*** ametts has joined #openstack-ansible13:57
*** Zucan has joined #openstack-ansible13:57
*** KLevenstein has quit IRC14:01
*** KLevenstein has joined #openstack-ansible14:04
*** cloader89 has joined #openstack-ansible14:06
*** Mudpuppy has joined #openstack-ansible14:07
*** BjoernT has joined #openstack-ansible14:13
automagicallymorning all14:15
automagicallyevrardjp: I learned a new word today, ā€œfacultativeā€ thanks to that bug report14:17
evrardjp?14:17
evrardjpit's not a common word ?14:18
evrardjpand which bug report you're talking about?14:18
ionithe one opened for me14:18
evrardjpoh14:19
evrardjpok14:19
automagicallyNot that common in American english14:19
evrardjpmy bad14:19
ionifacultative is used in Romania often  as "facultativ"14:19
evrardjpoptional14:19
cloudnullmorning14:20
evrardjpmorning cloudnull14:20
*** ManojK has joined #openstack-ansible14:22
automagicallyo/ cloudnull14:22
cloudnullhows it?14:22
cloudnullanyone willing to give these a shove https://review.openstack.org/#/q/topic:missing-kernel-module :)14:23
automagicallyGoing to attempt a backport of the Neutron OVS work on master into mitakaā€¦.should be interesting14:23
cloudnullnice!14:23
* automagically looking14:23
cloudnullis there anything that folks need / want me to go beat on ?14:25
* cloudnull still catching up from being on holiday.14:25
*** jmckind has joined #openstack-ansible14:25
automagicallycloudnull: I was trying to decipher a bunch of commentary that you left in dynamic_inventory in _add_additional_networks function14:26
automagicallyLooks like a fair amount of code in there to transition between an older configuration datamodel and the new one14:26
automagicallyAny chance you could help remove the stuff that you donā€™t think is needed anymore?14:26
automagicallyNot a pressing need, but a request for if/when you have the time14:27
cloudnullYea I can go and look at that again .14:27
*** M00nr41n has joined #openstack-ansible14:27
cloudnullI know most of that crap is a pit of dispare14:27
automagicallyI like to think of it as an overgrown garden that needs lots of weeding ;)14:28
cloudnullrecursive functions that recurese into other functions while manipulating data in memory.14:28
*** spotz_zzz is now known as spotz14:28
cloudnullhahahaha. lots of weeding...14:29
*** KLevenstein has quit IRC14:32
openstackgerritMerged openstack/openstack-ansible-openstack_hosts: Added the ip_vs kernel module to all openstack hosts  https://review.openstack.org/33469814:32
asettleautomagically: now the fun begins, 3 timezones, one meeting...14:33
automagicallyYepā€¦should be an interesting challenge14:33
asettleautomagically: where in the US are you? I know where everyone else is, so I can come up with a plan-ish :)14:33
automagicallyPhiladelphia thus EST14:34
asettleOf courseeeeee14:34
asettleMake that 4 timezones :P14:34
*** KLevenstein has joined #openstack-ansible14:35
*** jamielennox has joined #openstack-ansible14:36
mgariepyevrardjp, the var issue i was experiencing with kilo - ansible 1.9.314:36
mgariepyis doing the same with mitake 1.9.4 ;D14:37
mgariepycinder_ceph_client is taken from inventory/group_vars/hosts.yml  for the ceph_client role.14:38
evrardjpthat's weird14:38
evrardjpcould you dump your user_variables and your inventory.json somewhere mgariepy?14:41
evrardjpwait a sec I'll give you something to run14:41
spotzmhayden: Gonna get the scoop at 11 on midcycles at castle if you want to join for a walk and chat14:41
*** saneax_AFK has joined #openstack-ansible14:42
*** saneax_AFK is now known as saneax14:42
*** ManojK has quit IRC14:44
*** ManojK has joined #openstack-ansible14:44
mgariepythe var in the user_variables.yaml is correctlyu configuring cinder.conf but then the ceph_client gather the key from ceph-mons and it takes the variable in inventory/group_vars/hosts.yml14:46
evrardjpI think in the past I had the ceph_mons in my user variables14:47
evrardjpbut I'd be happy to have the content of the variables somewhere14:48
evrardjpand the openstack_inventory.json14:48
*** krotscheck_dcm is now known as krotscheck14:48
evrardjp(ofc if you could leave out the sensitive details...)14:48
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, spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccoll14:49
evrardjpum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec :14:49
asettleum yourself evrardjp :P14:49
spotzheheh14:49
evrardjpthe osa bug triage will start in 1h10'. Please  have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage14:49
palendaeasettle, I think that line got broken on bgmccollum's name ;)14:49
evrardjpthank you14:49
admin0alwaysn when i am driving :(14:49
admin0bad timing evrardjp :D14:49
asettlehahaha palendae damn14:49
mgariepyhttp://paste.openstack.org/show/52378314:50
mgariepy http://paste.openstack.org/show/52378414:50
mgariepyevrardjp, ^^14:50
evrardjpthanks mgariepy14:50
asettleOhhhh automagically I didn't know about the hol. Cheers. Wed sounds swell.14:51
admin0evrardjp: i will skip the bugs, continue the work on getting manilla in :D14:53
*** psilvad has joined #openstack-ansible14:53
admin0manila sorry ..14:53
evrardjpthanks admin0 for the work on manila !14:53
admin0starting out ..14:54
admin0will commit code as soon as i have something workable14:54
*** weezS has joined #openstack-ansible14:58
cloudnulladmin0: did you ever get the SSL termination bits going ?14:59
admin0in bits and pieces14:59
* cloudnull just popped into my head14:59
admin0but still waiting for 1 full ansible way of makign it work14:59
admin0everything else in ansible when i run the playbooks makes me happy and say ā€œgreatā€  .. except for SSL14:59
admin0i can beta-test your patch :) if its already in neuton cycle15:01
bkreitchadmin0: let me know if i can help with manila, meanwhile i'm trying to copy it from cinder role15:03
admin0bkreitch: if you have started already, can you make a checkout in review and we can all colloboarate from there15:04
admin0cloudnull, automagically:  on the current stable branch, this is still the way to do it right ? https://gist.github.com/odyssey4me/bb79e9f2ae349413dae315:04
automagicallyadmin0: That looks correct to me15:05
admin0and in neuton will be what cloudnull worked on .. full SSL on all public endpoints ?15:06
alextricity25you know what would be cool....using LXD as a hypervisor15:07
alextricity25Is OSA 16.04 ready?15:07
alextricity25I was looking through the etherpad and it seems like most of the tasks are completed15:08
*** M00nr41n has quit IRC15:08
bkreitchadmin0: i guess there should be openstack-ansible-os_manila project - who has the permission to create it?15:09
*** sacharya has joined #openstack-ansible15:09
admin0just give it a name for now15:09
admin0when its ready to have that title, someone will step forward :)15:10
admin0right now it can be bkreitch_awesome_manila_branch as well :D15:10
*** M00nr41n has joined #openstack-ansible15:10
evrardjpalextricity25: 16.04 is following its course15:11
admin0alextricity25: let 16.04 prove itself first :D ?15:11
*** sacharya_ has joined #openstack-ansible15:12
* admin0 needs to convert some systemd haters 15:12
palendaealextricity25, As a hypervisor for nova? I think michaelgugino is working on that15:12
evrardjpsomeone is already working on LXD for nova indeed15:12
evrardjpcan't remember who15:12
*** M00nr41n has quit IRC15:14
*** sacharya has quit IRC15:14
michaelguginoyes, I'm hoping to have a patchset done this week for lxd on 14.04 and 16.0415:15
*** javeriak has joined #openstack-ansible15:17
*** M00nr41n has joined #openstack-ansible15:20
*** fawadkhaliq has joined #openstack-ansible15:20
alextricity25Awesome!15:20
*** Drago has joined #openstack-ansible15:23
evrardjpautomagically: could you give a review on this one? https://review.openstack.org/#/c/334586/15:23
evrardjpor any other core15:23
*** Drago has quit IRC15:23
*** Drago has joined #openstack-ansible15:23
evrardjpcloudnull: already did his job there :D15:24
*** M00nr41n has quit IRC15:24
*** fawadkhaliq has quit IRC15:25
bkreitchadmin0: branch under openstack-ansible? i'm putting it in https://github.com/bkreitch/openstack-ansible-os_manila for meanwhile15:28
*** M00nr41n has joined #openstack-ansible15:29
*** TxGirlGeek has joined #openstack-ansible15:29
admin0see ya all .. going home15:31
admin0bkreitch: someone else will be abel to guide you now :)15:31
admin0i will check back in 2 hours15:32
bkreitchok:)15:32
*** javeriak_ has joined #openstack-ansible15:33
*** javeriak has quit IRC15:34
*** admin0 has quit IRC15:36
openstackgerritMerged openstack/openstack-ansible-security: Docs: Fix rendering of :orphan:  https://review.openstack.org/33458615:39
*** eil397 has joined #openstack-ansible15:39
evrardjpmy bad there is still this one too on the same topic: https://review.openstack.org/#/c/33458715:41
evrardjpandymccr: automagically ^15:42
*** TxGirlGeek has quit IRC15:43
evrardjpthanks!15:45
openstackgerritMerged openstack/openstack-ansible-security: Docs: Fix rendering of :orphan:  https://review.openstack.org/33458715:47
evrardjpnobody commented here? https://etherpad.openstack.org/p/osa-bugtriage15:53
*** v1k0d3n has quit IRC15:53
*** TxGirlGeek has joined #openstack-ansible15:54
*** sdake_ has joined #openstack-ansible15:54
eil397^ very nice doc. I've not seen it before15:54
evrardjpeil397: you mean bug triage thing?15:55
evrardjpor the security ?15:55
eil397ye.s bug triage15:55
*** adrian_otto has joined #openstack-ansible15:55
evrardjpit's something new I'm trying to start15:56
evrardjpppl can just drop their comments there as preparation for the bug triage meeting15:56
evrardjpthis way we can actually talk bugs, instead of just discovering them at the moment of the meeting15:56
eil397yes. agree. it looks helpful for me15:56
*** TxGirlGeek has quit IRC15:56
*** TxGirlGeek has joined #openstack-ansible15:57
*** sdake has quit IRC15:57
evrardjptalking about bug triage, it's time for it !16:00
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, severion16:01
evrardjpbgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec16:01
rromans.16:02
d34dh0r53o/16:02
palendaeo/16:02
eil397o/16:02
asettle\o/ fun16:02
michaelguginohere16:02
automagicallyo/16:02
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: glance_api_servers must contain a valid url with protocol  https://review.openstack.org/33511116:02
evrardjpfor the bug triage, we're gonna go on this page, like last week: https://etherpad.openstack.org/p/osa-bugtriage16:02
*** deverter_ has joined #openstack-ansible16:03
evrardjpand I suggest we go through all of them in the order listed16:03
*** deverter_ has quit IRC16:03
evrardjpso first one is:16:03
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/158378816:03
openstackLaunchpad bug 1583788 in openstack-ansible "Security role should use pam_faillock for V-38501 on CentOS" [Wishlist,New] - Assigned to Major Hayden (rackerhacker)16:03
*** deverter_ has joined #openstack-ansible16:03
evrardjpI suggest we move this to Confirmed, because it's quite straightforward16:04
evrardjpand everything is already filled in16:04
evrardjpeveryone is alright ?16:04
*** TxGirlGeek has quit IRC16:04
*** TxGirlGeek has joined #openstack-ansible16:05
eil397agree16:05
evrardjpwe have plenty of topics today, so I'll go quickly through every topic16:06
evrardjpdon't miss yours!16:06
evrardjpnext is:16:06
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159446716:06
openstackLaunchpad bug 1594467 in openstack-ansible "galera_client fallback_keyserver never used" [Medium,New]16:06
*** deverter has quit IRC16:06
evrardjpI'd like to classify this as High importance, it can prevents stuff from being properly installed16:07
spotz+116:07
michaelguginoI think fallback behavior is a medium priority, but it's a simple fix either way16:07
evrardjpTrue16:07
evrardjpsomeone wants to take it?16:08
eil397I can take it16:08
evrardjpcool thanks!16:08
d34dh0r53was thinking that one was low-hanging-fruit16:08
d34dh0r53forgot to tag it16:08
evrardjpit's fine d34dh0r53, it allowed ppl to read the bug :D16:09
d34dh0r53:)16:09
evrardjpI did it :p16:09
d34dh0r53cool16:09
evrardjpok, next would be https://bugs.launchpad.net/openstack-ansible/+bug/159016616:09
openstackLaunchpad bug 1590166 in openstack-ansible "Rejoining/recovery of galera cluster fails" [High,New]16:09
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova: Nova role should not default vars outside the nova namespace  https://review.openstack.org/33511316:09
michaelguginonot sure what we can do about that one.  We're still using 10.0 mariadb16:12
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_nova: DOC - Adopting the common role documentation pattern  https://review.openstack.org/33408416:12
evrardjpI couldn't test it myself16:13
evrardjpbecause we have a full bug triage, I'll leave it that way, until next bug triage then.16:15
evrardjplet's skip the next one because automagically already worked on it16:16
automagicallyworks for me ;)16:16
evrardjpso we're at https://bugs.launchpad.net/openstack-ansible/+bug/159566916:16
openstackLaunchpad bug 1595669 in openstack-ansible "Separate documentation for STIGs that aren't in Ansible" [Undecided,New]16:16
evrardjpI didn't understand this one16:18
jmccroryneeds more info16:18
evrardjpok16:19
evrardjpI'll leave it that way then16:19
evrardjpmaybe wishlist, maybe not... I don't know.16:19
automagicallyIts wishlist. Major has been tracking a lot of his work stream that way16:19
evrardjpautomagically: yes, but usually major is at the origin of the bug16:20
automagicallyAh right, just noticed that he isnā€™t the one who opened it16:20
evrardjpit's not the case here :D16:20
evrardjpyup16:20
evrardjpI'll leave it that way, and we'll see16:20
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159563116:20
openstackLaunchpad bug 1595631 in openstack-ansible "missing lxc_net_mtu configuration in documentation" [Undecided,New]16:20
evrardjpConfirmed and Wishlist for me16:21
automagically++16:21
evrardjpsomeone wants to take it?16:22
evrardjpit's a doc change16:22
MudpuppyI'll take it16:23
evrardjpcool thanks!16:23
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159529016:24
openstackLaunchpad bug 1595290 in openstack-ansible "file limits not configured for swift nodes" [Undecided,New]16:24
evrardjpandymccr: you're there?16:25
evrardjpI was planning to say "whishlist", but because I didn't got the chance to confirm it, I'd be happy to know your opinion16:26
evrardjpfor the status16:26
evrardjpIncomplete/Confirmed/Won't fix ?16:26
*** asettle has quit IRC16:27
michaelguginowish list16:28
evrardjpConfrimed michaelgugino?16:28
andymccrwe use the the config template work for swift, so you should be able to set those if you want/need?16:29
michaelguginoI haven't confirmed it16:29
evrardjpandymccr: I don't know that's why I am asking16:29
andymccryeah im not too clear what the bug is specifically referring to.16:29
evrardjpit changes a lot from Invalid to confirmed :D16:30
eil397evrardjp: I can take to check.16:30
evrardjpok so incomplete16:30
andymccrif its the swift options - they are already exposed via config templates16:30
andymccrso nothing to do.16:30
evrardjpok16:30
andymccrjust my opinion :)16:30
michaelguginomaybe docs need updating?16:30
andymccrmichaelgugino: as far as im aware, the config template docs are reasonably solid, but open to adding anything that is missing or if somebody has seen gaps that need filling.16:31
andymccri think lets clarify the bug and what is specifically being requested then we can make decisions on that16:31
automagicallyThe role docs could benefit from some additions on how config_template is used within each role16:31
andymccrhappy for that to go in. or at least a link to each conf file that config template can be used with and a link to how to use it.16:32
evrardjpI agree with both of you16:32
evrardjpthe bug has been updated16:32
evrardjpnext one is16:33
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159514316:33
openstackLaunchpad bug 1595143 in openstack-ansible "During the upgrade M->N mysql doesn't start properly" [Undecided,New]16:33
evrardjpI didn't have resources to test this one16:34
evrardjpMySQL restart is part of the upgrade process, so I don't think the comment is really relevant here16:35
evrardjpIIRC16:35
evrardjphas anyone an opinion on this one?16:35
michaelguginoI think I agree with the commenter.  Why would mysql be restarted from M->N?  We're not upgrading any galera versions16:36
evrardjpmichaelgugino: isn't the -e 'galera_upgrade=true' part of the standard upgrade procedure ?16:37
evrardjpon the setup infra ?16:37
evrardjpit is16:37
evrardjphttp://docs.openstack.org/developer/openstack-ansible/upgrade-guide/manual-upgrade.html#upgrade-infrastructure16:37
michaelguginoI think that it should probably be removed.  We've been on 10.0 for some time now.16:37
michaelguginoMitaka definitely uses 10.016:38
jmccrorydoes galera_upgrade=true notify a restart?16:38
michaelguginoso, there's not a galera upgrade for M->N16:38
*** appprod0 has joined #openstack-ansible16:38
evrardjpjmccrory: checking16:39
michaelguginogalera_upgrade modifies a large chunk of the logic in the galera_server role16:40
*** neilus has quit IRC16:40
michaelguginoI believe we may have removed that from the role testing this cycle as well, I know we did for Xenial at very least16:40
kysse( Ķ”Ā° ĶœŹ– Ķ”Ā°) ubuntu pls16:40
michaelguginohttps://github.com/openstack/openstack-ansible-galera_server/commit/7bec84f67aa22a2f546bfbfa8be2d81d48ab418416:41
evrardjpThe triage of this one will not be as easy as the others then16:41
michaelguginoso, I think the docs should be updated for newton to remove the galera_upgrade bits16:41
evrardjpok16:41
michaelguginothat is not need for this release16:42
evrardjpI'll mention that in the bug then16:42
jmccroryonly restarts are on maria package install or config changes16:42
*** cloader89 has quit IRC16:42
evrardjpand classify as confirmed -- it's a doc bug16:42
jmccroryand there's a config change between m>n16:42
evrardjpoh16:42
michaelguginoconfig change should trigger the handler without the galera_upgrade16:43
*** ManojK has quit IRC16:43
*** permalac has joined #openstack-ansible16:43
*** bryan_att has quit IRC16:43
jmccrorygalera_upgrade is a red herring16:43
evrardjplet's forget about galera_upgrade16:43
evrardjpgalera_upgrade_post.yml is the file holding the task16:43
evrardjpthe first task starts the mysql16:44
*** asettle has joined #openstack-ansible16:44
evrardjpwe have two issues here: a mysql restart issue after a standard upgrade -- and a doc bug16:44
evrardjpor am I wrong?16:44
michaelgugino+116:44
michaelguginothe galera_server role is not particularly idempotent16:45
*** ManojK has joined #openstack-ansible16:45
*** permalac_ has quit IRC16:45
evrardjpok let's go to the next one:16:45
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159458416:45
openstackLaunchpad bug 1594584 in openstack-ansible "Kilo nova extra migrations may not have successfully completed" [Undecided,New]16:45
*** admin0 has joined #openstack-ansible16:46
*** prometheanfire has quit IRC16:47
jmccroryah forgot to add more details here, i'll do that today16:47
evrardjpok16:48
evrardjpI'll bump then16:48
evrardjpnext is:16:49
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159324716:49
openstackLaunchpad bug 1593247 in openstack-ansible "IPv6 breaks HA router because of keepalived version" [Undecided,New]16:49
*** admin0 has quit IRC16:49
evrardjpdid someone test this?16:49
evrardjpI think it's legit16:49
evrardjpI just couldn't test it16:49
evrardjpI remember in the past using keepalived ppa for this16:49
*** pcaruana has quit IRC16:49
evrardjpfor ipv6 keepalived support I mean16:50
*** karimb has quit IRC16:50
evrardjpSo if someone agrees, I'd say confirmed medium16:51
evrardjpor triaged/medium16:51
michaelguginoidk.  Is there a stable source of a package we can use in it's place?16:51
michaelguginoie, UCA or backports?  Is it broken in Xenial?  CentOS?16:51
eil397am I right. that is ipv6 network is provider network. routing should not be affected by keepaliaved16:51
michaelguginois IPv6 a supported use case of OSA at this time?16:51
*** Drago has quit IRC16:52
eil397s/is/if/g16:52
evrardjpmichaelgugino: why not?16:52
evrardjpeil397: it's only for neutron ha routers16:53
evrardjpit makes sense to me16:53
*** TxGirlGeek has quit IRC16:53
evrardjpmichaelgugino: there is a good ppa16:54
*** TxGirlGeek has joined #openstack-ansible16:54
eil397evrardjp: sorry. missed that it is abou l3 router16:54
evrardjpdidn't check in UCA, but that's implementation details16:54
evrardjpI mean if we agree that there is work to be done there, let's tag this as confirmed and (whishlist or higher)16:55
evrardjpI'll take it and not refresh its state16:56
evrardjpLast one for today16:57
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/157991916:57
openstackLaunchpad bug 1579919 in openstack-ansible "msgpack pip issue after Juno to Kilo upgrade" [Undecided,New] - Assigned to Andrew Meserole (andrew-meserole)16:57
evrardjpjmccrory: what's your opinion?16:57
evrardjpconfirmed medium?16:57
evrardjpyou want to discuss a little more about it ?16:57
jmccrorysounds right, i think repo servers are getting destroyed/rebuilt during that upgrade now16:58
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible-os_cinder: Simplify cinder.conf logic around cinder_glance_api_servers var  https://review.openstack.org/33513016:58
evrardjpnot all of them jmccrory16:58
jmccroryhttps://review.openstack.org/#/c/328485/16:59
evrardjpwas it kilo to liberty or juno to kilo ?16:59
*** prometheanfire has joined #openstack-ansible16:59
evrardjpshould this be backported to kilo while kilo is still not EOL?16:59
jmccroryoh right, that's kilo17:00
evrardjpyeah, it's another world17:00
evrardjpjuno!17:00
evrardjpto kilo!17:00
evrardjpanyway17:01
evrardjpopinion?17:01
evrardjpWon't fix?17:01
evrardjpConfirmed?17:01
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Define galera_address in the all group_vars  https://review.openstack.org/33513117:01
evrardjpI like this ^ automagically17:02
jmccroryevrardjp: this might need to go back https://review.openstack.org/#/c/302419/17:02
automagicallymore to come in that vein evrardjp17:02
evrardjpautomagically: I'm thinking of writing an os-generic-install.yml for a while, didn't got the chance yet17:02
evrardjpit's beer 4 weeks that I say that17:03
evrardjpjmccrory: what's your opinion then?17:03
evrardjptoo hard to fix ? :D17:03
jmccroryconfirmed, i'll do some more testing today17:03
evrardjpI mean it's juno kilo we are talking about17:03
evrardjpIt's better to not leave the wounded behind, I agree17:03
jmccrorythink it's a pip lock file17:03
evrardjpoh it's not fully a repo issue17:04
evrardjpok interesting17:04
jmccroryyeah, think upgrades are needed to to get people out of unsupported versions17:04
jmccroryfixes to upgrades*17:04
evrardjpI'll leave it the bug as is, and give feedback to the bug about possible solutions17:04
palendaeI'd tend to agree with that17:04
*** asettle has quit IRC17:04
palendaeExit strategies from EOL versions are important17:04
evrardjpuntil the time we have a proper fix17:04
evrardjpI think we all agree on this17:05
evrardjpthat's why I want to document as much as we can with the resources we have17:05
evrardjpok, sorry for exceeding my time for the bug triage17:05
evrardjpyou can have a normal activity, or continue reading the list if you want17:05
evrardjp:D17:06
*** jamesdenton has quit IRC17:07
*** fawadkhaliq has joined #openstack-ansible17:07
*** admin0 has joined #openstack-ansible17:07
*** weezS has quit IRC17:08
evrardjpthanks everyone for attending17:08
*** Zucan has quit IRC17:09
*** elo has joined #openstack-ansible17:18
evrardjpcould someone give me his opinion about this?17:20
evrardjphttps://bugs.launchpad.net/openstack-ansible/+bug/159691817:20
openstackLaunchpad bug 1596918 in openstack-ansible "Cinder isn't facultative anymore" [Undecided,New]17:20
evrardjpthe second approach is quite simple17:20
evrardjpI personally prefer the first one17:20
*** cloader89 has joined #openstack-ansible17:31
*** adrian_otto has quit IRC17:38
*** adrian_otto has joined #openstack-ansible17:40
*** fawadkhaliq has quit IRC17:40
*** adrian_otto has quit IRC17:43
*** michaelgugino has quit IRC17:43
*** adrian_otto has joined #openstack-ansible17:44
*** adrian_otto has quit IRC17:47
*** adrian_otto has joined #openstack-ansible17:51
*** jamesdenton has joined #openstack-ansible17:52
openstackgerritMarc GariĆ©py proposed openstack/openstack-ansible: Fix ceph client keyrings override.  https://review.openstack.org/33514917:57
*** jorge_munoz_ has joined #openstack-ansible18:00
*** jorge_munoz has quit IRC18:03
*** jorge_munoz_ is now known as jorge_munoz18:03
*** electrofelix is now known as electrofelix|afk18:03
*** javeriak_ has quit IRC18:05
*** albertcard has joined #openstack-ansible18:05
*** TxGirlGeek has quit IRC18:06
evrardjpautomagically: why do we remove this bind_prefix feature ?18:10
*** klamath has quit IRC18:13
*** TxGirlGeek has joined #openstack-ansible18:13
*** weezS has joined #openstack-ansible18:17
*** pcaruana has joined #openstack-ansible18:25
*** Drago has joined #openstack-ansible18:25
*** Drago has quit IRC18:28
*** Drago has joined #openstack-ansible18:28
*** Drago has quit IRC18:28
*** Drago has joined #openstack-ansible18:28
*** adrian_otto1 has joined #openstack-ansible18:32
*** adrian_otto has quit IRC18:35
*** adrian_otto1 has quit IRC18:36
*** adrian_otto has joined #openstack-ansible18:36
*** metral is now known as metral_zzz18:37
*** admin0 has quit IRC18:39
*** ManojK has quit IRC18:44
*** ManojK has joined #openstack-ansible18:45
*** GMAzrael has quit IRC18:45
*** pacoblox has joined #openstack-ansible18:52
*** michaelgugino has joined #openstack-ansible19:00
*** bootsha has joined #openstack-ansible19:01
*** sdake has joined #openstack-ansible19:02
*** sdake_ has quit IRC19:03
*** appprod0 has quit IRC19:07
openstackgerritMerged openstack/openstack-ansible-specs: Add spec for only supporting venv installs  https://review.openstack.org/33464919:07
openstackgerritMerged openstack/openstack-ansible: [docs] Address tox errors  https://review.openstack.org/33429819:07
*** asettle has joined #openstack-ansible19:11
*** karimb has joined #openstack-ansible19:13
*** admin0 has joined #openstack-ansible19:16
*** johnmilton has quit IRC19:16
*** sdake_ has joined #openstack-ansible19:16
*** admin0 has quit IRC19:17
*** pacoblox has quit IRC19:18
*** sdake has quit IRC19:20
*** karimb has quit IRC19:22
*** appprod0 has joined #openstack-ansible19:24
*** mummer has joined #openstack-ansible19:25
*** wadeholl_ has joined #openstack-ansible19:25
*** wadehol__ has joined #openstack-ansible19:26
*** wadeholler has quit IRC19:29
*** wadeholl_ has quit IRC19:30
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible: conditionally include the scsi_dh kernel module  https://review.openstack.org/33520219:33
*** metral_zzz is now known as metral19:36
*** bootsha has quit IRC19:37
*** jimmy has joined #openstack-ansible19:37
*** mkrish004 has joined #openstack-ansible19:37
*** raddaoui has quit IRC19:37
mkrish004Hi Guys, I am trying out OSA 12.0.9 liberty, doest it default support IPv6 tenant network ?19:38
*** ametts has quit IRC19:40
*** pacoblox has joined #openstack-ansible19:42
*** jamesdenton has quit IRC19:43
*** pacoblox has quit IRC19:43
openstackgerritTravis Truman (automagically) proposed openstack/openstack-ansible: Define galera_address in the all group_vars  https://review.openstack.org/33513119:44
*** v1k0d3n has joined #openstack-ansible19:47
cloudnullmkrish004: you can deploy w/ ipv619:48
cloudnullI believe mhayden has his env up with ipv6 as a default option19:48
*** jamesdenton has joined #openstack-ansible19:48
cloudnullI've personally not done testing with ipv6 and liberty19:48
cloudnullbut mitaka+ should support it out the gate last I recal.19:49
mkrish004@cloudull, how to enable in the configuration in order to bring up the env with ipv6...please19:52
*** ametts has joined #openstack-ansible19:56
*** wadehol__ has quit IRC19:59
*** wadeholler has joined #openstack-ansible19:59
mkrish004@mhayden, can you please help me to configure the OSA for IPv6 ?20:01
*** jorge_munoz has quit IRC20:04
*** wadeholler has quit IRC20:04
*** jorge_munoz has joined #openstack-ansible20:05
*** v1k0d3n has quit IRC20:06
*** Drago has quit IRC20:16
*** bootsha has joined #openstack-ansible20:17
*** asettle has quit IRC20:20
*** pacoblox has joined #openstack-ansible20:23
cloudnullsorry mkrish004, mhayden may be the best one to discuss the process.20:23
cloudnullmaybe prometheanfire can help ?20:23
*** metral is now known as metral_zzz20:25
*** pacoblox has quit IRC20:25
*** metral_zzz is now known as metral20:28
*** metral is now known as metral_zzz20:30
*** jorge_munoz_ has joined #openstack-ansible20:32
*** jorge_munoz has quit IRC20:32
*** jorge_munoz_ is now known as jorge_munoz20:32
*** pacoblox has joined #openstack-ansible20:32
*** pacoblox has quit IRC20:32
*** v1k0d3n has joined #openstack-ansible20:33
*** KLevenstein has quit IRC20:35
*** KLevenstein has joined #openstack-ansible20:36
michaelguginocloudnull: if you could look at https://review.openstack.org/#/c/334543/ I would appreciate it.  Builds are failing at random points for 16.0420:37
*** v1k0d3n has quit IRC20:37
michaelguginoI had it passing the check, added a release note, and now it's failing consistently.20:37
* cloudnull looking now.20:38
*** asettle has joined #openstack-ansible20:42
mhaydenmkrish004: i'm at a conf this week so i am a bit slow to reply20:43
*** ManojK has quit IRC20:43
mhaydenmkrish004: you can add an IPv6 subnet to a network in neutron fairly easily -- adding it in horizon in liberty *should* work20:44
mhaydenor you can use neutronclient (cli)20:44
mhaydenbut there's nothing special to do in OSA for it, that's just neutron networking20:44
*** ManojK has joined #openstack-ansible20:45
*** aernhart has joined #openstack-ansible20:46
*** ametts has quit IRC20:49
*** pacoblox has joined #openstack-ansible20:49
*** bryan_att has joined #openstack-ansible20:50
*** smatzek has quit IRC20:52
*** aernhart has quit IRC20:52
chris__hultinCan anyone lend a hand setting up an external network with Mitaka?20:55
mkrish004@mhayden, thanks for reply on your busy sched, so for the neutron and dhcp configuration ...? do we have any links to follow20:56
*** oneswig has joined #openstack-ansible20:56
*** KLevenstein has quit IRC20:58
*** pacoblox has quit IRC20:59
prometheanfirechris__hultin: why?21:00
prometheanfirecloudnull: why?21:00
prometheanfirechris__hultin: sorry, so many names starting with c21:00
chris__hultinprometheanfire: Ah, oK.21:00
*** KLevenstein has joined #openstack-ansible21:00
*** sdake has joined #openstack-ansible21:01
*** weshay has quit IRC21:02
mhaydenmkrish004: i believe there is an example in the neutron docs21:02
mhaydenyou should be able to do: neutron help subnet-create21:02
mhaydenthere are docs in the neutron/networking guide that explain the different options you have for handing out addresses21:03
mhaydenin my prod env, i let my router/firewall (outside of openstack) hand out addresses via SLAAC21:04
*** smatzek has joined #openstack-ansible21:04
mhaydenso neutron can predict what the SLAAC address will be21:04
*** sdake_ has quit IRC21:04
mhaydenthere are options to run a DHCPv6 or SLAAC (radvd) server with neutron, too21:04
*** pacoblox has joined #openstack-ansible21:07
*** woodard has quit IRC21:12
*** bootsha has quit IRC21:13
*** Mudpuppy has quit IRC21:13
*** jamesdenton has quit IRC21:14
openstackgerritAnton Khaldin proposed openstack/openstack-ansible-galera_client: Add failed_when to fix bug with fallback source for key.  https://review.openstack.org/33523321:15
*** deverter_ has quit IRC21:16
*** pacoblox has quit IRC21:21
*** weezS has quit IRC21:23
*** v1k0d3n has joined #openstack-ansible21:27
*** julian1_ has joined #openstack-ansible21:28
*** KLevenstein has quit IRC21:31
*** pacoblox has joined #openstack-ansible21:31
*** pacoblox has quit IRC21:31
*** Drago has joined #openstack-ansible21:32
*** Drago has quit IRC21:32
*** smatzek has quit IRC21:32
*** Drago has joined #openstack-ansible21:33
*** KLevenstein has joined #openstack-ansible21:33
*** kstev has quit IRC21:34
*** v1k0d3n has quit IRC21:34
*** pacoblox has joined #openstack-ansible21:34
*** thorst_ has quit IRC21:37
*** julian1_ has quit IRC21:37
*** julian1_ has joined #openstack-ansible21:37
*** thorst_ has joined #openstack-ansible21:37
*** sdake has quit IRC21:39
*** thorst__ has joined #openstack-ansible21:40
*** asettle has quit IRC21:40
mkrish004@mhayden, Does the neutron agent containers need any IPv6 address?21:42
*** thorst_ has quit IRC21:42
mkrish004if i am running DHCPv6 inside container ?21:42
*** thorst__ has quit IRC21:44
*** pacoblox has quit IRC21:45
*** ManojK has quit IRC21:46
*** adrian_otto has quit IRC21:53
*** pacoblox has joined #openstack-ansible21:54
*** pacoblox has quit IRC21:54
*** kylek3h has quit IRC21:54
*** messy has quit IRC21:55
*** jmckind has quit IRC21:57
alextricity25Are bugs for specific roles tracked in the openstack-ansible launchpad or do they have their own respective launchpad page?21:59
*** pacoblox has joined #openstack-ansible22:00
*** thorst_ has joined #openstack-ansible22:00
*** ManojK has joined #openstack-ansible22:01
*** oneswig has quit IRC22:04
*** cloader89 has quit IRC22:04
*** johnmilton has joined #openstack-ansible22:04
*** ManojK has quit IRC22:16
*** woodard has joined #openstack-ansible22:17
*** woodard has quit IRC22:17
*** woodard has joined #openstack-ansible22:18
*** TxGirlGeek has quit IRC22:28
*** KLevenstein has quit IRC22:29
*** jayc has quit IRC22:29
*** pacoblox has quit IRC22:31
*** spotz is now known as spotz_zzz22:32
*** Drago has quit IRC22:37
*** BjoernT has quit IRC22:40
mrdaMorning22:41
*** jorge_munoz has quit IRC22:41
eil397mrda: morning : - )22:47
*** mkrish004 has quit IRC22:47
eil397alextricity25: as I know, openstack-ansible launchpad is for all ^openstack/openstack-ansible.* projects.22:49
*** TM1 has joined #openstack-ansible22:50
alextricity25eil397: thanks22:51
*** weezS has joined #openstack-ansible22:59
*** ManojK has joined #openstack-ansible23:01
*** weezS has quit IRC23:06
*** thorst_ has quit IRC23:06
*** thorst has joined #openstack-ansible23:07
mrdao/23:10
*** BjoernT has joined #openstack-ansible23:12
*** thorst has quit IRC23:15
*** BjoernT has quit IRC23:17
*** adrian_otto has joined #openstack-ansible23:17
*** kylek3h has joined #openstack-ansible23:22
*** kylek3h has quit IRC23:23
*** psilvad has quit IRC23:30
*** psilvad has joined #openstack-ansible23:30
*** adrian_otto1 has joined #openstack-ansible23:30
*** psilvad has quit IRC23:31
*** adrian_otto has quit IRC23:33
*** thetrav has joined #openstack-ansible23:37
thetravcan anyone look at https://bugs.launchpad.net/openstack-ansible/+bug/1596744 and tell me if I've raised it correctly?  Whether I need to do anything else?23:38
openstackLaunchpad bug 1596744 in openstack-ansible "too many open files" [Undecided,New]23:38
* cloudnull looking23:41
*** eil397 has quit IRC23:59

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