Thursday, 2016-10-06

*** xarses has quit IRC00:01
*** dgurtner has quit IRC00:09
*** ducttape_ has quit IRC00:12
*** pradk has joined #puppet-openstack00:19
*** markvoelker has joined #puppet-openstack00:22
*** markvoelker has quit IRC00:27
*** Vinsh has joined #puppet-openstack00:33
*** ducttape_ has joined #puppet-openstack00:37
*** fultonj has quit IRC01:30
*** ilbot3 has quit IRC01:46
*** ilbot3 has joined #puppet-openstack01:48
*** xarses has joined #puppet-openstack02:09
*** johnmilton has quit IRC02:15
*** iurygregory_ has quit IRC02:25
*** johnmilton has joined #puppet-openstack02:27
openstackgerritMerged openstack/puppet-openstack-integration: newton/rdo: bump RDO to latest  https://review.openstack.org/38266602:49
*** ducttape_ has quit IRC02:51
*** jtriley has joined #puppet-openstack02:58
openstackgerritMerged openstack/puppet-tripleo: Use service-specific servernames for haproxy  https://review.openstack.org/38253403:08
*** markvoelker has joined #puppet-openstack04:25
*** jaosorior has joined #puppet-openstack04:25
*** markvoelker has quit IRC04:30
openstackgerritMerged openstack/puppet-neutron: Updated Nuage package name for Mitaka release  https://review.openstack.org/37275705:05
*** snarwade has joined #puppet-openstack05:12
*** markvoelker has joined #puppet-openstack05:26
*** jtriley has quit IRC05:31
*** markvoelker has quit IRC05:31
*** richm has quit IRC05:40
openstackgerritJulie Pichon proposed openstack/puppet-tripleo: Explicitly use Keystone v2 endpoint in the UI  https://review.openstack.org/38272405:44
*** jaosorior has quit IRC05:55
*** jaosorior has joined #puppet-openstack05:57
*** rcernin has joined #puppet-openstack06:15
*** markvoelker has joined #puppet-openstack06:27
*** markvoelker has quit IRC06:32
*** ccamacho has quit IRC06:34
*** dgurtner has joined #puppet-openstack06:46
openstackgerritChandan Kumar proposed openstack/puppet-magnum: Renamed to trustee_domain, trustee_domain_admin  https://review.openstack.org/38274306:57
*** ihrachys has joined #puppet-openstack07:08
*** amoralej|off is now known as amoralej07:10
*** tesseract- has joined #puppet-openstack07:11
*** ihrachys has quit IRC07:18
*** jpena|off is now known as jpena07:23
*** markvoelker has joined #puppet-openstack07:28
*** markvoelker has quit IRC07:32
*** shardy_afk is now known as shardy07:34
*** jpich has joined #puppet-openstack07:44
*** ihrachys has joined #puppet-openstack07:56
*** ducttape_ has joined #puppet-openstack07:56
*** ducttape_ has quit IRC08:01
openstackgerritOpenStack Proposal Bot proposed openstack/puppet-openstack-integration: Promote RDO repository to latest consistent URL  https://review.openstack.org/38276508:10
*** ihrachys has quit IRC08:11
*** jaosorior is now known as jaosorior_lunch08:17
openstackgerritGiulio Fidente proposed openstack/puppet-ceph: Ensure list of packages to install is user customizable  https://review.openstack.org/38213108:35
*** dgurtner has quit IRC08:36
*** derekh has joined #puppet-openstack08:38
*** ihrachys has joined #puppet-openstack08:39
openstackgerritMaksym Yatsenko proposed openstack/puppet-cinder: Change worker defaults to ::os_workers  https://review.openstack.org/38200708:45
*** dtantsur|afk is now known as dtantsur08:49
openstackgerritMerged openstack/puppet-tripleo: Enable usage of "short names" for Galera cluster  https://review.openstack.org/38218308:52
openstackgerritMykyta Karpin proposed openstack/puppet-nova: Fix documentation for log_dir parameter  https://review.openstack.org/38234408:53
*** ducttape_ has joined #puppet-openstack08:57
*** ducttape_ has quit IRC09:02
*** chem has joined #puppet-openstack09:04
*** chem has quit IRC09:07
*** chem has joined #puppet-openstack09:07
*** dgurtner has joined #puppet-openstack09:10
*** karthiks has joined #puppet-openstack09:13
*** ihrachys has quit IRC09:19
*** snarwade has quit IRC09:29
*** jaosorior_lunch has quit IRC09:36
*** jaosorior_lunch has joined #puppet-openstack09:36
*** saneax-_-|AFK is now known as saneax09:39
*** snarwade has joined #puppet-openstack09:42
*** jaosorior_lunch is now known as jaosorior09:44
*** ddmitriev has quit IRC09:48
*** aarefiev has quit IRC09:50
*** aarefiev has joined #puppet-openstack09:50
degorenkoEmilienM, ack, will wait for your approve :)09:57
*** ducttape_ has joined #puppet-openstack09:57
*** ihrachys has joined #puppet-openstack10:02
*** ducttape_ has quit IRC10:02
*** richm has joined #puppet-openstack10:10
*** snarwade has quit IRC10:15
*** ccamacho has joined #puppet-openstack10:17
*** snarwade has joined #puppet-openstack10:18
openstackgerritMaksym Yatsenko proposed openstack/puppet-swift: [WIP] Change worker defaults to ::os_workers  https://review.openstack.org/38282910:20
ansiwenmwhahaha, chem, iurygregory: I made a lot progress with my ec2 credentials provider. Now I have a problem that it's not idempotent, and I don't understand why, maybe you have an idea? http://logs.openstack.org/42/356442/19/check/gate-puppet-openstack-integration-4-scenario001-tempest-centos-7/c9dfe98/console.html#_2016-10-05_23_14_13_89478610:22
chemansiwen: without having looked at the code, the problem is with the exists function10:23
chemansiwen: looking now10:23
chemansiwen: no review running for the provider right now, right ?10:24
*** dgurtner has quit IRC10:24
ansiwenchem: https://review.openstack.org/#/c/37453710:24
chemansiwen: I was on it, my eyeballs are deficients ...10:25
ansiwenchem: I think i SEE THE PROBLEM10:27
ansiwenchem: sorry for the caps10:27
ansiwenchem: in the second run new credentials are created, because the member has to be re-initialized10:28
chemansiwen: I don't get it, sorry.  Nothing should change during the second run.10:29
chemansiwen: do you have a env to run the code ?10:30
ansiwenchem: my exists function is based on access_line and secret_line, which again is based on get_ec2_credentials, which creates them if the @ec2_credentials member is not set yet10:30
ansiwenchem: no, that would be the next question, how can I efficently debug that code?10:31
chemansiwen: you could add Puppet.debug statement and run it in debug mode to check the values of "l" and access_line and secret_line10:32
ansiwenchem: as an C++ coder I was used to step through the code with my debugger/IDE, now my debugger is the CI infrastructure, that's just crazy :-)10:32
chemansiwen: you could step through (much more dynamically than in C++ :)) if you had rpsec tests ... but for the idempotency problem, not sure it would be able to cover it ... anyway10:33
chemansiwen: so if CI it is I'm not sure it's run in debug10:34
chemansiwen: no it's not then you can use Puppet.log (but let me check ...)10:35
chemansiwen: it's Puppet.info "blah blah"10:36
chemansiwen: then you will see the values of "l" and access_line and secret_line10:36
chemansiwen: Puppet.info "line: #{l}; access_line: #{access_line}; secret_line #{secret_line}"10:36
chemansiwen: something like this ... do as you feel :)10:37
EmilienMhi10:37
openstackgerritMaksym Yatsenko proposed openstack/puppet-glance: Change worker defaults to ::os_workers  https://review.openstack.org/38201610:37
ansiwenchem: yeah, I think the problem is quite obvious. the keystone state is not reset between the first and second run. so when @ec2_credentials is nil (which it is in the beginning of the second run) it will create new ec2_credentials... it's in fact not idempotent... it creates new ec2_credentials every run10:37
ansiwenchem: what you suggest gives me more info, but you have no hint how to run that code locally in a smaller context?10:38
chemansiwen: hum ... you need keystone working at least and then do a simple manifest with only your provider10:40
chemansiwen: you can use class { openstack_integration::keystone: } from the puppet-openstack-integration to get the keystone installation10:41
openstackgerritMarios Andreou proposed openstack/puppet-tripleo: Set enabled_share_protocols based on enabled backends  https://review.openstack.org/38238610:41
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Fix typo in repos.pp  https://review.openstack.org/38284110:43
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Enable TestEncryptedCinderVolumes tests (for real)  https://review.openstack.org/38037410:52
openstackgerritMartin Mágr proposed openstack/puppet-tripleo: Deploy monitoring/logging agents sooner  https://review.openstack.org/38160410:58
*** ducttape_ has joined #puppet-openstack10:58
*** shardy is now known as shardy_lunch11:01
*** ducttape_ has quit IRC11:03
openstackgerritMerged openstack/puppet-nova: Add class for migration options configuration in qemu.conf  https://review.openstack.org/37875411:11
*** Lokesh_Jain has quit IRC11:14
*** ken_barber has quit IRC11:14
*** jpena is now known as jpena|lunch11:14
*** ken_barber has joined #puppet-openstack11:17
*** Lokesh_Jain has joined #puppet-openstack11:17
openstackgerritMaksym Yatsenko proposed openstack/puppet-keystone: Change worker defaults to ::os_workers  https://review.openstack.org/38285711:20
openstackgerritIhar Hrachyshka proposed openstack/puppet-openstack-integration: neutron: switched to lbaasv2 service plugin alias  https://review.openstack.org/38286111:24
EmilienMihrachys: I wanted to do it too ^ but the problem is ubuntu still deploying newton11:26
EmilienMihrachys: they don't have ocata packages yet :(11:26
ihrachysEmilienM: ack. we can recheck later I guess11:26
openstackgerritSven Anderson proposed openstack/puppet-tempest: WIP Test - DO NOT MERGE  https://review.openstack.org/37453711:26
EmilienMihrachys: yeah, thanks11:27
*** shardy_lunch is now known as shardy11:31
*** dgurtner has joined #puppet-openstack11:37
*** dgurtner has quit IRC11:37
*** dgurtner has joined #puppet-openstack11:37
*** dprince has joined #puppet-openstack11:39
*** johnmilton has quit IRC11:42
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Fix typo in repos.pp  https://review.openstack.org/38284111:45
openstackgerritJulie Pichon proposed openstack/puppet-tripleo: Update websocket service name in config template  https://review.openstack.org/38287511:49
openstackgerritMerged openstack/puppet-tripleo: Enable usage of "short names" for Ceph cluster  https://review.openstack.org/38240811:55
openstackgerritMerged openstack/puppet-openstack-integration: Promote RDO repository to latest consistent URL  https://review.openstack.org/38276511:55
EmilienMjpena|lunch: first ocata promotion ^11:58
*** ducttape_ has joined #puppet-openstack11:59
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-tripleo: Enable usage of "short names" for Galera cluster  https://review.openstack.org/38288312:01
openstackgerritAlexey Deryugin proposed openstack/puppet-openstack-integration: scenario003: enable application catalog service  https://review.openstack.org/25043612:01
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-tripleo: Enable usage of "short names" for Ceph cluster  https://review.openstack.org/38288512:02
ansiwenchem: I can do that from the command line, or do I have to write a manifest?12:03
*** trown|outtypewww is now known as trown12:03
*** ducttape_ has quit IRC12:04
chemansiwen: it's simplest to write a manifest12:04
chemansiwen: it's simpler to write a manifest12:04
*** jayg|g0n3 is now known as jayg12:05
*** lucas-afk is now known as lucasagomes12:07
*** johnmilton has joined #puppet-openstack12:09
*** jpena|lunch is now known as jpena12:11
*** ducttape_ has joined #puppet-openstack12:11
*** ducttape_ has quit IRC12:30
*** markvoelker has joined #puppet-openstack12:31
openstackgerritMerged openstack/puppet-openstack-integration: Enable TestEncryptedCinderVolumes tests (for real)  https://review.openstack.org/38037412:37
*** fultonj has joined #puppet-openstack12:37
*** jaosorior has quit IRC12:41
*** ducttape_ has joined #puppet-openstack12:43
iurygregorygood morning12:44
*** ducttape_ has quit IRC12:47
*** morazi has joined #puppet-openstack12:48
*** morazi has quit IRC12:54
openstackgerritMerged openstack/puppet-keystone: user_allow_* options for ldap are deprecated  https://review.openstack.org/38212312:59
*** jtomasek_ has joined #puppet-openstack13:00
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Fix typo in repos.pp  https://review.openstack.org/38284113:01
*** jtriley has joined #puppet-openstack13:03
*** ayoung has joined #puppet-openstack13:04
iurygregoryansiwen, you made it work =P13:05
ansiweniurygregory: yes, still can't believe it... :-)13:06
*** ducttape_ has joined #puppet-openstack13:06
openstackgerritAlexey Deryugin proposed openstack/puppet-murano: Make Murano application provider use prefetch  https://review.openstack.org/37874113:07
iurygregoryansiwen, i'm just afraid of the usage of V2 instead of V3 s =(13:07
openstackgerritAlexey Deryugin proposed openstack/puppet-openstack-integration: scenario003: enable application catalog service  https://review.openstack.org/25043613:07
*** morazi has joined #puppet-openstack13:08
ansiweniurygregory: oh, I'm not finished yet, I will try V3 as well13:08
iurygregoryansiwen, good to know =)13:08
iurygregorytks o/13:08
*** aderyugin has quit IRC13:09
openstackgerritGiulio Fidente proposed openstack/puppet-tripleo: Set enabled_share_protocols based on enabled backends  https://review.openstack.org/38238613:09
*** jperry has joined #puppet-openstack13:11
*** dfisher has joined #puppet-openstack13:11
*** aderyugin has joined #puppet-openstack13:13
*** snarwade has quit IRC13:19
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: repos: switch RDO to use puppet-passed-ci  https://review.openstack.org/38294013:25
EmilienMdmsimard: ^ here we go13:25
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: repos: switch RDO to use puppet-passed-ci  https://review.openstack.org/38294013:25
iurygregory:O13:25
dmsimardEmilienM: not rdo-list13:26
dmsimardrdo-infra-list13:26
dmsimardEmilienM: i.e, https://www.redhat.com/archives/rdo-infra-list/2016-October/thread.html13:26
*** jtomasek_ has quit IRC13:26
dmsimardExample failure: https://www.redhat.com/archives/rdo-infra-list/2016-October/msg00009.html .. Example recovery: https://www.redhat.com/archives/rdo-infra-list/2016-October/msg00011.html13:27
dmsimardHistory is kept here https://ci.centos.org/view/rdo/view/weirdo-pipelines/view/weirdo-promote-puppet/13:27
*** mkoderer has joined #puppet-openstack13:27
*** ducttape_ has quit IRC13:28
iurygregoryso, after every 3 our we will have an update in repos for rdo?13:28
EmilienMyes13:28
EmilienMand we have nothing to change in p-o-i13:28
iurygregory:O13:28
EmilienMit's all transparent13:28
iurygregoryawesome :D13:29
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: repos: switch RDO to use puppet-passed-ci  https://review.openstack.org/38294013:29
dmsimardhopefully there aren't edge cases where weirdo would succeed and p-o-i would fail (or vice versa) but we can probably iterate and get better at it throughout the cycle13:30
dmsimardwe'll probably want to try and see if there's a way to address the different flapping that has been ocurring on certain tempest tests13:30
EmilienMdmsimard: if it happens, it will break our CI and we'll fix it and improve the tooling13:31
EmilienMso no problem13:31
*** jtriley has quit IRC13:31
dmsimardfor example, devstack and packstack use the uec+kernel cirros images and that tends to work better than just the one cirros image13:31
dmsimardI'm not sure why, amoralej was the one that figured that one out13:32
*** jtriley has joined #puppet-openstack13:32
*** bnemec has joined #puppet-openstack13:36
*** snarwade has joined #puppet-openstack13:36
*** jtriley has quit IRC13:37
iurygregorydegorenko, did you saw https://bugs.launchpad.net/puppet-nova/+bug/1600294 ?13:42
openstackLaunchpad bug 1600294 in puppet-nova "Unable to disable log_dir by setting to false" [High,In progress] - Assigned to Nikita Karpin (mkarpin)13:42
iurygregoryi think that https://review.openstack.org/#/c/382344/ it fix this13:43
degorenkoiurygregory, but then we need also to add file { log_dir } right?13:45
degorenkoas i see in bug description13:45
degorenkobut it probably goes to oslo then13:46
mkarpindegorenko iurygregory I cannot find directory creation in oslo either13:47
mkarpinlooks like puppet is not creating it13:47
iurygregorymkarpin, i'm looking at oslo now13:47
openstackgerritMatthew J Black proposed openstack/puppet-barbican: Update barbican for Debian based systems  https://review.openstack.org/37655613:47
iurygregorywell update the description will avoid problems, you're fine with this degorenko ?13:49
degorenkoyes, im fine13:49
iurygregoryok =)13:49
mkarpinand I remember we tried to decrease files resource management in puppet13:50
openstackgerritSven Anderson proposed openstack/puppet-tempest: WIP Test - DO NOT MERGE  https://review.openstack.org/37453713:51
*** xarses has quit IRC13:52
*** ducttape_ has joined #puppet-openstack13:58
openstackgerritTim Rozet proposed openstack/puppet-neutron: Changes 'provider_mappings' to be an array  https://review.openstack.org/38255113:58
EmilienMdmsimard: https://review.openstack.org/#/c/382940/ is ready for review14:06
EmilienMsounds like we have latest ocata14:06
EmilienMlgtm14:06
openstackgerritAlexey Deryugin proposed openstack/puppet-murano: Make Murano application provider use prefetch  https://review.openstack.org/37874114:12
*** xarses has joined #puppet-openstack14:21
VinshEmilienM: Does this need a rebase or something? https://review.openstack.org/#/c/378950/14:26
VinshI'm not sure what fell apart there14:26
EmilienMsounds like a bug14:27
EmilienMI'm going to ask on #openstack-infra14:27
VinshIts in infra-puragtory :)14:28
EmilienMlet's try to rebase it manually14:28
openstackgerritEmilien Macchi proposed openstack/puppet-swift: Replace proxy concat/template with ini provider  https://review.openstack.org/37895014:29
EmilienMVinsh: problem solved ^14:29
EmilienMgit rebase -i master14:29
VinshSweet, lets see if it lands :)14:30
EmilienMit will14:30
mjblackEmilienM: with the authtoken change, were there any changes required to the paste files?14:30
Vinshstars aligned. +214:30
openstackgerritMerged openstack/puppet-swift: proxy/ceilometer: deploy middleware before starting service  https://review.openstack.org/38255414:30
openstackgerritMerged openstack/puppet-swift: Changed the home-page to point Openstack Puppet Homepage  https://review.openstack.org/38142114:30
EmilienMmjblack: "paste files"? what is that14:31
EmilienMapi-paste.ini ?14:31
mjblackyeah the api-paste.ini14:31
mjblackyeah14:31
EmilienMnot afik14:31
mjblackrunning into that issue with barbican14:31
EmilienMwe are testing barbican with keystone v314:32
EmilienMand all works fine, we're even testing volume encryption14:32
EmilienMmjblack: are you deploying on RDO?14:32
EmilienMI don't see authtoken http://logs.openstack.org/40/382940/3/check/gate-puppet-openstack-integration-4-scenario002-tempest-centos-7/204171d/logs/etc/barbican/barbican-api-paste.ini.txt.gz14:33
mjblackubuntu but the tests failed for volume encryption with centos14:33
mjblackand its pointing to the paste file missing the section14:33
EmilienMbut i see it here http://logs.openstack.org/40/382940/3/check/gate-puppet-openstack-integration-4-scenario002-tempest-centos-7/204171d/logs/etc/barbican/barbican.conf.txt.gz14:33
EmilienMmjblack: they don't fail anymore14:33
EmilienMmjblack: the bug was fixed in cinder/ocata14:33
EmilienMour CI is testing barbican/volume encryption again14:33
mjblackhmmm14:34
mjblackit might be the change that I made then14:34
mjblackI was seeing an issue with this line14:34
mjblackpipeline = cors authtoken context apiapp14:34
mjblackand changed authtoken to keystone_authtoken14:34
EmilienMmjblack: http://logs.openstack.org/40/382940/3/check/gate-puppet-openstack-integration-4-scenario002-tempest-centos-7/204171d/console.html#_2016-10-06_13_53_23_50686214:34
EmilienM2016-10-06 13:53:23.506862 | {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup [47.237145s] ... ok14:34
mjblackyeah14:35
EmilienMit's authtoken14:35
EmilienMhttps://github.com/openstack/barbican/blob/master/etc/barbican/barbican-api-paste.ini#L2114:35
iurygregoryauthtoken?14:35
iurygregorywhat happend?14:35
EmilienMiurygregory: mjblack fails to deploy barbican on ubuntu14:36
iurygregorymjblack, patch?14:36
EmilienMiurygregory: probably packaging error14:36
iurygregoryhumm =(14:36
mjblackok so...14:36
mjblackEmilienM: it does look like how UCA packaged it14:38
EmilienMmjblack: tell me more?14:38
mjblackhttp://logs.openstack.org/56/376556/9/check/gate-puppet-openstack-integration-4-scenario002-tempest-centos-7/744098a/logs/etc/barbican/barbican-api-paste.ini.txt.gz14:38
mjblacklooks different than the one put out by UCA14:38
EmilienMthe output in RDO jobs is from upstream, very synced14:39
EmilienMlike, very recent I mean14:39
EmilienMcomparing to Ubuntu which probably use an old file.14:39
EmilienMyou can file a bug to UCA14:39
EmilienM(or switch to RDO :))14:39
mjblackwell it could be mitaka that is different14:40
mjblacknewton might be fine14:40
mjblackyeah, what is being put out in mitaka is different, they're putting out a paste file with keystone_authtoken filter14:41
EmilienMmjblack: 314314:42
EmilienMerr14:42
EmilienMhttps://github.com/openstack/barbican/blob/stable/mitaka/etc/barbican/barbican-api-paste.ini#L2114:42
EmilienMin that case, they are not wrong14:42
EmilienMI though you were deploying newton14:42
EmilienMpuppet-barbican is production ready since newton only14:43
EmilienMnot Mitaka.14:43
mjblackheh, well I got it "working" for mitaka with some minor issues :D14:43
mjblackthat being the minor issue14:43
*** jtriley has joined #puppet-openstack14:43
EmilienMnice14:43
mjblackbut I'm going to revert that paste section change in my change and then see what my options are, whether I handle the mitaka level changes or start looking at deploying newton barbican14:45
dencavalEmilienM Hi14:45
openstackgerritMerged openstack/puppet-openstack-integration: repos: switch RDO to use puppet-passed-ci  https://review.openstack.org/38294014:45
dencavalEmilienM do you know why rabbitmq is not used anymore for puppet manila?14:45
openstackgerritMatthew J Black proposed openstack/puppet-barbican: Update barbican for Debian based systems  https://review.openstack.org/37655614:45
mjblackok all fixed14:45
EmilienMdencaval: what does it means?14:46
dencavalEmilienM rabbitmq: do not manage rabbitmq service anymore: https://github.com/openstack/puppet-manila/commit/23862a28f21a898c4e42cef228f7864137ca372e14:46
EmilienMthe commit message says everything, no?14:46
EmilienMwe deprecated all classes in all puppet modules that deploy RabbitMQ14:47
EmilienMwe don't want our modules to manage that14:47
iurygregoryyeah ^14:47
EmilienMwe only want to manage OpenStack resources. RabbitMQ is not an OpenStack resource14:47
EmilienMdencaval: does it make sense?14:50
*** mkoderer has quit IRC14:55
*** mwhahaha has quit IRC14:55
*** patrickeast has quit IRC14:55
*** AndyWojo has quit IRC14:55
*** fultonj_ has joined #puppet-openstack14:58
*** dgurtner has quit IRC14:59
dencavalEmilienM ok, should we remove rabbitmq from puppet-cinder as well?15:00
EmilienMyes15:01
EmilienMhttps://github.com/openstack/puppet-cinder/blob/master/manifests/rabbitmq.pp#L3315:01
EmilienMgo ahead!15:01
*** ccamacho has quit IRC15:01
openstackgerritTom Barron proposed openstack/puppet-tripleo: Set enabled_share_protocols based on enabled backends  https://review.openstack.org/38238615:01
dencavalEmilienM :), ok, I'm going to see it15:02
*** mwhahaha has joined #puppet-openstack15:02
mwhahahapesky irccloud getting ddosed again15:04
* EmilienM waves on mwhahaha15:05
*** lucasagomes is now known as lucas-hungry15:15
iurygregoryyay Newton is out https://www.openstack.org/software/newton15:16
dfisherjust in time too.  Solaris just integrated Mitaka about a Month ago15:17
* dfisher sighs15:17
dmsimardIt's okay, at least you got inline seds15:18
dmsimardoh wait15:18
* dmsimard loves pulling that out15:18
*** ccamacho has joined #puppet-openstack15:18
dmsimardsorry <£15:18
dmsimard<315:18
iurygregoryhasuhasuahs15:19
dfisherlol15:19
dfisherpkg install gnu-sed; alias sed='gsed'15:19
dfisherdone.15:19
EmilienM2,581 devs!15:20
iurygregorymaybe in 2 releases we will have 3K15:20
colonwqmake more email accounts.15:20
*** mkoderer has joined #puppet-openstack15:21
*** mwhahaha is now known as mwhahaha_15:21
iurygregorycolonwq, but you will have duplicate profiles O.o15:21
colonwqiurygregory, I can make several personalities and profiles. One for each mangled version I have seen of my last name.15:22
VinshNewton, nice! :D15:24
VinshThis whole cloud fad really taking off.15:24
dfishercomputers are a fad15:25
*** jperry has quit IRC15:25
iurygregorycolonwq, OMG O.o15:27
EmilienMcolonwq: you can make as long profiles, as long we finish radosgw work one day ;-)15:28
*** jperry has joined #puppet-openstack15:29
*** saneax is now known as saneax-_-|AFK15:29
*** dgurtner has joined #puppet-openstack15:36
*** dgurtner has quit IRC15:36
*** dgurtner has joined #puppet-openstack15:36
*** ducttape_ has quit IRC15:37
*** patrickeast has joined #puppet-openstack15:37
*** AndyWojo has joined #puppet-openstack15:43
*** jperry has quit IRC15:44
*** jperry has joined #puppet-openstack15:45
*** mwhahaha has joined #puppet-openstack15:49
colonwqEmilienM, There was troubleshooting last night. There is a tempest packing difference with the 004 test.15:49
iurygregoryi saw that15:50
dmsimardcolonwq: once the newton release rush dies down, I'll give you a hand merging all that15:50
iurygregorybut no clue why .-.15:50
EmilienMcolonwq: tempest packaging? we deploying it from source, no?15:51
iurygregoryhttps://www.diffchecker.com/NsA9JicC15:51
colonwqEmilienM, ask iurygregory he helped find that part last night.15:51
iurygregoryif you look at the part that start to install tempest the log are quite different15:52
EmilienMinteresting!15:52
*** ducttape_ has joined #puppet-openstack15:52
iurygregorycolonwq, if you push another patch please rebase =D15:53
colonwqiurygregory, I will rebase all 3 p-o-i patches and resubmit everything.15:53
iurygregory3 p-o-i patches? omg O.o i only saw that one i think XD15:54
colonwqI have an update for 001 and 002.15:55
iurygregoryoh nice =)15:56
colonwqI'll do it after lunch.15:57
*** rcernin has quit IRC16:01
ansiweniurygregory: the ec2api tempest tests are not run somehow :-/ don't know why16:01
ansiweniurygregory: the plugin is loaded though...16:02
iurygregoryansiwen, i'll try to take a look at night o/16:02
iurygregoryi'll add to my TODO list =)16:02
ansiweniurygregory: thanks! that's more than I expected... :-)16:03
EmilienMwait, it's Thursday. Never work on a Thursday night.16:03
iurygregoryEmilienM, i need '-' because my contributions is when i'm at home hahaha16:03
EmilienMwe are very lucky to have you then16:04
iurygregorytks :D16:04
openstackgerritKeith Schincke proposed openstack/puppet-openstack-integration: Introduce scenario004  https://review.openstack.org/33910616:05
openstackgerritKeith Schincke proposed openstack/puppet-openstack-integration: Add cinder::backup test to scenario0001  https://review.openstack.org/37715816:06
openstackgerritKeith Schincke proposed openstack/puppet-openstack-integration: Add cinder backup to scenario002  https://review.openstack.org/38108316:07
openstackgerritMaksym Yatsenko proposed openstack/puppet-swift: Change worker defaults to ::os_workers  https://review.openstack.org/38282916:08
*** lucas-hungry is now known as lucasagomes16:12
*** jistr is now known as jistr|afk16:14
openstackgerritSven Anderson proposed openstack/puppet-openstack-integration: scenario003: Enable ec2api tempest tests  https://review.openstack.org/35644216:18
ansiweniurygregory: I found that the tests are based on a whitelist built in run_tests.sh, let's see if that was it16:19
iurygregoryansiwen, yeah you need to add to the whitelist file =)16:19
*** rstarmer has joined #puppet-openstack16:23
*** mwhahaha_ has quit IRC16:24
*** fultonj_ has quit IRC16:25
*** ccamacho1 has joined #puppet-openstack16:25
*** ccamacho has quit IRC16:26
iurygregoryEmilienM, do you know why the message in check experimental is "Build succeeded (experimental pipeline)." even if the result is a failure? .-.16:27
EmilienMiurygregory: experimental pipeline is non-voting16:28
EmilienMwhich means gates doesn't care about experimental job results16:28
* EmilienM afk lunch16:28
iurygregoryoh so the message will always be succeed .-.16:29
iurygregorytks16:29
*** ducttape_ has quit IRC16:30
dmsimardiurygregory: http://i.imgur.com/c4jt321.png?fb16:31
*** tesseract- has quit IRC16:31
iurygregorydmsimard, yeah like this16:31
*** rstarmer has quit IRC16:38
*** moravec1 has quit IRC16:42
openstackgerritGiulio Fidente proposed openstack/puppet-tripleo: Set enabled_share_protocols based on enabled backends  https://review.openstack.org/38238616:48
fultonjmwhahaha: would you mind reviewing https://review.openstack.org/#/c/382131/ ? thanks.16:51
openstackgerritMaksym Yatsenko proposed openstack/puppet-swift: Change worker defaults to ::os_workers  https://review.openstack.org/38282916:51
*** ducttape_ has joined #puppet-openstack16:54
*** derekh has quit IRC16:56
*** jtomasek_ has joined #puppet-openstack16:56
*** jistr|afk is now known as jistr16:57
*** dtantsur is now known as dtantsur|afk17:02
*** saneax-_-|AFK has quit IRC17:07
*** chem has quit IRC17:07
openstackgerritMaksym Yatsenko proposed openstack/puppet-cinder: Change worker defaults to ::os_workers  https://review.openstack.org/38200717:10
*** michapma_alt has quit IRC17:10
*** jpich has quit IRC17:14
*** saneax-_-|AFK has joined #puppet-openstack17:18
fultonjthank you for the review mwhahaha17:20
*** jpena is now known as jpena|off17:24
*** bnemec has quit IRC17:25
mjblackyou there EmilienM?17:34
openstackgerritAlexey Deryugin proposed openstack/puppet-murano: Make Murano application provider use prefetch  https://review.openstack.org/37874117:37
openstackgerritAlexey Deryugin proposed openstack/puppet-openstack-integration: scenario003: enable application catalog service  https://review.openstack.org/25043617:37
*** bnemec has joined #puppet-openstack17:38
iurygregorymjblack, he is in lunch time =)17:39
mjblackyeah17:40
EmilienMmjblack: I'm back17:40
mjblackwelcome back17:41
*** Vinsh has quit IRC17:41
*** trown is now known as trown|lunch17:41
*** Vinsh has joined #puppet-openstack17:41
EmilienM:)17:41
mjblackcongratulations on being on the TC election list :D17:41
EmilienMmjblack: everyone can be candidate :)17:42
mjblacksure17:43
mjblackbut I'm not listed :D17:43
iurygregoryI voted for only 4 people \o/17:44
EmilienMmjblack: did you send your candidacy?17:44
mjblacknope17:44
mjblackI try to stay out of politics as much as possible :D17:44
EmilienMif you're not familiar with elections system: https://governance.openstack.org/election/#candidates17:44
openstackgerritMaksym Yatsenko proposed openstack/puppet-keystone: Change worker defaults to ::os_workers  https://review.openstack.org/38285717:47
*** bnemec has quit IRC17:47
*** degorenko is now known as _degorenko|afk17:49
*** bnemec has joined #puppet-openstack17:57
*** dgurtner has quit IRC17:57
*** priteau has joined #puppet-openstack18:01
openstackgerritNate Potter proposed openstack/puppet-magnum: Add trustee_domain names to config  https://review.openstack.org/38268218:02
*** ihrachys has quit IRC18:03
*** bnemec has quit IRC18:03
*** bnemec has joined #puppet-openstack18:08
openstackgerritMerged openstack/puppet-murano: Make configure_user and configure_user_role configurable  https://review.openstack.org/38031218:09
*** shardy is now known as shardy_afk18:14
*** bnemec has quit IRC18:17
*** rstarmer has joined #puppet-openstack18:20
*** mkoderer has quit IRC18:22
*** amoralej is now known as amoralej|off18:22
*** danpawlik has quit IRC18:23
*** bnemec has joined #puppet-openstack18:27
*** bnemec has quit IRC18:33
*** bnemec has joined #puppet-openstack18:34
*** trown|lunch is now known as trown18:39
*** bnemec has quit IRC18:41
*** saneax-_-|AFK has quit IRC18:41
*** saneax-_-|AFK has joined #puppet-openstack18:44
openstackgerritAndreas Jaeger proposed openstack/puppet-cinder: Enable release notes translation  https://review.openstack.org/38333218:45
openstackgerritAndreas Jaeger proposed openstack/puppet-designate: Enable release notes translation  https://review.openstack.org/38333418:45
openstackgerritAndreas Jaeger proposed openstack/puppet-ec2api: Enable release notes translation  https://review.openstack.org/38333618:45
openstackgerritAndreas Jaeger proposed openstack/puppet-glance: Enable release notes translation  https://review.openstack.org/38333718:45
openstackgerritAndreas Jaeger proposed openstack/puppet-gnocchi: Enable release notes translation  https://review.openstack.org/38333818:45
openstackgerritAndreas Jaeger proposed openstack/puppet-heat: Enable release notes translation  https://review.openstack.org/38333918:45
openstackgerritAndreas Jaeger proposed openstack/puppet-horizon: Enable release notes translation  https://review.openstack.org/38334018:45
openstackgerritAndreas Jaeger proposed openstack/puppet-ironic: Enable release notes translation  https://review.openstack.org/38334118:46
* iurygregory hides spam time18:46
openstackgerritAndreas Jaeger proposed openstack/puppet-keystone: Enable release notes translation  https://review.openstack.org/38334218:46
openstackgerritAndreas Jaeger proposed openstack/puppet-magnum: Enable release notes translation  https://review.openstack.org/38334318:46
openstackgerritAndreas Jaeger proposed openstack/puppet-manila: Enable release notes translation  https://review.openstack.org/38334418:46
openstackgerritAndreas Jaeger proposed openstack/puppet-mistral: Enable release notes translation  https://review.openstack.org/38334518:46
openstackgerritAndreas Jaeger proposed openstack/puppet-murano: Enable release notes translation  https://review.openstack.org/38334618:46
openstackgerritAndreas Jaeger proposed openstack/puppet-neutron: Enable release notes translation  https://review.openstack.org/38334718:46
openstackgerritAndreas Jaeger proposed openstack/puppet-nova: Enable release notes translation  https://review.openstack.org/38334818:47
openstackgerritAndreas Jaeger proposed openstack/puppet-openstack_extras: Enable release notes translation  https://review.openstack.org/38334918:47
openstackgerritAndreas Jaeger proposed openstack/puppet-openstacklib: Enable release notes translation  https://review.openstack.org/38335018:47
openstackgerritAndreas Jaeger proposed openstack/puppet-openstack_spec_helper: Enable release notes translation  https://review.openstack.org/38335118:47
openstackgerritAndreas Jaeger proposed openstack/puppet-oslo: Enable release notes translation  https://review.openstack.org/38335218:47
openstackgerritAndreas Jaeger proposed openstack/puppet-ovn: Enable release notes translation  https://review.openstack.org/38335318:47
openstackgerritAndreas Jaeger proposed openstack/puppet-sahara: Enable release notes translation  https://review.openstack.org/38335618:47
openstackgerritAndreas Jaeger proposed openstack/puppet-swift: Enable release notes translation  https://review.openstack.org/38335718:48
openstackgerritAndreas Jaeger proposed openstack/puppet-tempest: Enable release notes translation  https://review.openstack.org/38335818:48
openstackgerritAndreas Jaeger proposed openstack/puppet-trove: Enable release notes translation  https://review.openstack.org/38335918:48
openstackgerritAndreas Jaeger proposed openstack/puppet-vswitch: Enable release notes translation  https://review.openstack.org/38336018:48
openstackgerritAndreas Jaeger proposed openstack/puppet-zaqar: Enable release notes translation  https://review.openstack.org/38336118:48
*** bnemec has joined #puppet-openstack18:54
*** jtomasek_ has quit IRC19:00
EmilienMwe'll need a new release of puppet-swift that includes https://review.openstack.org/#/c/383412/19:03
iurygregoryok19:04
openstackgerritEmilien Macchi proposed openstack/puppet-swift: Release 9.4.2  https://review.openstack.org/38341619:04
openstackgerritMerged openstack/puppet-magnum: Enable release notes translation  https://review.openstack.org/38334319:07
mwhahahaEmilienM: couldn't you just do that in puppet-tripleo19:07
EmilienMmwhahaha: imho the logic is better to be in puppet-swift module, isn't?19:09
*** ducttape_ has quit IRC19:09
openstackgerritMerged openstack/puppet-murano: Enable release notes translation  https://review.openstack.org/38334619:09
mwhahahaobviously but the amount of effort to cut the release vs 2 lines in puppet-tripleo...19:09
EmilienMyeah19:09
EmilienMI hope it's the last one for puppet-swift19:10
openstackgerritMerged openstack/puppet-manila: Enable release notes translation  https://review.openstack.org/38334419:10
* mwhahaha doesn't believe it19:10
*** bnemec has quit IRC19:10
*** bnemec has joined #puppet-openstack19:11
openstackgerritMerged openstack/puppet-ovn: Enable release notes translation  https://review.openstack.org/38335319:11
openstackgerritMerged openstack/puppet-ec2api: Enable release notes translation  https://review.openstack.org/38333619:12
*** johnmilton has quit IRC19:13
openstackgerritGiulio Fidente proposed openstack/puppet-tripleo: Set enabled_share_protocols based on enabled backends  https://review.openstack.org/38238619:21
openstackgerritEmilien Macchi proposed openstack/puppet-ceph: Release 2.2.1  https://review.openstack.org/38342219:28
openstackgerritAlex Schultz proposed openstack/puppet-openstack-cookiecutter: Add basic structure for ReNo  https://review.openstack.org/38342419:34
EmilienMmwhahaha: oh dear, what a smart idea :D19:35
mwhahahanovel concept i know19:35
iurygregorymwhahaha, do you mind if send patches for reno in new modules?19:36
mwhahahaknock yourself out19:36
iurygregoryI didn't get .-.19:37
mwhahaha(sure)19:37
iurygregoryoh ok19:37
mwhahahahttps://en.wiktionary.org/wiki/knock_oneself_out19:38
mwhahaha:)19:38
*** johnmilton has joined #puppet-openstack19:38
iurygregorytks +1 for my vocabulary19:38
*** ducttape_ has joined #puppet-openstack19:39
openstackgerritAlex Schultz proposed openstack/puppet-openstack-cookiecutter: Add basic structure for ReNo  https://review.openstack.org/38342419:45
openstackgerritMaksym Yatsenko proposed openstack/puppet-swift: Change worker defaults to ::os_workers  https://review.openstack.org/38282920:01
openstackgerritMerged openstack/puppet-openstack_spec_helper: Enable release notes translation  https://review.openstack.org/38335120:23
*** ihrachys has joined #puppet-openstack20:23
*** gfidente has quit IRC20:25
EmilienMiurygregory: can you review https://review.openstack.org/#/c/383422/ please?20:27
iurygregoryEmilienM, ack20:28
iurygregoryEmilienM, done20:30
EmilienMiurygregory: thx20:31
iurygregoryEmilienM, np. Tomorrow can you review the email for authtoken before I send to ML?20:32
EmilienMiurygregory: sure20:33
iurygregorytks is just to avoid problems  since is a feature that everyone needs to be awere of it XD20:34
*** jayg is now known as jayg|g0n320:34
EmilienMno prob at all20:35
*** gfidente has joined #puppet-openstack20:39
*** gfidente has quit IRC20:39
*** gfidente has joined #puppet-openstack20:39
openstackgerritMatthew J Black proposed openstack/puppet-barbican: Update barbican for Debian based systems  https://review.openstack.org/37655620:45
mjblack^ fixed race condition where it tries to use wsgi before barbican-api package is installed20:46
*** AnarchyAo has joined #puppet-openstack20:46
*** paramite has quit IRC20:48
*** lucasagomes is now known as lucas-afk20:53
*** ayoung has quit IRC21:02
*** jtriley has quit IRC21:03
openstackgerritMerged openstack/puppet-keystone: Enable release notes translation  https://review.openstack.org/38334221:05
openstackgerritMerged openstack/puppet-gnocchi: Enable release notes translation  https://review.openstack.org/38333821:05
*** shardy_afk is now known as shardy21:05
openstackgerritMerged openstack/puppet-horizon: Enable release notes translation  https://review.openstack.org/38334021:05
openstackgerritMerged openstack/puppet-cinder: Enable release notes translation  https://review.openstack.org/38333221:05
openstackgerritMerged openstack/puppet-designate: Enable release notes translation  https://review.openstack.org/38333421:05
openstackgerritMerged openstack/puppet-ceph: Enable release notes translation  https://review.openstack.org/38333121:05
openstackgerritMerged openstack/puppet-ceilometer: Enable release notes translation  https://review.openstack.org/38333021:05
openstackgerritMerged openstack/puppet-barbican: Enable release notes translation  https://review.openstack.org/38332921:05
openstackgerritMerged openstack/puppet-aodh: Enable release notes translation  https://review.openstack.org/38332821:06
openstackgerritMerged openstack/puppet-openstacklib: Enable release notes translation  https://review.openstack.org/38335021:06
openstackgerritMerged openstack/puppet-openstack_extras: Enable release notes translation  https://review.openstack.org/38334921:06
openstackgerritMerged openstack/puppet-nova: Enable release notes translation  https://review.openstack.org/38334821:06
openstackgerritMerged openstack/puppet-ironic: Enable release notes translation  https://review.openstack.org/38334121:06
openstackgerritMerged openstack/puppet-neutron: Enable release notes translation  https://review.openstack.org/38334721:06
openstackgerritMerged openstack/puppet-heat: Enable release notes translation  https://review.openstack.org/38333921:06
openstackgerritMerged openstack/puppet-glance: Enable release notes translation  https://review.openstack.org/38333721:06
openstackgerritMerged openstack/puppet-swift: Enable release notes translation  https://review.openstack.org/38335721:07
openstackgerritMerged openstack/puppet-mistral: Enable release notes translation  https://review.openstack.org/38334521:07
openstackgerritMerged openstack/puppet-sahara: Enable release notes translation  https://review.openstack.org/38335621:07
*** trown is now known as trown|outtypewww21:11
openstackgerritMerged openstack/puppet-oslo: Enable release notes translation  https://review.openstack.org/38335221:11
*** fultonj_ has joined #puppet-openstack21:12
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Bump RDO and Tempest to GA  https://review.openstack.org/38346821:13
*** dprince has quit IRC21:21
openstackgerritMaksym Yatsenko proposed openstack/puppet-keystone: Change worker defaults to ::os_workers  https://review.openstack.org/38285721:22
*** shardy has quit IRC21:22
openstackgerritEmilien Macchi proposed openstack/puppet-swift: Release 9.4.2  https://review.openstack.org/38348021:28
openstackgerritMerged openstack/puppet-magnum: Add trustee_domain names to config  https://review.openstack.org/38268221:38
*** pradk has quit IRC21:39
*** rstarmer has quit IRC21:39
EmilienMgood night folks21:44
*** rcernin has joined #puppet-openstack21:47
*** bnemec has quit IRC21:47
*** ducttape_ has quit IRC21:58
*** rcernin has quit IRC21:59
*** rcernin has joined #puppet-openstack21:59
*** AnarchyAo has quit IRC22:02
*** jperry has quit IRC22:03
openstackgerritMerged openstack/puppet-nova: Allow to set allow_resize_to_same_host in nova-api  https://review.openstack.org/37364822:05
openstackgerritMerged openstack/puppet-tempest: Enable release notes translation  https://review.openstack.org/38335822:08
openstackgerritMerged openstack/puppet-trove: Enable release notes translation  https://review.openstack.org/38335922:08
openstackgerritMerged openstack/puppet-vswitch: Enable release notes translation  https://review.openstack.org/38336022:08
openstackgerritMerged openstack/puppet-zaqar: Enable release notes translation  https://review.openstack.org/38336122:09
dmsimardEmilienM: I wanted to get the email out about p-o-i+rdo but didn't get time today22:11
dmsimardI'll do it tomorrow.22:11
*** ccamacho1 has quit IRC22:13
*** fultonj_ has quit IRC22:17
*** ayoung has joined #puppet-openstack22:21
*** morazi has quit IRC22:24
*** AnarchyAo has joined #puppet-openstack22:29
*** jtriley has joined #puppet-openstack22:37
*** jtriley has quit IRC22:42
*** xarses has quit IRC22:48
*** ducttape_ has joined #puppet-openstack22:49
*** ihrachys has quit IRC23:03
*** ayoung has quit IRC23:05
*** xarses has joined #puppet-openstack23:08
*** AnarchyAo has quit IRC23:09
*** saneax-_-|AFK is now known as saneax23:12
*** dfisher has quit IRC23:16
openstackgerritMerged openstack/puppet-tripleo: Enable usage of "short names" for Galera cluster  https://review.openstack.org/38288323:24
openstackgerritMerged openstack/puppet-ceph: Release 2.2.1  https://review.openstack.org/38342223:25
*** priteau has quit IRC23:26
*** michapma_alt has joined #puppet-openstack23:34
*** rcernin has quit IRC23:36
*** ducttape_ has quit IRC23:44
*** ducttape_ has joined #puppet-openstack23:46
*** ayoung has joined #puppet-openstack23:49
*** dtantsur|afk has quit IRC23:53
*** fvollero has quit IRC23:55

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