Friday, 2015-08-21

*** derekh has quit IRC00:04
*** sergmelikyan has joined #puppet-openstack00:07
*** sergmelikyan has quit IRC00:09
*** jayg is now known as jayg|g0n300:18
*** saneax has quit IRC00:19
openstackgerritwilly lin proposed openstack/puppet-designate: Use .fixtures.yaml instead of .fixtures.yml  https://review.openstack.org/21538400:28
EmilienMgildub: I'm commenting in the review, but I can change my mind if mfisch or mgagne think we can drop the param00:28
gildubEmilienM, reading....00:29
EmilienMgildub: not yet sent :)00:29
gildubEmilienM, ah, well I think we can't drop it because that might break existing manifest overriding the value.00:30
gildubEmilienM, so even if the value is not used anymore, I think we have to have a deprecation period (with the warning I forgot)00:30
gildubEmilienM, if that makes sense00:30
EmilienMgildub: sent00:31
gildubEmilienM, k00:31
EmilienMgildub: you are totally breaking backward compatibility00:31
gildubEmilienM, I'm not, keystone is!00:31
EmilienMgildub: you need to carefully keep our manifests compatible00:31
EmilienMgildub: this is one of our challenges, to keep the interface not changing every day00:32
EmilienMgildub: so our end users can see warnings in the catalog that tell them to update their manifests00:32
EmilienMhere you're just dropping the parameter BOOM00:32
gildubEmilienM, not BOOM, I'm suggesting to not drop the version number so no catalog breaks but it's ignored because the version number is useless anyway with keystone v3, it will determine the API version from the context00:33
EmilienMyeah00:34
EmilienMagain I'm happy if mfisch or mgagne say it's fine00:34
gildubEmilienM, okie dokie00:34
EmilienMgildub: though, please do not '' -> this is not puppetish00:34
EmilienMundef is cool man00:34
EmilienMI still wonder why people use ''00:34
gildubEmilienM, undef is not cool when it makes the parameter required if the value is not set, BTW the previous value is not undef, it's 'v2.0'00:35
EmilienMyeah but when you deprecate, undef is fine I guess00:35
EmilienMgildub: reading https://review.openstack.org/#/c/214984/4/spec/acceptance/basic_keystone_spec.rb,cm00:35
EmilienMgildub: git blame what?00:35
gildubEmilienM, in this case I wanted clear there is no value set but we can put $version = 'EmilienM said undef is better but up to you' and it will work ;)00:36
EmilienMyeah no value is fine00:37
EmilienMbut we need a WARNING00:37
EmilienMoperators NEED to see that kind of change00:37
gildubEmilienM, ack00:37
EmilienMit will really break their catalog otherwise00:37
EmilienMso now, ordering00:37
EmilienMhttps://review.openstack.org/#/c/214984/4/spec/acceptance/basic_keystone_spec.rb,cm00:37
EmilienMdefinitely not00:37
EmilienM"Well I agree that on the long run use autorequire is more robust, but in the meantime that fixes the issue."00:37
EmilienMseriously? ^00:38
gildubEmilienM, well my issue is acceptance test break from time to time because the ordering, that would explain why jenkins is [RED] inconsistently, I think00:38
EmilienMfrom time to time?00:38
EmilienMwow, so we have a bug00:38
EmilienMlet me check the code00:38
gildubEmilienM, I think00:38
EmilienMso00:39
EmilienM1/ domain needs keystone started https://github.com/openstack/puppet-keystone/blob/master/lib/puppet/type/keystone_domain.rb#L49-L5100:39
gildubEmilienM, oh, think it's my code00:39
EmilienM2/ tenant needs default domain (so domains) and keystone started https://github.com/openstack/puppet-keystone/blob/master/lib/puppet/type/keystone_tenant.rb#L56-L5800:39
gildubEmilienM, you're right it's the autorequire missing (I left it undone) in my patch00:40
EmilienM3/ user needs tenant, domain https://github.com/openstack/puppet-keystone/blob/master/lib/puppet/type/keystone_user.rb#L92-L10500:40
EmilienM...00:40
gildubEmilienM, forget about this one then (abandon)00:40
EmilienMyou can abandon the patch00:40
EmilienM++00:40
gildubEmilienM, thanks00:40
EmilienMgildub: anything else before I go diner?00:40
gildubEmilienM, apperitif?00:40
EmilienMlol00:40
EmilienMI wish00:41
gildubEmilienM, no I'm good, thanks again for your time00:41
EmilienMcool np00:41
*** ducttape_ has joined #puppet-openstack00:46
*** tiswanso has joined #puppet-openstack00:52
*** tiswanso has quit IRC00:53
*** tiswanso has joined #puppet-openstack00:53
*** ducttape_ has quit IRC00:54
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: if running eventlet, send deprecation warning  https://review.openstack.org/21539000:55
*** tiswanso_ has joined #puppet-openstack00:58
*** tiswanso has quit IRC00:59
*** xingchao has joined #puppet-openstack01:00
*** richm has quit IRC01:01
*** dgurtner has quit IRC01:06
*** ducttape_ has joined #puppet-openstack01:08
*** sergmelikyan has joined #puppet-openstack01:30
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API  https://review.openstack.org/20240901:36
*** xingchao_ has joined #puppet-openstack01:47
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API  https://review.openstack.org/20240901:49
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Keystone Role/Group resource provider  https://review.openstack.org/21144401:49
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group_role for Keystone V3 API  https://review.openstack.org/20775501:49
*** xingchao has quit IRC01:50
*** xingchao_ has quit IRC01:59
*** v1k0d3n has quit IRC01:59
*** ducttape_ has quit IRC02:04
*** xingchao has joined #puppet-openstack02:04
*** xarses has quit IRC02:07
*** sergmelikyan has quit IRC02:08
openstackgerritzhangfeng proposed openstack/puppet-sahara: Use .fixtures.yaml instead of .fixtures.yml  https://review.openstack.org/21540502:22
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Authentication URLs and endpoint clarity re-factor  https://review.openstack.org/21360302:24
openstackgerritXingchao Yu proposed openstack/puppet-designate: Use generic_service to manage services  https://review.openstack.org/21500002:26
openstackgerritXingchao Yu proposed openstack/puppet-designate: Add enabled_notification_handlers option  https://review.openstack.org/21446502:26
gildubxingchao, michchap_, please review https://review.openstack.org/213938/ backport02:33
*** xarses has joined #puppet-openstack02:36
openstackgerritXingchao Yu proposed openstack/puppet-designate: Add designate::mdns class  https://review.openstack.org/21497602:40
xingchaogildub: ok, reviewing now02:40
openstackgerritMerged openstack/puppet-keystone: Purely cosmetic change on keystone provider  https://review.openstack.org/21393803:03
openstackgerritMerged openstack/puppet-heat: Create Heat Domain with Keystone_domain resource  https://review.openstack.org/20454103:03
*** ducttape_ has joined #puppet-openstack03:14
*** xingchao_ has joined #puppet-openstack03:18
*** xingchao has quit IRC03:18
*** ducttape_ has quit IRC03:20
*** v1k0d3n has joined #puppet-openstack03:23
*** ducttape_ has joined #puppet-openstack03:27
*** ducttape_ has quit IRC03:45
*** tiswanso_ has quit IRC03:57
*** fedexo has joined #puppet-openstack04:11
*** fedexo has quit IRC04:35
gildubxingchao_, thanks04:44
gildubxingchao_, michchap_, I have this one, again, per minors changes from comments suggestions: https://review.openstack.org/21360304:53
*** cgfbee has joined #puppet-openstack05:00
*** topshare has joined #puppet-openstack05:31
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Endpoints are APIs version-less  https://review.openstack.org/21395705:37
*** topshare has quit IRC05:40
*** Zhang has joined #puppet-openstack05:41
*** xingchao_ has quit IRC05:56
*** xingchao has joined #puppet-openstack05:59
gildubxingchao, could you please re-review https://review.openstack.org/213603 ? That would be the last one for today!06:36
xingchaogildub: I'm a little busy now, I will review it ASAP.06:40
gildubxingchao, no worries, whenever you can is already great :)06:41
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Endpoints are APIs version-less  https://review.openstack.org/21395706:42
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_trust for Keystone V3 API  https://review.openstack.org/20099606:43
openstackgerritXingchao Yu proposed openstack/puppet-trove: Introduce use_guestagent_template option  https://review.openstack.org/21547606:45
openstackgerritXingchao Yu proposed openstack/puppet-manila: Add rabbit_ha_queues option  https://review.openstack.org/21520106:55
openstackgerritXingchao Yu proposed openstack/puppet-cinder: Add rabbit_ha_queues option  https://review.openstack.org/21548207:02
*** jtomasek has joined #puppet-openstack07:04
*** rochaporto has joined #puppet-openstack07:05
*** jpena has joined #puppet-openstack07:20
openstackgerritXingchao Yu proposed openstack/puppet-heat: Add rabbit_ha_queues option  https://review.openstack.org/21549607:41
openstackgerritBenedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip  https://review.openstack.org/19497707:46
openstackgerritXingchao Yu proposed openstack/puppet-trove: Introduce use_guestagent_template option  https://review.openstack.org/21547607:46
openstackgerritXingchao Yu proposed openstack/puppet-glance: Add rabbit_ha_queues option  https://review.openstack.org/21550007:50
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API  https://review.openstack.org/20240907:55
*** vinsh has quit IRC08:03
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API  https://review.openstack.org/20240908:05
*** derekh has joined #puppet-openstack08:08
*** stamak has joined #puppet-openstack08:10
*** xingchao has quit IRC08:23
*** gildub has quit IRC08:23
*** dgurtner has joined #puppet-openstack08:26
*** dgurtner has quit IRC08:26
*** dgurtner has joined #puppet-openstack08:26
*** Zhang has quit IRC08:27
*** jistr has joined #puppet-openstack08:30
*** v1k0d3n has quit IRC08:31
*** c0m0 has joined #puppet-openstack08:52
openstackgerritBenedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip  https://review.openstack.org/19497708:53
openstackgerritBogdan Dobrelya proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip  https://review.openstack.org/19497708:56
openstackgerritMichael Polenchuk proposed openstack/puppet-nova: Handle libvirt/cpu_model option  https://review.openstack.org/21454209:01
degorenkospredzy, hello! o/ Are you here?09:02
spredzydegorenko, Hey, yes I am here :)09:03
degorenkospredzy, i want ask you about your comments here: https://review.openstack.org/#/c/198744/09:03
degorenkoit seems you right09:03
*** vsaienko has quit IRC09:03
degorenkobut include doesn't provide possibility to override default options09:04
degorenkohow it will work when we want to override default values?09:04
spredzydegorenko, correct. Most people uses hiera to deploy those modules. So one will be available to deploy by overriding sahara::rpc::rpc_backend in a hiera file09:05
spredzyyet, from the ENC perspective only the sahara class will need to be declared09:05
spredzydegorenko, does that make sense ?09:06
degorenkospredzy, well, looks good, but what about simple deploy without hiera?09:07
spredzyerf ... that a recurrent issue... I'll say people would have to deal with it on their composition layer ... but that might not bring me friends09:08
degorenkospredzy, all another modules have rpc options in main class :)09:08
spredzyYes, and all modules have a main class of hundreads of lines09:09
spredzythe winner I think being keystone with 99609:09
degorenkospredzy, yees, it's hard to understand, i agree09:09
spredzymy point here is that init classes are becoming bigger and bigger, when al they do can be separated in small logical class that can be included09:10
spredzyending up with only includes (or mainly)09:10
degorenkospredzy, totally agree with you09:10
spredzyas I said in the comment its not a blocker -1, just a would like to see thing09:10
degorenkobut the issue with overriding parameters...09:10
spredzyIs fuel relying on hiera ?09:11
degorenkoyes :)09:11
degorenkobut there is we have some layer which will call all openstack modules09:11
degorenkowith proper values09:11
spredzydegorenko, The only solution I have found to remain compatible with non-hiera installer is to use pick https://review.openstack.org/#/c/208394/5/manifests/db.pp,cm09:12
spredzydegorenko, this is an example ^09:12
degorenkospredzy, looking09:12
spredzybut I don't really like it, yet I can't find a smarter way09:12
spredzyThat will end up in leaving the parameter in manifest/init.pp include sahara::rpc and create a pick call for each parameter declared in manifest/init.pp09:13
degorenkospredzy, yep, i know this way09:13
degorenkodirty way :)09:13
spredzydegorenko, agree, but I can't find another solution if we want to remain non-hiera way compatible09:14
spredzyif it was up to me it will be hiera only :)09:14
degorenkospredzy, anyway, we need hundred of lines with parameters in init.pp09:14
spredzyhence the full hiera way :)09:15
degorenkofor this way)09:15
spredzy:D09:15
degorenko:D hard way09:15
spredzyNa I'd call it the easy way :p09:15
spredzyBut to be back on the review, post any of your thought, see what people have to say abut it09:16
degorenkospredzy, can you provide some example with hiera? How it will override default parameters?09:16
degorenkospredzy, oh, most people see -1 and think: oh, let's wait for update09:16
spredzysahara::notify::enable_notifications: true09:16
degorenkoin hiera right?09:17
spredzyyes09:17
degorenkooh, of course09:17
spredzythis will override the default value for enable_notifications09:17
degorenkoyeah09:17
degorenkosorry for stupid question...09:17
spredzyahah no stupid question :)  For the -1 behavior ... hmmm that's wrong but nothing I can do for that09:18
spredzyLet's chat back if you prefer this afternoon when US people will be awake09:18
degorenkoyep, we can wait for EmilienM opinion09:18
spredzyThis way we can have more feebacks09:18
degorenkobth, spredzy where are you from? :)09:19
degorenkobtw*09:19
spredzyBordeaux, France09:19
spredzyyou ?09:19
degorenkoSaratov, Russia :)09:19
degorenkoMoskow time zone09:19
spredzyok +1:00 compared to me09:20
degorenkoyes :)09:20
*** vsaienko has joined #puppet-openstack09:20
degorenkoso, let's wait then for US people09:21
spredzydegorenko, feel free to raise the case of non-hiera way in a comment, so people can have both side of the story09:21
degorenkospredzy, ok :)09:21
myatsenkomichchap: hello,  michchap ! I tried to respond to your comments in CR: https://review.openstack.org/#/c/20941209:26
myatsenkoDid you have a chance/time to look at it? maybe I should collet/provide more info for one of the questions?09:26
openstackgerritJavier Peña proposed openstack/puppet-swift: Add support for swift-object-expirer service  https://review.openstack.org/21154909:28
openstackgerritTimur Nurlygayanov proposed openstack/puppet-nova: Fixed issue with rabbit_hosts parameter  https://review.openstack.org/19701309:34
openstackgerritTimur Nurlygayanov proposed openstack/puppet-nova: Fixed issue with rabbit_hosts parameter  https://review.openstack.org/19701309:35
degorenkospredzy, hey, can you help with chery-pick for this one https://review.openstack.org/#/c/205988/09:43
degorenkoi have error: error: Commit 8c4357fde242cc5a628806009fa582858b148443 is a merge but no -m option was given.09:43
degorenkofatal: cherry-pick failed09:43
*** rcarrillocruz has joined #puppet-openstack09:44
rcarrillocruzso, crinkle, i'm going to push a change on ironic::bifrost09:44
rcarrillocruzinstead of deploying baremetal.json an groupvars/all on the bifrost git repo09:45
rcarrillocruzi'll make the manifest to create /etc/bifrost (and parameterize it, /etc/bifrost just default) and put those config files in there09:45
rcarrillocruzthat way we don't have config files in the bifrost cloned repo, leaving it dirty and causing issues if it's updated09:46
rcarrillocruzwill push in a bit09:46
rcarrillocruzthat /etc/bifrost/ vars file can later be passed to ansible with -e "@/etc/bifrost/vars'09:47
openstackgerritDenis Egorenko proposed openstack/puppet-sahara: Update parameters for Sahara  https://review.openstack.org/20598809:53
openstackgerritYanis Guenane proposed openstack/puppet-sahara: Update parameters for Sahara  https://review.openstack.org/20598809:56
spredzydegorenko, Oops I think I hijacked your review :/09:57
spredzyThat wasn't intended ... I just wanted to try on my side to let you know how to fix it :/09:57
degorenkospredzy, thanks for try :D but i'm already find out what was wrong... I tried to cherry-pick git merge commit :D09:58
spredzyerf ... indeed :p09:59
spredzywell please go ahead and resend a review09:59
degorenkoi return back my 4 patch set :)09:59
spredzyMine didnt't take care well of the conflict just wanted to have something working09:59
spredzyyes please send it back09:59
degorenkobecause you forgot remove sync_db from master branchj :)09:59
degorenkoyes :)09:59
openstackgerritDenis Egorenko proposed openstack/puppet-sahara: Update parameters for Sahara  https://review.openstack.org/20598810:01
spredzyyeah ... I really didn't do it cleanly  - just keeping not HEAD diff -  trying to see if something was broken in the process.10:02
*** xingchao has joined #puppet-openstack10:02
degorenkospredzy, no problem :) my bad10:02
spredzydegorenko, looks good now :) will review later10:02
degorenkospredzy, thanks)10:02
*** paramite has joined #puppet-openstack10:26
*** v1k0d3n has joined #puppet-openstack10:32
*** paramite has quit IRC10:37
*** v1k0d3n has quit IRC10:37
*** chandankumar has joined #puppet-openstack10:38
openstackgerritRicardo Carrillo Cruz proposed openstack/puppet-ironic: Put configuration files under configurable folder  https://review.openstack.org/21557510:48
rcarrillocruzcrinkle: ^, this should address your concerns you had at some point10:49
*** paramite has joined #puppet-openstack10:52
*** paramite has quit IRC11:04
rcarrillocruzs/your/the11:10
*** xingchao has quit IRC11:14
openstackgerritJiri Stransky proposed openstack/puppet-neutron: Configure Big Switch ML2 plugin  https://review.openstack.org/21468611:14
openstackgerritMerged openstack/puppet-horizon: Initial msync run for all Puppet OpenStack modules  https://review.openstack.org/18986911:16
*** paramite has joined #puppet-openstack11:18
openstackgerritMerged openstack/puppet-sahara: Initial msync run for all Puppet OpenStack modules  https://review.openstack.org/18987711:20
*** dprince has joined #puppet-openstack11:35
EmilienMgood morning11:44
*** blentz has quit IRC11:44
Madkisshello EmilienM11:44
*** blentz has joined #puppet-openstack11:45
iurygregorygood morning =)11:46
MadkissError 400 on SERVER: Invalid parameter domain on Keystone_tenant[services] at /opt/puppet-modules/keystone/manifests/roles/admin.pp:106 -- what is this trying to tell me?11:48
*** paramite is now known as paramite|afk11:49
*** jpena is now known as jpena|lunch11:56
*** dgurtner has quit IRC11:57
*** paramite|afk is now known as paramite12:00
MadkissEmilienM: hello?12:02
MadkissWhat do I need to do to work around this12:03
openstackgerritLukas Bezdicka proposed openstack/puppet-neutron: Install service packages on api nodes  https://review.openstack.org/20087712:04
*** pradk has quit IRC12:04
EmilienMMadkiss: hello12:06
EmilienMMadkiss: if you need our help, please provide your manifests, logs and 'puppet module list' result12:07
Madkisswhat?12:08
Madkissi'm updating frm juno to kilo. The juno setup was working fine. I checked out all modules to 6.0.0, and now, when I try to run Puppet, all I get is the error message mentioned above.12:09
*** coffee-- has joined #puppet-openstack12:09
EmilienMhttps://github.com/openstack/puppet-keystone/blob/stable/kilo/manifests/roles/admin.pp#L11112:10
EmilienMyour provider should have been updated if you're running kilo12:10
EmilienMmaybe provider is in cache on agent nodes12:11
EmilienMare you running puppet master?12:11
Madkissyes.12:11
EmilienMoh that's why probably12:11
MadkissAnd I have that version of the provider12:11
MadkissEmilienM: restarting12:11
MadkissEmilienM: that's way better. thanks man!12:13
EmilienMMadkiss: cool12:13
MadkissEmilienM: how much beer do I owe you by now? :)12:13
EmilienMMadkiss: I stopped counting12:13
EmilienM:)12:13
Madkissmight as well buy you a brewery ...12:13
*** coffee-- has quit IRC12:15
*** prad_ has joined #puppet-openstack12:18
iurygregoryhey EmilienM, little question about rspec tests12:20
*** ducttape_ has joined #puppet-openstack12:20
EmilienMspredzy: I gave a bit more context on https://review.openstack.org/#/c/209997/9/manifests/agents/ml2/mlnx.pp,cm12:21
spredzyEmilienM, ack thanks.12:22
spredzyMake sense12:22
*** dgurtner has joined #puppet-openstack12:22
*** sergmelikyan has joined #puppet-openstack12:25
*** vinsh has joined #puppet-openstack12:26
*** linkedinyou has quit IRC12:28
Madkissyikes12:29
MadkissError: /Stage[main]/Neutron::Keystone::Auth/Keystone::Resource::Service_identity[neutron]/Keystone_user[neutron]: Could not evaluate: Execution of '/usr/bin/openstack token issue --format value' returned 1: ERROR: openstack The resource could not be found. (HTTP 404) (Request-ID: req-3650a428-0afd-4f5d-8f81-376bc9b867cb)12:29
Madkissthis seems to be related to /root/openrc or something?12:29
*** sergmelikyan has quit IRC12:29
*** linkedinyou has joined #puppet-openstack12:32
*** ducttape_ has quit IRC12:34
*** v1k0d3n has joined #puppet-openstack12:35
*** stamak has quit IRC12:36
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: CI test - do not merge  https://review.openstack.org/21560312:37
*** jayg|g0n3 is now known as jayg12:38
*** beddari has quit IRC12:39
*** beddari has joined #puppet-openstack12:39
openstackgerritMerged openstack/puppet-modulesync-configs: spec: Fix nodesets errors (x64 for el and amd64 for debian)  https://review.openstack.org/20912712:42
openstackgerritMerged openstack/puppet-modulesync-configs: sample config (update namespace)  https://review.openstack.org/20912812:42
EmilienMjistr: last comment on https://review.openstack.org/#/c/21468612:47
* jistr looking12:47
jistrEmilienM: ack i'm on it12:48
*** tiswanso has joined #puppet-openstack12:51
*** prad_ is now known as pradk12:53
*** tiswanso has quit IRC12:55
jistrbtw every time i run 'rake spec', it fetches test fixtures from the internet. Is there a way to make it use "cached" ones?12:55
*** tiswanso has joined #puppet-openstack12:55
degorenkoEmilienM, hello. Take a look on https://review.openstack.org/198744 please. Me and spredzy have some discussion, so we need suggestions/thoughts from another people12:56
*** tiswanso has quit IRC12:57
*** tiswanso has joined #puppet-openstack12:57
EmilienMdegorenko: ok, looking todayy12:57
openstackgerritJiri Stransky proposed openstack/puppet-neutron: Configure Big Switch ML2 plugin  https://review.openstack.org/21468612:59
jistrEmilienM: ^ updated. thanks for the review :)12:59
EmilienMdegorenko: yanis's comments are good, i'll let him reply13:00
*** sergmelikyan has joined #puppet-openstack13:01
EmilienMdegorenko: your patches are good otherwise  thx for your work on designate13:01
*** serg_melikyan has joined #puppet-openstack13:03
*** sergmelikyan has quit IRC13:03
*** jpena|lunch is now known as jpena13:09
*** tiswanso has quit IRC13:12
*** vinsh has quit IRC13:12
spredzyEmilienM, re https://review.openstack.org/198744. The main question here (I think) is are we supposed to manager non hiera deployment also ?13:17
EmilienMOF COURSE !!13:17
EmilienMa lot of people are still not using Hiera13:18
*** richm has joined #puppet-openstack13:18
spredzydegorenko, ^13:18
spredzyThen let me remove my -113:19
openstackgerritMerged openstack/puppet-trove: Fix default value of guestagent_config_file option  https://review.openstack.org/20843113:19
*** iurygregory has left #puppet-openstack13:21
*** iurygregory has joined #puppet-openstack13:21
openstackgerritJavier Peña proposed openstack/puppet-swift: Add support for swift-object-expirer service  https://review.openstack.org/21154913:22
MadkissExecution of '/usr/bin/openstack endpoint create --format shell keystone --region RegionOne --os-token foobar --os-url http://foobar.com/v2.0/' returned 2: usage: openstack endpoint create [-h] [-f {html,json,shell,table,value,yaml}]13:23
Madkissopenstack endpoint create: error: argument --publicurl is required13:23
Madkisswhat's wrong here?13:25
degorenkospredzy, that was i'm talking about :)13:32
spredzydegorenko, yeah I know. I just think we need to find a solution against those several hundreds line init.pp13:32
spredzy:)13:33
degorenkoEmilienM, spredzy also please https://review.openstack.org/205988 it's cherri-pick from master :)13:33
degorenkospredzy, i agree13:33
degorenkoas workaround, we can just create separate modules13:33
degorenkofor rpc13:33
*** vinsh has joined #puppet-openstack13:34
*** tiswanso has joined #puppet-openstack13:35
*** vinsh has quit IRC13:35
*** vinsh_ has joined #puppet-openstack13:35
*** ducttape_ has joined #puppet-openstack13:36
spredzydegorenko, well the problem remain in the sense one will then need to add it in their ENC13:37
degorenkospredzy, what is ENC? :D13:37
spredzydegorenko, External Network Classifier https://docs.puppetlabs.com/guides/external_nodes.html13:38
openstackgerritMerged openstack/puppet-designate: Add enabled_notification_handlers option  https://review.openstack.org/21446513:38
spredzythe code that tells puppet which node should be provisioned with which class13:38
degorenkospredzy, oh, thanks! I've tried to google it, but so many possible and crazy results :D13:38
*** dgurtner has quit IRC13:40
*** dgurtner has joined #puppet-openstack13:45
*** dgurtner has quit IRC13:45
*** dgurtner has joined #puppet-openstack13:45
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'hypervisor_options' list  https://review.openstack.org/21563913:46
spredzycrinkle, mfisch clayton michchap_ if I can get feedbacks on this series please https://review.openstack.org/#/q/status:open+branch:master+topic:inifile_proxy_provider,n,z13:46
openstackgerritMichael Polenchuk proposed openstack/puppet-nova: Handle libvirt/cpu_model option  https://review.openstack.org/21454214:00
openstackgerritLukas Bezdicka proposed openstack/puppet-neutron: Install service packages on api nodes  https://review.openstack.org/20087714:04
openstackgerritEmilien Macchi proposed openstack/puppet-glance: ci test - do not merge  https://review.openstack.org/21564814:05
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'hypervisor_options' list  https://review.openstack.org/21563914:08
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'cinder_options' list  https://review.openstack.org/21565114:08
*** dfisher has joined #puppet-openstack14:11
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'hypervisor_options' list  https://review.openstack.org/21563914:15
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'cinder_options' list  https://review.openstack.org/21565114:15
openstackgerritMerged openstack/puppet-keystone: Validate service_identity resources  https://review.openstack.org/19001614:18
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'hypervisor_options' list  https://review.openstack.org/21563914:21
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'cinder_options' list  https://review.openstack.org/21565114:21
*** pradk has quit IRC14:21
*** prad_ has joined #puppet-openstack14:22
*** prad_ is now known as pradk14:23
ukitanukiCould anyone give me a hint as to what should be in my ENC when following the puppet-ceph/example?14:28
*** pradk has quit IRC14:31
ukitanukiI've attempted using ceph::profile::mon and ceph::profile::osd but get complaints about "Class[Ceph::Keys] is already declared in .. profile/client.pp ... profile/mon.pp"14:32
*** aimon_ has quit IRC14:45
*** mjblack has quit IRC14:51
*** paramite is now known as paramite|afk14:51
*** aimon has joined #puppet-openstack14:51
*** TC01 has joined #puppet-openstack14:52
*** stamak has joined #puppet-openstack14:53
*** serg_melikyan has quit IRC15:00
*** skolekonov has quit IRC15:02
*** dgurtner has quit IRC15:03
*** paramite|afk is now known as paramite15:10
openstackgerritEmilien Macchi proposed openstack/puppet-glance: acceptance: install latest packages  https://review.openstack.org/21568115:12
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove hardcoded 'neutron_options' list  https://review.openstack.org/21568215:12
*** xingchao has joined #puppet-openstack15:14
*** sergmelikyan has joined #puppet-openstack15:18
*** imcsk8_ is now known as imcsk815:27
*** rochaporto has quit IRC15:32
openstackgerritEmilien Macchi proposed openstack/puppet-glance: acceptance: install latest packages  https://review.openstack.org/21568115:37
*** paramite is now known as paramite|afk15:46
*** paramite|afk is now known as paramite15:48
dfisherquick question.  in neutron/manifests/init.pp, root_helper defaults to "sudo neutron-rootwrap /etc/neutron/rootwrap.conf".  If I want to "unset" that value and just have15:54
dfisherroot_helper =15:54
dfisherin neutron.conf, do I pass undef or just an empty string?15:54
*** samuelBartel has quit IRC15:56
openstackgerritXingchao Yu proposed openstack/puppet-designate: Use generic_service to manage services  https://review.openstack.org/21500015:59
*** jpena has quit IRC15:59
*** sergmelikyan has quit IRC16:03
*** sergmelikyan has joined #puppet-openstack16:05
*** jistr has quit IRC16:05
xingchaodfisher: an empty str16:05
dfisherthank you!16:10
*** chandankumar has quit IRC16:17
*** ducttape_ has quit IRC16:21
*** aimon has quit IRC16:28
EmilienMrichm: xingchao merged https://review.openstack.org/#/c/213603/16:29
EmilienMrichm: would you wanted to wait?16:29
*** degorenko has quit IRC16:30
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489716:30
openstackgerritEmilien Macchi proposed openstack/puppet-glance: acceptance: install latest packages  https://review.openstack.org/21568116:31
EmilienMrichm: https://bugs.launchpad.net/puppet-keystone/+bug/1485508 is very interesting16:32
openstackLaunchpad bug 1485508 in puppet-keystone "when domain_specific_drivers_enabled=True keystone_user provider fails " [Undecided,In progress] - Assigned to Vasyl Saienko (vsaienko)16:32
*** xingchao has quit IRC16:37
openstackgerritMerged openstack/puppet-keystone: Authentication URLs and endpoint clarity re-factor  https://review.openstack.org/21360316:37
*** c0m0 has quit IRC16:38
*** ducttape_ has joined #puppet-openstack16:40
*** AlexeyElagin has quit IRC16:41
*** derekh has quit IRC16:43
*** Zhang has joined #puppet-openstack16:44
openstackgerritMerged openstack/puppet-tripleo: Remove httpchk option from haproxy listeners  https://review.openstack.org/19790416:48
*** aimon has joined #puppet-openstack16:54
openstackgerritEmilien Macchi proposed openstack/puppet-glance: acceptance: install latest packages  https://review.openstack.org/21568117:02
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489717:06
*** xingchao has joined #puppet-openstack17:06
*** xingchao has quit IRC17:06
richmEmilienM: yeah, I saw that early in my v3 work - openstack user commands required the --domain, but other commands e.g. project did not17:08
richmEmilienM: Then, at some point after switching to kilo, openstack user commands did not require --domain17:08
richmEmilienM: so either this issue is with osc/keystone versions, or some sort of regression?17:09
EmilienMrichm: prob osc version17:09
EmilienMbut not sue17:09
EmilienMsure*17:09
*** Zhang has quit IRC17:11
*** Zhang has joined #puppet-openstack17:11
*** Zhang has quit IRC17:12
richmEmilienM: I think you are on the right track with https://bugs.launchpad.net/puppet-keystone/+bug/1485508/comments/317:13
openstackLaunchpad bug 1485508 in puppet-keystone "when domain_specific_drivers_enabled=True keystone_user provider fails " [Undecided,In progress] - Assigned to Vasyl Saienko (vsaienko)17:13
EmilienMrichm: yeah, to me it's two different things17:14
richmEmilienM: At any rate, I think the proposed fix is good because then it will work regardless of any setting - it's more network traffic, but the common case is to have few domains17:14
*** dh64 has joined #puppet-openstack17:20
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489717:21
openstackgerritRamkumar Gowrishankar proposed openstack/puppet-neutron: Support for Nuage Neutron plugin and Nuage VRS in puppet-neutron  https://review.openstack.org/21479817:26
*** prad_ has joined #puppet-openstack17:31
rgowrishankarEmilienM: I made changes and uploaded the new files and I also replied to the comments. My replies are right below your review comments in patch 317:45
EmilienMrgowrishankar: cool17:45
rgowrishankarEmilienM: I missed the line space fix, I will upload that after you review the current patch. I added comments about why we are setting the controller IP in agents/nuage.pp. If you want to discuss that more let me know..17:47
EmilienMrgowrishankar: I will17:47
*** prad_ is now known as pradk17:55
*** paramite has quit IRC17:57
*** cdelatte has quit IRC17:58
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Initial run_tests.sh script  https://review.openstack.org/21041218:00
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: CI - do not merge - testing https://review.openstack.org/#/c/210412/  https://review.openstack.org/21479318:01
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Create puppet folder layout  https://review.openstack.org/20129818:02
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: deploy MySQL and Keystone (WSGI)  https://review.openstack.org/20707018:03
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: configure and run tempest  https://review.openstack.org/20707818:03
EmilienMis any core around today to review integration testing?18:04
openstackgerritEmilien Macchi proposed openstack/puppet-glance: acceptance: install latest packages  https://review.openstack.org/21568118:05
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489718:08
*** xarses has quit IRC18:20
*** xarses has joined #puppet-openstack18:20
*** xarses has quit IRC18:26
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489718:41
*** xarses has joined #puppet-openstack18:47
iurygregoryEmilienM, i need to run 'keystone-manage saml_idp_metadata > $idp_metadata_path', can i use Exec or there is a better way?18:52
EmilienMiurygregory: Exec is fine I think18:53
iurygregoryok ^^18:53
EmilienMiurygregory: the exec has to be idempotent18:54
iurygregoryyou mean if i run twice i got no erros right?18:56
EmilienMiurygregory: no change, no errors18:56
iurygregoryok18:56
*** ducttape_ has quit IRC18:58
*** jtomasek has quit IRC19:04
*** xarses_ has joined #puppet-openstack19:15
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489719:16
*** ducttape_ has joined #puppet-openstack19:18
*** richm has quit IRC19:21
*** dprince has quit IRC19:27
*** ducttape_ has quit IRC19:27
*** ducttape_ has joined #puppet-openstack19:27
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489719:29
*** ducttape_ has quit IRC19:34
crinklespredzy: re topic:inifile_proxy_provider I'm concerned that it's failing on manila and glance, any idea why? would be nice to know it works for everything before merging it in half the modules19:35
spredzycrinkle, for manila this is a packaging issue. Even this https://review.openstack.org/#/c/211553/ is failing on manila19:36
spredzySimple renaming stackforge -> openstack19:37
spredzyAs for glance you can see acceptance tests passes in CentOS (https://review.openstack.org/#/c/211937/), but fails on ubuntu meaning it is unrelated to the patch itself.19:38
spredzyReason is : http://logs.openstack.org/37/211937/3/check/gate-puppet-glance-puppet-beaker-rspec-dsvm-trusty/b831ac8/console.html#_2015-08-19_10_52_04_60719:38
crinkleI don't think that necessarily means its unrelated19:39
spredzycrinkle, I say unrelated because I have the exact same failure on another patchset https://review.openstack.org/#/c/211937/19:40
spredzythe above still uses the old provider19:41
*** ducttape_ has joined #puppet-openstack19:44
crinklespredzy: oh ok, maybe want to rebase it then?19:44
spredzycrinkle, doesthe above issue ring a bell to you ?19:44
spredzycrinkle, commit seems to be on top of current master/HEAD19:46
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489719:51
crinklespredzy: hmm that's weird19:55
spredzyUnfortunately I can't reproduce locally as I have I guess a wrong version of the image. It complains about Could not find command '/usr/bin/add-apt-repository'19:59
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489720:00
spredzycrinkle, I think attrs[:is_public] returns null here https://github.com/openstack/puppet-glance/blob/master/lib/puppet/provider/glance_image/openstack.rb#L9520:02
*** iurygregory has quit IRC20:03
*** ducttape_ has quit IRC20:03
*** ducttape_ has joined #puppet-openstack20:04
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489720:05
spredzyactually that is a result of the image create that failed :/20:05
openstackgerritPaul Belanger proposed openstack/puppet-openstack-integration: [WIP] Initial work for multinode support  https://review.openstack.org/21489720:13
spredzycrinkle, could that be the issue ? https://github.com/openstack/glance/blob/stable/kilo/glance/api/v1/images.py#L930-L93520:23
spredzySo the firt run it work and load the image fine20:24
spredzybut during the second run, the image is not in queue status anymore yet we still specify --copy-from parameter20:24
spredzyleading to https://github.com/openstack/glance/blob/stable/kilo/glance/api/v1/images.py#L951-L95320:24
*** richm has joined #puppet-openstack20:25
crinklethe --copy-from should only happen when create is called, and create shouldn't get called the second time20:26
crinklethe problem is the prefetch is failing20:26
crinklepossibly because the is_public value is different than expected in liberty?20:26
spredzyyeah I jsut thought about your first sentence .. this is right20:26
spredzyfor liberty output I have no idea ...20:27
*** iurygregory has joined #puppet-openstack20:27
spredzydo you have a liberty platform deployed at reach ?20:27
spredzycrinkle, ^20:27
crinkleyeah i just now reproduced it20:27
crinklei'll check what openstack image list outputs20:28
spredzyack20:28
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Initial run_tests.sh script  https://review.openstack.org/21041220:29
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Create puppet folder layout  https://review.openstack.org/20129820:29
*** sergmelikyan has quit IRC20:30
*** sergmelikyan has joined #puppet-openstack20:32
*** ericpeterson has joined #puppet-openstack20:33
*** ducttape_ has quit IRC20:36
crinklespredzy: so it looks like they changed the Is Public to Visibility -_-20:37
spredzycrinkle, :/ erf ...20:37
spredzyso now the provider should support both cases ... kilo + liberty20:37
spredzyand possiblity are : [ 'public', 'private', 'shared', 'community' ]20:38
*** stamak has quit IRC20:38
spredzysource: https://wiki.openstack.org/wiki/Glance-v2-community-image-visibility-design20:39
crinklehmm can we change back to v1?20:39
openstackgerritMerged openstack/puppet-ironic: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20987220:39
crinklemaybe the acceptance tests could set it to v1 so we can deal with updating the provider later20:39
spredzy+1 on that20:40
*** jayg is now known as jayg|g0n320:40
spredzycrinkle, enable_v2_api = False in glance::configs should do it as a temporary fix20:44
spredzyno ?20:44
spredzydirectly in the acceptance test , as soon as we update the provider we could remove it from there20:44
spredzyOr better propose a clean parameter to handle that in glance/api.pp20:45
crinklelemme test20:46
spredzysure20:46
*** tiswanso has quit IRC20:46
crinklehmm that doesn't seem to make it work20:47
crinklenow my keystone is being weird...20:48
spredzycrinkle, hmm maybe we need it on both api and registry20:49
spredzyenable_v2_registry = False20:50
spredzy(just to clarify enable_v2_api = False in glance-api.conf and enable_v2_registry = False in glance-registry.conf)20:51
crinklenope...20:51
openstackgerritMerged openstack/puppet-swift: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20987820:52
crinklewhat's weird is the database still calls it is_public20:53
spredzycrinkle, hmmm that should be enough http://docs.openstack.org/developer/glance/configuring.html#configuring-glance-apis20:54
spredzycrinkle, maybe for backward compat. Not sure how that works to be honnest.20:55
crinkleit could be an issue with the glance client library or openstackclient20:56
spredzycrinkle, if you run the call with --debug it still cals /v2 ?20:58
spredzycalls*20:58
*** xarses_ has quit IRC20:59
openstackgerritMerged openstack/puppet-monasca: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20987421:01
crinklespredzy: nope it calls v1 http://paste.openstack.org/show/423737/21:01
crinkleif you curl the api directly it does the right thing http://paste.openstack.org/show/423738/21:02
spredzyhmmm21:03
spredzycrinkle, could you paste the output with '--format csv' please21:08
crinklespredzy: http://paste.openstack.org/show/423739/21:09
openstackgerritMerged openstack/puppet-gnocchi: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20987121:09
openstackgerritMerged openstack/puppet-keystone: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20251321:09
openstackgerritMerged openstack/puppet-trove: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20988021:10
openstackgerritMerged openstack/puppet-designate: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20987021:12
spredzy(ps. crinkle thanks for the +A)21:12
crinklespredzy: thanks for writing docs! that made me happy21:14
spredzycrinkle, hehe21:15
spredzycrinkle, stupid question. Did you redeploy with only v1 or did you just re fired puppet with that change ? Would that make a difference ?21:15
crinklespredzy: I restarted the glance-api and glance-registry services21:17
crinkleI'm not sure if redeploying from scratch would change it, I can try21:17
crinkleright now I'm deploying at HEAD^ to get kilo to compare it and then i'll ask the openstack-sdk people if they know what's up21:18
spredzycrinkle, ack21:19
openstackgerritMerged openstack/puppet-tempest: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20987921:22
*** ducttape_ has joined #puppet-openstack21:23
*** ericpeterson has quit IRC21:23
openstackgerritMerged openstack/puppet-tuskar: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20988321:25
*** dgurtner has joined #puppet-openstack21:26
crinklespredzy: oh I'm wrong http://paste.openstack.org/show/423761/21:29
* crinkle goes back to the provider21:29
spredzycrinkle, ok that means that even with Kilo Visibility was already there as suche21:30
spredzycrinkle, with kilo can you also paste the --format csv output, or will it ouput laso visiblity ?21:30
spredzyIT seems that it takes the output from there https://github.com/openstack/puppet-openstacklib/blob/master/lib/puppet/provider/openstack.rb#L2621:31
crinklespredzy: oh the problem is with image show, not list21:31
spredzyah true ...21:31
* spredzy doesn't see clearly anymore21:31
EmilienMspredzy: manila should be fixed now, no?21:32
EmilienMspredzy: do recheck21:32
crinklespredzy: look they broke it http://paste.openstack.org/show/423763/21:32
spredzycrinkle, where are everything :) ?21:33
crinklespredzy: it's gone!!!21:33
spredzycrinkle, oh boy /o\21:33
spredzycrinkle, yet the db is correctly filled right ?21:33
crinklespredzy: yep db looks fine21:35
spredzycrinkle, do you happen to know the URL of their bug tracker ?21:36
spredzywhats the /XX after bugs.launchpad.net21:36
crinklespredzy: not sure21:37
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: deploy MySQL and Keystone (WSGI)  https://review.openstack.org/20707021:39
spredzycrinkle, https://bugs.launchpad.net/python-openstackclient/+bugs21:39
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: configure and run tempest  https://review.openstack.org/20707821:40
spredzycrinkle, can I bother you with a last test that is deploy from scratch with v1 on liberty/ubuntu ?21:40
crinklespredzy: of course21:41
crinklespredzy: I think it's a problem with glanceclient not openstackclient21:41
crinklei can show you21:41
spredzycrinkle, sure21:42
crinklespredzy: http://paste.openstack.org/show/423770/21:42
spredzycrinkle, oh ok, def not related with openstackclient21:43
spredzycrinkle, apparently no ticket about that one yeet21:44
spredzycrinkle, let me know how the deployment goes21:53
spredzycrinkle, I am about to go afk21:53
crinklespredzy: okay I'll file a ticket with python-glanceclient21:55
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: acceptance/eventlet: make sure apache is stopped  https://review.openstack.org/21579921:56
EmilienMcrinkle: re- upgrades issue eventlet/wsgi ^21:56
spredzycrinkle, ack thanks.21:59
*** ducttape_ has quit IRC21:59
*** sergmelikyan has quit IRC22:09
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-keystone: [WIP] Support for Keystone as Identity Provider  https://review.openstack.org/20805422:15
crinklespredzy: i don't know why it works on centos...22:18
crinkleeven upgrading the glance client to 0.19.0 it works22:18
iurygregorybye people, have a good weekend o/22:18
EmilienMiurygregory: o/22:19
crinklespredzy: so it seems like maybe a packaging issue22:19
EmilienMcrinkle: which os?22:23
crinkleEmilienM: ubuntu22:23
crinkleEmilienM: for puppet-glance on liberty22:23
EmilienMdamn22:23
crinkleEmilienM: you'll notice most of the glance patches are failing :)22:24
EmilienMcrinkle: I haven't followed your discussion - what is broken?22:24
EmilienMAWESOME22:24
crinkleEmilienM: the glance_image provider is broken22:24
EmilienMa friday moreover22:24
crinkle(fwiw it would still be broken if we were using glance client directly instead of openstackclient)22:24
EmilienMcrinkle: are you trying to convince yourself ? :-P22:25
crinkle:P22:25
*** juzo has joined #puppet-openstack22:28
EmilienMcrinkle: oh by the way I fixed upgrade jobs for keystone: https://jenkins05.openstack.org/job/gate-puppet-keystone-puppet-beaker-rspec-upgrade-dsvm-centos7/71/consoleFull - see https://review.openstack.org/21579922:28
juzoaks22:29
*** juzo is now known as juzo-serio22:30
crinkleEmilienM: i know, i'm trying to focus on one thing at a time :P22:31
juzo-serioyou looser22:31
EmilienMcrinkle: sorry, I just wanted to tell you it works as expected22:31
juzo-serioquien habla español?22:32
*** juzo-serio is now known as juzo22:32
*** dgurtner has quit IRC22:32
juzoespañol???22:33
juzoquien habla español?22:33
juzojoder22:35
openstackgerritMerged openstack/puppet-cinder: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20986922:35
juzodeath of the angel22:36
*** juzo was kicked by crinkle (juzo)22:37
EmilienMI was about to do it22:37
EmilienMthanks crinkle22:37
crinklelol22:37
EmilienMlol22:37
*** sergmelikyan has joined #puppet-openstack22:38
*** juzo has joined #puppet-openstack22:38
*** sergmelikyan has quit IRC22:38
juzolife of the angel22:39
*** juzo was kicked by crinkle (juzo)22:39
*** crinkle sets mode: +b *!canaima@186.167.242.15822:39
*** crinkle sets mode: +b *!~canaima@186.167.242.15822:39
EmilienMweird people22:40
*** sergmelikyan has joined #puppet-openstack22:47
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Puppetfile: block inifile to 1.4.1  https://review.openstack.org/21582222:50
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Initial run_tests.sh script  https://review.openstack.org/21041222:51
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Create puppet folder layout  https://review.openstack.org/20129822:52
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: deploy MySQL and Keystone (WSGI)  https://review.openstack.org/20707022:53
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: configure and run tempest  https://review.openstack.org/20707822:53
*** sergmelikyan has quit IRC22:53
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Puppetfile: block inifile to 1.4.1  https://review.openstack.org/21582222:53
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Initial run_tests.sh script  https://review.openstack.org/21041222:54
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: Create puppet folder layout  https://review.openstack.org/20129822:54
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: deploy MySQL and Keystone (WSGI)  https://review.openstack.org/20707022:55
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-integration: scenario001: configure and run tempest  https://review.openstack.org/20707822:55
*** sergmelikyan has joined #puppet-openstack22:55
*** sergmelikyan has quit IRC23:00
openstackgerritAdam Vinsh proposed openstack/puppet-swift: Manage swift with swift_service defined type  https://review.openstack.org/20322023:05
*** dfisher has quit IRC23:11
*** imcsk8 has quit IRC23:11
*** imcsk8 has joined #puppet-openstack23:11
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Endpoints are APIs version-less  https://review.openstack.org/21395723:14
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API  https://review.openstack.org/20240923:14
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_trust for Keystone V3 API  https://review.openstack.org/20099623:14
*** social has quit IRC23:18
*** fedexo has joined #puppet-openstack23:20
*** aimon has quit IRC23:47
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-keystone: [WIP] Support for Keystone as Identity Provider  https://review.openstack.org/20805423:50

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