openstackgerrit | Steven Hillman proposed openstack/puppet-neutron: N1Kv: Adding nexus1000v puppet class https://review.openstack.org/192944 | 00:02 |
---|---|---|
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: get keystone logs in jenkins workspace https://review.openstack.org/199712 | 00:03 |
openstackgerrit | Steven Hillman proposed openstack/puppet-neutron: N1Kv: Adding nexus1000v puppet class https://review.openstack.org/192944 | 00:04 |
openstackgerrit | Elizabeth K. Joseph proposed openstack/puppet-murano: Update .gitreview file for project rename https://review.openstack.org/200776 | 00:04 |
EmilienM | pleia2: thanks ^ | 00:04 |
pleia2 | you're welcome :) | 00:04 |
EmilienM | richm: https://review.openstack.org/#/c/199676/ | 00:04 |
EmilienM | richm: it sounds required | 00:05 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: Transform keystone::roles::admin Class into a Define https://review.openstack.org/199676 | 00:06 |
*** bitblt has joined #puppet-openstack | 00:07 | |
richm | EmilienM: if it is required, that's bad | 00:07 |
EmilienM | richm: let me prove you | 00:07 |
EmilienM | richm: http://logs.openstack.org/76/199676/6/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-centos7/b1d318e/console.html#_2015-07-10_20_55_35_478 | 00:08 |
richm | EmilienM: does puppet log autorequire processing? | 00:09 |
EmilienM | richm: don't thing so | 00:09 |
EmilienM | think* | 00:09 |
EmilienM | but this is weird indeed | 00:10 |
richm | 2015-07-10 20:55:33.581 | [00;00m[01;30mNotice: /Stage[main]/Main/Keystone::Resource::Admin[adminv3]/Keystone_domain[service_domain]/ensure: created | 00:11 |
*** jasondot_ has quit IRC | 00:11 | |
EmilienM | service_domain | 00:11 |
EmilienM | not admin_domain :) | 00:11 |
richm | I don't see a '/usr/bin/openstack domain create' anywhere | 00:12 |
richm | it is simply not creating any domains | 00:12 |
*** xingchao has joined #puppet-openstack | 00:14 | |
EmilienM | richm: something is wrong in manifests/resource/admin.pp then? | 00:14 |
EmilienM | I did c/p | 00:15 |
richm | I don't know | 00:17 |
EmilienM | richm: you're right | 00:17 |
EmilienM | it never create the domain | 00:17 |
richm | I'm running the test now | 00:18 |
EmilienM | richm: maybe in conditionals | 00:20 |
EmilienM | richm: I found the bug ahah | 00:21 |
EmilienM | richm: if you declare admin_project_domain AND admin_user_domain and if they are equal, the admin_project_domain is never created | 00:21 |
openstackgerrit | Merged openstack/puppet-murano: Update .gitreview file for project rename https://review.openstack.org/200776 | 00:22 |
EmilienM | because if $admin_project_domain != $admin_user_domain two times | 00:22 |
EmilienM | so we are never in the condition | 00:22 |
EmilienM | and we never realize the domain | 00:22 |
EmilienM | we should probably change the second condition | 00:23 |
EmilienM | richm: I'll provide a fix this week end | 00:27 |
openstackgerrit | Steven Hillman proposed openstack/puppet-neutron: N1Kv: Adding nexus1000v puppet class https://review.openstack.org/192944 | 00:30 |
EmilienM | I created a unit test and we have a bug | 00:30 |
*** jasondotstar has joined #puppet-openstack | 00:31 | |
*** linkedinyou has joined #puppet-openstack | 00:32 | |
openstackgerrit | Steven Hillman proposed openstack/puppet-neutron: N1Kv: Adding nexus1000v puppet class https://review.openstack.org/192944 | 00:36 |
*** bitblt has quit IRC | 00:38 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: Transform keystone::roles::admin Class into a Define https://review.openstack.org/199676 | 00:39 |
EmilienM | richm: fixed $$ | 00:39 |
EmilienM | ^ | 00:39 |
richm | arg | 00:41 |
EmilienM | richm: you see ? | 00:41 |
richm | my bad logic | 00:41 |
EmilienM | ahah | 00:41 |
EmilienM | don't worry | 00:41 |
EmilienM | it happens to me all the time | 00:41 |
EmilienM | richm: please see my change though | 00:42 |
richm | reviewing | 00:42 |
EmilienM | I drop the second condition on one of both | 00:42 |
richm | I wanted initially to create a hash and let the hash unique-ify the domains | 00:42 |
EmilienM | oh, nice | 00:42 |
richm | but I couldn't figure out how to do that and satisfy the puppet syntax :P | 00:43 |
EmilienM | richm: with a create_resource? | 00:44 |
richm | well, yes, but how do you construct the hash? | 00:44 |
EmilienM | richm: no idea now my brain is burnt | 00:45 |
richm | EmilienM: This won't work either - what if $service_project_domain == $admin_user_domain, and admin_project_domain = undef? | 00:45 |
EmilienM | it's friday | 00:45 |
richm | yeah | 00:45 |
EmilienM | richm: the release is done, I'm happy. I can leave in holidays next week | 00:46 |
EmilienM | richm: I'm taking a boat and see whales again | 00:46 |
richm | nice! | 00:47 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: get keystone logs in jenkins workspace https://review.openstack.org/199712 | 00:50 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: validate Keystone with Tempest https://review.openstack.org/198561 | 00:52 |
*** xingchao has quit IRC | 00:59 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: get keystone logs in jenkins workspace https://review.openstack.org/199712 | 01:00 |
*** aimon has joined #puppet-openstack | 01:03 | |
EmilienM | richm: now I have this error in tempest/v3: https://jenkins06.openstack.org/job/gate-puppet-keystone-puppet-beaker-rspec-dsvm-centos7/135/console | 01:08 |
EmilienM | Could not find project: openstack | 01:09 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: validate Keystone with Tempest https://review.openstack.org/198561 | 01:10 |
EmilienM | richm: trying with v3 credentials | 01:10 |
*** jasondotstar has quit IRC | 01:20 | |
*** jasondotstar has joined #puppet-openstack | 01:36 | |
openstackgerrit | Richard Megginson proposed openstack/puppet-keystone: Transform keystone::roles::admin Class into a Define https://review.openstack.org/199676 | 01:49 |
richm | EmilienM: fixed ^^^ | 01:49 |
*** bklei has joined #puppet-openstack | 01:51 | |
*** bklei has joined #puppet-openstack | 01:52 | |
*** bklei has quit IRC | 01:56 | |
*** xingchao has joined #puppet-openstack | 02:00 | |
*** xingchao has quit IRC | 02:10 | |
*** krotscheck has quit IRC | 02:28 | |
*** ianw has quit IRC | 02:29 | |
*** krotscheck has joined #puppet-openstack | 02:29 | |
*** ianw has joined #puppet-openstack | 02:29 | |
*** richm has quit IRC | 02:37 | |
*** jasondotstar has quit IRC | 02:56 | |
*** ferest has joined #puppet-openstack | 03:13 | |
*** ferest has quit IRC | 03:15 | |
*** markvoelker has quit IRC | 03:23 | |
*** markvoelker has joined #puppet-openstack | 03:25 | |
*** markvoelker has quit IRC | 03:31 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: get keystone logs in jenkins workspace https://review.openstack.org/199712 | 03:49 |
*** markvoelker has joined #puppet-openstack | 03:50 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: validate Keystone with Tempest https://review.openstack.org/198561 | 03:55 |
*** markvoelker has quit IRC | 03:56 | |
*** jasondotstar has joined #puppet-openstack | 03:57 | |
*** xingchao has joined #puppet-openstack | 03:59 | |
*** markvoelker has joined #puppet-openstack | 04:06 | |
*** xingchao has quit IRC | 04:16 | |
*** markvoelker has quit IRC | 04:17 | |
*** jasondotstar has quit IRC | 04:22 | |
*** xarses_ has joined #puppet-openstack | 04:47 | |
*** markvoelker has joined #puppet-openstack | 04:48 | |
*** xarses has quit IRC | 04:50 | |
*** markvoelker_ has joined #puppet-openstack | 04:53 | |
*** markvoelker has quit IRC | 04:55 | |
*** cdelatte has quit IRC | 04:55 | |
*** markvoelker_ has quit IRC | 04:59 | |
*** linkedinyou has quit IRC | 05:03 | |
*** markvoelker has joined #puppet-openstack | 05:04 | |
*** markvoelker_ has joined #puppet-openstack | 05:08 | |
*** markvoelker has quit IRC | 05:11 | |
*** markvoelker has joined #puppet-openstack | 05:14 | |
*** markvoelker_ has quit IRC | 05:14 | |
*** markvoelker_ has joined #puppet-openstack | 05:24 | |
*** markvoelker has quit IRC | 05:27 | |
*** markvoelker has joined #puppet-openstack | 05:39 | |
*** markvoelker_ has quit IRC | 05:43 | |
*** markvoelker has quit IRC | 05:43 | |
*** markvoelker has joined #puppet-openstack | 05:43 | |
*** xingchao has joined #puppet-openstack | 05:46 | |
*** xingchao has quit IRC | 05:59 | |
*** saneax has joined #puppet-openstack | 06:01 | |
*** stamak has joined #puppet-openstack | 07:06 | |
*** stamak has quit IRC | 07:12 | |
*** michchap_ has joined #puppet-openstack | 07:16 | |
*** michchap has quit IRC | 07:16 | |
*** sanjayu has joined #puppet-openstack | 07:17 | |
*** xingchao has joined #puppet-openstack | 07:30 | |
*** xingchao has quit IRC | 07:37 | |
*** xarses_ has quit IRC | 07:49 | |
*** xarses has joined #puppet-openstack | 07:50 | |
*** markvoelker has quit IRC | 07:57 | |
*** chem has joined #puppet-openstack | 08:13 | |
*** xingchao has joined #puppet-openstack | 08:38 | |
*** chem has quit IRC | 08:48 | |
*** xingchao has quit IRC | 08:49 | |
*** jasondotstar has joined #puppet-openstack | 08:52 | |
*** partner has quit IRC | 08:55 | |
*** partner has joined #puppet-openstack | 08:56 | |
*** duritong_ has quit IRC | 08:56 | |
*** duritong has joined #puppet-openstack | 08:56 | |
*** xingchao has joined #puppet-openstack | 08:57 | |
*** markvoelker has joined #puppet-openstack | 08:58 | |
*** markvoelker has quit IRC | 09:03 | |
*** xingchao_ has joined #puppet-openstack | 09:54 | |
openstackgerrit | sac proposed openstack/puppet-manila: Add support to configure GlusterFS drivers with Manila shares. https://review.openstack.org/200811 | 09:54 |
*** xingchao has quit IRC | 09:55 | |
*** chem has joined #puppet-openstack | 09:58 | |
*** xingchao_ has quit IRC | 09:59 | |
*** xingchao has joined #puppet-openstack | 10:01 | |
*** xingchao_ has joined #puppet-openstack | 10:09 | |
*** xingchao has quit IRC | 10:10 | |
*** markvoelker has joined #puppet-openstack | 10:59 | |
*** markvoelker has quit IRC | 11:03 | |
openstackgerrit | Xingchao Yu proposed openstack/puppet-trove: Add notification system options https://review.openstack.org/200818 | 11:13 |
*** jasondotstar has quit IRC | 11:14 | |
*** xingchao_ has quit IRC | 11:27 | |
*** ChanServ sets mode: +o EmilienM | 11:50 | |
*** ChanServ sets mode: +o sbadia | 11:50 | |
*** markvoelker has joined #puppet-openstack | 12:00 | |
*** markvoelker has quit IRC | 12:04 | |
*** stamak has joined #puppet-openstack | 12:05 | |
*** xingchao has joined #puppet-openstack | 12:28 | |
*** stamak has quit IRC | 12:28 | |
*** ducttape_ has joined #puppet-openstack | 12:37 | |
*** xingchao has quit IRC | 12:39 | |
*** ducttape_ has quit IRC | 13:04 | |
*** jasondotstar has joined #puppet-openstack | 13:14 | |
*** ducttape_ has joined #puppet-openstack | 13:17 | |
*** sanjayu__u has quit IRC | 13:34 | |
*** ducttape_ has quit IRC | 13:40 | |
*** xingchao has joined #puppet-openstack | 13:42 | |
*** xingchao has quit IRC | 13:48 | |
*** bklei has joined #puppet-openstack | 13:58 | |
*** markvoelker has joined #puppet-openstack | 14:00 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: get keystone logs in jenkins workspace https://review.openstack.org/199712 | 14:02 |
*** markvoelker has quit IRC | 14:05 | |
*** jasondotstar has quit IRC | 14:10 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: get logs in jenkins workspace https://review.openstack.org/199712 | 14:33 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: run keystone in a WSGI server by default https://review.openstack.org/200827 | 14:40 |
*** stamak has joined #puppet-openstack | 14:42 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-tempest: Add config parameters to run Keystone v3 tests https://review.openstack.org/200687 | 14:46 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-keystone: acceptance: validate Keystone with Tempest https://review.openstack.org/198561 | 14:47 |
*** vinsh has quit IRC | 14:51 | |
*** vinsh has joined #puppet-openstack | 14:51 | |
*** stamak has quit IRC | 14:54 | |
*** stamak has joined #puppet-openstack | 15:02 | |
*** linkedinyou has joined #puppet-openstack | 15:11 | |
*** stamak has quit IRC | 15:15 | |
*** ducttape_ has joined #puppet-openstack | 15:18 | |
*** xarses has quit IRC | 15:21 | |
*** xingchao has joined #puppet-openstack | 15:36 | |
*** xingchao has quit IRC | 15:43 | |
*** ducttape_ has quit IRC | 15:44 | |
*** gothicmindfood has joined #puppet-openstack | 15:48 | |
*** xarses has joined #puppet-openstack | 15:51 | |
*** linkedinyou has quit IRC | 15:59 | |
*** markvoelker has joined #puppet-openstack | 16:01 | |
*** markvoelker has quit IRC | 16:06 | |
*** higgins has quit IRC | 16:32 | |
*** higgins has joined #puppet-openstack | 16:35 | |
*** linkedinyou has joined #puppet-openstack | 16:40 | |
*** xarses has quit IRC | 16:48 | |
*** jtomasek has quit IRC | 17:36 | |
*** jasondotstar has joined #puppet-openstack | 17:42 | |
*** markvoelker has joined #puppet-openstack | 18:02 | |
*** saneax has quit IRC | 18:06 | |
*** markvoelker has quit IRC | 18:07 | |
*** saneax has joined #puppet-openstack | 18:23 | |
*** morazi has joined #puppet-openstack | 18:25 | |
*** xingchao has joined #puppet-openstack | 18:42 | |
*** jasondotstar has quit IRC | 19:12 | |
*** Pablo has joined #puppet-openstack | 19:17 | |
*** Pablo is now known as pcaruana | 19:24 | |
*** linkedinyou has quit IRC | 19:46 | |
*** markvoelker has joined #puppet-openstack | 20:03 | |
*** markvoelker has quit IRC | 20:07 | |
*** xingchao has quit IRC | 20:24 | |
*** linkedinyou has joined #puppet-openstack | 20:27 | |
*** linkedinyou has quit IRC | 20:30 | |
*** linkedinyou has joined #puppet-openstack | 20:33 | |
*** saneax has quit IRC | 20:40 | |
*** xingchao has joined #puppet-openstack | 20:49 | |
*** ducttape_ has joined #puppet-openstack | 20:56 | |
*** aimon has quit IRC | 21:07 | |
*** aimon has joined #puppet-openstack | 21:07 | |
*** higgins has quit IRC | 21:09 | |
*** xingchao has quit IRC | 21:10 | |
*** higgins has joined #puppet-openstack | 21:11 | |
*** ducttape_ has quit IRC | 21:16 | |
*** jasondotstar has joined #puppet-openstack | 21:43 | |
*** ducttape_ has joined #puppet-openstack | 22:00 | |
*** markvoelker has joined #puppet-openstack | 22:04 | |
*** dmellado has quit IRC | 22:04 | |
*** dmellado has joined #puppet-openstack | 22:05 | |
*** markvoelker has quit IRC | 22:08 | |
*** xingchao has joined #puppet-openstack | 22:10 | |
*** ducttape_ has quit IRC | 22:15 | |
*** xingchao has quit IRC | 22:26 | |
*** aimon has quit IRC | 23:08 | |
*** xarses has joined #puppet-openstack | 23:10 | |
*** markvoelker has joined #puppet-openstack | 23:20 | |
*** markvoelker has quit IRC | 23:24 | |
*** jasondotstar has quit IRC | 23:24 | |
*** xingchao has joined #puppet-openstack | 23:26 | |
*** xingchao has quit IRC | 23:33 | |
*** xarses has quit IRC | 23:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!