Tuesday, 2015-06-30

*** xarses has joined #puppet-openstack00:07
*** gildub has joined #puppet-openstack00:09
*** aimon has joined #puppet-openstack00:19
openstackgerritMerged openstack/puppet-neutron: acceptance: install latest openstack-selinux  https://review.openstack.org/19681300:20
*** xingchao_ has joined #puppet-openstack00:29
*** xingchao_ has quit IRC00:30
openstackgerritColleen Murphy proposed openstack/puppet-glance: Use OpenstackClient for glance_image auth  https://review.openstack.org/17258000:35
*** larainema has joined #puppet-openstack00:54
EmilienMcrinkle: re - https://review.openstack.org/#/c/196249/01:05
EmilienMcrinkle: logs are in patchset 1, you can see errors are for centos7 because of beaker is running 'rpm -ivh' the second time and since the package is already here, the return code will be 101:06
EmilienMcrinkle: for patchset 2, it makes fails both because for some reasons is unset some beaker env01:06
openstackgerritBradley Klein proposed openstack/puppet-monasca: Update .gitreview file for project rename  https://review.openstack.org/19129601:07
*** ducttape_ has joined #puppet-openstack01:07
EmilienMcrinkle: the helper runs puppet_module_install, and that ends up here https://github.com/puppetlabs/beaker/blob/master/lib/beaker/dsl/install_utils/module_utils.rb#L114 and it's nil on the second run01:17
*** markvoelker has quit IRC01:19
*** markvoelker has joined #puppet-openstack01:19
*** markvoelker has quit IRC01:22
*** markvoelker has joined #puppet-openstack01:23
*** markvoelker has quit IRC01:23
*** markvoelker has joined #puppet-openstack01:24
crinkleEmilienM: in patchset 1 of 196249 the errors are from trying to run mkdir -p with no arguments01:24
crinkleEmilienM: do you mean a different patchset?01:24
EmilienMcrinkle: yeah #201:24
EmilienMthis is the weird thing here01:24
EmilienMI think there is a bug in beaker01:24
EmilienMand honestly have not found it today yet01:25
crinkleEmilienM: yeah both failures are weird but i was wondering why the patch was made in the first place01:29
EmilienMcrinkle: to make the upgrade job working on centos01:29
EmilienMthe commit message explains my intention01:29
EmilienMcrinkle: upgrade job is working on trusty!01:30
crinkleEmilienM: but it doesn't point me to a failure i can look at that it fixes01:30
EmilienMbut can't work on centos7 (look commit message)01:30
*** jasondotstar has quit IRC01:30
EmilienMso I have to do the noprovision condition01:30
EmilienMwhich makes fail everything01:30
EmilienMcrinkle: oh sorry let me show you01:30
crinkleEmilienM: i just want a log file where installing puppet fails so i can see it for myself01:30
EmilienMyeah01:30
EmilienMa sec01:30
EmilienMso it happens when it provision cinder module01:31
EmilienMfirst stage: it works: http://logs.openstack.org/49/196249/2/check/gate-puppet-cinder-puppet-beaker-rspec-upgrade-dsvm-trusty/7404722/console.html#_2015-06-27_16_26_02_73001:31
EmilienMduring upgrade, second stage: it's weird: http://logs.openstack.org/49/196249/2/check/gate-puppet-cinder-puppet-beaker-rspec-upgrade-dsvm-trusty/7404722/console.html#_2015-06-27_16_30_48_66301:32
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the keystone_endpoint resource  https://review.openstack.org/17845601:37
EmilienMgildub, richm: can we have https://review.openstack.org/#/c/184195/ and https://review.openstack.org/#/c/178456 in our Gerrit dependencies so I can have my beaker patch on top of all of them and test the whole feature?01:39
*** RichardRaseley has joined #puppet-openstack01:44
gildubEmilienM, ack01:49
gildubrichm, I'm on it01:49
*** RichardRaseley has quit IRC01:50
gildubEmilienM, richm, I think I mentionned that too a week ago or so, yes for me it makes sense to chain service and endpoint (depending on each others already) to the rest of the keystone v3 support. That's going to be a long chain of deps though01:51
*** xingchao_ has joined #puppet-openstack01:53
gildubrichm, I would make service/endpoint the first ones after the credentialsV3 and then rechain the rest to it, do you agree?01:53
richmgildub: yes01:53
richmand keystone_role01:53
richmkeystone_role is very simple01:54
richmgildub: Are the service and endpoint patches rebased and ready to go?01:54
gildubgildub, no sure, I need to check01:54
gildubrichm, ^not01:55
richmok01:55
EmilienMrichm: can we add them into the chain of patches?01:55
openstackgerritXiaohua Yuan proposed openstack/puppet-manila: Add related parameters to manila::quota  https://review.openstack.org/19666001:56
*** xingchao_ has quit IRC01:56
gildubrichm, emilien did a rebase, they're ready01:56
*** vinsh has quit IRC01:56
richmEmilienM: ok - I'll rebase keystone_role on top of service, then rebase the rest of my patches on top of role01:56
EmilienMrichm: thx01:56
EmilienMrichm, gildub: I need the beaker patch on top of everything01:57
*** vinsh has joined #puppet-openstack01:57
EmilienMI let you manage the ordering for ther patches01:57
EmilienMrichm, gildub: the goal this the beaker patch ' https://review.openstack.org/#/c/178828/ '  is to test everything and spot bugs01:57
EmilienMso I don't want isolated patches01:58
gildubEmilienM, ok01:58
EmilienMI think we're getting close, my last tests are pretty good. richm is fixing a last bug we have with idempotency01:58
*** jasondotstar has joined #puppet-openstack01:59
*** jasondotstar has quit IRC02:00
*** jasondotstar has joined #puppet-openstack02:00
EmilienMrichm: on top of service there is also the endpoint resource, just fyi - https://review.openstack.org/#/c/17845602:00
richmso the first patch in the chain is https://review.openstack.org/#/c/184195/ follwed by https://review.openstack.org/#/c/178456/02:00
*** meylor has quit IRC02:00
richmfollowed02:00
*** ducttape_ has quit IRC02:01
richmcorrect?02:01
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::endpoint  https://review.openstack.org/19335902:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user_role resource  https://review.openstack.org/17499902:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - resource::service_identity  https://review.openstack.org/19335702:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::resource::authconfig  https://review.openstack.org/19335602:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - v3 domain utility code  https://review.openstack.org/17838502:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone and keystone::roles::admin  https://review.openstack.org/17506002:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone_role resource  https://review.openstack.org/18976402:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user resource  https://review.openstack.org/17497602:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the project resource  https://review.openstack.org/17446802:04
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the domain resource  https://review.openstack.org/17443902:04
richmboom02:04
EmilienMboom02:04
crinkleEmilienM: so i was looking for this http://logs.openstack.org/99/174999/27/check/gate-puppet-keystone-puppet-beaker-rspec-upgrade-dsvm-centos7/7663d90/console.html#_2015-06-30_01_29_55_93502:04
crinklebut i found it :)02:04
EmilienMas usual :)02:05
EmilienMcrinkle: a fix you mean?02:05
EmilienMor the bug02:05
crinkleEmilienM: i was looking for the original bug02:05
openstackgerritMerged openstack/puppet-monasca: Update .gitreview file for project rename  https://review.openstack.org/19129602:06
EmilienMok cool02:06
crinkleEmilienM: not the fix or the errors you were finding on the way to the fix02:06
*** jasondotstar has quit IRC02:06
*** jasondotstar has joined #puppet-openstack02:06
EmilienMhonestly, I would prefer to fix beaker to be idempotent when running rpm02:07
EmilienMcrinkle: ^02:07
EmilienMwhich is by the way the original issue02:07
crinkleEmilienM: yeah i am surprised i hadn't run into this before02:07
crinklebut i tried it locally and you're right it's broken02:07
openstackgerritBradley Klein proposed openstack/puppet-monasca: keystone/auth: make service description configurable  https://review.openstack.org/19517302:08
crinkleEmilienM: oh Hunner might have fixed this https://github.com/puppetlabs/puppetlabs-apache/commit/4069e79b1fce1714f2966c82259e51e2344ecfbf02:09
EmilienMrichm: I think deps are not good02:09
gildubrichm, ok, checking now.02:09
EmilienMsupport for keystone v3 api - v3 domain utility code should be the first patch02:09
*** ianw has quit IRC02:09
EmilienMcrinkle: feel free to takeover my patch02:09
richmEmilienM: no, I don't think so02:10
crinkleEmilienM: okay, i'm running low on battery, maybe tomorrow02:10
richmEmilienM: endpoint, service, and role don't need the v3 domain support code02:10
EmilienMcrinkle: what an excuse :P02:10
richmbecause they don't use domains at all02:10
*** ianw has joined #puppet-openstack02:10
EmilienMrichm: ok, my bad then02:10
*** bklei_ has quit IRC02:11
richmEmilienM: I didn't rebase the beaker tests patch02:11
EmilienMcrinkle: I was kidding, no problem :-) thanks for looking!02:11
richmhmm - does not apply cleanly02:11
crinkleEmilienM: nah i got this :D02:11
crinkleEmilienM: it totally fixes it https://github.com/puppetlabs/beaker-puppet_install_helper/blob/master/lib/beaker/puppet_install_helper.rb#L1302:11
EmilienMnice02:12
EmilienMrichm: yeah I have troubles to rebase the beaker patch02:12
richmEmilienM: I'm not sure why - I don't think any of the v3 patches touch spec/acceptance/basic_keystone_spec.rb02:13
EmilienMno02:13
EmilienMdon't worry, I'll take care of this one02:13
richmDo I need to rebase everything on top of the current master?02:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - keystone::endpoint  https://review.openstack.org/19335902:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the user_role resource  https://review.openstack.org/17499902:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - resource::service_identity  https://review.openstack.org/19335702:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - keystone::resource::authconfig  https://review.openstack.org/19335602:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - v3 domain utility code  https://review.openstack.org/17838502:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - keystone and keystone::roles::admin  https://review.openstack.org/17506002:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the user resource  https://review.openstack.org/17497602:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the project resource  https://review.openstack.org/17446802:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests  https://review.openstack.org/17882802:14
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the domain resource  https://review.openstack.org/17443902:14
EmilienMoh dear02:14
EmilienMI think richm is going to kill me02:15
openstackgerritColleen Murphy proposed openstack/puppet-cinder: Do not install Puppet if BEAKER_provision=no  https://review.openstack.org/19624902:15
crinkleEmilienM: ^02:15
EmilienMcrinkle: cool!02:17
crinkleEmilienM: we'll see if it works, i didn't run it02:17
EmilienMgildub: https://review.openstack.org/#/c/178456 is not passing functional testing jobs FYI02:18
EmilienMgildub: http://logs.openstack.org/56/178456/22/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-centos7/4b11413/console.html#_2015-06-30_01_44_15_53402:19
gildubEmilienM, yeah, I'm looking at that too...02:19
richm2015-06-30 01:44:15.508 | [00;00m[01;30mError: Could not prefetch keystone_service provider 'openstack': Command openstack is missing02:20
EmilienMcrinkle: in a first shot, do you find the upgrade job useful?02:20
richm? Is this a real run or an rspec run?02:20
EmilienMrichm: real run02:20
richmthen ?02:20
gildubEmilienM, yeah openstack client should be there, it's not a stub02:21
gildubError downloading packages: python-babel-1.3-6.el7.noarch: [Errno 256] No more mirrors to try02:22
EmilienMoh02:22
EmilienMdamn #@!02:23
EmilienMgildub: I ran a 'recheck'02:25
EmilienMrichm: on the beaker patch, I still don't see the patches from gildub in the tree02:25
EmilienMrichm: did you rebase everything on top of the 2 patches?02:26
EmilienMrichm: nevermind. If they don't do domains, our current beaker tests already do the job02:28
EmilienMrichm: let's keep like this02:29
*** ianw has quit IRC02:29
gildubEmilienM, I think adding deltarpm as part of the centos might make beaker tests run faster02:32
EmilienMcrinkle: does not work: 2015-06-30 02:32:28.038 | ubuntu-14.04-amd64 02:32:27$ mv /gate-puppet-cinder-puppet-beaker-rspec-upgrade-dsvm-trusty /cinder02:32
EmilienMgildub: cool, you can submit a patch if you want02:33
gildubEmilienM, k02:33
*** finchd has quit IRC02:34
*** stevemar has joined #puppet-openstack02:35
*** finchd_ has joined #puppet-openstack02:36
*** finchd has joined #puppet-openstack02:37
crinkleEmilienM: okay but that's a different problem02:38
crinkle:)02:38
EmilienMcrinkle: it's the same I had02:38
EmilienMin patchset #202:38
crinkle¯\_(ツ)_/¯02:39
EmilienMcrinkle: "target_module_path" looks nil02:40
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: Drop User resource dependency  https://review.openstack.org/19568402:43
*** finchd has quit IRC02:44
EmilienMrichm: need I specify the domain? See http://logs.openstack.org/28/178828/47/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-trusty/35ee275/console.html#_2015-06-30_02_28_42_11502:44
*** finchd has joined #puppet-openstack02:45
*** finchd_ has quit IRC02:46
richmEmilienM: yes, if the admin user was created in a domain other than Default (or the default domain set in class ::keystone), and then you also need to specify --os-identity-api-version 3, and omit the /v2.0 in the url02:49
*** meylor has joined #puppet-openstack02:54
openstackgerritColleen Murphy proposed openstack/puppet-cinder: (wip) Do not install Puppet if BEAKER_provision=no  https://review.openstack.org/19624902:55
*** richm has quit IRC02:58
*** meylor has quit IRC02:59
SpamapSOk, so now I'm stuck where my nova-api returns 404 for everything03:20
SpamapSexcept /, which says "v2 supported"03:21
SpamapSwith the json thing that means that anyway03:21
openstackgerritIvan Chavero proposed openstack/puppet-neutron: Sync DB when enabling FWAAS  https://review.openstack.org/19693903:26
*** markvoelker has quit IRC03:31
*** xingchao has quit IRC03:33
openstackgerritColleen Murphy proposed openstack/puppet-cinder: (wip) Do not install Puppet if BEAKER_provision=no  https://review.openstack.org/19624903:33
*** xingchao has joined #puppet-openstack03:34
*** bklei has joined #puppet-openstack03:41
*** bklei has quit IRC03:46
*** jasondotstar has quit IRC03:47
*** saneax has quit IRC03:49
*** ianw has joined #puppet-openstack03:54
*** gildub has quit IRC04:22
*** gildub has joined #puppet-openstack04:27
*** hogepodge has quit IRC04:32
*** markvoelker has joined #puppet-openstack04:32
*** hogepodge has joined #puppet-openstack04:32
*** markvoelker has quit IRC04:36
*** saneax has joined #puppet-openstack04:44
*** meylor has joined #puppet-openstack04:55
*** meylor has quit IRC04:56
*** stevemar has quit IRC05:05
*** stevemar has joined #puppet-openstack05:06
crinkleEmilienM: if Hunner accepts https://github.com/puppetlabs/beaker-puppet_install_helper/pull/8 I think that will fix it for us, otherwise the last change in 196249 should fix it05:12
*** meylor has joined #puppet-openstack05:13
*** bklei has joined #puppet-openstack05:30
*** bklei has quit IRC05:35
*** hogepodge has quit IRC05:42
*** hogepodge has joined #puppet-openstack05:42
*** tshtilma has joined #puppet-openstack05:52
*** markvoelker has joined #puppet-openstack05:56
*** markvoelker has quit IRC06:01
*** stevemar has quit IRC06:05
*** stevemar has joined #puppet-openstack06:06
*** stamak has joined #puppet-openstack06:08
*** meylor has quit IRC06:09
*** stevemar has quit IRC06:09
*** larainema has quit IRC06:17
*** stamak has quit IRC06:17
*** simon-AS559 has joined #puppet-openstack06:44
*** dgurtner has joined #puppet-openstack06:44
*** dgurtner has joined #puppet-openstack06:44
*** dgurtner has quit IRC06:51
*** fvollero_ has joined #puppet-openstack07:01
*** fvollero has quit IRC07:01
*** fvollero_ has quit IRC07:05
*** fvollero has joined #puppet-openstack07:06
*** jpena has joined #puppet-openstack07:11
*** arnaud_orange has joined #puppet-openstack07:14
*** bklei has joined #puppet-openstack07:19
*** samuelBartel has joined #puppet-openstack07:20
*** saneax has quit IRC07:22
*** bklei has quit IRC07:24
*** xingchao_ has joined #puppet-openstack07:26
*** saneax has joined #puppet-openstack07:33
*** jistr has joined #puppet-openstack07:43
*** markvoelker has joined #puppet-openstack07:45
openstackgerritXingchao Yu proposed openstack/puppet-trove: Add trove::quota class  https://review.openstack.org/19650607:46
*** jtomasek has joined #puppet-openstack07:46
*** markvoelker has quit IRC07:50
*** paramite has joined #puppet-openstack07:53
*** sergmelikyan has joined #puppet-openstack08:02
*** fvollero_ has joined #puppet-openstack08:02
*** paramite_ has joined #puppet-openstack08:02
*** fvollero has quit IRC08:03
*** paramite has quit IRC08:03
*** jistr has quit IRC08:03
*** fvollero_ has quit IRC08:07
*** paramite_ has quit IRC08:07
*** fvollero has joined #puppet-openstack08:07
*** stevemar has joined #puppet-openstack08:07
*** jistr has joined #puppet-openstack08:10
*** xingchao_ has quit IRC08:10
*** stevemar has quit IRC08:10
*** sergmelikyan has quit IRC08:14
*** sergmelikyan has joined #puppet-openstack08:15
*** paramite_ has joined #puppet-openstack08:20
*** derekh has joined #puppet-openstack08:22
*** sergmelikyan has quit IRC08:25
*** sergmelikyan has joined #puppet-openstack08:26
*** saneax has quit IRC08:28
*** saneax has joined #puppet-openstack08:29
*** xarses has quit IRC08:36
*** xarses has joined #puppet-openstack08:36
*** xarses has quit IRC08:37
*** sergmelikyan has quit IRC08:37
*** xarses has joined #puppet-openstack08:37
*** xarses has quit IRC08:38
*** xarses has joined #puppet-openstack08:39
*** xarses has quit IRC08:39
*** xarses has joined #puppet-openstack08:40
*** xarses has quit IRC08:40
*** xarses has joined #puppet-openstack08:41
*** xarses has quit IRC08:41
*** xarses has joined #puppet-openstack08:42
*** imcsk8 is now known as imcsk8|zZz08:59
*** sergmelikyan has joined #puppet-openstack09:00
openstackgerritGilles Dubreuil proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests  https://review.openstack.org/17882809:04
openstackgerritGael Chamoulaud proposed openstack/puppet-neutron: Sync DB when enabling FWAAS  https://review.openstack.org/19693909:04
*** bklei has joined #puppet-openstack09:08
*** bklei has quit IRC09:12
*** aimon_ has joined #puppet-openstack09:14
*** aimon has quit IRC09:14
*** paramite_ is now known as paramite09:22
*** gfidente has joined #puppet-openstack09:23
openstackgerritJavier Peña proposed openstack/puppet-trove: Complete qpid support  https://review.openstack.org/19504109:33
*** markvoelker has joined #puppet-openstack09:34
openstackgerritYanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes  https://review.openstack.org/19700009:37
*** markvoelker has quit IRC09:39
*** paramite is now known as paramite|afk09:40
openstackgerritYanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes  https://review.openstack.org/19700009:44
openstackgerritYanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes  https://review.openstack.org/19700009:50
*** _joes_ has joined #puppet-openstack09:52
openstackgerritYanis Guenane proposed openstack/puppet-heat: Creation of heat::db::sync  https://review.openstack.org/19664609:54
*** stevemar has joined #puppet-openstack09:56
*** stevemar has quit IRC10:00
*** saneax has quit IRC10:06
*** saneax has joined #puppet-openstack10:06
*** sergmelikyan has quit IRC10:10
*** sergmelikyan has joined #puppet-openstack10:11
*** stamak has joined #puppet-openstack10:12
openstackgerritYanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes  https://review.openstack.org/19700010:13
*** sergmelikyan has quit IRC10:17
*** stamak has quit IRC10:30
*** gildub has quit IRC10:31
*** sergmelikyan has joined #puppet-openstack10:37
*** stamak has joined #puppet-openstack10:45
*** sergmelikyan has quit IRC10:47
openstackgerritTimur Nurlygayanov proposed openstack/puppet-nova: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19701310:47
openstackgerritTimur Nurlygayanov proposed openstack/puppet-cinder: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19701510:57
*** bklei has joined #puppet-openstack10:57
openstackgerritYanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes  https://review.openstack.org/19700011:00
openstackgerritTimur Nurlygayanov proposed openstack/puppet-ironic: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19701611:01
*** bklei has quit IRC11:01
*** ducttape_ has joined #puppet-openstack11:03
openstackgerritTimur Nurlygayanov proposed openstack/puppet-ceilometer: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19702011:07
openstackgerritTimur Nurlygayanov proposed openstack/puppet-ceilometer: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19702011:08
*** sergmelikyan has joined #puppet-openstack11:14
*** larainema has joined #puppet-openstack11:14
openstackgerritGiulio Fidente proposed openstack/puppet-ironic: Allow customization of force_power_state_during_sync  https://review.openstack.org/19702211:15
openstackgerritTimur Nurlygayanov proposed openstack/puppet-sahara: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19702311:17
*** ducttape_ has quit IRC11:20
openstackgerritTimur Nurlygayanov proposed openstack/puppet-glance: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19702411:21
openstackgerritTimur Nurlygayanov proposed openstack/puppet-glance: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19702411:23
*** markvoelker has joined #puppet-openstack11:24
openstackgerritXiaohua Yuan proposed openstack/puppet-manila: Add related parameters to manila::quota  https://review.openstack.org/19666011:26
*** markvoelker has quit IRC11:29
openstackgerritTimur Nurlygayanov proposed openstack/puppet-keystone: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19702811:30
openstackgerritTimur Nurlygayanov proposed openstack/puppet-keystone: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19702811:32
*** xingchao_ has joined #puppet-openstack11:32
*** xingchao_ has quit IRC11:36
*** xiaohua has joined #puppet-openstack11:37
openstackgerritSebastien Badia proposed openstack/puppet-modulesync-configs: Synchronize nodeset (split trusty and centos)  https://review.openstack.org/18435211:38
*** dprince has joined #puppet-openstack11:40
*** paramite|afk is now known as paramite11:42
*** paramite has quit IRC11:43
*** paramite has joined #puppet-openstack11:44
*** xiaohua has quit IRC11:44
openstackgerritTimur Nurlygayanov proposed openstack/puppet-heat: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19703111:44
*** stevemar has joined #puppet-openstack11:45
*** stevemar has quit IRC11:48
*** michchap has quit IRC11:48
*** paramite has quit IRC11:49
*** michchap has joined #puppet-openstack11:49
*** paramite has joined #puppet-openstack11:49
*** paramite has quit IRC11:50
*** paramite has joined #puppet-openstack11:50
*** ducttape_ has joined #puppet-openstack11:51
*** jistr is now known as jistr|class11:59
iurygregorymorning people =)11:59
*** prad has joined #puppet-openstack12:02
*** markvoelker has joined #puppet-openstack12:02
openstackgerritSebastien Badia proposed openstack/puppet-swift: keystone/auth: make service description configurable  https://review.openstack.org/19516012:02
*** sergmelikyan has quit IRC12:04
*** jistr|class is now known as jistr12:07
*** markvoelker_ has joined #puppet-openstack12:11
*** markvoel_ has joined #puppet-openstack12:13
*** markvoelker has quit IRC12:13
*** michchap has quit IRC12:15
*** michchap has joined #puppet-openstack12:17
*** markvoelker_ has quit IRC12:17
EmilienMgood morning12:21
*** vinsh has quit IRC12:22
iurygregory\o12:26
*** bklei has joined #puppet-openstack12:28
*** bklei has quit IRC12:32
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params  https://review.openstack.org/19054812:33
*** michchap_ has joined #puppet-openstack12:38
*** sergmelikyan has joined #puppet-openstack12:39
*** michchap has quit IRC12:40
*** markvoel_ has quit IRC12:51
*** markvoelker_ has joined #puppet-openstack12:52
*** jayg|g0n3 is now known as jayg12:53
*** arnaud_orange has quit IRC12:58
*** arnaud_orange has joined #puppet-openstack13:00
openstackgerritTimur Nurlygayanov proposed openstack/puppet-neutron: Fixed issue with rabbit_ha_queues parameter  https://review.openstack.org/19705413:00
*** markvoelker_ has quit IRC13:02
*** sergmelikyan has quit IRC13:02
*** markvoelker has joined #puppet-openstack13:02
*** sergmelikyan has joined #puppet-openstack13:03
*** markvoelker_ has joined #puppet-openstack13:03
*** markvoelker_ has quit IRC13:05
*** markvoelker_ has joined #puppet-openstack13:06
*** markvoelker has quit IRC13:07
*** gildub has joined #puppet-openstack13:08
*** saneax has quit IRC13:08
*** sergmelikyan has quit IRC13:08
*** bklei has joined #puppet-openstack13:09
gildubEmilienM, can't get any log file from jenkins tests13:13
spredzygildub, OpenStack CI is down due to hard drive failures13:14
spredzy(ie. #openstack-infra)13:14
spredzyit might be realted13:14
*** sergmelikyan has joined #puppet-openstack13:14
spredzyrelated*13:14
*** richm has joined #puppet-openstack13:14
*** sergmelikyan has quit IRC13:14
gildubspredzy, ok cool (well not really) but I initially thought there a pb with my patch, it's general13:15
EmilienMgildub: it's related13:15
gildubspredzy, EmilienM, thanks, I can go to bed then! Have a good one13:15
EmilienMgildub: you too !13:16
gildubThanks13:16
*** gildub has quit IRC13:16
openstackgerritMerged openstack/puppet-monasca: Remove Release Notes section from README  https://review.openstack.org/19631313:16
*** _nick has quit IRC13:19
*** morazi has joined #puppet-openstack13:19
*** sergmelikyan has joined #puppet-openstack13:20
*** _joes_ has quit IRC13:20
*** dfisher has joined #puppet-openstack13:24
*** jpena is now known as jpena|lunch13:25
*** vinsh has joined #puppet-openstack13:27
*** _joes_ has joined #puppet-openstack13:29
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params  https://review.openstack.org/19054813:33
*** stevemar has joined #puppet-openstack13:34
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params  https://review.openstack.org/19054813:36
*** stevemar has quit IRC13:37
*** dgurtner has joined #puppet-openstack13:37
*** dgurtner has quit IRC13:40
*** stevemar has joined #puppet-openstack13:42
openstackgerritMerged openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes  https://review.openstack.org/19700013:42
*** _nick has joined #puppet-openstack13:44
openstackgerritSebastien Badia proposed openstack/puppet-nova: keystone/auth: make service description configurable  https://review.openstack.org/19516213:45
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests  https://review.openstack.org/17882813:47
openstackgerritSebastien Badia proposed openstack/puppet-nova: spec: Update nova::keystone::auth spec according class name  https://review.openstack.org/19708013:50
*** sergmelikyan has quit IRC13:59
richmEmilienM: ping - re: v3 tests - do you want to have tests that use both the v2.0 and the v3 api?13:59
*** sergmelikyan has joined #puppet-openstack13:59
EmilienMrichm:  in the beaker patch?14:00
richmyes14:00
EmilienMrichm: well, if it's possible, yeah of course!14:00
EmilienMrichm: you can take over my patch14:00
*** simon-AS559 has quit IRC14:00
richmHow can I run this on my local f21 machine?14:01
EmilienMrichm: I was not sure about the v3 commands, gilles did a patchset14:01
EmilienMrichm: I wrote this: http://my1.fr/blog/puppet-module-functional-testing-with-vagrant-openstack-and-beaker/14:01
EmilienMthis is exactly how I test14:01
*** francois has quit IRC14:04
*** vinsh has quit IRC14:08
*** francois has joined #puppet-openstack14:09
openstackgerritMerged openstack/puppet-modulesync-configs: Add a readme for this repository  https://review.openstack.org/18981914:15
*** rgowrishankar has joined #puppet-openstack14:18
*** _joes_ has quit IRC14:19
*** _joes_ has joined #puppet-openstack14:19
*** vinsh has joined #puppet-openstack14:22
openstackgerritDrew Fisher proposed openstack/puppet-glance: Remove POSIX users, groups, and file modes.  https://review.openstack.org/19639014:26
dfisherone day I might get this right...14:27
*** mdorman has joined #puppet-openstack14:28
*** arnaud_orange has quit IRC14:29
*** arnaud_orange has joined #puppet-openstack14:30
*** jpena|lunch is now known as jpena14:34
*** jayg is now known as jayg|g0n314:35
*** paramite is now known as paramite|afk14:35
*** rgowrishankar has quit IRC14:36
openstackgerritMerged openstack/puppet-keystone: Restore Keystone v2 method for service create  https://review.openstack.org/19442814:37
*** paramite|afk is now known as paramite14:38
crinklemorning14:43
iurygregorymorning ^^14:44
EmilienMwe have your weekly in 15 min on #openstack-meeting-414:45
*** rushiagr_away is now known as rushiagr14:45
EmilienMrichm, iurygregory: we have a topic agenda about blueprints, stay around14:45
*** sergmelikyan has quit IRC14:47
iurygregoryright EmilienM =)14:47
EmilienMmdorman: I've created a topic to follow-up oslo messaging discussion14:48
EmilienMmdorman: so we can take our decision during the meeting14:48
*** sergmelikyan has joined #puppet-openstack14:49
*** sergmelikyan has quit IRC14:49
mdormansounds good14:50
mdormanthanks14:50
spredzymdorman, ping https://review.openstack.org/#/c/196679/. Do you see anything else except from cells ?14:51
EmilienMcrinkle: good morning!14:51
mdormanother examples of when you’d not run nova-api?   no, not really14:51
EmilienMcrinkle: as a temporary workaround, I'll prefer to have https://review.openstack.org/#/c/196249/ rather that waiting for beaker patch merged + released14:52
spredzyso would that be ok with you if I only add that package in the list here?14:52
spredzymdorman, ^14:52
mdormanlooking14:53
mdormanyeah this is kinda tricky14:54
*** bklei_ has joined #puppet-openstack14:55
mdormanreally the notification from nova-common should be sufficient.  the problem is that if, say, the nova-cells package is upated before nova-common (in the manifest ordering), then yum (or whatever) updates nova-common automatically as part of updating nova-cells.  so puppet itself never sees that nova-common got, or needs to be, updated, and thus the db sync is never triggerred14:56
mdormandoes that make sense?14:56
mdormanthat’s really the core problem, not that we need deps on a bunch more packages there14:56
claytonmdorman: I was wondering the other day why we actually implicitly manage nova-common at all14:57
mdormanso i thought about adding some ordering such that the nova-common package would always be updated first… so then it’ll get explicitly updated by puppet and the db sync triggered properly14:57
mdormanclayton:  yeah that’s a good point too14:57
spredzymdorman, yep make sense14:57
*** bklei has quit IRC14:57
claytonpersonally I'm a fan of just tagging all the packages and refreshing most things if any of them change.14:57
*** jayg|g0n3 is now known as jayg14:58
*** sergmelikyan has joined #puppet-openstack14:58
mdormanclayton:  so like tag them with something like “needs db sync” and then trigger db sync off of a collection of that set of packages?14:59
claytonI see no harm in running db sync any time a package or config file option changes.14:59
claytonif it's not needed, it's pretty harmless14:59
claytonit's a lot safer than needing to run it and not14:59
mdormani agree14:59
dmsimardEmilienM: should I be doing a recheck on this one or what ? https://review.openstack.org/#/c/179645/415:00
dmsimardAh crap, meeting. Nevermind..15:00
*** saneax has joined #puppet-openstack15:04
*** sergmelikyan has quit IRC15:06
*** arnaud_orange has quit IRC15:18
*** ducttape_ has quit IRC15:19
*** ducttape_ has joined #puppet-openstack15:19
*** mikeit has joined #puppet-openstack15:20
*** simon-AS559 has joined #puppet-openstack15:21
*** simon-AS5591 has joined #puppet-openstack15:22
*** cwolferh has quit IRC15:24
*** simon-AS559 has quit IRC15:25
*** paramite has quit IRC15:25
*** ducttape_ has quit IRC15:48
openstackgerritMatt Fischer proposed openstack/puppet-heat: Support setting instance_user to an empty string  https://review.openstack.org/19714715:51
spredzycrinkle, ping https://github.com/puppet-community/modulesync/pull/47. Can I get a feedback when you have a chance. Thank you15:59
crinklespredzy: sure16:00
dmsimardEmilienM: now that the meeting is done ^16:00
EmilienMdmsimard: I did the recheck16:00
EmilienMdmsimard: it was back in time when epel was not configured well16:00
dmsimardEmilienM: yeah, that's what I thought but I wasn't sure16:01
*** jistr has quit IRC16:01
dmsimardEmilienM: Ok, I'll wait for the recheck results16:01
*** sergmelikyan has joined #puppet-openstack16:01
*** simon-AS5591 has quit IRC16:03
*** spredzy is now known as spredzy|afk16:04
EmilienM_ody: re- https://review.openstack.org/#/c/196386/16:04
EmilienM_ody: so you suggest I run rspec with the latest puppet version? that's it?16:05
mfischcrinkle: does this look familiar at all? I'm finally updating puppet-keystone this morning: "15:43:21 Error: Could not autoload puppet/type/keystone_user: Could not autoload puppet/provider/keystone_user/openstack: cannot load such file -- puppet/provider/openstack/auth"16:08
EmilienMmfisch: have you updated openstacklib?16:09
mfischI thought we had but perhaps not in sync16:09
EmilienMhttps://github.com/openstack/puppet-openstacklib/commit/67d1c38703d36b6cadea7b9f8838d750109782b016:09
EmilienMyou need ^16:09
mfischthanks16:10
_odyEmilienM: Yeah.16:12
crinklemfisch: sometimes I need to restart the puppetmaster for it to figure out that the load path has changed16:12
_odyJust have a latest job.16:12
EmilienM_ody: so stop running bundle exec rake syntax and run rspec instead, right?16:13
_odyah, right.  yeah that too.16:13
crinklewait why get rid of rake syntax?16:13
_odyBecause there is not future syntax to check.16:13
_odyregular syntax is still good.16:14
EmilienMah cool16:14
EmilienMso16:14
_odyPuppet 4 kills the parser option all together.16:14
EmilienMin my patch, I should:16:14
EmilienM1/ stop pin puppet16:14
EmilienM2/ drop future_parser=yes16:14
EmilienMwell we already a job for that16:15
crinkle_ody: but we can still do rake syntax with puppet 4?16:15
crinklejust dropping the future parser part?16:15
EmilienMi think so16:15
_odyyeah.  That is also fine.  Just rename the job to be puppet 4 syntax.16:15
crinkleokay cool16:15
_odyor puppet-latest-syntax16:15
_odyyeah that ^16:16
*** cwolferh has joined #puppet-openstack16:16
* _ody just kinda wants his other suggestion too16:16
_odyWe should put in a job that is puppet-latest-rspec so we know the results of a release without having to submit a change to project-config.16:17
EmilienMthat's different patchsets I think16:17
_odyyeah16:17
EmilienMI'm about to try something, I'll put you as reviewer16:17
crinkle_ody: that would be cool as long as it's nonvoting - if puppet 5 comes out and we're unprepared it would be :(16:18
EmilienMcrinkle: for sure.16:18
_odycrinkle: of course16:18
_odyHuh.  Just not in the mood to go running today...will go take post openstack meeting shower instead.16:20
*** sergmelikyan has quit IRC16:21
mdormanhah16:23
Hunnercrinkle++16:26
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717216:28
*** sergmelikyan has joined #puppet-openstack16:28
*** dontalton has joined #puppet-openstack16:29
*** samuelBartel has quit IRC16:29
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717216:29
crinkleHunner: yay \o/16:30
Hunnercrinkle: 0.2.1 pushed16:31
crinkleEmilienM: ^16:31
dfisheriniparse?16:31
dfisherinifile*16:32
*** stamak has quit IRC16:32
openstackgerritColleen Murphy proposed openstack/puppet-cinder: Do not install Puppet if BEAKER_provision=no  https://review.openstack.org/19624916:32
Hunnercrinkle: EmilienM: jfyi, BPIH is just a temporary gem pushed by the module team to get puppet 4 testing working until the changes can be incorporated into beaker in some way. It's never going to be 1.0.0 and the api may change when it gets rolled into beaker properly16:33
HunnerIn the mean time, we're using it in all of our modules16:34
Hunnerbecause copypasta is bad16:34
SpamapSWould anybody have any quick ideas that would cause my nova-api to respond to all requests with 404?16:35
*** aimon_ has quit IRC16:37
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717216:37
stevemarmfisch: piiing16:41
*** tshtilma has quit IRC16:42
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717216:44
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717216:47
*** jpena has quit IRC16:48
*** ducttape_ has joined #puppet-openstack16:49
*** ducttape_ has quit IRC16:50
*** ducttape_ has joined #puppet-openstack16:50
*** openstackgerrit has quit IRC16:50
*** openstackgerrit has joined #puppet-openstack16:51
dmsimardGate is having a particularly hard time today ?16:52
crinkleHunner: okay, it's helpful to us in the mean time16:55
dfisherSpamapS: keystone creds not right?16:55
SpamapSdfisher: 404 seems like the wrong response, but I'll bite. What would be a way I can evaluate how Nova's creds are not right, vs say, glance neutron and keystone, with which the same creds do work?16:57
iurygregoryHey EmilienM, i'll update now the bp and the spec16:58
iurygregoryi need change the location of the spec in the repo?16:59
*** derekh has quit IRC16:59
iurygregorythe path is "specs/kilo/enabling-k2k-federation.rst" change to "specs/Liberty"17:00
*** simon-AS559 has joined #puppet-openstack17:00
*** simon-AS5591 has joined #puppet-openstack17:01
dfisherspamaps: via puppet or just the configuration files?17:02
openstackgerritAndrew Boik proposed openstack/puppet-neutron: Update Cisco ML2 classes and templates  https://review.openstack.org/19718117:04
*** simon-AS559 has quit IRC17:04
crinkleSpamapS: are there any clues in the nova-api logs?17:04
SpamapScrinkle: not that I can see. Just 40417:04
crinkleSpamapS: that seems to be getting into the realm of a #openstack-nova or #openstack-operators problem, it's hard to know what puppet did wrong if we don't know what nova is thinking17:04
SpamapScrinkle: I agree, just checking to see if any of you have seen it. :)17:04
* crinkle not personally17:04
SpamapSat this point I'm adding LOG.debug statements to python files17:05
claytonanyone remember offhand the syntax for including additional classes in an rspec test, in addition to the class you're testing17:05
dfisherack.17:05
dfisheryou should just do --debug17:05
crinkleSpamapS: oh good i'm not the only one who does that17:05
SpamapSbut zomg the chain of abstraction to get to API requests is o_O17:05
dfisherand see what it says17:05
SpamapS--debug doesn't help :-P17:05
dfisherok, so, are the keystone endpoints/services up?17:05
SpamapS2015-06-30 17:03:31.488 30877 INFO nova.osapi_compute.wsgi.server [req-7ec7863a-eee8-4e3c-8cbc-09f62253fd6f f1300d4c512b4211b1b5567867ff2900 1a7310ca14fd474f8231f32b6e51a2e6 - - -] 127.0.0.1 "POST /v1.1/flavors HTTP/1.1" status: 404 len: 264 time: 0.685772917:05
SpamapSThats all I get17:05
SpamapS(and yes v2 is the same. ;)17:06
SpamapSand 2.117:06
dfisherglance image-list keystone endpoint-list, neutron net-list all work?17:06
SpamapSdfisher: yes17:07
* dfisher nods17:07
dfisherok, so17:07
dfishercrack open /etc/nova/nova.conf17:07
dfisheralso, which release of nova?17:08
*** simon-AS5591 has quit IRC17:08
SpamapSdfisher: kilo17:08
mfischstevemar: yo17:09
dfisherok, kilo's a tad out of my league (we're working on legal approval on kilo now) but Juno should be close enough17:09
SpamapSdfisher: it might be worth noting, I used to be ptl of TripleO and am _super_ familiar with deploying Nova... ;)17:09
SpamapSthis has just never happened :-P17:09
*** sergmelikyan has quit IRC17:09
dfisherso, what's in your keystone_authtoken section17:09
dfisherin nova.conf17:10
dfisherdoes it match what's in glance's api-paste files (i think glance still uses api-paste)17:10
*** sergmelikyan has joined #puppet-openstack17:10
SpamapSdfisher: yes it matches.17:10
SpamapSglance does not use api-paste for that17:10
dfisherdoes in Juno.  :/17:10
dfisherstupid glance.17:10
*** aimon has joined #puppet-openstack17:10
dfisherglad to hear it's fixed in Kilo17:10
dfisheranyway17:10
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717217:11
dfisherok, last check and them I'm out of ideas … and I hate to ask it ...17:11
SpamapSbtw, somebody should fix the /etc/glance perms to be world readable. Its ok to let non-root people _list_ the durn directory. :-P17:11
crinkleSpamapS: what's an example command that's giving a 404?17:11
dfisheris the service actually running?17:11
SpamapScrinkle: *17:11
SpamapScrinkle: nova --debug flavor-create --is-public 1 aserver 22 95000 1000 2417:11
dfisherps -ef | grep osapi actually show the API running?17:11
SpamapSnova flavor-list17:11
SpamapSnova image-list17:11
SpamapSanything17:11
SpamapSdfisher: lol, yeah, its running. :) Thanks, I do really appreciate more eyes. :)17:12
dfisher:)17:12
SpamapSnova     31566  0.0  0.0 196640 83596 ?        S    17:08   0:00 /usr/bin/python /usr/bin/nova-api --config-file=/etc/nova/nova.conf --log-file=/var/log/nova/nova-api.log17:12
* dfisher nods17:12
SpamapSdfisher: note that it's not called 'osapi' tho17:12
SpamapSnot sure if that was something else?17:13
dfisheragain, thanks kilo :)17:13
dfishernot sure.17:13
SpamapSkk17:13
dfisher    nova  1899  1892   0   Jun 25 ?           0:01 /usr/bin/python2.7 /usr/lib/nova/nova-api-os-compute17:13
dfisher^ solaris17:13
dfisherso, maybe not17:13
dfisheri dunno17:13
crinkleSpamapS: i'll try running your site.pp patch to see if i can reproduce17:13
SpamapScrinkle: Let me push up my nova additions17:14
crinkleSpamapS: ty17:14
EmilienMHunner: thanks for the help on beaker17:15
EmilienMcrinkle: so we can abandon our patch?17:15
crinkleEmilienM: no i pushed a new patch17:15
crinkleEmilienM: we still need the patch to add the new gem and run the helper17:16
crinklebut the gem does more of the heavy lifting for us than before17:16
EmilienMdmsimard: what kind of hard time? any patch to show?17:16
dmsimardEmilienM: Dunno, looks like the queue is pretty long17:16
EmilienMdmsimard: infra had hard time last night17:17
EmilienMhard drives...17:17
EmilienMalso, I've heard Nova gate is broken17:17
EmilienMgate is probably slow today17:18
SpamapScrinkle: https://review.openstack.org/#/c/197187/ is the nova bit17:19
* SpamapS continues sprinkling debug statements17:20
*** richm has quit IRC17:21
*** mikeit has quit IRC17:21
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717217:23
*** gfidente has quit IRC17:29
*** tshtilma has joined #puppet-openstack17:30
*** sergmelikyan has quit IRC17:31
EmilienMcrinkle: if I understand well, _ody suggests we rename gate-{name}-puppet-syntax-future to gate-{name}-puppet4-syntax - right ?17:33
EmilienMcrinkle: I'm asking because I also see the puppet-syntax jobs17:35
*** richm has joined #puppet-openstack17:37
*** mgarza_ has joined #puppet-openstack17:46
*** xarses has quit IRC17:51
crinkleSpamapS: i reproduced it \o/ but i don't understand it :(17:52
crinkleEmilienM: idk sounds like a question for _ody not me17:53
nibalizerwell syntax-future is a misnomer now, puppet4-syntax is a better name for sure17:56
*** xingchao_ has joined #puppet-openstack17:56
nibalizerthough maybe the right thing to do is to have a jjb template like puppet-{version}-syntax and give it 3 and 417:57
SpamapScrinkle: \o/17:58
SpamapScrinkle: I'm deeeep in pdb land at this point...17:58
SpamapScrinkle: I think it might be keystonemiddleware related17:58
*** xarses has joined #puppet-openstack18:07
*** imcsk8|zZz is now known as imcsk818:14
*** rcallawa has quit IRC18:16
*** rcallawa has joined #puppet-openstack18:17
*** rushiagr is now known as rushiagr_away18:18
SpamapSso the point at which it fails is where it fails to figure out the project ID in the API routing chain18:18
SpamapSwhy its doing that, I dunno. :_/18:18
*** xingchao_ has quit IRC18:26
iurygregoryrichm, EmilienM i have updated the bp https://blueprints.launchpad.net/puppet-keystone/+spec/enabling-federation need more details ?18:29
iurygregoryi'm updating the spec, i need to rename the branch and set the path to specs/Liberty?18:31
*** samuelBartel has joined #puppet-openstack18:32
EmilienMiurygregory: yes18:34
*** daxatlas has joined #puppet-openstack18:38
EmilienMcrinkle, Hunner: see my question on https://review.openstack.org/#/c/197217/18:44
*** xarses has quit IRC18:45
*** xarses has joined #puppet-openstack18:45
*** xarses has quit IRC18:45
*** xarses has joined #puppet-openstack18:46
Hunnercommented back18:46
EmilienMcool18:46
iurygregorythanks EmilienM18:50
*** cwolferh has quit IRC18:56
dmsimardEmilienM: https://review.openstack.org/#/c/179645/4 failed miserably18:57
EmilienMdmsimard: probably you don't configure epel the right way18:58
dmsimardxarses: you wanna look? ^ I'm not a RHEL guy at all18:59
EmilienM_ody: for puppet-syntax new job, using rake, should we have puppet3 and 4 voting ?19:11
crinkleprobably if we have puppet 3 and future parser jobs voting now then puppet 3 and puppet 4 jobs should continue voting19:13
EmilienMcool19:13
crinkleif we did the puppet latest that would be nonvoting even though for the most part it will be the same as puppet 419:14
*** rcallawa_ has joined #puppet-openstack19:14
*** mgarza_ has quit IRC19:18
*** rcallawa has quit IRC19:18
_odyAgree with crinkle19:19
_odyIt will be a while before we are able to go full puppet 4.19:19
EmilienMcrinkle: it works \o/ https://review.openstack.org/#/c/196249/19:19
*** simon-AS559 has joined #puppet-openstack19:19
EmilienMcrinkle: you might need to update the commit message though19:20
*** simon-AS5591 has joined #puppet-openstack19:21
xarsesdmsimard: puppet-ceph wont run cent7 w/o the patch behind it. They need to be squashed together19:22
dmsimardxarses: amazing19:23
xarsesyep19:23
dmsimardOk, I'll take a stab at it19:23
xarsesand lint and unit-4.0 wont run with out this one19:24
*** simon-AS559 has quit IRC19:24
*** daxatlas has quit IRC19:34
*** ducttape_ has quit IRC19:44
SpamapScrinkle: so progress, it seems that somewhere the /v2 gets stripped, but it shouldn't.19:51
crinkleSpamapS: i have somehow gone backwards and now nova only 401s >.<19:52
SpamapSdoh19:52
SpamapSI got pretty deep into the routing underneath the API chain19:52
SpamapSIt might be as simple as the way I'm setting up the endpoint.19:52
SpamapSaha!19:53
SpamapScrinkle: I forgot, nova is still dependent on having %(tenant_id)s in the string19:53
dfisher^ that'll do it.19:53
* SpamapS does happy dance19:53
*** ducttape_ has joined #puppet-openstack19:54
crinkle\o/19:54
SpamapSthat is ... the worst error chain.. ever19:55
crinkleSpamapS: aha - i think the intent is for you to use nova::keystone::auth to set those up for you, not use the keystone::resource::service_identity resources directly http://git.openstack.org/cgit/openstack/puppet-nova/tree/manifests/keystone/auth.pp20:01
SpamapScrinkle: I did see that, however I am a bit suspicious (probably unfounded in this case) of magical shortcuts, and that still needs urls and 127.0.0.1 isn't what I want, so I would have made the same mistake and not put in tenant_id. :-P20:06
*** tshtilma has quit IRC20:07
SpamapScrinkle: that said, if we could put in a warning there.. "Warning you don't have tenant_id in your v2 endpoint url" ... that would be boss.20:07
*** sergmelikyan has joined #puppet-openstack20:13
*** xingchao_ has joined #puppet-openstack20:15
*** sergmelikyan has quit IRC20:17
*** sergmelikyan has joined #puppet-openstack20:18
*** cwolferh has joined #puppet-openstack20:19
*** xingchao_ has quit IRC20:19
*** samuelBartel has quit IRC20:20
openstackgerritColleen Murphy proposed openstack/puppet-cinder: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19624920:21
crinkleEmilienM: ^20:21
*** ducttape_ has quit IRC20:22
*** ducttape_ has joined #puppet-openstack20:22
*** serg_melikyan has joined #puppet-openstack20:24
*** sergmelikyan has quit IRC20:25
openstackgerritDavid Moreau Simard proposed stackforge/puppet-ceph: Add EL7 Support, Fix unit and integration tests  https://review.openstack.org/19730220:29
dmsimardxarses: here goes ^20:29
*** mgarza has joined #puppet-openstack20:31
*** dprince has quit IRC20:31
*** serg_melikyan has quit IRC20:32
*** sergmelikyan has joined #puppet-openstack20:34
*** Fin1te has joined #puppet-openstack20:36
*** jtomasek has quit IRC20:37
*** simon-AS5591 has quit IRC20:38
* xarses waits in line for the roller coaster20:40
xarsescentos7 beaker passed20:41
dmsimardxarses: hah, how do you know? Following ahead of jenkins posting results ?20:42
EmilienMdmellado: zuul.o.o20:43
EmilienMoops20:43
EmilienMdmsimard: ^20:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::endpoint  https://review.openstack.org/19335920:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user_role resource  https://review.openstack.org/17499920:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - resource::service_identity  https://review.openstack.org/19335720:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the keystone_endpoint resource  https://review.openstack.org/17845620:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::resource::authconfig  https://review.openstack.org/19335620:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - v3 domain utility code  https://review.openstack.org/17838520:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone and keystone::roles::admin  https://review.openstack.org/17506020:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone_role resource  https://review.openstack.org/18976420:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user resource  https://review.openstack.org/17497620:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the project resource  https://review.openstack.org/17446820:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests  https://review.openstack.org/17882820:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the keystone_service resource  https://review.openstack.org/18419520:43
openstackgerritRichard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the domain resource  https://review.openstack.org/17443920:43
richmso this ^^^ should pass all of the tests - but it doesn't test both v2.0 and v3 api20:44
openstackgerritEmilien Macchi proposed openstack/puppet-cinder: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19624920:44
xarsesdmsimard: i figured out how to stalk job status on zuul and that you can see exactly which tasks have run or passed already from it.20:45
xarseshttp://status.openstack.org/zuul/20:45
dmsimardxarses: Yeah I've done that before20:45
dmsimardxarses: didn't expect tests to be done so quickly though, there was a several hours queue earlier20:45
xarsesya, it's often all over the place20:46
*** stevemar has quit IRC20:58
openstackgerritEmilien Macchi proposed openstack/puppet-ceilometer: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19731721:02
openstackgerritEmilien Macchi proposed openstack/puppet-cinder: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19731821:02
openstackgerritEmilien Macchi proposed openstack/puppet-designate: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19731921:02
openstackgerritEmilien Macchi proposed openstack/puppet-glance: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732021:02
openstackgerritEmilien Macchi proposed openstack/puppet-heat: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732121:02
openstackgerritEmilien Macchi proposed openstack/puppet-horizon: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732221:03
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732321:03
openstackgerritEmilien Macchi proposed openstack/puppet-manila: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732421:03
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732521:03
openstackgerritEmilien Macchi proposed openstack/puppet-nova: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732621:03
openstackgerritEmilien Macchi proposed openstack/puppet-sahara: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732721:03
openstackgerritEmilien Macchi proposed openstack/puppet-swift: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732821:03
openstackgerritEmilien Macchi proposed openstack/puppet-trove: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732921:03
EmilienMsorry21:03
dfisherfor x in $(ls -d); do cd $x; git review; cd ..; done :)21:03
dmsimardlol21:03
EmilienMyes21:03
dfisher:)21:03
EmilienMupgrade jobs should be green after that21:04
xarsesfor x in $(people_in_channel(); do spam; done21:06
EmilienMxarses: we have a lot of modules21:07
xarsesI know21:07
xarsesyou appear to have missed puppet-ceph21:07
xarses;)21:07
EmilienMoh21:08
EmilienMxarses: I can do it21:08
dfisherhaha21:08
openstackgerritEmilien Macchi proposed stackforge/puppet-ceph: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19733221:09
EmilienMxarses: ^21:09
xarsesty21:09
*** sergmelikyan has quit IRC21:17
*** ducttape_ has quit IRC21:18
*** jayg is now known as jayg|g0n321:22
openstackgerritDrew Fisher proposed openstack/puppet-designate: Remove POSIX users, groups, and file modes.  https://review.openstack.org/19733621:23
*** jayg|g0n3 is now known as jayg21:23
*** jayg is now known as jayg|g0n321:24
*** Fin1te has quit IRC21:37
openstackgerritEmilien Macchi proposed openstack/puppet-openstack-specs: Blueprint: Define our master branch policy  https://review.openstack.org/18014121:38
*** aimon has quit IRC21:43
*** degorenko has quit IRC21:49
openstackgerritCody Herriges proposed openstack/puppet-neutron: [WIP] Include tests that test the use of create.  https://review.openstack.org/19409721:53
*** bklei_ has quit IRC22:05
*** aimon has joined #puppet-openstack22:07
*** sergmelikyan has joined #puppet-openstack22:19
*** _joes_ has quit IRC22:20
*** _joes_ has joined #puppet-openstack22:20
*** pleia2 has quit IRC22:23
*** pleia2 has joined #puppet-openstack22:25
*** aimon has quit IRC22:25
*** aimon has joined #puppet-openstack22:34
*** dontalton has quit IRC22:37
dmsimardxarses, EmilienM: YAY ! +1 on EL7 and tests https://review.openstack.org/#/c/197302/22:37
dmsimardI'm thinking about turning off puppet-ceph CI in favor of beaker22:38
xarsesya, we need to discuss CI in general once it's on broken22:43
xarsesisn't puppet ceph attempting to do multi-node still?22:43
openstackgerritCody Herriges proposed openstack/puppet-neutron: Include tests that test the use of create.  https://review.openstack.org/19409722:46
openstackgerritRichard Megginson proposed openstack/puppet-openstack-specs: Support Keystone v3 API in openstack puppet modules  https://review.openstack.org/15010822:47
_odyEmilienM: https://review.openstack.org/#/c/194097 should be ready for review once CI runs.22:48
*** chem has quit IRC22:48
*** chem has joined #puppet-openstack22:49
*** sergmelikyan has quit IRC22:52
*** larainema has quit IRC22:54
*** dfisher has quit IRC22:56
openstackgerritCody Herriges proposed openstack/puppet-neutron: Include tests that test the use of create.  https://review.openstack.org/19409722:57
*** chem has quit IRC23:01
*** gildub has joined #puppet-openstack23:03
*** chem has joined #puppet-openstack23:04
*** markvoelker_ has quit IRC23:06
*** chem has quit IRC23:06
*** chem has joined #puppet-openstack23:07
*** chem has quit IRC23:09
*** chem has joined #puppet-openstack23:10
*** chem has quit IRC23:12
*** xarses has quit IRC23:12
*** mgarza has quit IRC23:15
*** mgarza_ has joined #puppet-openstack23:15
*** mgarza_ has quit IRC23:16
openstackgerritMerged stackforge/puppet-ceph: Add EL7 Support, Fix unit and integration tests  https://review.openstack.org/19730223:21
*** xarses has joined #puppet-openstack23:39
*** mdorman has quit IRC23:45
*** markvoelker has joined #puppet-openstack23:47

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