Time |
Nick |
Message |
00:07 |
|
xarses joined #puppet-openstack |
00:09 |
|
gildub joined #puppet-openstack |
00:19 |
|
aimon joined #puppet-openstack |
00:20 |
openstackgerrit |
Merged openstack/puppet-neutron: acceptance: install latest openstack-selinux https://review.openstack.org/196813 |
00:29 |
|
xingchao_ joined #puppet-openstack |
00:35 |
openstackgerrit |
Colleen Murphy proposed openstack/puppet-glance: Use OpenstackClient for glance_image auth https://review.openstack.org/172580 |
00:54 |
|
larainema joined #puppet-openstack |
01:05 |
EmilienM |
crinkle: re - https://review.openstack.org/#/c/196249/ |
01:06 |
EmilienM |
crinkle: 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 1 |
01:06 |
EmilienM |
crinkle: for patchset 2, it makes fails both because for some reasons is unset some beaker env |
01:07 |
openstackgerrit |
Bradley Klein proposed openstack/puppet-monasca: Update .gitreview file for project rename https://review.openstack.org/191296 |
01:07 |
|
ducttape_ joined #puppet-openstack |
01:17 |
EmilienM |
crinkle: 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 run |
01:19 |
|
markvoelker joined #puppet-openstack |
01:23 |
|
markvoelker joined #puppet-openstack |
01:24 |
|
markvoelker joined #puppet-openstack |
01:24 |
crinkle |
EmilienM: in patchset 1 of 196249 the errors are from trying to run mkdir -p with no arguments |
01:24 |
crinkle |
EmilienM: do you mean a different patchset? |
01:24 |
EmilienM |
crinkle: yeah #2 |
01:24 |
EmilienM |
this is the weird thing here |
01:24 |
EmilienM |
I think there is a bug in beaker |
01:24 |
EmilienM |
and honestly have not found it today yet |
01:29 |
crinkle |
EmilienM: yeah both failures are weird but i was wondering why the patch was made in the first place |
01:29 |
EmilienM |
crinkle: to make the upgrade job working on centos |
01:29 |
EmilienM |
the commit message explains my intention |
01:30 |
EmilienM |
crinkle: upgrade job is working on trusty! |
01:30 |
crinkle |
EmilienM: but it doesn't point me to a failure i can look at that it fixes |
01:30 |
EmilienM |
but can't work on centos7 (look commit message) |
01:30 |
EmilienM |
so I have to do the noprovision condition |
01:30 |
EmilienM |
which makes fail everything |
01:30 |
EmilienM |
crinkle: oh sorry let me show you |
01:30 |
crinkle |
EmilienM: i just want a log file where installing puppet fails so i can see it for myself |
01:30 |
EmilienM |
yeah |
01:30 |
EmilienM |
a sec |
01:31 |
EmilienM |
so it happens when it provision cinder module |
01:31 |
EmilienM |
first 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_730 |
01:32 |
EmilienM |
during 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_663 |
01:37 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the keystone_endpoint resource https://review.openstack.org/178456 |
01:39 |
EmilienM |
gildub, 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:45 |
|
RichardRaseley joined #puppet-openstack |
01:49 |
gildub |
EmilienM, ack |
01:49 |
gildub |
richm, I'm on it |
01:51 |
gildub |
EmilienM, 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 though |
01:53 |
|
xingchao_ joined #puppet-openstack |
01:53 |
gildub |
richm, I would make service/endpoint the first ones after the credentialsV3 and then rechain the rest to it, do you agree? |
01:53 |
richm |
gildub: yes |
01:53 |
richm |
and keystone_role |
01:53 |
richm |
keystone_role is very simple |
01:54 |
richm |
gildub: Are the service and endpoint patches rebased and ready to go? |
01:54 |
gildub |
gildub, no sure, I need to check |
01:55 |
gildub |
richm, ^not |
01:55 |
richm |
ok |
01:55 |
EmilienM |
richm: can we add them into the chain of patches? |
01:56 |
openstackgerrit |
Xiaohua Yuan proposed openstack/puppet-manila: Add related parameters to manila::quota https://review.openstack.org/196660 |
01:56 |
gildub |
richm, emilien did a rebase, they're ready |
01:56 |
richm |
EmilienM: ok - I'll rebase keystone_role on top of service, then rebase the rest of my patches on top of role |
01:56 |
EmilienM |
richm: thx |
01:57 |
EmilienM |
richm, gildub: I need the beaker patch on top of everything |
01:57 |
|
vinsh joined #puppet-openstack |
01:57 |
EmilienM |
I let you manage the ordering for ther patches |
01:57 |
EmilienM |
richm, gildub: the goal this the beaker patch ' https://review.openstack.org/#/c/178828/ ' is to test everything and spot bugs |
01:58 |
EmilienM |
so I don't want isolated patches |
01:58 |
gildub |
EmilienM, ok |
01:58 |
EmilienM |
I think we're getting close, my last tests are pretty good. richm is fixing a last bug we have with idempotency |
01:59 |
|
jasondotstar joined #puppet-openstack |
02:00 |
|
jasondotstar joined #puppet-openstack |
02:00 |
EmilienM |
richm: on top of service there is also the endpoint resource, just fyi - https://review.openstack.org/#/c/178456 |
02:00 |
richm |
so the first patch in the chain is https://review.openstack.org/#/c/184195/ follwed by https://review.openstack.org/#/c/178456/ |
02:00 |
richm |
followed |
02:01 |
richm |
correct? |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::endpoint https://review.openstack.org/193359 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user_role resource https://review.openstack.org/174999 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - resource::service_identity https://review.openstack.org/193357 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::resource::authconfig https://review.openstack.org/193356 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - v3 domain utility code https://review.openstack.org/178385 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone and keystone::roles::admin https://review.openstack.org/175060 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone_role resource https://review.openstack.org/189764 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user resource https://review.openstack.org/174976 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the project resource https://review.openstack.org/174468 |
02:04 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the domain resource https://review.openstack.org/174439 |
02:04 |
richm |
boom |
02:04 |
EmilienM |
boom |
02:04 |
crinkle |
EmilienM: 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_935 |
02:04 |
crinkle |
but i found it :) |
02:04 |
EmilienM |
as usual :) |
02:05 |
EmilienM |
crinkle: a fix you mean? |
02:05 |
EmilienM |
or the bug |
02:05 |
crinkle |
EmilienM: i was looking for the original bug |
02:05 |
openstackgerrit |
Merged openstack/puppet-monasca: Update .gitreview file for project rename https://review.openstack.org/191296 |
02:06 |
EmilienM |
ok cool |
02:06 |
crinkle |
EmilienM: not the fix or the errors you were finding on the way to the fix |
02:06 |
|
jasondotstar joined #puppet-openstack |
02:07 |
EmilienM |
honestly, I would prefer to fix beaker to be idempotent when running rpm |
02:07 |
EmilienM |
crinkle: ^ |
02:07 |
EmilienM |
which is by the way the original issue |
02:07 |
crinkle |
EmilienM: yeah i am surprised i hadn't run into this before |
02:07 |
crinkle |
but i tried it locally and you're right it's broken |
02:08 |
openstackgerrit |
Bradley Klein proposed openstack/puppet-monasca: keystone/auth: make service description configurable https://review.openstack.org/195173 |
02:09 |
crinkle |
EmilienM: oh Hunner might have fixed this https://github.com/puppetlabs/puppetlabs-apache/commit/4069e79b1fce1714f2966c82259e51e2344ecfbf |
02:09 |
EmilienM |
richm: I think deps are not good |
02:09 |
gildub |
richm, ok, checking now. |
02:09 |
EmilienM |
support for keystone v3 api - v3 domain utility code should be the first patch |
02:09 |
EmilienM |
crinkle: feel free to takeover my patch |
02:10 |
richm |
EmilienM: no, I don't think so |
02:10 |
crinkle |
EmilienM: okay, i'm running low on battery, maybe tomorrow |
02:10 |
richm |
EmilienM: endpoint, service, and role don't need the v3 domain support code |
02:10 |
EmilienM |
crinkle: what an excuse :P |
02:10 |
richm |
because they don't use domains at all |
02:10 |
|
ianw joined #puppet-openstack |
02:10 |
EmilienM |
richm: ok, my bad then |
02:11 |
richm |
EmilienM: I didn't rebase the beaker tests patch |
02:11 |
EmilienM |
crinkle: I was kidding, no problem :-) thanks for looking! |
02:11 |
richm |
hmm - does not apply cleanly |
02:11 |
crinkle |
EmilienM: nah i got this :D |
02:11 |
crinkle |
EmilienM: it totally fixes it https://github.com/puppetlabs/beaker-puppet_install_helper/blob/master/lib/beaker/puppet_install_helper.rb#L13 |
02:12 |
EmilienM |
nice |
02:12 |
EmilienM |
richm: yeah I have troubles to rebase the beaker patch |
02:13 |
richm |
EmilienM: I'm not sure why - I don't think any of the v3 patches touch spec/acceptance/basic_keystone_spec.rb |
02:13 |
EmilienM |
no |
02:13 |
EmilienM |
don't worry, I'll take care of this one |
02:13 |
richm |
Do I need to rebase everything on top of the current master? |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - keystone::endpoint https://review.openstack.org/193359 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the user_role resource https://review.openstack.org/174999 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - resource::service_identity https://review.openstack.org/193357 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - keystone::resource::authconfig https://review.openstack.org/193356 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - v3 domain utility code https://review.openstack.org/178385 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - keystone and keystone::roles::admin https://review.openstack.org/175060 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the user resource https://review.openstack.org/174976 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the project resource https://review.openstack.org/174468 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests https://review.openstack.org/178828 |
02:14 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the domain resource https://review.openstack.org/174439 |
02:14 |
EmilienM |
oh dear |
02:14 |
EmilienM |
I think richm is going to kill me |
02:15 |
openstackgerrit |
Colleen Murphy proposed openstack/puppet-cinder: Do not install Puppet if BEAKER_provision=no https://review.openstack.org/196249 |
02:15 |
crinkle |
EmilienM: ^ |
02:17 |
EmilienM |
crinkle: cool! |
02:17 |
crinkle |
EmilienM: we'll see if it works, i didn't run it |
02:18 |
EmilienM |
gildub: https://review.openstack.org/#/c/178456 is not passing functional testing jobs FYI |
02:19 |
EmilienM |
gildub: 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_534 |
02:19 |
gildub |
EmilienM, yeah, I'm looking at that too... |
02:20 |
richm |
2015-06-30 01:44:15.508 | [00;00m[01;30mError: Could not prefetch keystone_service provider 'openstack': Command openstack is missing |
02:20 |
EmilienM |
crinkle: 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 |
EmilienM |
richm: real run |
02:20 |
richm |
then ? |
02:21 |
gildub |
EmilienM, yeah openstack client should be there, it's not a stub |
02:22 |
gildub |
Error downloading packages: python-babel-1.3-6.el7.noarch: [Errno 256] No more mirrors to try |
02:22 |
EmilienM |
oh |
02:23 |
EmilienM |
damn #@! |
02:24 |
EmilienM |
gildub: I ran a 'recheck' |
02:25 |
EmilienM |
richm: on the beaker patch, I still don't see the patches from gildub in the tree |
02:26 |
EmilienM |
richm: did you rebase everything on top of the 2 patches? |
02:28 |
EmilienM |
richm: nevermind. If they don't do domains, our current beaker tests already do the job |
02:29 |
EmilienM |
richm: let's keep like this |
02:32 |
gildub |
EmilienM, I think adding deltarpm as part of the centos might make beaker tests run faster |
02:32 |
EmilienM |
crinkle: 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 /cinder |
02:33 |
EmilienM |
gildub: cool, you can submit a patch if you want |
02:33 |
gildub |
EmilienM, k |
02:35 |
|
stevemar joined #puppet-openstack |
02:36 |
|
finchd_ joined #puppet-openstack |
02:37 |
|
finchd joined #puppet-openstack |
02:38 |
crinkle |
EmilienM: okay but that's a different problem |
02:38 |
crinkle |
:) |
02:38 |
EmilienM |
crinkle: it's the same I had |
02:38 |
EmilienM |
in patchset #2 |
02:39 |
crinkle |
¯\_(ツ)_/¯ |
02:40 |
EmilienM |
crinkle: "target_module_path" looks nil |
02:43 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: Drop User resource dependency https://review.openstack.org/195684 |
02:44 |
EmilienM |
richm: 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_115 |
02:45 |
|
finchd joined #puppet-openstack |
02:49 |
richm |
EmilienM: 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 url |
02:54 |
|
meylor joined #puppet-openstack |
02:55 |
openstackgerrit |
Colleen Murphy proposed openstack/puppet-cinder: (wip) Do not install Puppet if BEAKER_provision=no https://review.openstack.org/196249 |
03:20 |
SpamapS |
Ok, so now I'm stuck where my nova-api returns 404 for everything |
03:21 |
SpamapS |
except /, which says "v2 supported" |
03:21 |
SpamapS |
with the json thing that means that anyway |
03:26 |
openstackgerrit |
Ivan Chavero proposed openstack/puppet-neutron: Sync DB when enabling FWAAS https://review.openstack.org/196939 |
03:33 |
openstackgerrit |
Colleen Murphy proposed openstack/puppet-cinder: (wip) Do not install Puppet if BEAKER_provision=no https://review.openstack.org/196249 |
03:34 |
|
xingchao joined #puppet-openstack |
03:41 |
|
bklei joined #puppet-openstack |
03:54 |
|
ianw joined #puppet-openstack |
04:27 |
|
gildub joined #puppet-openstack |
04:32 |
|
markvoelker joined #puppet-openstack |
04:32 |
|
hogepodge joined #puppet-openstack |
04:44 |
|
saneax joined #puppet-openstack |
04:55 |
|
meylor joined #puppet-openstack |
05:06 |
|
stevemar joined #puppet-openstack |
05:12 |
crinkle |
EmilienM: 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 it |
05:13 |
|
meylor joined #puppet-openstack |
05:30 |
|
bklei joined #puppet-openstack |
05:42 |
|
hogepodge joined #puppet-openstack |
05:52 |
|
tshtilma joined #puppet-openstack |
05:56 |
|
markvoelker joined #puppet-openstack |
06:06 |
|
stevemar joined #puppet-openstack |
06:08 |
|
stamak joined #puppet-openstack |
06:44 |
|
simon-AS559 joined #puppet-openstack |
06:44 |
|
dgurtner joined #puppet-openstack |
06:44 |
|
dgurtner joined #puppet-openstack |
07:01 |
|
fvollero_ joined #puppet-openstack |
07:06 |
|
fvollero joined #puppet-openstack |
07:11 |
|
jpena joined #puppet-openstack |
07:14 |
|
arnaud_orange joined #puppet-openstack |
07:19 |
|
bklei joined #puppet-openstack |
07:20 |
|
samuelBartel joined #puppet-openstack |
07:26 |
|
xingchao_ joined #puppet-openstack |
07:33 |
|
saneax joined #puppet-openstack |
07:43 |
|
jistr joined #puppet-openstack |
07:45 |
|
markvoelker joined #puppet-openstack |
07:46 |
openstackgerrit |
Xingchao Yu proposed openstack/puppet-trove: Add trove::quota class https://review.openstack.org/196506 |
07:46 |
|
jtomasek joined #puppet-openstack |
07:53 |
|
paramite joined #puppet-openstack |
08:02 |
|
sergmelikyan joined #puppet-openstack |
08:02 |
|
fvollero_ joined #puppet-openstack |
08:02 |
|
paramite_ joined #puppet-openstack |
08:07 |
|
fvollero joined #puppet-openstack |
08:07 |
|
stevemar joined #puppet-openstack |
08:10 |
|
jistr joined #puppet-openstack |
08:15 |
|
sergmelikyan joined #puppet-openstack |
08:20 |
|
paramite_ joined #puppet-openstack |
08:22 |
|
derekh joined #puppet-openstack |
08:26 |
|
sergmelikyan joined #puppet-openstack |
08:29 |
|
saneax joined #puppet-openstack |
08:36 |
|
xarses joined #puppet-openstack |
08:37 |
|
xarses joined #puppet-openstack |
08:39 |
|
xarses joined #puppet-openstack |
08:40 |
|
xarses joined #puppet-openstack |
08:41 |
|
xarses joined #puppet-openstack |
08:42 |
|
xarses joined #puppet-openstack |
09:00 |
|
sergmelikyan joined #puppet-openstack |
09:04 |
openstackgerrit |
Gilles Dubreuil proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests https://review.openstack.org/178828 |
09:04 |
openstackgerrit |
Gael Chamoulaud proposed openstack/puppet-neutron: Sync DB when enabling FWAAS https://review.openstack.org/196939 |
09:08 |
|
bklei joined #puppet-openstack |
09:14 |
|
aimon_ joined #puppet-openstack |
09:23 |
|
gfidente joined #puppet-openstack |
09:33 |
openstackgerrit |
Javier Peña proposed openstack/puppet-trove: Complete qpid support https://review.openstack.org/195041 |
09:34 |
|
markvoelker joined #puppet-openstack |
09:37 |
openstackgerrit |
Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 |
09:44 |
openstackgerrit |
Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 |
09:50 |
openstackgerrit |
Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 |
09:52 |
|
_joes_ joined #puppet-openstack |
09:54 |
openstackgerrit |
Yanis Guenane proposed openstack/puppet-heat: Creation of heat::db::sync https://review.openstack.org/196646 |
09:56 |
|
stevemar joined #puppet-openstack |
10:06 |
|
saneax joined #puppet-openstack |
10:11 |
|
sergmelikyan joined #puppet-openstack |
10:12 |
|
stamak joined #puppet-openstack |
10:12 |
openstackgerrit |
Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 |
10:37 |
|
sergmelikyan joined #puppet-openstack |
10:44 |
|
stamak joined #puppet-openstack |
10:47 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-nova: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197013 |
10:57 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-cinder: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197015 |
10:57 |
|
bklei joined #puppet-openstack |
11:00 |
openstackgerrit |
Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 |
11:01 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-ironic: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197016 |
11:03 |
|
ducttape_ joined #puppet-openstack |
11:07 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-ceilometer: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197020 |
11:08 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-ceilometer: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197020 |
11:14 |
|
sergmelikyan joined #puppet-openstack |
11:14 |
|
larainema joined #puppet-openstack |
11:15 |
openstackgerrit |
Giulio Fidente proposed openstack/puppet-ironic: Allow customization of force_power_state_during_sync https://review.openstack.org/197022 |
11:17 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-sahara: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197023 |
11:21 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-glance: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197024 |
11:23 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-glance: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197024 |
11:24 |
|
markvoelker joined #puppet-openstack |
11:26 |
openstackgerrit |
Xiaohua Yuan proposed openstack/puppet-manila: Add related parameters to manila::quota https://review.openstack.org/196660 |
11:30 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-keystone: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197028 |
11:32 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-keystone: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197028 |
11:32 |
|
xingchao_ joined #puppet-openstack |
11:37 |
|
xiaohua joined #puppet-openstack |
11:38 |
openstackgerrit |
Sebastien Badia proposed openstack/puppet-modulesync-configs: Synchronize nodeset (split trusty and centos) https://review.openstack.org/184352 |
11:40 |
|
dprince joined #puppet-openstack |
11:44 |
|
paramite joined #puppet-openstack |
11:44 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-heat: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197031 |
11:45 |
|
stevemar joined #puppet-openstack |
11:49 |
|
michchap joined #puppet-openstack |
11:49 |
|
paramite joined #puppet-openstack |
11:50 |
|
paramite joined #puppet-openstack |
11:51 |
|
ducttape_ joined #puppet-openstack |
11:59 |
iurygregory |
morning people =) |
12:02 |
|
prad joined #puppet-openstack |
12:02 |
|
markvoelker joined #puppet-openstack |
12:02 |
openstackgerrit |
Sebastien Badia proposed openstack/puppet-swift: keystone/auth: make service description configurable https://review.openstack.org/195160 |
12:11 |
|
markvoelker_ joined #puppet-openstack |
12:13 |
|
markvoel_ joined #puppet-openstack |
12:17 |
|
michchap joined #puppet-openstack |
12:21 |
EmilienM |
good morning |
12:26 |
iurygregory |
\o |
12:28 |
|
bklei joined #puppet-openstack |
12:33 |
openstackgerrit |
Vasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params https://review.openstack.org/190548 |
12:38 |
|
michchap_ joined #puppet-openstack |
12:39 |
|
sergmelikyan joined #puppet-openstack |
12:52 |
|
markvoelker_ joined #puppet-openstack |
13:00 |
|
arnaud_orange joined #puppet-openstack |
13:00 |
openstackgerrit |
Timur Nurlygayanov proposed openstack/puppet-neutron: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197054 |
13:02 |
|
markvoelker joined #puppet-openstack |
13:03 |
|
sergmelikyan joined #puppet-openstack |
13:03 |
|
markvoelker_ joined #puppet-openstack |
13:06 |
|
markvoelker_ joined #puppet-openstack |
13:07 |
|
gildub joined #puppet-openstack |
13:09 |
|
bklei joined #puppet-openstack |
13:13 |
gildub |
EmilienM, can't get any log file from jenkins tests |
13:14 |
spredzy |
gildub, OpenStack CI is down due to hard drive failures |
13:14 |
spredzy |
(ie. #openstack-infra) |
13:14 |
spredzy |
it might be realted |
13:14 |
|
sergmelikyan joined #puppet-openstack |
13:14 |
spredzy |
related* |
13:14 |
|
richm joined #puppet-openstack |
13:15 |
gildub |
spredzy, ok cool (well not really) but I initially thought there a pb with my patch, it's general |
13:15 |
EmilienM |
gildub: it's related |
13:15 |
gildub |
spredzy, EmilienM, thanks, I can go to bed then! Have a good one |
13:16 |
EmilienM |
gildub: you too ! |
13:16 |
gildub |
Thanks |
13:16 |
openstackgerrit |
Merged openstack/puppet-monasca: Remove Release Notes section from README https://review.openstack.org/196313 |
13:19 |
|
morazi joined #puppet-openstack |
13:20 |
|
sergmelikyan joined #puppet-openstack |
13:24 |
|
dfisher joined #puppet-openstack |
13:27 |
|
vinsh joined #puppet-openstack |
13:29 |
|
_joes_ joined #puppet-openstack |
13:33 |
openstackgerrit |
Vasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params https://review.openstack.org/190548 |
13:34 |
|
stevemar joined #puppet-openstack |
13:36 |
openstackgerrit |
Vasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params https://review.openstack.org/190548 |
13:37 |
|
dgurtner joined #puppet-openstack |
13:42 |
|
stevemar joined #puppet-openstack |
13:42 |
openstackgerrit |
Merged openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 |
13:44 |
|
_nick joined #puppet-openstack |
13:45 |
openstackgerrit |
Sebastien Badia proposed openstack/puppet-nova: keystone/auth: make service description configurable https://review.openstack.org/195162 |
13:47 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests https://review.openstack.org/178828 |
13:50 |
openstackgerrit |
Sebastien Badia proposed openstack/puppet-nova: spec: Update nova::keystone::auth spec according class name https://review.openstack.org/197080 |
13:59 |
richm |
EmilienM: ping - re: v3 tests - do you want to have tests that use both the v2.0 and the v3 api? |
13:59 |
|
sergmelikyan joined #puppet-openstack |
14:00 |
EmilienM |
richm: in the beaker patch? |
14:00 |
richm |
yes |
14:00 |
EmilienM |
richm: well, if it's possible, yeah of course! |
14:00 |
EmilienM |
richm: you can take over my patch |
14:00 |
richm |
How can I run this on my local f21 machine? |
14:01 |
EmilienM |
richm: I was not sure about the v3 commands, gilles did a patchset |
14:01 |
EmilienM |
richm: I wrote this: http://my1.fr/blog/puppet-module-functional-testing-with-vagrant-openstack-and-beaker/ |
14:01 |
EmilienM |
this is exactly how I test |
14:09 |
|
francois joined #puppet-openstack |
14:15 |
openstackgerrit |
Merged openstack/puppet-modulesync-configs: Add a readme for this repository https://review.openstack.org/189819 |
14:18 |
|
rgowrishankar joined #puppet-openstack |
14:19 |
|
_joes_ joined #puppet-openstack |
14:22 |
|
vinsh joined #puppet-openstack |
14:26 |
openstackgerrit |
Drew Fisher proposed openstack/puppet-glance: Remove POSIX users, groups, and file modes. https://review.openstack.org/196390 |
14:27 |
dfisher |
one day I might get this right... |
14:28 |
|
mdorman joined #puppet-openstack |
14:30 |
|
arnaud_orange joined #puppet-openstack |
14:37 |
openstackgerrit |
Merged openstack/puppet-keystone: Restore Keystone v2 method for service create https://review.openstack.org/194428 |
14:43 |
crinkle |
morning |
14:43 |
iurygregory |
morning ^^ |
14:45 |
EmilienM |
we have your weekly in 15 min on #openstack-meeting-4 |
14:45 |
EmilienM |
richm, iurygregory: we have a topic agenda about blueprints, stay around |
14:47 |
iurygregory |
right EmilienM =) |
14:48 |
EmilienM |
mdorman: I've created a topic to follow-up oslo messaging discussion |
14:48 |
EmilienM |
mdorman: so we can take our decision during the meeting |
14:49 |
|
sergmelikyan joined #puppet-openstack |
14:50 |
mdorman |
sounds good |
14:50 |
mdorman |
thanks |
14:51 |
spredzy |
mdorman, ping https://review.openstack.org/#/c/196679/. Do you see anything else except from cells ? |
14:51 |
EmilienM |
crinkle: good morning! |
14:51 |
mdorman |
other examples of when you’d not run nova-api? no, not really |
14:52 |
EmilienM |
crinkle: as a temporary workaround, I'll prefer to have https://review.openstack.org/#/c/196249/ rather that waiting for beaker patch merged + released |
14:52 |
spredzy |
so would that be ok with you if I only add that package in the list here? |
14:52 |
spredzy |
mdorman, ^ |
14:53 |
mdorman |
looking |
14:54 |
mdorman |
yeah this is kinda tricky |
14:55 |
|
bklei_ joined #puppet-openstack |
14:56 |
mdorman |
really 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 triggerred |
14:56 |
mdorman |
does that make sense? |
14:56 |
mdorman |
that’s really the core problem, not that we need deps on a bunch more packages there |
14:57 |
clayton |
mdorman: I was wondering the other day why we actually implicitly manage nova-common at all |
14:57 |
mdorman |
so 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 properly |
14:57 |
mdorman |
clayton: yeah that’s a good point too |
14:57 |
spredzy |
mdorman, yep make sense |
14:57 |
clayton |
personally I'm a fan of just tagging all the packages and refreshing most things if any of them change. |
14:58 |
|
sergmelikyan joined #puppet-openstack |
14:59 |
mdorman |
clayton: 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 |
clayton |
I see no harm in running db sync any time a package or config file option changes. |
14:59 |
clayton |
if it's not needed, it's pretty harmless |
14:59 |
clayton |
it's a lot safer than needing to run it and not |
14:59 |
mdorman |
i agree |
15:00 |
dmsimard |
EmilienM: should I be doing a recheck on this one or what ? https://review.openstack.org/#/c/179645/4 |
15:00 |
dmsimard |
Ah crap, meeting. Nevermind.. |
15:04 |
|
saneax joined #puppet-openstack |
15:19 |
|
ducttape_ joined #puppet-openstack |
15:20 |
|
mikeit joined #puppet-openstack |
15:21 |
|
simon-AS559 joined #puppet-openstack |
15:22 |
|
simon-AS5591 joined #puppet-openstack |
15:51 |
openstackgerrit |
Matt Fischer proposed openstack/puppet-heat: Support setting instance_user to an empty string https://review.openstack.org/197147 |
15:59 |
spredzy |
crinkle, ping https://github.com/puppet-community/modulesync/pull/47. Can I get a feedback when you have a chance. Thank you |
16:00 |
crinkle |
spredzy: sure |
16:00 |
dmsimard |
EmilienM: now that the meeting is done ^ |
16:00 |
EmilienM |
dmsimard: I did the recheck |
16:00 |
EmilienM |
dmsimard: it was back in time when epel was not configured well |
16:00 |
dmsimard |
EmilienM: yeah, that's what I thought but I wasn't sure |
16:01 |
dmsimard |
EmilienM: Ok, I'll wait for the recheck results |
16:01 |
|
sergmelikyan joined #puppet-openstack |
16:04 |
EmilienM |
_ody: re- https://review.openstack.org/#/c/196386/ |
16:05 |
EmilienM |
_ody: so you suggest I run rspec with the latest puppet version? that's it? |
16:08 |
mfisch |
crinkle: 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:09 |
EmilienM |
mfisch: have you updated openstacklib? |
16:09 |
mfisch |
I thought we had but perhaps not in sync |
16:09 |
EmilienM |
https://github.com/openstack/puppet-openstacklib/commit/67d1c38703d36b6cadea7b9f8838d750109782b0 |
16:09 |
EmilienM |
you need ^ |
16:10 |
mfisch |
thanks |
16:12 |
_ody |
EmilienM: Yeah. |
16:12 |
crinkle |
mfisch: sometimes I need to restart the puppetmaster for it to figure out that the load path has changed |
16:12 |
_ody |
Just have a latest job. |
16:13 |
EmilienM |
_ody: so stop running bundle exec rake syntax and run rspec instead, right? |
16:13 |
_ody |
ah, right. yeah that too. |
16:13 |
crinkle |
wait why get rid of rake syntax? |
16:13 |
_ody |
Because there is not future syntax to check. |
16:14 |
_ody |
regular syntax is still good. |
16:14 |
EmilienM |
ah cool |
16:14 |
EmilienM |
so |
16:14 |
_ody |
Puppet 4 kills the parser option all together. |
16:14 |
EmilienM |
in my patch, I should: |
16:14 |
EmilienM |
1/ stop pin puppet |
16:14 |
EmilienM |
2/ drop future_parser=yes |
16:15 |
EmilienM |
well we already a job for that |
16:15 |
crinkle |
_ody: but we can still do rake syntax with puppet 4? |
16:15 |
crinkle |
just dropping the future parser part? |
16:15 |
EmilienM |
i think so |
16:15 |
_ody |
yeah. That is also fine. Just rename the job to be puppet 4 syntax. |
16:15 |
crinkle |
okay cool |
16:15 |
_ody |
or puppet-latest-syntax |
16:15 |
_ody |
yeah that ^ |
16:16 |
|
cwolferh joined #puppet-openstack |
16:16 |
* _ody |
just kinda wants his other suggestion too |
16:17 |
_ody |
We 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 |
EmilienM |
that's different patchsets I think |
16:17 |
_ody |
yeah |
16:17 |
EmilienM |
I'm about to try something, I'll put you as reviewer |
16:18 |
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 |
EmilienM |
crinkle: for sure. |
16:18 |
_ody |
crinkle: of course |
16:20 |
_ody |
Huh. Just not in the mood to go running today...will go take post openstack meeting shower instead. |
16:23 |
mdorman |
hah |
16:26 |
Hunner |
crinkle++ |
16:28 |
openstackgerrit |
Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 |
16:28 |
|
sergmelikyan joined #puppet-openstack |
16:29 |
|
dontalton joined #puppet-openstack |
16:29 |
openstackgerrit |
Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 |
16:30 |
crinkle |
Hunner: yay \o/ |
16:31 |
Hunner |
crinkle: 0.2.1 pushed |
16:31 |
crinkle |
EmilienM: ^ |
16:31 |
dfisher |
iniparse? |
16:32 |
dfisher |
inifile* |
16:32 |
openstackgerrit |
Colleen Murphy proposed openstack/puppet-cinder: Do not install Puppet if BEAKER_provision=no https://review.openstack.org/196249 |
16:33 |
Hunner |
crinkle: 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 properly |
16:34 |
Hunner |
In the mean time, we're using it in all of our modules |
16:34 |
Hunner |
because copypasta is bad |
16:35 |
SpamapS |
Would anybody have any quick ideas that would cause my nova-api to respond to all requests with 404? |
16:37 |
openstackgerrit |
Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 |
16:41 |
stevemar |
mfisch: piiing |
16:44 |
openstackgerrit |
Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 |
16:46 |
openstackgerrit |
Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 |
16:49 |
|
ducttape_ joined #puppet-openstack |
16:50 |
|
ducttape_ joined #puppet-openstack |
16:51 |
|
openstackgerrit joined #puppet-openstack |
16:52 |
dmsimard |
Gate is having a particularly hard time today ? |
16:55 |
crinkle |
Hunner: okay, it's helpful to us in the mean time |
16:55 |
dfisher |
SpamapS: keystone creds not right? |
16:57 |
SpamapS |
dfisher: 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:58 |
iurygregory |
Hey EmilienM, i'll update now the bp and the spec |
16:59 |
iurygregory |
i need change the location of the spec in the repo? |
17:00 |
iurygregory |
the path is "specs/kilo/enabling-k2k-federation.rst" change to "specs/Liberty" |
17:00 |
|
simon-AS559 joined #puppet-openstack |
17:01 |
|
simon-AS5591 joined #puppet-openstack |
17:02 |
dfisher |
spamaps: via puppet or just the configuration files? |
17:04 |
openstackgerrit |
Andrew Boik proposed openstack/puppet-neutron: Update Cisco ML2 classes and templates https://review.openstack.org/197181 |
17:04 |
crinkle |
SpamapS: are there any clues in the nova-api logs? |
17:04 |
SpamapS |
crinkle: not that I can see. Just 404 |
17:04 |
crinkle |
SpamapS: 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 thinking |
17:04 |
SpamapS |
crinkle: I agree, just checking to see if any of you have seen it. :) |
17:04 |
* crinkle |
not personally |
17:05 |
SpamapS |
at this point I'm adding LOG.debug statements to python files |
17:05 |
clayton |
anyone remember offhand the syntax for including additional classes in an rspec test, in addition to the class you're testing |
17:05 |
dfisher |
ack. |
17:05 |
dfisher |
you should just do --debug |
17:05 |
crinkle |
SpamapS: oh good i'm not the only one who does that |
17:05 |
SpamapS |
but zomg the chain of abstraction to get to API requests is o_O |
17:05 |
dfisher |
and see what it says |
17:05 |
SpamapS |
--debug doesn't help :-P |
17:05 |
dfisher |
ok, so, are the keystone endpoints/services up? |
17:05 |
SpamapS |
2015-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.6857729 |
17:05 |
SpamapS |
Thats all I get |
17:06 |
SpamapS |
(and yes v2 is the same. ;) |
17:06 |
SpamapS |
and 2.1 |
17:06 |
dfisher |
glance image-list keystone endpoint-list, neutron net-list all work? |
17:06 |
SpamapS |
dfisher: yes |
17:07 |
* dfisher |
nods |
17:07 |
dfisher |
ok, so |
17:07 |
dfisher |
crack open /etc/nova/nova.conf |
17:08 |
dfisher |
also, which release of nova? |
17:08 |
SpamapS |
dfisher: kilo |
17:09 |
mfisch |
stevemar: yo |
17:09 |
dfisher |
ok, kilo's a tad out of my league (we're working on legal approval on kilo now) but Juno should be close enough |
17:09 |
SpamapS |
dfisher: it might be worth noting, I used to be ptl of TripleO and am _super_ familiar with deploying Nova... ;) |
17:09 |
SpamapS |
this has just never happened :-P |
17:09 |
dfisher |
so, what's in your keystone_authtoken section |
17:09 |
dfisher |
in nova.conf |
17:10 |
dfisher |
does it match what's in glance's api-paste files (i think glance still uses api-paste) |
17:10 |
|
sergmelikyan joined #puppet-openstack |
17:10 |
SpamapS |
dfisher: yes it matches. |
17:10 |
SpamapS |
glance does not use api-paste for that |
17:10 |
dfisher |
does in Juno. :/ |
17:10 |
dfisher |
stupid glance. |
17:10 |
|
aimon joined #puppet-openstack |
17:10 |
dfisher |
glad to hear it's fixed in Kilo |
17:10 |
dfisher |
anyway |
17:11 |
openstackgerrit |
Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 |
17:11 |
dfisher |
ok, last check and them I'm out of ideas … and I hate to ask it ... |
17:11 |
SpamapS |
btw, somebody should fix the /etc/glance perms to be world readable. Its ok to let non-root people _list_ the durn directory. :-P |
17:11 |
crinkle |
SpamapS: what's an example command that's giving a 404? |
17:11 |
dfisher |
is the service actually running? |
17:11 |
SpamapS |
crinkle: * |
17:11 |
SpamapS |
crinkle: nova --debug flavor-create --is-public 1 aserver 22 95000 1000 24 |
17:11 |
dfisher |
ps -ef | grep osapi actually show the API running? |
17:11 |
SpamapS |
nova flavor-list |
17:11 |
SpamapS |
nova image-list |
17:11 |
SpamapS |
anything |
17:12 |
SpamapS |
dfisher: lol, yeah, its running. :) Thanks, I do really appreciate more eyes. :) |
17:12 |
dfisher |
:) |
17:12 |
SpamapS |
nova 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.log |
17:12 |
* dfisher |
nods |
17:12 |
SpamapS |
dfisher: note that it's not called 'osapi' tho |
17:13 |
SpamapS |
not sure if that was something else? |
17:13 |
dfisher |
again, thanks kilo :) |
17:13 |
dfisher |
not sure. |
17:13 |
SpamapS |
kk |
17:13 |
dfisher |
nova 1899 1892 0 Jun 25 ? 0:01 /usr/bin/python2.7 /usr/lib/nova/nova-api-os-compute |
17:13 |
dfisher |
^ solaris |
17:13 |
dfisher |
so, maybe not |
17:13 |
dfisher |
i dunno |
17:13 |
crinkle |
SpamapS: i'll try running your site.pp patch to see if i can reproduce |
17:14 |
SpamapS |
crinkle: Let me push up my nova additions |
17:14 |
crinkle |
SpamapS: ty |
17:15 |
EmilienM |
Hunner: thanks for the help on beaker |
17:15 |
EmilienM |
crinkle: so we can abandon our patch? |
17:15 |
crinkle |
EmilienM: no i pushed a new patch |
17:16 |
crinkle |
EmilienM: we still need the patch to add the new gem and run the helper |
17:16 |
crinkle |
but the gem does more of the heavy lifting for us than before |
17:16 |
EmilienM |
dmsimard: what kind of hard time? any patch to show? |
17:16 |
dmsimard |
EmilienM: Dunno, looks like the queue is pretty long |
17:17 |
EmilienM |
dmsimard: infra had hard time last night |
17:17 |
EmilienM |
hard drives... |
17:17 |
EmilienM |
also, I've heard Nova gate is broken |
17:18 |
EmilienM |
gate is probably slow today |
17:19 |
SpamapS |
crinkle: https://review.openstack.org/#/c/197187/ is the nova bit |
17:20 |
* SpamapS |
continues sprinkling debug statements |
17:22 |
openstackgerrit |
Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 |
17:30 |
|
tshtilma joined #puppet-openstack |
17:32 |
EmilienM |
crinkle: if I understand well, _ody suggests we rename gate-{name}-puppet-syntax-future to gate-{name}-puppet4-syntax - right ? |
17:35 |
EmilienM |
crinkle: I'm asking because I also see the puppet-syntax jobs |
17:37 |
|
richm joined #puppet-openstack |
17:46 |
|
mgarza_ joined #puppet-openstack |
17:52 |
crinkle |
SpamapS: i reproduced it \o/ but i don't understand it :( |
17:53 |
crinkle |
EmilienM: idk sounds like a question for _ody not me |
17:56 |
nibalizer |
well syntax-future is a misnomer now, puppet4-syntax is a better name for sure |
17:56 |
|
xingchao_ joined #puppet-openstack |
17:57 |
nibalizer |
though maybe the right thing to do is to have a jjb template like puppet-{version}-syntax and give it 3 and 4 |
17:58 |
SpamapS |
crinkle: \o/ |
17:58 |
SpamapS |
crinkle: I'm deeeep in pdb land at this point... |
17:58 |
SpamapS |
crinkle: I think it might be keystonemiddleware related |
18:07 |
|
xarses joined #puppet-openstack |
18:17 |
|
rcallawa joined #puppet-openstack |
18:18 |
SpamapS |
so the point at which it fails is where it fails to figure out the project ID in the API routing chain |
18:18 |
SpamapS |
why its doing that, I dunno. :_/ |
18:29 |
iurygregory |
richm, EmilienM i have updated the bp https://blueprints.launchpad.net/puppet-keystone/+spec/enabling-federation need more details ? |
18:31 |
iurygregory |
i'm updating the spec, i need to rename the branch and set the path to specs/Liberty? |
18:32 |
|
samuelBartel joined #puppet-openstack |
18:34 |
EmilienM |
iurygregory: yes |
18:38 |
|
daxatlas joined #puppet-openstack |
18:44 |
EmilienM |
crinkle, Hunner: see my question on https://review.openstack.org/#/c/197217/ |
18:45 |
|
xarses joined #puppet-openstack |
18:46 |
|
xarses joined #puppet-openstack |
18:46 |
Hunner |
commented back |
18:46 |
EmilienM |
cool |
18:50 |
iurygregory |
thanks EmilienM |
18:57 |
dmsimard |
EmilienM: https://review.openstack.org/#/c/179645/4 failed miserably |
18:58 |
EmilienM |
dmsimard: probably you don't configure epel the right way |
18:59 |
dmsimard |
xarses: you wanna look? ^ I'm not a RHEL guy at all |
19:11 |
EmilienM |
_ody: for puppet-syntax new job, using rake, should we have puppet3 and 4 voting ? |
19:13 |
crinkle |
probably if we have puppet 3 and future parser jobs voting now then puppet 3 and puppet 4 jobs should continue voting |
19:13 |
EmilienM |
cool |
19:14 |
crinkle |
if we did the puppet latest that would be nonvoting even though for the most part it will be the same as puppet 4 |
19:14 |
|
rcallawa_ joined #puppet-openstack |
19:19 |
_ody |
Agree with crinkle |
19:19 |
_ody |
It will be a while before we are able to go full puppet 4. |
19:19 |
EmilienM |
crinkle: it works \o/ https://review.openstack.org/#/c/196249/ |
19:19 |
|
simon-AS559 joined #puppet-openstack |
19:20 |
EmilienM |
crinkle: you might need to update the commit message though |
19:21 |
|
simon-AS5591 joined #puppet-openstack |
19:22 |
xarses |
dmsimard: puppet-ceph wont run cent7 w/o the patch behind it. They need to be squashed together |
19:23 |
dmsimard |
xarses: amazing |
19:23 |
xarses |
yep |
19:23 |
dmsimard |
Ok, I'll take a stab at it |
19:24 |
xarses |
and lint and unit-4.0 wont run with out this one |
19:51 |
SpamapS |
crinkle: so progress, it seems that somewhere the /v2 gets stripped, but it shouldn't. |
19:52 |
crinkle |
SpamapS: i have somehow gone backwards and now nova only 401s >.< |
19:52 |
SpamapS |
doh |
19:52 |
SpamapS |
I got pretty deep into the routing underneath the API chain |
19:52 |
SpamapS |
It might be as simple as the way I'm setting up the endpoint. |
19:53 |
SpamapS |
aha! |
19:53 |
SpamapS |
crinkle: I forgot, nova is still dependent on having %(tenant_id)s in the string |
19:53 |
dfisher |
^ that'll do it. |
19:53 |
* SpamapS |
does happy dance |
19:54 |
|
ducttape_ joined #puppet-openstack |
19:54 |
crinkle |
\o/ |
19:55 |
SpamapS |
that is ... the worst error chain.. ever |
20:01 |
crinkle |
SpamapS: 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.pp |
20:06 |
SpamapS |
crinkle: 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. :-P |
20:07 |
SpamapS |
crinkle: 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:13 |
|
sergmelikyan joined #puppet-openstack |
20:15 |
|
xingchao_ joined #puppet-openstack |
20:18 |
|
sergmelikyan joined #puppet-openstack |
20:19 |
|
cwolferh joined #puppet-openstack |
20:21 |
openstackgerrit |
Colleen Murphy proposed openstack/puppet-cinder: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/196249 |
20:21 |
crinkle |
EmilienM: ^ |
20:22 |
|
ducttape_ joined #puppet-openstack |
20:24 |
|
serg_melikyan joined #puppet-openstack |
20:29 |
openstackgerrit |
David Moreau Simard proposed stackforge/puppet-ceph: Add EL7 Support, Fix unit and integration tests https://review.openstack.org/197302 |
20:29 |
dmsimard |
xarses: here goes ^ |
20:31 |
|
mgarza joined #puppet-openstack |
20:34 |
|
sergmelikyan joined #puppet-openstack |
20:36 |
|
Fin1te joined #puppet-openstack |
20:40 |
* xarses |
waits in line for the roller coaster |
20:41 |
xarses |
centos7 beaker passed |
20:42 |
dmsimard |
xarses: hah, how do you know? Following ahead of jenkins posting results ? |
20:43 |
EmilienM |
dmellado: zuul.o.o |
20:43 |
EmilienM |
oops |
20:43 |
EmilienM |
dmsimard: ^ |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::endpoint https://review.openstack.org/193359 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user_role resource https://review.openstack.org/174999 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - resource::service_identity https://review.openstack.org/193357 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the keystone_endpoint resource https://review.openstack.org/178456 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone::resource::authconfig https://review.openstack.org/193356 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - v3 domain utility code https://review.openstack.org/178385 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone and keystone::roles::admin https://review.openstack.org/175060 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - keystone_role resource https://review.openstack.org/189764 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the user resource https://review.openstack.org/174976 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the project resource https://review.openstack.org/174468 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests https://review.openstack.org/178828 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the keystone_service resource https://review.openstack.org/184195 |
20:43 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-keystone: support for keystone v3 api - the domain resource https://review.openstack.org/174439 |
20:44 |
richm |
so this ^^^ should pass all of the tests - but it doesn't test both v2.0 and v3 api |
20:44 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-cinder: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/196249 |
20:45 |
xarses |
dmsimard: 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 |
xarses |
http://status.openstack.org/zuul/ |
20:45 |
dmsimard |
xarses: Yeah I've done that before |
20:45 |
dmsimard |
xarses: didn't expect tests to be done so quickly though, there was a several hours queue earlier |
20:46 |
xarses |
ya, it's often all over the place |
21:02 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-ceilometer: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197317 |
21:02 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-cinder: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197318 |
21:02 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-designate: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197319 |
21:02 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-glance: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197320 |
21:02 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-heat: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197321 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-horizon: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197322 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-keystone: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197323 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-manila: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197324 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-neutron: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197325 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-nova: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197326 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-sahara: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197327 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-swift: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197328 |
21:03 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-trove: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197329 |
21:03 |
EmilienM |
sorry |
21:03 |
dfisher |
for x in $(ls -d); do cd $x; git review; cd ..; done :) |
21:03 |
dmsimard |
lol |
21:03 |
EmilienM |
yes |
21:03 |
dfisher |
:) |
21:04 |
EmilienM |
upgrade jobs should be green after that |
21:06 |
xarses |
for x in $(people_in_channel(); do spam; done |
21:07 |
EmilienM |
xarses: we have a lot of modules |
21:07 |
xarses |
I know |
21:07 |
xarses |
you appear to have missed puppet-ceph |
21:07 |
xarses |
;) |
21:08 |
EmilienM |
oh |
21:08 |
EmilienM |
xarses: I can do it |
21:08 |
dfisher |
haha |
21:09 |
openstackgerrit |
Emilien Macchi proposed stackforge/puppet-ceph: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197332 |
21:09 |
EmilienM |
xarses: ^ |
21:09 |
xarses |
ty |
21:23 |
openstackgerrit |
Drew Fisher proposed openstack/puppet-designate: Remove POSIX users, groups, and file modes. https://review.openstack.org/197336 |
21:38 |
openstackgerrit |
Emilien Macchi proposed openstack/puppet-openstack-specs: Blueprint: Define our master branch policy https://review.openstack.org/180141 |
21:53 |
openstackgerrit |
Cody Herriges proposed openstack/puppet-neutron: [WIP] Include tests that test the use of create. https://review.openstack.org/194097 |
22:07 |
|
aimon joined #puppet-openstack |
22:19 |
|
sergmelikyan joined #puppet-openstack |
22:20 |
|
_joes_ joined #puppet-openstack |
22:25 |
|
pleia2 joined #puppet-openstack |
22:34 |
|
aimon joined #puppet-openstack |
22:37 |
dmsimard |
xarses, EmilienM: YAY ! +1 on EL7 and tests https://review.openstack.org/#/c/197302/ |
22:38 |
dmsimard |
I'm thinking about turning off puppet-ceph CI in favor of beaker |
22:43 |
xarses |
ya, we need to discuss CI in general once it's on broken |
22:43 |
xarses |
isn't puppet ceph attempting to do multi-node still? |
22:46 |
openstackgerrit |
Cody Herriges proposed openstack/puppet-neutron: Include tests that test the use of create. https://review.openstack.org/194097 |
22:47 |
openstackgerrit |
Richard Megginson proposed openstack/puppet-openstack-specs: Support Keystone v3 API in openstack puppet modules https://review.openstack.org/150108 |
22:48 |
_ody |
EmilienM: https://review.openstack.org/#/c/194097 should be ready for review once CI runs. |
22:49 |
|
chem joined #puppet-openstack |
22:57 |
openstackgerrit |
Cody Herriges proposed openstack/puppet-neutron: Include tests that test the use of create. https://review.openstack.org/194097 |
23:03 |
|
gildub joined #puppet-openstack |
23:03 |
|
chem joined #puppet-openstack |
23:07 |
|
chem joined #puppet-openstack |
23:09 |
|
chem joined #puppet-openstack |
23:15 |
|
mgarza_ joined #puppet-openstack |
23:21 |
openstackgerrit |
Merged stackforge/puppet-ceph: Add EL7 Support, Fix unit and integration tests https://review.openstack.org/197302 |
23:39 |
|
xarses joined #puppet-openstack |
23:47 |
|
markvoelker joined #puppet-openstack |