gildub | richm, so maybe it doesn't matter | 00:00 |
---|---|---|
richm | gildub: I don't know if that would work | 00:00 |
richm | gildub: I do know that when you add an endpoint using openstack --os-identity-api-version 2 endpoint create ... | 00:00 |
richm | gildub: You can view it with endpoint list using v2 and v3 | 00:00 |
gildub | richm, that works, I just tested it, created the endpoint with v2 (same identity service, region, URLs) and then create them with v3 | 00:01 |
EmilienM | it would be weird v3 api can't read what does v2 | 00:02 |
gildub | richm, you're right, doing with v2 does the job, it was just the matter of having the puppet api v3 in the loop | 00:02 |
gildub | EmilienM, it does, services and endpoints are not domain dependent, therefore the bug, endpoints should be visible across v2/v3 | 00:03 |
richm | and they are | 00:04 |
richm | if you add them with v2 endpoint create | 00:04 |
richm | you can see them with v2 and v3 endpoint list | 00:04 |
richm | imho we should just use the v2 implementation of keystone_endpoint until the keystone bug is fixed | 00:04 |
gildub | richm, yes but our issue is v2 endpoint is not visible when created with v3, thus the bug. | 00:04 |
richm | then, revive the keystone_endpoint v3 patch with a Depends-On: the keystone review | 00:05 |
gildub | richm, ok ^^, that's fine, was just an idea to have the v3 endpoint code in the chain, never mind then | 00:05 |
gildub | richm, no pb | 00:06 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install applydeltarpm before any Package https://review.openstack.org/197782 | 00:07 |
gildub | EmilienM, ^ thanks! | 00:08 |
EmilienM | gildub, richm: can you look at it please ? ^ | 00:08 |
gildub | EmilienM, ok | 00:08 |
*** xingchao_ has quit IRC | 00:09 | |
gildub | EmilienM, BTW, seems there are some issues with beaker (in regards of bp/api-v3-support), is that correct? | 00:10 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script https://review.openstack.org/197377 | 00:10 |
EmilienM | gildub: I was off today, I haven't looked | 00:10 |
*** xarses has quit IRC | 00:11 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests https://review.openstack.org/190839 | 00:11 |
richm | bbiab | 00:11 |
gildub | EmilienM, I understand | 00:12 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 00:12 |
gildub | EmilienM, although it seems you have a ubiquity gift :) | 00:12 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 00:13 |
EmilienM | gildub: ahah | 00:14 |
*** saneax has quit IRC | 00:21 | |
gildub | richm, as you problably already saw, latest beaker is stumbling upon => Execution of '/usr/bin/openstack project set 2736797d4c81430da48d3085aec71bf1 --domain admin' returned 2 | 00:28 |
*** xarses has joined #puppet-openstack | 00:29 | |
gildub | richm, the error message is a bit short, I'm re-running beaker tests locally to obtain more | 00:32 |
EmilienM | gildub: do you know about "No Presto metadata available for" issue ? | 00:33 |
EmilienM | should I just disable the yum plugin? | 00:33 |
gildub | EmilienM, not sure, I remember seeing something about it | 00:34 |
EmilienM | I have an idea | 00:34 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 00:34 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 00:35 |
EmilienM | gildub: I'm trying to install deltarpm *before* doing the cleanall thing | 00:35 |
gildub | EmilienM, here we go! | 00:36 |
gildub | EmilienM, re presto issue, I found this: http://bugs.centos.org/view.php?id=7308 | 00:38 |
gildub | EmilienM, not sure why you're hitting this one though | 00:38 |
EmilienM | this is ugly | 00:38 |
gildub | EmilienM, yes but the question is where the centos7.1 box you're using is coming from? | 00:39 |
gildub | EmilienM, is it a clean fresh 7.1 image or an upgrade from 7.0? | 00:39 |
gildub | EmilienM, that would explain/fix the pb | 00:39 |
EmilienM | a fresh image I think | 00:39 |
EmilienM | from nodepool dsvm centos7 | 00:40 |
gildub | EmilienM, No idea what that is | 00:40 |
gildub | EmilienM, well we upgrade our cloud images all the time, easier this way. So can you see what's in /usr/share/doc/centos-release ? | 00:41 |
EmilienM | gildub: I think RDO repo is not compatible with presto | 00:44 |
EmilienM | so richm's suggestion to use deltarpm might not work here | 00:45 |
gildub | EmilienM, I'm afraid that was my suggestion :( | 00:47 |
EmilienM | I spend more time to deal with packaging than *.pp files | 00:48 |
gildub | EmilienM, but I've not tested it thoroughly with Centos. Meanwhile it's the default on Fedora and never had an issue with it | 00:48 |
EmilienM | gildub: we use centos7 by choice | 00:49 |
EmilienM | gildub: it's close to enterprise distro | 00:49 |
gildub | EmilienM, I understand, what I'm saying in fedora it's there by default and it never creates any issues with 3rd party repos: | 00:50 |
gildub | dnf list installed | grep deltarpm | 00:50 |
gildub | deltarpm.x86_64 3.6-8.fc22 @System | 00:50 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 00:50 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 00:50 |
gildub | EmilienM, so it should be just ignored if no delta rpms are available, that's the idea | 00:50 |
EmilienM | gildub: have you tried with rdo ? | 00:50 |
gildub | EmilienM, not recently, imcsk8 ^ | 00:51 |
EmilienM | gildub: if you look at logs, it returns 1 | 00:51 |
EmilienM | https://jenkins07.openstack.org/job/gate-puppet-neutron-puppet-beaker-rspec-dsvm-centos7/44/console | 00:51 |
EmilienM | gildub: look at 2015-07-02 00:38:58.744 | 00:51 |
gildub | EmilienM, don't have that time slice in the above link! | 00:52 |
gildub | 2015-07-02 00:40:15.540 | 00:53 |
gildub | EmilienM, that's when it starts, but I see -1 error | 00:53 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 00:55 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 00:55 |
gildub | EmilienM, on a fresh centos71 install, after adding deltarpm, I have no issues getting neutron rpms (for instance) from rdo repo (epel) | 00:58 |
EmilienM | gildub: cool | 01:01 |
EmilienM | gildub: I'm hitting https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=1212145 | 01:02 |
*** jasondotstar has joined #puppet-openstack | 01:02 | |
gildub | EmilienM, ok - Ouch! | 01:03 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 01:08 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 01:08 |
EmilienM | gildub: I'm testing with dnf now | 01:09 |
gildub | EmilienM, ok - Also as I commented in 197782, "yum clean expire-cache" should be enough, avoid purging for repos that don't change, faster | 01:10 |
gildub | EmilienM, but after adding a new repo, it will fetch it | 01:11 |
*** xingchao_ has joined #puppet-openstack | 01:13 | |
EmilienM | gildub: command => '/usr/bin/yum clean expire-cache && /usr/bin/yum install -y deltarpm', | 01:13 |
EmilienM | it's good now ^ , | 01:13 |
EmilienM | ? | 01:13 |
*** ferest has quit IRC | 01:14 | |
gildub | EmilienM, correct | 01:14 |
EmilienM | mhh, let's try | 01:14 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 01:14 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-designate: Fix metadata syntax error https://review.openstack.org/197796 | 01:14 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-designate: Increase upper bound on puppet-dns dependency https://review.openstack.org/197797 | 01:14 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 01:14 |
gildub | EmilienM, that should speed up the tests... 'cause the yum metadata takes its time! | 01:15 |
EmilienM | gildub: I don't think this solves our initial issue though. | 01:15 |
EmilienM | will see | 01:16 |
gildub | EmilienM, the deltrarpm, yeah right! | 01:16 |
EmilienM | gildub: :( | 01:16 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-sahara: Fix inifile version dependency in metadata https://review.openstack.org/197798 | 01:16 |
EmilienM | gildub: I would rather focus on fixing this problem than trying to speed-up our job | 01:17 |
gildub | EmilienM, let's see | 01:17 |
gildub | EmilienM, agreed but tests are taking lot's of time, on a scale of things... | 01:17 |
EmilienM | gildub: well, 6 min is not long | 01:18 |
EmilienM | *all* centos jobs are failing now | 01:18 |
EmilienM | this is the blocker | 01:18 |
gildub | EmilienM, darn | 01:18 |
*** xingchao_ has quit IRC | 01:18 | |
EmilienM | so... | 01:18 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-cinder: Bump puppetlabs-rabbitmq version https://review.openstack.org/197799 | 01:19 |
gildub | EmilienM, try to keep the clean expire-cache only, this one will save time anyway | 01:19 |
EmilienM | I will, but this is another change I think | 01:19 |
gildub | EmilienM, fair enough | 01:19 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-manila: Bump puppetlabs-rabbitmq version https://review.openstack.org/197800 | 01:20 |
gildub | richm, passed the beaker test locally - so I don't know why we're seing that domain error | 01:20 |
gildub | EmilienM, I | 01:20 |
EmilienM | gildub: I'm on centos issue now and after I shutdown | 01:20 |
gildub | EmilienM, ok | 01:21 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-openstacklib: Bump puppetlabs-rabbitmq version https://review.openstack.org/197801 | 01:21 |
*** stevemar has joined #puppet-openstack | 01:21 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-nova: Bump puppetlabs-rabbitmq version https://review.openstack.org/197802 | 01:21 |
*** stevemar has quit IRC | 01:24 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 01:26 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 01:27 |
EmilienM | gildub: btw, on my laptop I have no issue | 01:27 |
EmilienM | it's something with nodepool images | 01:27 |
*** jasondotstar has quit IRC | 01:27 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script https://review.openstack.org/197377 | 01:30 |
openstackgerrit | Colleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests https://review.openstack.org/190839 | 01:31 |
gildub | EmilienM, I bet the image is an upgrade | 01:31 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package https://review.openstack.org/197782 | 01:33 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge https://review.openstack.org/197783 | 01:33 |
gildub | EmilienM, I don't see any yum-presto rpm in centos71 repos | 01:35 |
gildub | EmilienM, I think that stuff got merged into yum | 01:35 |
gildub | EmilienM, BTW - http://www.pcworld.com/article/2942267/why-ubuntu-plans-to-replace-traditional-linux-packages-with-something-better.html | 01:41 |
EmilienM | I give up for tonight, cheers | 01:42 |
gildub | EmilienM, take care! | 01:42 |
EmilienM | well, if anyone is interested by fixing the job go ahead, I'll be back on Friday | 01:43 |
gildub | EmilienM, will like to, but I don't enough about the infra stuff, need to check that centos image | 01:43 |
gildub | EmilienM, sorry ^ s/will/would/ | 01:44 |
gildub | EmilienM, Décidement! ^^ I don't know.... | 01:44 |
*** ilbot3 has quit IRC | 01:44 | |
gildub | ianw, ping - need your infra light | 01:47 |
*** ilbot3 has joined #puppet-openstack | 01:47 | |
ianw | gildub: happy to help ... is this the package issue? | 01:47 |
gildub | ianw, the repo issue, trying to add deltarpm package, my suspicion is the centos image is an upgrade from 7.0, I would like to check that but how, image from nodepool | 01:51 |
ianw | gildub: where's the logs? is this running on hpcloud or rax? | 01:52 |
gildub | ianw, I believe hpcloud | 01:52 |
gildub | ianw, https://review.openstack.org/#/c/197782/ | 01:53 |
gildub | ianw, http://logs.openstack.org/83/197783/1/check/gate-puppet-neutron-puppet-beaker-rspec-dsvm-centos7/9a5ba58/console.html | 01:53 |
ianw | Building remotely on devstack-centos7-rax-iad-3454511 | 01:54 |
ianw | so that's on a rax host | 01:54 |
gildub | ianw, that's why I need you :) | 01:55 |
gildub | gildub, thanks for jumping on | 01:55 |
gildub | ianw, ^ | 01:55 |
ianw | gildub: just join #openstack-infra and we can get fungi to put it on hold for us maybe | 01:55 |
*** richm has quit IRC | 01:55 | |
gildub | ianw, ok | 01:56 |
ianw | gildub: does https://review.openstack.org/#/c/197782/ start this job? | 01:57 |
gildub | ianw, no | 01:58 |
gildub | ianw, but https://review.openstack.org/#/c/197783/ uses it, it's beaker functional tests | 01:58 |
ianw | gildub: so what review will start it? if we trigger a recheck on that, and get the host spun up ,then we can get it put on hold for inspeciton | 01:58 |
gildub | ianw, ^^ | 01:58 |
gildub | ianw, do you know how the images get provisioned into nodepool? | 02:01 |
ianw | gildub: yes, they are from the rax provided images. sometimes they do weird things | 02:01 |
gildub | ianw, ok, what's rax? | 02:02 |
ianw | rackspace provided image | 02:02 |
gildub | ianw, thanks | 02:03 |
*** social has joined #puppet-openstack | 02:05 | |
*** xingchao_ has joined #puppet-openstack | 02:06 | |
openstackgerrit | craig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type https://review.openstack.org/197572 | 02:07 |
*** xingcha__ has joined #puppet-openstack | 02:08 | |
*** xingchao_ has quit IRC | 02:08 | |
*** larainema has quit IRC | 02:11 | |
*** larainema has joined #puppet-openstack | 02:15 | |
*** ducttape_ has quit IRC | 02:18 | |
openstackgerrit | craig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type https://review.openstack.org/197572 | 02:32 |
*** xingcha__ has quit IRC | 02:43 | |
*** xingchao_ has joined #puppet-openstack | 02:46 | |
*** stevemar has joined #puppet-openstack | 02:47 | |
*** richm has joined #puppet-openstack | 03:28 | |
*** richm has quit IRC | 03:34 | |
*** xingchao_ has quit IRC | 03:40 | |
*** delattec has joined #puppet-openstack | 04:43 | |
*** cdelatte has quit IRC | 04:45 | |
*** higgins has quit IRC | 04:55 | |
*** higgins has joined #puppet-openstack | 05:02 | |
*** saneax has joined #puppet-openstack | 05:06 | |
*** saneax has quit IRC | 05:33 | |
*** saneax has joined #puppet-openstack | 05:34 | |
*** jtomasek has joined #puppet-openstack | 05:40 | |
*** stevemar has quit IRC | 05:42 | |
*** jtomasek has quit IRC | 05:54 | |
*** stamak has joined #puppet-openstack | 05:56 | |
*** stamak has quit IRC | 06:04 | |
*** jtomasek has joined #puppet-openstack | 06:04 | |
openstackgerrit | Merged openstack/puppet-nova: keystone/auth: make service description configurable https://review.openstack.org/195162 | 06:38 |
*** stevemar has joined #puppet-openstack | 06:42 | |
*** stevemar has quit IRC | 06:46 | |
*** xingchao_ has joined #puppet-openstack | 06:47 | |
*** dgurtner has joined #puppet-openstack | 06:54 | |
*** dgurtner has quit IRC | 06:54 | |
*** dgurtner has joined #puppet-openstack | 06:54 | |
*** gildub has quit IRC | 06:57 | |
*** jtomasek has quit IRC | 06:58 | |
*** tshtilma has joined #puppet-openstack | 07:05 | |
*** jtomasek has joined #puppet-openstack | 07:07 | |
*** tshtilma has quit IRC | 07:09 | |
*** tshtilma has joined #puppet-openstack | 07:12 | |
*** xavpaice has quit IRC | 07:21 | |
*** xavpaice has joined #puppet-openstack | 07:21 | |
*** ianw has quit IRC | 07:21 | |
*** ianw has joined #puppet-openstack | 07:22 | |
*** jtomasek has quit IRC | 07:30 | |
*** paramite has joined #puppet-openstack | 07:32 | |
*** xingchao_ has quit IRC | 07:38 | |
*** jistr has joined #puppet-openstack | 07:48 | |
*** stevemar has joined #puppet-openstack | 07:49 | |
*** blentz has quit IRC | 07:52 | |
*** blentz has joined #puppet-openstack | 07:53 | |
*** stevemar has quit IRC | 07:53 | |
*** jpena has joined #puppet-openstack | 07:54 | |
*** rwsu has quit IRC | 08:13 | |
*** paramite is now known as paramite|afk | 08:14 | |
*** paramite|afk is now known as paramite | 08:14 | |
*** rwsu has joined #puppet-openstack | 08:15 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-openstack-cookiecutter: contrib: Creation of the boostrap.sh script https://review.openstack.org/197880 | 08:26 |
*** derekh has joined #puppet-openstack | 08:26 | |
*** gfidente has joined #puppet-openstack | 08:29 | |
*** stamak has joined #puppet-openstack | 09:00 | |
*** samuelBartel has joined #puppet-openstack | 09:02 | |
openstackgerrit | sac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha bakend. https://review.openstack.org/186699 | 09:08 |
*** openstackgerrit has quit IRC | 09:19 | |
*** openstackgerrit has joined #puppet-openstack | 09:20 | |
*** jasondotstar has joined #puppet-openstack | 09:22 | |
*** jtomasek has joined #puppet-openstack | 09:34 | |
*** stevemar has joined #puppet-openstack | 09:38 | |
*** larainema has quit IRC | 09:40 | |
*** larainema has joined #puppet-openstack | 09:41 | |
*** stevemar has quit IRC | 09:42 | |
*** gfidente has quit IRC | 09:57 | |
*** sergmelikyan has joined #puppet-openstack | 09:58 | |
*** gfidente has joined #puppet-openstack | 09:58 | |
*** zerda has joined #puppet-openstack | 10:03 | |
openstackgerrit | Giulio Fidente proposed openstack/puppet-tripleo: Remove httpchk option as we do mode tcp by default https://review.openstack.org/197904 | 10:07 |
*** sergmelikyan has quit IRC | 10:17 | |
*** sergmelikyan has joined #puppet-openstack | 10:25 | |
openstackgerrit | sac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha bakend. https://review.openstack.org/186699 | 10:32 |
openstackgerrit | sac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha backend. https://review.openstack.org/186699 | 10:37 |
*** rushiagr_away is now known as rushiagr | 10:42 | |
*** sergmelikyan has quit IRC | 11:00 | |
*** sergmelikyan has joined #puppet-openstack | 11:01 | |
*** partner has quit IRC | 11:14 | |
*** partner has joined #puppet-openstack | 11:15 | |
*** aimon has quit IRC | 11:16 | |
*** dprince has joined #puppet-openstack | 11:20 | |
openstackgerrit | Benedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip https://review.openstack.org/194977 | 11:23 |
*** aimon has joined #puppet-openstack | 11:25 | |
*** stevemar has joined #puppet-openstack | 11:27 | |
*** sergmelikyan has quit IRC | 11:28 | |
openstackgerrit | Benedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip https://review.openstack.org/194977 | 11:28 |
*** aimon has quit IRC | 11:29 | |
*** aimon has joined #puppet-openstack | 11:30 | |
*** stevemar has quit IRC | 11:30 | |
*** tlbr has quit IRC | 11:34 | |
*** maximov has quit IRC | 11:34 | |
*** maximov has joined #puppet-openstack | 11:35 | |
*** tlbr has joined #puppet-openstack | 11:35 | |
openstackgerrit | craig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type https://review.openstack.org/197572 | 11:35 |
*** sergmelikyan has joined #puppet-openstack | 11:44 | |
*** jasondotstar has quit IRC | 11:50 | |
*** sergmelikyan has quit IRC | 11:50 | |
*** ferest has joined #puppet-openstack | 11:50 | |
*** sergmelikyan has joined #puppet-openstack | 11:52 | |
*** dprince has quit IRC | 11:54 | |
*** dprince has joined #puppet-openstack | 11:54 | |
*** jpena is now known as jpena|lunch | 11:58 | |
*** morazi has quit IRC | 11:59 | |
*** ferest has quit IRC | 12:03 | |
*** sergmelikyan has quit IRC | 12:12 | |
*** sergmelikyan has joined #puppet-openstack | 12:13 | |
*** _nick has quit IRC | 12:21 | |
*** _nick has joined #puppet-openstack | 12:21 | |
*** zerda has quit IRC | 12:24 | |
*** chem has joined #puppet-openstack | 12:26 | |
*** vinsh_ has quit IRC | 12:36 | |
*** chem has quit IRC | 12:36 | |
*** jasondotstar has joined #puppet-openstack | 12:37 | |
*** jayg|g0n` is now known as jayg | 12:39 | |
*** sergmelikyan has quit IRC | 12:50 | |
*** paramite is now known as paramite|afk | 12:58 | |
*** paramite|afk is now known as paramite | 12:59 | |
*** morazi has joined #puppet-openstack | 12:59 | |
*** paramite is now known as paramite|afk | 13:00 | |
*** paramite|afk is now known as paramite | 13:01 | |
*** jpena|lunch is now known as jpena | 13:05 | |
*** sergmelikyan has joined #puppet-openstack | 13:08 | |
*** vinsh has joined #puppet-openstack | 13:08 | |
*** stevemar has joined #puppet-openstack | 13:09 | |
*** prad has joined #puppet-openstack | 13:13 | |
*** sergmelikyan has quit IRC | 13:15 | |
*** arnaud_orange has joined #puppet-openstack | 13:16 | |
openstackgerrit | Ryan Brown proposed openstack/puppet-heat: Expose RPC response timeout as a puppet parameter. https://review.openstack.org/197964 | 13:18 |
*** saneax has quit IRC | 13:23 | |
*** sergmelikyan has joined #puppet-openstack | 13:27 | |
*** serg_melikyan has joined #puppet-openstack | 13:28 | |
*** sac has joined #puppet-openstack | 13:29 | |
*** dfisher has joined #puppet-openstack | 13:30 | |
*** sergmelikyan has quit IRC | 13:32 | |
openstackgerrit | sac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha backend. https://review.openstack.org/186699 | 13:32 |
*** vinsh has quit IRC | 13:32 | |
openstackgerrit | Clayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management https://review.openstack.org/197172 | 13:33 |
*** richm has joined #puppet-openstack | 13:36 | |
openstackgerrit | craig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type https://review.openstack.org/197572 | 13:56 |
*** vinsh has joined #puppet-openstack | 13:57 | |
*** vinsh_ has joined #puppet-openstack | 13:58 | |
*** vinsh has quit IRC | 14:02 | |
*** ducttape_ has joined #puppet-openstack | 14:09 | |
*** ducttape_ has quit IRC | 14:10 | |
*** ducttape_ has joined #puppet-openstack | 14:10 | |
*** ddmitriev has joined #puppet-openstack | 14:13 | |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-keystone: fix pep8 errors https://review.openstack.org/197998 | 14:18 |
*** serg_melikyan has quit IRC | 14:28 | |
*** hogepodge has quit IRC | 14:28 | |
iurygregory | hey richm , I have answered your comments in the spec and i'm applying the changes. | 14:30 |
iurygregory | take a look at rodrigo comment | 14:30 |
clayton | embarassingly I accidently pushed a branch to the infra gerrit in puppet-designate instead of our internal gerrit. how do I get that deleted? | 14:30 |
iurygregory | #link https://review.openstack.org/#/c/190361/5/specs/kilo/enabling-k2k-federation.rst | 14:31 |
*** rgowrishankar has joined #puppet-openstack | 14:36 | |
*** cwolferh has quit IRC | 14:38 | |
jpena | clayton: maybe from https://review.openstack.org/#/admin/projects/openstack/puppet-designate,branches | 14:38 |
clayton | I don't have access to do it there, or via push | 14:38 |
clayton | it'll be really embarrassing if I have to get infra to delete that for me :/ | 14:38 |
*** sergmelikyan has joined #puppet-openstack | 14:41 | |
richm | iurygregory: Thanks | 14:51 |
sac | Hi, I see a jenkins failure for my build: https://review.openstack.org/#/c/186699/ , the failure is because the beaker tests are run on Ubuntu machines. | 14:53 |
sac | However, this patch is bound to fail on Ubuntu. | 14:54 |
sac | As it is supposed to work on only Red Hat machines as the needed package is not available on Debian/Ubuntu. | 14:54 |
*** xingchao_ has joined #puppet-openstack | 14:55 | |
sac | Is there any way to workaround this issue? | 14:55 |
sac | If this FAILURE can be waived? | 14:55 |
sac | Ref: http://ur1.ca/mze1u | 14:58 |
*** hogepodge has joined #puppet-openstack | 15:01 | |
*** tshtilma has quit IRC | 15:04 | |
openstackgerrit | craig delatte proposed openstack/puppet-cinder: module to set quotas per volume type https://review.openstack.org/197572 | 15:05 |
*** imcsk8 has quit IRC | 15:09 | |
*** imcsk8 has joined #puppet-openstack | 15:09 | |
*** sergmelikyan has quit IRC | 15:15 | |
*** aimon has quit IRC | 15:22 | |
*** sergmelikyan has joined #puppet-openstack | 15:23 | |
*** aimon has joined #puppet-openstack | 15:23 | |
*** aimon has quit IRC | 15:24 | |
*** aimon has joined #puppet-openstack | 15:24 | |
*** aimon has quit IRC | 15:25 | |
openstackgerrit | Giulio Fidente proposed openstack/puppet-tripleo: Remove httpchk option as we do mode tcp by default https://review.openstack.org/197904 | 15:26 |
*** paramite has quit IRC | 15:30 | |
*** degorenko has quit IRC | 15:33 | |
*** bklei has joined #puppet-openstack | 15:36 | |
*** xarses has quit IRC | 15:42 | |
*** ducttape_ has quit IRC | 15:43 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-glance: Fix section names for parameters https://review.openstack.org/194740 | 15:43 |
*** degorenko has joined #puppet-openstack | 15:45 | |
mattymo | is anyone here using PKI tokens for keystone and multi-regions? | 15:45 |
*** dgurtner has quit IRC | 15:48 | |
*** stevemar has quit IRC | 15:48 | |
*** ducttape_ has joined #puppet-openstack | 15:48 | |
*** arnaud_orange has quit IRC | 15:51 | |
*** xarses has joined #puppet-openstack | 16:00 | |
*** tshtilma has joined #puppet-openstack | 16:01 | |
*** jtomasek has quit IRC | 16:01 | |
*** jistr has quit IRC | 16:02 | |
*** derekh has quit IRC | 16:06 | |
*** ericpeterson has joined #puppet-openstack | 16:13 | |
*** stevemar has joined #puppet-openstack | 16:13 | |
*** stevemar has quit IRC | 16:14 | |
*** samuelBartel has quit IRC | 16:15 | |
*** ducttape_ has quit IRC | 16:17 | |
*** sergmelikyan has quit IRC | 16:21 | |
*** stamak has quit IRC | 16:22 | |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-swift: Add max_header_size field for PKI tokens https://review.openstack.org/198057 | 16:26 |
openstackgerrit | Benedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip https://review.openstack.org/194977 | 16:29 |
*** xingchao_ has quit IRC | 16:31 | |
*** tshtilma has quit IRC | 16:32 | |
clayton | mattymo: no, I'm not sure PKI tokens are really workable at all if you're multi-region, they get too big | 16:38 |
*** sergmelikyan has joined #puppet-openstack | 16:38 | |
*** sergmelikyan has quit IRC | 16:40 | |
*** aimon has joined #puppet-openstack | 16:40 | |
mattymo | clayton, pkiz seems to alleviate that | 16:51 |
mattymo | and they raised the max to 16k for kilo in all projects | 16:52 |
mattymo | max header size, taht is | 16:52 |
mattymo | that* | 16:52 |
*** jpena has quit IRC | 16:52 | |
*** sergmelikyan has joined #puppet-openstack | 16:57 | |
*** saneax has joined #puppet-openstack | 17:07 | |
clayton | perhaps, we swiched to fernet tokens recently, and I can't see moving back | 17:08 |
*** sergmelikyan has quit IRC | 17:10 | |
*** stevemar has joined #puppet-openstack | 17:15 | |
*** jasondotstar is now known as jasondotstar|afk | 17:19 | |
*** stevemar has quit IRC | 17:19 | |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation https://review.openstack.org/190361 | 17:20 |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation https://review.openstack.org/190361 | 17:20 |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation https://review.openstack.org/190361 | 17:31 |
iurygregory | richm, sorry the spec have one white space and i have send again =S | 17:33 |
*** cwolferh has joined #puppet-openstack | 17:43 | |
*** jasondotstar|afk has quit IRC | 17:45 | |
*** xingchao_ has joined #puppet-openstack | 17:55 | |
degorenko | hi, cores, please, take a look on https://review.openstack.org/#/c/194740/ :-) thanks | 17:55 |
*** xingchao_ has quit IRC | 17:59 | |
*** logan2 has quit IRC | 18:03 | |
iurygregory | richm, when using mellon one SP can have multiples IdPs? | 18:04 |
*** ericpeterson has quit IRC | 18:17 | |
richm | iurygregory: I don't know | 18:20 |
iurygregory | for shibboleth and openid a keystone SP can be configured to consume multiple IdPs | 18:21 |
iurygregory | so i'm updating the spec with this, you have people to ask about this? | 18:22 |
*** ducttape_ has joined #puppet-openstack | 18:23 | |
iurygregory | richm, http://modmellon.googlecode.com/svn/trunk/mod_mellon2/README this is the same mod_auth_mellon? | 18:26 |
*** rushiagr is now known as rushiagr_away | 18:26 | |
richm | iurygregory: yes, but it has moved from googlecode/code.google to the github repo | 18:28 |
iurygregory | ok richm , so a fast search show "Multiple IdP" | 18:29 |
iurygregory | i'll assume we can use =) | 18:29 |
richm | iurygregory: yes, you can set up separate uris protected by different idps | 18:30 |
iurygregory | ok richm , thanks | 18:30 |
richm | iurygregory: https://review.openstack.org/198083 | 18:31 |
*** stevemar has joined #puppet-openstack | 18:31 | |
iurygregory | i'll take a look o/ | 18:32 |
*** stevemar has quit IRC | 18:34 | |
*** stevemar has joined #puppet-openstack | 18:48 | |
*** logan2 has joined #puppet-openstack | 18:50 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script https://review.openstack.org/197377 | 18:57 |
*** ericpeterson has joined #puppet-openstack | 18:58 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests https://review.openstack.org/190839 | 18:59 |
mfisch | is there a new puppet review dashboard URL that I can have? | 19:02 |
*** jtomasek has joined #puppet-openstack | 19:02 | |
*** ducttape_ has quit IRC | 19:02 | |
*** cwolferh has quit IRC | 19:02 | |
openstackgerrit | Matt Fischer proposed openstack/puppet-keystone: Drop User resource dependency https://review.openstack.org/195684 | 19:04 |
*** stevemar has quit IRC | 19:05 | |
openstackgerrit | Merged openstack/puppet-horizon: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197322 | 19:14 |
openstackgerrit | Merged openstack/puppet-designate: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197319 | 19:21 |
*** rbrooker has joined #puppet-openstack | 19:25 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script https://review.openstack.org/197377 | 19:31 |
*** delatte has joined #puppet-openstack | 19:34 | |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation https://review.openstack.org/190361 | 19:35 |
clayton | mfisch: gael gav me a new one the other day, but I've apparently lost the url | 19:36 |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation https://review.openstack.org/190361 | 19:36 |
*** delattec has quit IRC | 19:37 | |
gchamoul | clayton, mfisch: https://goo.gl/JchPRV | 19:42 |
*** jtomasek has quit IRC | 19:44 | |
clayton | thanks | 19:46 |
*** jasondotstar|afk has joined #puppet-openstack | 19:49 | |
*** cwolferh has joined #puppet-openstack | 19:54 | |
*** rgowrishankar has quit IRC | 19:57 | |
*** derekh has joined #puppet-openstack | 19:58 | |
*** stevemar has joined #puppet-openstack | 20:05 | |
*** stevemar has quit IRC | 20:09 | |
*** hogepodge has quit IRC | 20:17 | |
*** hogepodge has joined #puppet-openstack | 20:18 | |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-horizon: remove --clear flag in collectstatic https://review.openstack.org/198119 | 20:22 |
*** jasondotstar|afk has quit IRC | 20:22 | |
mfisch | puppetdb export --help is the slowest help command of all time | 20:32 |
*** jasondotstar|afk has joined #puppet-openstack | 20:34 | |
*** reed has quit IRC | 20:37 | |
*** reed_ is now known as reed | 20:37 | |
*** reed has quit IRC | 20:38 | |
*** reed has joined #puppet-openstack | 20:38 | |
*** reed_ has joined #puppet-openstack | 20:38 | |
*** dprince has quit IRC | 20:40 | |
*** aimon has quit IRC | 20:45 | |
mfisch | gchamoul: thanks | 20:48 |
*** derekh has quit IRC | 20:51 | |
*** magicboiz has joined #puppet-openstack | 21:02 | |
*** magicboiz has quit IRC | 21:03 | |
*** stevemar has joined #puppet-openstack | 21:07 | |
*** stevemar has quit IRC | 21:09 | |
*** aimon has joined #puppet-openstack | 21:12 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-neutron: Add ability to specify auth_region https://review.openstack.org/198133 | 21:13 |
*** jasondotstar|afk has quit IRC | 21:17 | |
*** prad has quit IRC | 21:24 | |
*** bklei has quit IRC | 21:29 | |
*** bklei has joined #puppet-openstack | 21:30 | |
*** logan2 has quit IRC | 21:31 | |
*** gfidente has quit IRC | 21:33 | |
*** bklei has quit IRC | 21:36 | |
*** michchap has joined #puppet-openstack | 21:50 | |
*** michchap_ has quit IRC | 21:51 | |
*** logan2 has joined #puppet-openstack | 21:56 | |
*** derekh has joined #puppet-openstack | 21:57 | |
*** ericpeterson has quit IRC | 21:58 | |
*** rwsu has quit IRC | 22:05 | |
*** jayg is now known as jayg|g0n3 | 22:07 | |
*** vrao has joined #puppet-openstack | 22:09 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests https://review.openstack.org/190839 | 22:12 |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation https://review.openstack.org/190361 | 22:22 |
*** sergmelikyan has joined #puppet-openstack | 22:26 | |
*** morazi has quit IRC | 22:28 | |
*** sergmelikyan has quit IRC | 22:41 | |
*** _matthias_ has quit IRC | 22:41 | |
*** rhefner has quit IRC | 22:41 | |
*** gildub has joined #puppet-openstack | 22:44 | |
*** _matthias_ has joined #puppet-openstack | 22:44 | |
*** rhefner has joined #puppet-openstack | 22:44 | |
*** dfisher has quit IRC | 22:48 | |
*** xingchao_ has joined #puppet-openstack | 22:51 | |
*** derekh has quit IRC | 23:11 | |
*** blkperl has quit IRC | 23:16 | |
*** blkperl has joined #puppet-openstack | 23:16 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests https://review.openstack.org/190839 | 23:20 |
*** larainema has quit IRC | 23:28 | |
*** xarses has quit IRC | 23:40 | |
openstackgerrit | Merged openstack/puppet-glance: Use beaker-puppet_install_helper to install puppet https://review.openstack.org/197320 | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!