*** xarses has joined #puppet-openstack | 00:07 | |
*** gildub has joined #puppet-openstack | 00:09 | |
*** aimon has joined #puppet-openstack | 00:19 | |
openstackgerrit | Merged openstack/puppet-neutron: acceptance: install latest openstack-selinux https://review.openstack.org/196813 | 00:20 |
---|---|---|
*** xingchao_ has joined #puppet-openstack | 00:29 | |
*** xingchao_ has quit IRC | 00:30 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-glance: Use OpenstackClient for glance_image auth https://review.openstack.org/172580 | 00:35 |
*** larainema has joined #puppet-openstack | 00:54 | |
EmilienM | crinkle: re - https://review.openstack.org/#/c/196249/ | 01:05 |
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:06 |
openstackgerrit | Bradley Klein proposed openstack/puppet-monasca: Update .gitreview file for project rename https://review.openstack.org/191296 | 01:07 |
*** ducttape_ has joined #puppet-openstack | 01:07 | |
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:17 |
*** markvoelker has quit IRC | 01:19 | |
*** markvoelker has joined #puppet-openstack | 01:19 | |
*** markvoelker has quit IRC | 01:22 | |
*** markvoelker has joined #puppet-openstack | 01:23 | |
*** markvoelker has quit IRC | 01:23 | |
*** markvoelker has 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:25 |
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:29 |
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 |
*** jasondotstar has quit IRC | 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:30 |
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:31 |
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:32 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - the keystone_endpoint resource https://review.openstack.org/178456 | 01:37 |
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:39 |
*** RichardRaseley has joined #puppet-openstack | 01:44 | |
gildub | EmilienM, ack | 01:49 |
gildub | richm, I'm on it | 01:49 |
*** RichardRaseley has quit IRC | 01:50 | |
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:51 |
*** xingchao_ has 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:54 |
gildub | richm, ^not | 01:55 |
richm | ok | 01:55 |
EmilienM | richm: can we add them into the chain of patches? | 01:55 |
openstackgerrit | Xiaohua Yuan proposed openstack/puppet-manila: Add related parameters to manila::quota https://review.openstack.org/196660 | 01:56 |
*** xingchao_ has quit IRC | 01:56 | |
gildub | richm, emilien did a rebase, they're ready | 01:56 |
*** vinsh has quit IRC | 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:56 |
EmilienM | richm, gildub: I need the beaker patch on top of everything | 01:57 |
*** vinsh has 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:57 |
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:58 |
*** jasondotstar has joined #puppet-openstack | 01:59 | |
*** jasondotstar has quit IRC | 02:00 | |
*** jasondotstar has 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 |
*** meylor has quit IRC | 02:00 | |
richm | followed | 02:00 |
*** ducttape_ has quit IRC | 02:01 | |
richm | correct? | 02:01 |
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 has quit IRC | 02:06 | |
*** jasondotstar has joined #puppet-openstack | 02:06 | |
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:07 |
openstackgerrit | Bradley Klein proposed openstack/puppet-monasca: keystone/auth: make service description configurable https://review.openstack.org/195173 | 02:08 |
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 |
*** ianw has quit IRC | 02:09 | |
EmilienM | crinkle: feel free to takeover my patch | 02:09 |
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 has joined #puppet-openstack | 02:10 | |
EmilienM | richm: ok, my bad then | 02:10 |
*** bklei_ has quit IRC | 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:11 |
EmilienM | nice | 02:12 |
EmilienM | richm: yeah I have troubles to rebase the beaker patch | 02:12 |
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:15 |
EmilienM | crinkle: cool! | 02:17 |
crinkle | EmilienM: we'll see if it works, i didn't run it | 02:17 |
EmilienM | gildub: https://review.openstack.org/#/c/178456 is not passing functional testing jobs FYI | 02:18 |
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:19 |
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:20 |
gildub | EmilienM, yeah openstack client should be there, it's not a stub | 02:21 |
gildub | Error downloading packages: python-babel-1.3-6.el7.noarch: [Errno 256] No more mirrors to try | 02:22 |
EmilienM | oh | 02:22 |
EmilienM | damn #@! | 02:23 |
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:25 |
EmilienM | richm: did you rebase everything on top of the 2 patches? | 02:26 |
EmilienM | richm: nevermind. If they don't do domains, our current beaker tests already do the job | 02:28 |
EmilienM | richm: let's keep like this | 02:29 |
*** ianw has quit IRC | 02:29 | |
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:32 |
EmilienM | gildub: cool, you can submit a patch if you want | 02:33 |
gildub | EmilienM, k | 02:33 |
*** finchd has quit IRC | 02:34 | |
*** stevemar has joined #puppet-openstack | 02:35 | |
*** finchd_ has joined #puppet-openstack | 02:36 | |
*** finchd has joined #puppet-openstack | 02:37 | |
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:38 |
crinkle | ¯\_(ツ)_/¯ | 02:39 |
EmilienM | crinkle: "target_module_path" looks nil | 02:40 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: Drop User resource dependency https://review.openstack.org/195684 | 02:43 |
*** finchd has quit IRC | 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:44 |
*** finchd has joined #puppet-openstack | 02:45 | |
*** finchd_ has quit IRC | 02:46 | |
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:49 |
*** meylor has joined #puppet-openstack | 02:54 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-cinder: (wip) Do not install Puppet if BEAKER_provision=no https://review.openstack.org/196249 | 02:55 |
*** richm has quit IRC | 02:58 | |
*** meylor has quit IRC | 02:59 | |
SpamapS | Ok, so now I'm stuck where my nova-api returns 404 for everything | 03:20 |
SpamapS | except /, which says "v2 supported" | 03:21 |
SpamapS | with the json thing that means that anyway | 03:21 |
openstackgerrit | Ivan Chavero proposed openstack/puppet-neutron: Sync DB when enabling FWAAS https://review.openstack.org/196939 | 03:26 |
*** markvoelker has quit IRC | 03:31 | |
*** xingchao has quit IRC | 03:33 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-cinder: (wip) Do not install Puppet if BEAKER_provision=no https://review.openstack.org/196249 | 03:33 |
*** xingchao has joined #puppet-openstack | 03:34 | |
*** bklei has joined #puppet-openstack | 03:41 | |
*** bklei has quit IRC | 03:46 | |
*** jasondotstar has quit IRC | 03:47 | |
*** saneax has quit IRC | 03:49 | |
*** ianw has joined #puppet-openstack | 03:54 | |
*** gildub has quit IRC | 04:22 | |
*** gildub has joined #puppet-openstack | 04:27 | |
*** hogepodge has quit IRC | 04:32 | |
*** markvoelker has joined #puppet-openstack | 04:32 | |
*** hogepodge has joined #puppet-openstack | 04:32 | |
*** markvoelker has quit IRC | 04:36 | |
*** saneax has joined #puppet-openstack | 04:44 | |
*** meylor has joined #puppet-openstack | 04:55 | |
*** meylor has quit IRC | 04:56 | |
*** stevemar has quit IRC | 05:05 | |
*** stevemar has joined #puppet-openstack | 05:06 | |
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:12 |
*** meylor has joined #puppet-openstack | 05:13 | |
*** bklei has joined #puppet-openstack | 05:30 | |
*** bklei has quit IRC | 05:35 | |
*** hogepodge has quit IRC | 05:42 | |
*** hogepodge has joined #puppet-openstack | 05:42 | |
*** tshtilma has joined #puppet-openstack | 05:52 | |
*** markvoelker has joined #puppet-openstack | 05:56 | |
*** markvoelker has quit IRC | 06:01 | |
*** stevemar has quit IRC | 06:05 | |
*** stevemar has joined #puppet-openstack | 06:06 | |
*** stamak has joined #puppet-openstack | 06:08 | |
*** meylor has quit IRC | 06:09 | |
*** stevemar has quit IRC | 06:09 | |
*** larainema has quit IRC | 06:17 | |
*** stamak has quit IRC | 06:17 | |
*** simon-AS559 has joined #puppet-openstack | 06:44 | |
*** dgurtner has joined #puppet-openstack | 06:44 | |
*** dgurtner has joined #puppet-openstack | 06:44 | |
*** dgurtner has quit IRC | 06:51 | |
*** fvollero_ has joined #puppet-openstack | 07:01 | |
*** fvollero has quit IRC | 07:01 | |
*** fvollero_ has quit IRC | 07:05 | |
*** fvollero has joined #puppet-openstack | 07:06 | |
*** jpena has joined #puppet-openstack | 07:11 | |
*** arnaud_orange has joined #puppet-openstack | 07:14 | |
*** bklei has joined #puppet-openstack | 07:19 | |
*** samuelBartel has joined #puppet-openstack | 07:20 | |
*** saneax has quit IRC | 07:22 | |
*** bklei has quit IRC | 07:24 | |
*** xingchao_ has joined #puppet-openstack | 07:26 | |
*** saneax has joined #puppet-openstack | 07:33 | |
*** jistr has joined #puppet-openstack | 07:43 | |
*** markvoelker has joined #puppet-openstack | 07:45 | |
openstackgerrit | Xingchao Yu proposed openstack/puppet-trove: Add trove::quota class https://review.openstack.org/196506 | 07:46 |
*** jtomasek has joined #puppet-openstack | 07:46 | |
*** markvoelker has quit IRC | 07:50 | |
*** paramite has joined #puppet-openstack | 07:53 | |
*** sergmelikyan has joined #puppet-openstack | 08:02 | |
*** fvollero_ has joined #puppet-openstack | 08:02 | |
*** paramite_ has joined #puppet-openstack | 08:02 | |
*** fvollero has quit IRC | 08:03 | |
*** paramite has quit IRC | 08:03 | |
*** jistr has quit IRC | 08:03 | |
*** fvollero_ has quit IRC | 08:07 | |
*** paramite_ has quit IRC | 08:07 | |
*** fvollero has joined #puppet-openstack | 08:07 | |
*** stevemar has joined #puppet-openstack | 08:07 | |
*** jistr has joined #puppet-openstack | 08:10 | |
*** xingchao_ has quit IRC | 08:10 | |
*** stevemar has quit IRC | 08:10 | |
*** sergmelikyan has quit IRC | 08:14 | |
*** sergmelikyan has joined #puppet-openstack | 08:15 | |
*** paramite_ has joined #puppet-openstack | 08:20 | |
*** derekh has joined #puppet-openstack | 08:22 | |
*** sergmelikyan has quit IRC | 08:25 | |
*** sergmelikyan has joined #puppet-openstack | 08:26 | |
*** saneax has quit IRC | 08:28 | |
*** saneax has joined #puppet-openstack | 08:29 | |
*** xarses has quit IRC | 08:36 | |
*** xarses has joined #puppet-openstack | 08:36 | |
*** xarses has quit IRC | 08:37 | |
*** sergmelikyan has quit IRC | 08:37 | |
*** xarses has joined #puppet-openstack | 08:37 | |
*** xarses has quit IRC | 08:38 | |
*** xarses has joined #puppet-openstack | 08:39 | |
*** xarses has quit IRC | 08:39 | |
*** xarses has joined #puppet-openstack | 08:40 | |
*** xarses has quit IRC | 08:40 | |
*** xarses has joined #puppet-openstack | 08:41 | |
*** xarses has quit IRC | 08:41 | |
*** xarses has joined #puppet-openstack | 08:42 | |
*** imcsk8 is now known as imcsk8|zZz | 08:59 | |
*** sergmelikyan has joined #puppet-openstack | 09:00 | |
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:04 |
*** bklei has joined #puppet-openstack | 09:08 | |
*** bklei has quit IRC | 09:12 | |
*** aimon_ has joined #puppet-openstack | 09:14 | |
*** aimon has quit IRC | 09:14 | |
*** paramite_ is now known as paramite | 09:22 | |
*** gfidente has joined #puppet-openstack | 09:23 | |
openstackgerrit | Javier Peña proposed openstack/puppet-trove: Complete qpid support https://review.openstack.org/195041 | 09:33 |
*** markvoelker has joined #puppet-openstack | 09:34 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 | 09:37 |
*** markvoelker has quit IRC | 09:39 | |
*** paramite is now known as paramite|afk | 09:40 | |
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 |
*** _joes_ has joined #puppet-openstack | 09:52 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-heat: Creation of heat::db::sync https://review.openstack.org/196646 | 09:54 |
*** stevemar has joined #puppet-openstack | 09:56 | |
*** stevemar has quit IRC | 10:00 | |
*** saneax has quit IRC | 10:06 | |
*** saneax has joined #puppet-openstack | 10:06 | |
*** sergmelikyan has quit IRC | 10:10 | |
*** sergmelikyan has joined #puppet-openstack | 10:11 | |
*** stamak has 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:13 |
*** sergmelikyan has quit IRC | 10:17 | |
*** stamak has quit IRC | 10:30 | |
*** gildub has quit IRC | 10:31 | |
*** sergmelikyan has joined #puppet-openstack | 10:37 | |
*** stamak has joined #puppet-openstack | 10:45 | |
*** sergmelikyan has quit IRC | 10:47 | |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-nova: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197013 | 10:47 |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-cinder: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197015 | 10:57 |
*** bklei has joined #puppet-openstack | 10:57 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 | 11:00 |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-ironic: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197016 | 11:01 |
*** bklei has quit IRC | 11:01 | |
*** ducttape_ has joined #puppet-openstack | 11:03 | |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-ceilometer: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197020 | 11:07 |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-ceilometer: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197020 | 11:08 |
*** sergmelikyan has joined #puppet-openstack | 11:14 | |
*** larainema has joined #puppet-openstack | 11:14 | |
openstackgerrit | Giulio Fidente proposed openstack/puppet-ironic: Allow customization of force_power_state_during_sync https://review.openstack.org/197022 | 11:15 |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-sahara: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197023 | 11:17 |
*** ducttape_ has quit IRC | 11:20 | |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-glance: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197024 | 11:21 |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-glance: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197024 | 11:23 |
*** markvoelker has joined #puppet-openstack | 11:24 | |
openstackgerrit | Xiaohua Yuan proposed openstack/puppet-manila: Add related parameters to manila::quota https://review.openstack.org/196660 | 11:26 |
*** markvoelker has quit IRC | 11:29 | |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-keystone: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197028 | 11:30 |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-keystone: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197028 | 11:32 |
*** xingchao_ has joined #puppet-openstack | 11:32 | |
*** xingchao_ has quit IRC | 11:36 | |
*** xiaohua has joined #puppet-openstack | 11:37 | |
openstackgerrit | Sebastien Badia proposed openstack/puppet-modulesync-configs: Synchronize nodeset (split trusty and centos) https://review.openstack.org/184352 | 11:38 |
*** dprince has joined #puppet-openstack | 11:40 | |
*** paramite|afk is now known as paramite | 11:42 | |
*** paramite has quit IRC | 11:43 | |
*** paramite has joined #puppet-openstack | 11:44 | |
*** xiaohua has quit IRC | 11:44 | |
openstackgerrit | Timur Nurlygayanov proposed openstack/puppet-heat: Fixed issue with rabbit_ha_queues parameter https://review.openstack.org/197031 | 11:44 |
*** stevemar has joined #puppet-openstack | 11:45 | |
*** stevemar has quit IRC | 11:48 | |
*** michchap has quit IRC | 11:48 | |
*** paramite has quit IRC | 11:49 | |
*** michchap has joined #puppet-openstack | 11:49 | |
*** paramite has joined #puppet-openstack | 11:49 | |
*** paramite has quit IRC | 11:50 | |
*** paramite has joined #puppet-openstack | 11:50 | |
*** ducttape_ has joined #puppet-openstack | 11:51 | |
*** jistr is now known as jistr|class | 11:59 | |
iurygregory | morning people =) | 11:59 |
*** prad has joined #puppet-openstack | 12:02 | |
*** markvoelker has joined #puppet-openstack | 12:02 | |
openstackgerrit | Sebastien Badia proposed openstack/puppet-swift: keystone/auth: make service description configurable https://review.openstack.org/195160 | 12:02 |
*** sergmelikyan has quit IRC | 12:04 | |
*** jistr|class is now known as jistr | 12:07 | |
*** markvoelker_ has joined #puppet-openstack | 12:11 | |
*** markvoel_ has joined #puppet-openstack | 12:13 | |
*** markvoelker has quit IRC | 12:13 | |
*** michchap has quit IRC | 12:15 | |
*** michchap has joined #puppet-openstack | 12:17 | |
*** markvoelker_ has quit IRC | 12:17 | |
EmilienM | good morning | 12:21 |
*** vinsh has quit IRC | 12:22 | |
iurygregory | \o | 12:26 |
*** bklei has joined #puppet-openstack | 12:28 | |
*** bklei has quit IRC | 12:32 | |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params https://review.openstack.org/190548 | 12:33 |
*** michchap_ has joined #puppet-openstack | 12:38 | |
*** sergmelikyan has joined #puppet-openstack | 12:39 | |
*** michchap has quit IRC | 12:40 | |
*** markvoel_ has quit IRC | 12:51 | |
*** markvoelker_ has joined #puppet-openstack | 12:52 | |
*** jayg|g0n3 is now known as jayg | 12:53 | |
*** arnaud_orange has quit IRC | 12:58 | |
*** arnaud_orange has 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:00 |
*** markvoelker_ has quit IRC | 13:02 | |
*** sergmelikyan has quit IRC | 13:02 | |
*** markvoelker has joined #puppet-openstack | 13:02 | |
*** sergmelikyan has joined #puppet-openstack | 13:03 | |
*** markvoelker_ has joined #puppet-openstack | 13:03 | |
*** markvoelker_ has quit IRC | 13:05 | |
*** markvoelker_ has joined #puppet-openstack | 13:06 | |
*** markvoelker has quit IRC | 13:07 | |
*** gildub has joined #puppet-openstack | 13:08 | |
*** saneax has quit IRC | 13:08 | |
*** sergmelikyan has quit IRC | 13:08 | |
*** bklei has joined #puppet-openstack | 13:09 | |
gildub | EmilienM, can't get any log file from jenkins tests | 13:13 |
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 has joined #puppet-openstack | 13:14 | |
spredzy | related* | 13:14 |
*** richm has joined #puppet-openstack | 13:14 | |
*** sergmelikyan has quit IRC | 13:14 | |
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:15 |
EmilienM | gildub: you too ! | 13:16 |
gildub | Thanks | 13:16 |
*** gildub has quit IRC | 13:16 | |
openstackgerrit | Merged openstack/puppet-monasca: Remove Release Notes section from README https://review.openstack.org/196313 | 13:16 |
*** _nick has quit IRC | 13:19 | |
*** morazi has joined #puppet-openstack | 13:19 | |
*** sergmelikyan has joined #puppet-openstack | 13:20 | |
*** _joes_ has quit IRC | 13:20 | |
*** dfisher has joined #puppet-openstack | 13:24 | |
*** jpena is now known as jpena|lunch | 13:25 | |
*** vinsh has joined #puppet-openstack | 13:27 | |
*** _joes_ has joined #puppet-openstack | 13:29 | |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params https://review.openstack.org/190548 | 13:33 |
*** stevemar has joined #puppet-openstack | 13:34 | |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-horizon: Add cache_backend and cache_options params https://review.openstack.org/190548 | 13:36 |
*** stevemar has quit IRC | 13:37 | |
*** dgurtner has joined #puppet-openstack | 13:37 | |
*** dgurtner has quit IRC | 13:40 | |
*** stevemar has joined #puppet-openstack | 13:42 | |
openstackgerrit | Merged openstack/puppet-openstack-cookiecutter: Update templates to reflect various changes https://review.openstack.org/197000 | 13:42 |
*** _nick has joined #puppet-openstack | 13:44 | |
openstackgerrit | Sebastien Badia proposed openstack/puppet-nova: keystone/auth: make service description configurable https://review.openstack.org/195162 | 13:45 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: support for keystone v3 api - beaker tests https://review.openstack.org/178828 | 13:47 |
openstackgerrit | Sebastien Badia proposed openstack/puppet-nova: spec: Update nova::keystone::auth spec according class name https://review.openstack.org/197080 | 13:50 |
*** sergmelikyan has quit IRC | 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 has joined #puppet-openstack | 13:59 | |
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 |
*** simon-AS559 has quit IRC | 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:01 |
*** francois has quit IRC | 14:04 | |
*** vinsh has quit IRC | 14:08 | |
*** francois has joined #puppet-openstack | 14:09 | |
openstackgerrit | Merged openstack/puppet-modulesync-configs: Add a readme for this repository https://review.openstack.org/189819 | 14:15 |
*** rgowrishankar has joined #puppet-openstack | 14:18 | |
*** _joes_ has quit IRC | 14:19 | |
*** _joes_ has joined #puppet-openstack | 14:19 | |
*** vinsh has joined #puppet-openstack | 14:22 | |
openstackgerrit | Drew Fisher proposed openstack/puppet-glance: Remove POSIX users, groups, and file modes. https://review.openstack.org/196390 | 14:26 |
dfisher | one day I might get this right... | 14:27 |
*** mdorman has joined #puppet-openstack | 14:28 | |
*** arnaud_orange has quit IRC | 14:29 | |
*** arnaud_orange has joined #puppet-openstack | 14:30 | |
*** jpena|lunch is now known as jpena | 14:34 | |
*** jayg is now known as jayg|g0n3 | 14:35 | |
*** paramite is now known as paramite|afk | 14:35 | |
*** rgowrishankar has quit IRC | 14:36 | |
openstackgerrit | Merged openstack/puppet-keystone: Restore Keystone v2 method for service create https://review.openstack.org/194428 | 14:37 |
*** paramite|afk is now known as paramite | 14:38 | |
crinkle | morning | 14:43 |
iurygregory | morning ^^ | 14:44 |
EmilienM | we have your weekly in 15 min on #openstack-meeting-4 | 14:45 |
*** rushiagr_away is now known as rushiagr | 14:45 | |
EmilienM | richm, iurygregory: we have a topic agenda about blueprints, stay around | 14:45 |
*** sergmelikyan has quit IRC | 14:47 | |
iurygregory | right EmilienM =) | 14:47 |
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:48 |
*** sergmelikyan has joined #puppet-openstack | 14:49 | |
*** sergmelikyan has quit IRC | 14:49 | |
mdorman | sounds good | 14:50 |
mdorman | thanks | 14:50 |
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:51 |
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:52 |
mdorman | looking | 14:53 |
mdorman | yeah this is kinda tricky | 14:54 |
*** bklei_ has joined #puppet-openstack | 14:55 | |
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:56 |
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 |
*** bklei has quit IRC | 14:57 | |
clayton | personally 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 jayg | 14:58 | |
*** sergmelikyan has joined #puppet-openstack | 14:58 | |
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 | 14:59 |
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:00 |
*** saneax has joined #puppet-openstack | 15:04 | |
*** sergmelikyan has quit IRC | 15:06 | |
*** arnaud_orange has quit IRC | 15:18 | |
*** ducttape_ has quit IRC | 15:19 | |
*** ducttape_ has joined #puppet-openstack | 15:19 | |
*** mikeit has joined #puppet-openstack | 15:20 | |
*** simon-AS559 has joined #puppet-openstack | 15:21 | |
*** simon-AS5591 has joined #puppet-openstack | 15:22 | |
*** cwolferh has quit IRC | 15:24 | |
*** simon-AS559 has quit IRC | 15:25 | |
*** paramite has quit IRC | 15:25 | |
*** ducttape_ has quit IRC | 15:48 | |
openstackgerrit | Matt Fischer proposed openstack/puppet-heat: Support setting instance_user to an empty string https://review.openstack.org/197147 | 15:51 |
spredzy | crinkle, ping https://github.com/puppet-community/modulesync/pull/47. Can I get a feedback when you have a chance. Thank you | 15:59 |
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 |
*** jistr has quit IRC | 16:01 | |
dmsimard | EmilienM: Ok, I'll wait for the recheck results | 16:01 |
*** sergmelikyan has joined #puppet-openstack | 16:01 | |
*** simon-AS5591 has quit IRC | 16:03 | |
*** spredzy is now known as spredzy|afk | 16: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 |
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:08 |
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:09 |
mfisch | thanks | 16:10 |
_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:12 |
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:13 |
_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:14 |
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 has joined #puppet-openstack | 16:16 | |
* _ody just kinda wants his other suggestion too | 16:16 | |
_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: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 |
EmilienM | crinkle: for sure. | 16:18 |
_ody | crinkle: of course | 16:18 |
_ody | Huh. Just not in the mood to go running today...will go take post openstack meeting shower instead. | 16:20 |
*** sergmelikyan has quit IRC | 16:21 | |
mdorman | hah | 16:23 |
Hunner | crinkle++ | 16:26 |
openstackgerrit | Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 | 16:28 |
*** sergmelikyan has joined #puppet-openstack | 16:28 | |
*** dontalton has joined #puppet-openstack | 16:29 | |
*** samuelBartel has quit IRC | 16:29 | |
openstackgerrit | Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 | 16:29 |
crinkle | Hunner: yay \o/ | 16:30 |
Hunner | crinkle: 0.2.1 pushed | 16:31 |
crinkle | EmilienM: ^ | 16:31 |
dfisher | iniparse? | 16:31 |
dfisher | inifile* | 16:32 |
*** stamak has quit IRC | 16:32 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-cinder: Do not install Puppet if BEAKER_provision=no https://review.openstack.org/196249 | 16:32 |
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:33 |
Hunner | In the mean time, we're using it in all of our modules | 16:34 |
Hunner | because copypasta is bad | 16:34 |
SpamapS | Would anybody have any quick ideas that would cause my nova-api to respond to all requests with 404? | 16:35 |
*** aimon_ has quit IRC | 16:37 | |
openstackgerrit | Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 | 16:37 |
stevemar | mfisch: piiing | 16:41 |
*** tshtilma has quit IRC | 16:42 | |
openstackgerrit | Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 | 16:44 |
openstackgerrit | Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 | 16:47 |
*** jpena has quit IRC | 16:48 | |
*** ducttape_ has joined #puppet-openstack | 16:49 | |
*** ducttape_ has quit IRC | 16:50 | |
*** ducttape_ has joined #puppet-openstack | 16:50 | |
*** openstackgerrit has quit IRC | 16:50 | |
*** openstackgerrit has joined #puppet-openstack | 16:51 | |
dmsimard | Gate is having a particularly hard time today ? | 16:52 |
crinkle | Hunner: okay, it's helpful to us in the mean time | 16:55 |
dfisher | SpamapS: keystone creds not right? | 16:55 |
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:57 |
iurygregory | Hey EmilienM, i'll update now the bp and the spec | 16:58 |
iurygregory | i need change the location of the spec in the repo? | 16:59 |
*** derekh has quit IRC | 16:59 | |
iurygregory | the path is "specs/kilo/enabling-k2k-federation.rst" change to "specs/Liberty" | 17:00 |
*** simon-AS559 has joined #puppet-openstack | 17:00 | |
*** simon-AS5591 has joined #puppet-openstack | 17:01 | |
dfisher | spamaps: via puppet or just the configuration files? | 17:02 |
openstackgerrit | Andrew Boik proposed openstack/puppet-neutron: Update Cisco ML2 classes and templates https://review.openstack.org/197181 | 17:04 |
*** simon-AS559 has quit IRC | 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:04 | |
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:05 |
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:07 |
dfisher | also, which release of nova? | 17:08 |
*** simon-AS5591 has quit IRC | 17:08 | |
SpamapS | dfisher: kilo | 17:08 |
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 |
*** sergmelikyan has quit IRC | 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 has 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 has joined #puppet-openstack | 17:10 | |
dfisher | glad to hear it's fixed in Kilo | 17:10 |
dfisher | anyway | 17:10 |
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:11 |
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:12 |
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:13 |
SpamapS | crinkle: Let me push up my nova additions | 17:14 |
crinkle | SpamapS: ty | 17:14 |
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:15 |
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:16 |
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:17 |
EmilienM | gate is probably slow today | 17:18 |
SpamapS | crinkle: https://review.openstack.org/#/c/197187/ is the nova bit | 17:19 |
* SpamapS continues sprinkling debug statements | 17:20 | |
*** richm has quit IRC | 17:21 | |
*** mikeit has quit IRC | 17:21 | |
openstackgerrit | Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 | 17:23 |
*** gfidente has quit IRC | 17:29 | |
*** tshtilma has joined #puppet-openstack | 17:30 | |
*** sergmelikyan has quit IRC | 17:31 | |
EmilienM | crinkle: if I understand well, _ody suggests we rename gate-{name}-puppet-syntax-future to gate-{name}-puppet4-syntax - right ? | 17:33 |
EmilienM | crinkle: I'm asking because I also see the puppet-syntax jobs | 17:35 |
*** richm has joined #puppet-openstack | 17:37 | |
*** mgarza_ has joined #puppet-openstack | 17:46 | |
*** xarses has quit IRC | 17:51 | |
crinkle | SpamapS: i reproduced it \o/ but i don't understand it :( | 17:52 |
crinkle | EmilienM: idk sounds like a question for _ody not me | 17:53 |
nibalizer | well syntax-future is a misnomer now, puppet4-syntax is a better name for sure | 17:56 |
*** xingchao_ has joined #puppet-openstack | 17:56 | |
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:57 |
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 | 17:58 |
*** xarses has joined #puppet-openstack | 18:07 | |
*** imcsk8|zZz is now known as imcsk8 | 18:14 | |
*** rcallawa has quit IRC | 18:16 | |
*** rcallawa has joined #puppet-openstack | 18:17 | |
*** rushiagr is now known as rushiagr_away | 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:18 |
*** xingchao_ has quit IRC | 18:26 | |
iurygregory | richm, EmilienM i have updated the bp https://blueprints.launchpad.net/puppet-keystone/+spec/enabling-federation need more details ? | 18:29 |
iurygregory | i'm updating the spec, i need to rename the branch and set the path to specs/Liberty? | 18:31 |
*** samuelBartel has joined #puppet-openstack | 18:32 | |
EmilienM | iurygregory: yes | 18:34 |
*** daxatlas has joined #puppet-openstack | 18:38 | |
EmilienM | crinkle, Hunner: see my question on https://review.openstack.org/#/c/197217/ | 18:44 |
*** xarses has quit IRC | 18:45 | |
*** xarses has joined #puppet-openstack | 18:45 | |
*** xarses has quit IRC | 18:45 | |
*** xarses has joined #puppet-openstack | 18:46 | |
Hunner | commented back | 18:46 |
EmilienM | cool | 18:46 |
iurygregory | thanks EmilienM | 18:50 |
*** cwolferh has quit IRC | 18:56 | |
dmsimard | EmilienM: https://review.openstack.org/#/c/179645/4 failed miserably | 18:57 |
EmilienM | dmsimard: probably you don't configure epel the right way | 18:58 |
dmsimard | xarses: you wanna look? ^ I'm not a RHEL guy at all | 18:59 |
EmilienM | _ody: for puppet-syntax new job, using rake, should we have puppet3 and 4 voting ? | 19:11 |
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:13 |
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_ has joined #puppet-openstack | 19:14 | |
*** mgarza_ has quit IRC | 19:18 | |
*** rcallawa has quit IRC | 19:18 | |
_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 has joined #puppet-openstack | 19:19 | |
EmilienM | crinkle: you might need to update the commit message though | 19:20 |
*** simon-AS5591 has joined #puppet-openstack | 19:21 | |
xarses | dmsimard: puppet-ceph wont run cent7 w/o the patch behind it. They need to be squashed together | 19:22 |
dmsimard | xarses: amazing | 19:23 |
xarses | yep | 19:23 |
dmsimard | Ok, I'll take a stab at it | 19:23 |
xarses | and lint and unit-4.0 wont run with out this one | 19:24 |
*** simon-AS559 has quit IRC | 19:24 | |
*** daxatlas has quit IRC | 19:34 | |
*** ducttape_ has quit IRC | 19:44 | |
SpamapS | crinkle: so progress, it seems that somewhere the /v2 gets stripped, but it shouldn't. | 19:51 |
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:52 |
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:53 | |
*** ducttape_ has joined #puppet-openstack | 19:54 | |
crinkle | \o/ | 19:54 |
SpamapS | that is ... the worst error chain.. ever | 19:55 |
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:01 |
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:06 |
*** tshtilma has quit IRC | 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:07 |
*** sergmelikyan has joined #puppet-openstack | 20:13 | |
*** xingchao_ has joined #puppet-openstack | 20:15 | |
*** sergmelikyan has quit IRC | 20:17 | |
*** sergmelikyan has joined #puppet-openstack | 20:18 | |
*** cwolferh has joined #puppet-openstack | 20:19 | |
*** xingchao_ has quit IRC | 20:19 | |
*** samuelBartel has quit IRC | 20:20 | |
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:21 |
*** ducttape_ has quit IRC | 20:22 | |
*** ducttape_ has joined #puppet-openstack | 20:22 | |
*** serg_melikyan has joined #puppet-openstack | 20:24 | |
*** sergmelikyan has quit IRC | 20:25 | |
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:29 |
*** mgarza has joined #puppet-openstack | 20:31 | |
*** dprince has quit IRC | 20:31 | |
*** serg_melikyan has quit IRC | 20:32 | |
*** sergmelikyan has joined #puppet-openstack | 20:34 | |
*** Fin1te has joined #puppet-openstack | 20:36 | |
*** jtomasek has quit IRC | 20:37 | |
*** simon-AS5591 has quit IRC | 20:38 | |
* xarses waits in line for the roller coaster | 20:40 | |
xarses | centos7 beaker passed | 20:41 |
dmsimard | xarses: hah, how do you know? Following ahead of jenkins posting results ? | 20:42 |
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:43 |
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:44 |
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:45 |
xarses | ya, it's often all over the place | 20:46 |
*** stevemar has quit IRC | 20:58 | |
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:02 |
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:03 |
EmilienM | upgrade jobs should be green after that | 21:04 |
xarses | for x in $(people_in_channel(); do spam; done | 21:06 |
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:07 |
EmilienM | oh | 21:08 |
EmilienM | xarses: I can do it | 21:08 |
dfisher | haha | 21:08 |
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:09 |
*** sergmelikyan has quit IRC | 21:17 | |
*** ducttape_ has quit IRC | 21:18 | |
*** jayg is now known as jayg|g0n3 | 21:22 | |
openstackgerrit | Drew Fisher proposed openstack/puppet-designate: Remove POSIX users, groups, and file modes. https://review.openstack.org/197336 | 21:23 |
*** jayg|g0n3 is now known as jayg | 21:23 | |
*** jayg is now known as jayg|g0n3 | 21:24 | |
*** Fin1te has quit IRC | 21:37 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-specs: Blueprint: Define our master branch policy https://review.openstack.org/180141 | 21:38 |
*** aimon has quit IRC | 21:43 | |
*** degorenko has quit IRC | 21:49 | |
openstackgerrit | Cody Herriges proposed openstack/puppet-neutron: [WIP] Include tests that test the use of create. https://review.openstack.org/194097 | 21:53 |
*** bklei_ has quit IRC | 22:05 | |
*** aimon has joined #puppet-openstack | 22:07 | |
*** sergmelikyan has joined #puppet-openstack | 22:19 | |
*** _joes_ has quit IRC | 22:20 | |
*** _joes_ has joined #puppet-openstack | 22:20 | |
*** pleia2 has quit IRC | 22:23 | |
*** pleia2 has joined #puppet-openstack | 22:25 | |
*** aimon has quit IRC | 22:25 | |
*** aimon has joined #puppet-openstack | 22:34 | |
*** dontalton has quit IRC | 22:37 | |
dmsimard | xarses, EmilienM: YAY ! +1 on EL7 and tests https://review.openstack.org/#/c/197302/ | 22:37 |
dmsimard | I'm thinking about turning off puppet-ceph CI in favor of beaker | 22:38 |
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:43 |
openstackgerrit | Cody Herriges proposed openstack/puppet-neutron: Include tests that test the use of create. https://review.openstack.org/194097 | 22:46 |
openstackgerrit | Richard Megginson proposed openstack/puppet-openstack-specs: Support Keystone v3 API in openstack puppet modules https://review.openstack.org/150108 | 22:47 |
_ody | EmilienM: https://review.openstack.org/#/c/194097 should be ready for review once CI runs. | 22:48 |
*** chem has quit IRC | 22:48 | |
*** chem has joined #puppet-openstack | 22:49 | |
*** sergmelikyan has quit IRC | 22:52 | |
*** larainema has quit IRC | 22:54 | |
*** dfisher has quit IRC | 22:56 | |
openstackgerrit | Cody Herriges proposed openstack/puppet-neutron: Include tests that test the use of create. https://review.openstack.org/194097 | 22:57 |
*** chem has quit IRC | 23:01 | |
*** gildub has joined #puppet-openstack | 23:03 | |
*** chem has joined #puppet-openstack | 23:04 | |
*** markvoelker_ has quit IRC | 23:06 | |
*** chem has quit IRC | 23:06 | |
*** chem has joined #puppet-openstack | 23:07 | |
*** chem has quit IRC | 23:09 | |
*** chem has joined #puppet-openstack | 23:10 | |
*** chem has quit IRC | 23:12 | |
*** xarses has quit IRC | 23:12 | |
*** mgarza has quit IRC | 23:15 | |
*** mgarza_ has joined #puppet-openstack | 23:15 | |
*** mgarza_ has quit IRC | 23:16 | |
openstackgerrit | Merged stackforge/puppet-ceph: Add EL7 Support, Fix unit and integration tests https://review.openstack.org/197302 | 23:21 |
*** xarses has joined #puppet-openstack | 23:39 | |
*** mdorman has quit IRC | 23:45 | |
*** markvoelker has joined #puppet-openstack | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!