Thursday, 2015-07-02

gildubrichm, so maybe it doesn't matter00:00
richmgildub: I don't know if that would work00:00
richmgildub: I do know that when you add an endpoint using openstack --os-identity-api-version 2 endpoint create ...00:00
richmgildub: You can view it with endpoint list using v2 and v300:00
gildubrichm, that works, I just tested it, created the endpoint with v2 (same identity service, region, URLs) and then create them with v300:01
EmilienMit would be weird v3 api can't read what does v200:02
gildubrichm, you're right, doing with v2 does the job, it was just the matter of having the puppet api v3 in the loop00:02
gildubEmilienM, it does, services and endpoints are not domain dependent, therefore the bug, endpoints should be visible across v2/v300:03
richmand they are00:04
richmif you add them with v2 endpoint create00:04
richmyou can see them with v2 and v3 endpoint list00:04
richmimho we should just use the v2 implementation of keystone_endpoint until the keystone bug is fixed00:04
gildubrichm, yes but our issue is v2 endpoint is not visible when created with v3, thus the bug.00:04
richmthen, revive the keystone_endpoint v3 patch with a Depends-On: the keystone review00:05
gildubrichm, ok ^^, that's fine, was just an idea to have the v3 endpoint code in the chain, never mind then00:05
gildubrichm, no pb00:06
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install applydeltarpm before any Package  https://review.openstack.org/19778200:07
gildubEmilienM, ^ thanks!00:08
EmilienMgildub, richm: can you look at it please ? ^00:08
gildubEmilienM, ok00:08
*** xingchao_ has quit IRC00:09
gildubEmilienM, BTW, seems there are some issues with beaker (in regards of bp/api-v3-support), is that correct?00:10
openstackgerritColleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script  https://review.openstack.org/19737700:10
EmilienMgildub: I was off today, I haven't looked00:10
*** xarses has quit IRC00:11
openstackgerritColleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests  https://review.openstack.org/19083900:11
richmbbiab00:11
gildubEmilienM, I understand00:12
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778200:12
gildubEmilienM, although it seems you have a ubiquity gift :)00:12
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778300:13
EmilienMgildub: ahah00:14
*** saneax has quit IRC00:21
gildubrichm, as you problably already saw, latest beaker is stumbling upon => Execution of '/usr/bin/openstack project set 2736797d4c81430da48d3085aec71bf1 --domain admin' returned 200:28
*** xarses has joined #puppet-openstack00:29
gildubrichm, the error message is a bit short, I'm re-running beaker tests locally to obtain more00:32
EmilienMgildub: do you know about "No Presto metadata available for" issue ?00:33
EmilienMshould I just disable the yum plugin?00:33
gildubEmilienM, not sure, I remember seeing something about it00:34
EmilienMI have an idea00:34
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778200:34
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778300:35
EmilienMgildub: I'm trying to install deltarpm *before* doing the cleanall thing00:35
gildubEmilienM, here we go!00:36
gildubEmilienM, re presto issue, I found this: http://bugs.centos.org/view.php?id=730800:38
gildubEmilienM, not sure why you're hitting this one though00:38
EmilienMthis is ugly00:38
gildubEmilienM, yes but the question is where the centos7.1 box you're using is coming from?00:39
gildubEmilienM, is it a clean fresh 7.1 image or an upgrade from 7.0?00:39
gildubEmilienM, that would explain/fix the pb00:39
EmilienMa fresh image I think00:39
EmilienMfrom nodepool dsvm centos700:40
gildubEmilienM, No idea what that is00:40
gildubEmilienM, 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
EmilienMgildub: I think RDO repo is not compatible with presto00:44
EmilienMso richm's suggestion to use deltarpm might not work here00:45
gildubEmilienM, I'm afraid that was my suggestion :(00:47
EmilienMI spend more time to deal with packaging than *.pp files00:48
gildubEmilienM, but I've not tested it thoroughly with Centos. Meanwhile it's the default on Fedora and never had an issue with it00:48
EmilienMgildub: we use centos7 by choice00:49
EmilienMgildub: it's close to enterprise distro00:49
gildubEmilienM, 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
gildubdnf list installed | grep deltarpm00:50
gildubdeltarpm.x86_64                         3.6-8.fc22                       @System00:50
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778200:50
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778300:50
gildubEmilienM, so it should be just ignored if no delta rpms are available, that's the idea00:50
EmilienMgildub: have you tried with rdo ?00:50
gildubEmilienM, not recently, imcsk8 ^00:51
EmilienMgildub: if you look at logs, it returns 100:51
EmilienMhttps://jenkins07.openstack.org/job/gate-puppet-neutron-puppet-beaker-rspec-dsvm-centos7/44/console00:51
EmilienMgildub: look at 2015-07-02 00:38:58.74400:51
gildubEmilienM, don't have that time slice in the above link!00:52
gildub2015-07-02 00:40:15.54000:53
gildubEmilienM, that's when it starts, but I see -1 error00:53
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778200:55
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778300:55
gildubEmilienM, on a fresh centos71 install, after adding deltarpm, I have no issues getting neutron rpms (for instance) from rdo repo (epel)00:58
EmilienMgildub: cool01:01
EmilienMgildub: I'm hitting https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=121214501:02
*** jasondotstar has joined #puppet-openstack01:02
gildubEmilienM, ok - Ouch!01:03
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778201:08
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778301:08
EmilienMgildub: I'm testing with dnf now01:09
gildubEmilienM, ok - Also as I commented in 197782, "yum clean expire-cache" should be enough, avoid purging for repos that don't change, faster01:10
gildubEmilienM, but after adding a new repo, it will fetch it01:11
*** xingchao_ has joined #puppet-openstack01:13
EmilienMgildub: command     => '/usr/bin/yum clean expire-cache && /usr/bin/yum install -y deltarpm',01:13
EmilienMit's good now ^ ,01:13
EmilienM?01:13
*** ferest has quit IRC01:14
gildubEmilienM, correct01:14
EmilienMmhh, let's try01:14
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778201:14
openstackgerritColleen Murphy proposed openstack/puppet-designate: Fix metadata syntax error  https://review.openstack.org/19779601:14
openstackgerritColleen Murphy proposed openstack/puppet-designate: Increase upper bound on puppet-dns dependency  https://review.openstack.org/19779701:14
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778301:14
gildubEmilienM, that should speed up the tests... 'cause the yum metadata takes its time!01:15
EmilienMgildub: I don't think this solves our initial issue though.01:15
EmilienMwill see01:16
gildubEmilienM, the deltrarpm, yeah right!01:16
EmilienMgildub: :(01:16
openstackgerritColleen Murphy proposed openstack/puppet-sahara: Fix inifile version dependency in metadata  https://review.openstack.org/19779801:16
EmilienMgildub: I would rather focus on fixing this problem than trying to speed-up our job01:17
gildubEmilienM, let's see01:17
gildubEmilienM, agreed but tests are taking lot's of time, on a scale of things...01:17
EmilienMgildub: well, 6 min is not long01:18
EmilienM*all* centos jobs are failing now01:18
EmilienMthis is the blocker01:18
gildubEmilienM, darn01:18
*** xingchao_ has quit IRC01:18
EmilienMso...01:18
openstackgerritColleen Murphy proposed openstack/puppet-cinder: Bump puppetlabs-rabbitmq version  https://review.openstack.org/19779901:19
gildubEmilienM, try to keep the clean expire-cache only, this one will save time anyway01:19
EmilienMI will, but this is another change I think01:19
gildubEmilienM, fair enough01:19
openstackgerritColleen Murphy proposed openstack/puppet-manila: Bump puppetlabs-rabbitmq version  https://review.openstack.org/19780001:20
gildubrichm, passed the beaker test locally - so I don't know why we're seing that domain error01:20
gildubEmilienM, I01:20
EmilienMgildub: I'm on centos issue now and after I shutdown01:20
gildubEmilienM, ok01:21
openstackgerritColleen Murphy proposed openstack/puppet-openstacklib: Bump puppetlabs-rabbitmq version  https://review.openstack.org/19780101:21
*** stevemar has joined #puppet-openstack01:21
openstackgerritColleen Murphy proposed openstack/puppet-nova: Bump puppetlabs-rabbitmq version  https://review.openstack.org/19780201:21
*** stevemar has quit IRC01:24
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778201:26
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778301:27
EmilienMgildub: btw, on my laptop I have no issue01:27
EmilienMit's something with nodepool images01:27
*** jasondotstar has quit IRC01:27
openstackgerritColleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script  https://review.openstack.org/19737701:30
openstackgerritColleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests  https://review.openstack.org/19083901:31
gildubEmilienM, I bet the image is an upgrade01:31
openstackgerritEmilien Macchi proposed openstack/puppet-openstack_extras: redhat: install deltarpm before any Package  https://review.openstack.org/19778201:33
openstackgerritEmilien Macchi proposed openstack/puppet-neutron: deltarpm test - do not merge  https://review.openstack.org/19778301:33
gildubEmilienM, I don't see any yum-presto rpm in centos71 repos01:35
gildubEmilienM, I think that stuff got merged into yum01:35
gildubEmilienM, BTW - http://www.pcworld.com/article/2942267/why-ubuntu-plans-to-replace-traditional-linux-packages-with-something-better.html01:41
EmilienMI give up for tonight, cheers01:42
gildubEmilienM, take care!01:42
EmilienMwell, if anyone is interested by fixing the job go ahead, I'll be back on Friday01:43
gildubEmilienM, will like to, but I don't enough about the infra stuff, need to check that centos image01:43
gildubEmilienM, sorry ^ s/will/would/01:44
gildubEmilienM, Décidement! ^^ I don't know....01:44
*** ilbot3 has quit IRC01:44
gildubianw, ping - need your infra light01:47
*** ilbot3 has joined #puppet-openstack01:47
ianwgildub: happy to help ... is this the package issue?01:47
gildubianw, 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 nodepool01:51
ianwgildub: where's the logs?  is this running on hpcloud or rax?01:52
gildubianw, I believe hpcloud01:52
gildubianw, https://review.openstack.org/#/c/197782/01:53
gildubianw, http://logs.openstack.org/83/197783/1/check/gate-puppet-neutron-puppet-beaker-rspec-dsvm-centos7/9a5ba58/console.html01:53
ianwBuilding remotely on devstack-centos7-rax-iad-345451101:54
ianwso that's on a rax host01:54
gildubianw, that's why I need you :)01:55
gildubgildub, thanks for jumping on01:55
gildubianw, ^01:55
ianwgildub: just join #openstack-infra and we can get fungi to put it on hold for us maybe01:55
*** richm has quit IRC01:55
gildubianw, ok01:56
ianwgildub: does https://review.openstack.org/#/c/197782/ start this job?01:57
gildubianw, no01:58
gildubianw, but https://review.openstack.org/#/c/197783/ uses it, it's beaker functional tests01:58
ianwgildub: 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 inspeciton01:58
gildubianw, ^^01:58
gildubianw, do you know how the images get provisioned into nodepool?02:01
ianwgildub: yes, they are from the rax provided images.  sometimes they do weird things02:01
gildubianw, ok, what's rax?02:02
ianwrackspace provided image02:02
gildubianw, thanks02:03
*** social has joined #puppet-openstack02:05
*** xingchao_ has joined #puppet-openstack02:06
openstackgerritcraig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type  https://review.openstack.org/19757202:07
*** xingcha__ has joined #puppet-openstack02:08
*** xingchao_ has quit IRC02:08
*** larainema has quit IRC02:11
*** larainema has joined #puppet-openstack02:15
*** ducttape_ has quit IRC02:18
openstackgerritcraig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type  https://review.openstack.org/19757202:32
*** xingcha__ has quit IRC02:43
*** xingchao_ has joined #puppet-openstack02:46
*** stevemar has joined #puppet-openstack02:47
*** richm has joined #puppet-openstack03:28
*** richm has quit IRC03:34
*** xingchao_ has quit IRC03:40
*** delattec has joined #puppet-openstack04:43
*** cdelatte has quit IRC04:45
*** higgins has quit IRC04:55
*** higgins has joined #puppet-openstack05:02
*** saneax has joined #puppet-openstack05:06
*** saneax has quit IRC05:33
*** saneax has joined #puppet-openstack05:34
*** jtomasek has joined #puppet-openstack05:40
*** stevemar has quit IRC05:42
*** jtomasek has quit IRC05:54
*** stamak has joined #puppet-openstack05:56
*** stamak has quit IRC06:04
*** jtomasek has joined #puppet-openstack06:04
openstackgerritMerged openstack/puppet-nova: keystone/auth: make service description configurable  https://review.openstack.org/19516206:38
*** stevemar has joined #puppet-openstack06:42
*** stevemar has quit IRC06:46
*** xingchao_ has joined #puppet-openstack06:47
*** dgurtner has joined #puppet-openstack06:54
*** dgurtner has quit IRC06:54
*** dgurtner has joined #puppet-openstack06:54
*** gildub has quit IRC06:57
*** jtomasek has quit IRC06:58
*** tshtilma has joined #puppet-openstack07:05
*** jtomasek has joined #puppet-openstack07:07
*** tshtilma has quit IRC07:09
*** tshtilma has joined #puppet-openstack07:12
*** xavpaice has quit IRC07:21
*** xavpaice has joined #puppet-openstack07:21
*** ianw has quit IRC07:21
*** ianw has joined #puppet-openstack07:22
*** jtomasek has quit IRC07:30
*** paramite has joined #puppet-openstack07:32
*** xingchao_ has quit IRC07:38
*** jistr has joined #puppet-openstack07:48
*** stevemar has joined #puppet-openstack07:49
*** blentz has quit IRC07:52
*** blentz has joined #puppet-openstack07:53
*** stevemar has quit IRC07:53
*** jpena has joined #puppet-openstack07:54
*** rwsu has quit IRC08:13
*** paramite is now known as paramite|afk08:14
*** paramite|afk is now known as paramite08:14
*** rwsu has joined #puppet-openstack08:15
openstackgerritYanis Guenane proposed openstack/puppet-openstack-cookiecutter: contrib: Creation of the boostrap.sh script  https://review.openstack.org/19788008:26
*** derekh has joined #puppet-openstack08:26
*** gfidente has joined #puppet-openstack08:29
*** stamak has joined #puppet-openstack09:00
*** samuelBartel has joined #puppet-openstack09:02
openstackgerritsac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha bakend.  https://review.openstack.org/18669909:08
*** openstackgerrit has quit IRC09:19
*** openstackgerrit has joined #puppet-openstack09:20
*** jasondotstar has joined #puppet-openstack09:22
*** jtomasek has joined #puppet-openstack09:34
*** stevemar has joined #puppet-openstack09:38
*** larainema has quit IRC09:40
*** larainema has joined #puppet-openstack09:41
*** stevemar has quit IRC09:42
*** gfidente has quit IRC09:57
*** sergmelikyan has joined #puppet-openstack09:58
*** gfidente has joined #puppet-openstack09:58
*** zerda has joined #puppet-openstack10:03
openstackgerritGiulio Fidente proposed openstack/puppet-tripleo: Remove httpchk option as we do mode tcp by default  https://review.openstack.org/19790410:07
*** sergmelikyan has quit IRC10:17
*** sergmelikyan has joined #puppet-openstack10:25
openstackgerritsac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha bakend.  https://review.openstack.org/18669910:32
openstackgerritsac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha backend.  https://review.openstack.org/18669910:37
*** rushiagr_away is now known as rushiagr10:42
*** sergmelikyan has quit IRC11:00
*** sergmelikyan has joined #puppet-openstack11:01
*** partner has quit IRC11:14
*** partner has joined #puppet-openstack11:15
*** aimon has quit IRC11:16
*** dprince has joined #puppet-openstack11:20
openstackgerritBenedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip  https://review.openstack.org/19497711:23
*** aimon has joined #puppet-openstack11:25
*** stevemar has joined #puppet-openstack11:27
*** sergmelikyan has quit IRC11:28
openstackgerritBenedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip  https://review.openstack.org/19497711:28
*** aimon has quit IRC11:29
*** aimon has joined #puppet-openstack11:30
*** stevemar has quit IRC11:30
*** tlbr has quit IRC11:34
*** maximov has quit IRC11:34
*** maximov has joined #puppet-openstack11:35
*** tlbr has joined #puppet-openstack11:35
openstackgerritcraig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type  https://review.openstack.org/19757211:35
*** sergmelikyan has joined #puppet-openstack11:44
*** jasondotstar has quit IRC11:50
*** sergmelikyan has quit IRC11:50
*** ferest has joined #puppet-openstack11:50
*** sergmelikyan has joined #puppet-openstack11:52
*** dprince has quit IRC11:54
*** dprince has joined #puppet-openstack11:54
*** jpena is now known as jpena|lunch11:58
*** morazi has quit IRC11:59
*** ferest has quit IRC12:03
*** sergmelikyan has quit IRC12:12
*** sergmelikyan has joined #puppet-openstack12:13
*** _nick has quit IRC12:21
*** _nick has joined #puppet-openstack12:21
*** zerda has quit IRC12:24
*** chem has joined #puppet-openstack12:26
*** vinsh_ has quit IRC12:36
*** chem has quit IRC12:36
*** jasondotstar has joined #puppet-openstack12:37
*** jayg|g0n` is now known as jayg12:39
*** sergmelikyan has quit IRC12:50
*** paramite is now known as paramite|afk12:58
*** paramite|afk is now known as paramite12:59
*** morazi has joined #puppet-openstack12:59
*** paramite is now known as paramite|afk13:00
*** paramite|afk is now known as paramite13:01
*** jpena|lunch is now known as jpena13:05
*** sergmelikyan has joined #puppet-openstack13:08
*** vinsh has joined #puppet-openstack13:08
*** stevemar has joined #puppet-openstack13:09
*** prad has joined #puppet-openstack13:13
*** sergmelikyan has quit IRC13:15
*** arnaud_orange has joined #puppet-openstack13:16
openstackgerritRyan Brown proposed openstack/puppet-heat: Expose RPC response timeout as a puppet parameter.  https://review.openstack.org/19796413:18
*** saneax has quit IRC13:23
*** sergmelikyan has joined #puppet-openstack13:27
*** serg_melikyan has joined #puppet-openstack13:28
*** sac has joined #puppet-openstack13:29
*** dfisher has joined #puppet-openstack13:30
*** sergmelikyan has quit IRC13:32
openstackgerritsac proposed openstack/puppet-manila: Add options to enable Manila to run with NFS-Ganesha backend.  https://review.openstack.org/18669913:32
*** vinsh has quit IRC13:32
openstackgerritClayton O'Neill proposed openstack/puppet-designate: Add hooks for external install & svc management  https://review.openstack.org/19717213:33
*** richm has joined #puppet-openstack13:36
openstackgerritcraig delatte proposed openstack/puppet-cinder: WIP module to set quotas per volume type  https://review.openstack.org/19757213:56
*** vinsh has joined #puppet-openstack13:57
*** vinsh_ has joined #puppet-openstack13:58
*** vinsh has quit IRC14:02
*** ducttape_ has joined #puppet-openstack14:09
*** ducttape_ has quit IRC14:10
*** ducttape_ has joined #puppet-openstack14:10
*** ddmitriev has joined #puppet-openstack14:13
openstackgerritVasyl Saienko proposed openstack/puppet-keystone: fix pep8 errors  https://review.openstack.org/19799814:18
*** serg_melikyan has quit IRC14:28
*** hogepodge has quit IRC14:28
iurygregoryhey richm , I have answered your comments in the spec and i'm applying the changes.14:30
iurygregorytake a look at rodrigo comment14:30
claytonembarassingly 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.rst14:31
*** rgowrishankar has joined #puppet-openstack14:36
*** cwolferh has quit IRC14:38
jpenaclayton: maybe from https://review.openstack.org/#/admin/projects/openstack/puppet-designate,branches14:38
claytonI don't have access to do it there, or via push14:38
claytonit'll be really embarrassing if I have to get infra to delete that for me :/14:38
*** sergmelikyan has joined #puppet-openstack14:41
richmiurygregory: Thanks14:51
sacHi, 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
sacHowever, this patch is bound to fail on Ubuntu.14:54
sacAs 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-openstack14:55
sacIs there any way to workaround this issue?14:55
sacIf this FAILURE can be waived?14:55
sacRef: http://ur1.ca/mze1u14:58
*** hogepodge has joined #puppet-openstack15:01
*** tshtilma has quit IRC15:04
openstackgerritcraig delatte proposed openstack/puppet-cinder: module to set quotas per volume type  https://review.openstack.org/19757215:05
*** imcsk8 has quit IRC15:09
*** imcsk8 has joined #puppet-openstack15:09
*** sergmelikyan has quit IRC15:15
*** aimon has quit IRC15:22
*** sergmelikyan has joined #puppet-openstack15:23
*** aimon has joined #puppet-openstack15:23
*** aimon has quit IRC15:24
*** aimon has joined #puppet-openstack15:24
*** aimon has quit IRC15:25
openstackgerritGiulio Fidente proposed openstack/puppet-tripleo: Remove httpchk option as we do mode tcp by default  https://review.openstack.org/19790415:26
*** paramite has quit IRC15:30
*** degorenko has quit IRC15:33
*** bklei has joined #puppet-openstack15:36
*** xarses has quit IRC15:42
*** ducttape_ has quit IRC15:43
openstackgerritDenis Egorenko proposed openstack/puppet-glance: Fix section names for parameters  https://review.openstack.org/19474015:43
*** degorenko has joined #puppet-openstack15:45
mattymois anyone here using PKI tokens for keystone and multi-regions?15:45
*** dgurtner has quit IRC15:48
*** stevemar has quit IRC15:48
*** ducttape_ has joined #puppet-openstack15:48
*** arnaud_orange has quit IRC15:51
*** xarses has joined #puppet-openstack16:00
*** tshtilma has joined #puppet-openstack16:01
*** jtomasek has quit IRC16:01
*** jistr has quit IRC16:02
*** derekh has quit IRC16:06
*** ericpeterson has joined #puppet-openstack16:13
*** stevemar has joined #puppet-openstack16:13
*** stevemar has quit IRC16:14
*** samuelBartel has quit IRC16:15
*** ducttape_ has quit IRC16:17
*** sergmelikyan has quit IRC16:21
*** stamak has quit IRC16:22
openstackgerritMatthew Mosesohn proposed openstack/puppet-swift: Add max_header_size field for PKI tokens  https://review.openstack.org/19805716:26
openstackgerritBenedikt von St. Vieth proposed openstack/puppet-nova: Allow to disable openstackocci installation via pip  https://review.openstack.org/19497716:29
*** xingchao_ has quit IRC16:31
*** tshtilma has quit IRC16:32
claytonmattymo: no, I'm not sure PKI tokens are really workable at all if you're multi-region, they get too big16:38
*** sergmelikyan has joined #puppet-openstack16:38
*** sergmelikyan has quit IRC16:40
*** aimon has joined #puppet-openstack16:40
mattymoclayton, pkiz seems to alleviate that16:51
mattymoand they raised the max to 16k for kilo in all projects16:52
mattymomax header size, taht is16:52
mattymothat*16:52
*** jpena has quit IRC16:52
*** sergmelikyan has joined #puppet-openstack16:57
*** saneax has joined #puppet-openstack17:07
claytonperhaps, we swiched to fernet tokens recently, and I can't see moving back17:08
*** sergmelikyan has quit IRC17:10
*** stevemar has joined #puppet-openstack17:15
*** jasondotstar is now known as jasondotstar|afk17:19
*** stevemar has quit IRC17:19
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation  https://review.openstack.org/19036117:20
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation  https://review.openstack.org/19036117:20
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation  https://review.openstack.org/19036117:31
iurygregoryrichm, sorry the spec have one white space and i have send again =S17:33
*** cwolferh has joined #puppet-openstack17:43
*** jasondotstar|afk has quit IRC17:45
*** xingchao_ has joined #puppet-openstack17:55
degorenkohi, cores, please, take a look on https://review.openstack.org/#/c/194740/ :-) thanks17:55
*** xingchao_ has quit IRC17:59
*** logan2 has quit IRC18:03
iurygregoryrichm, when using mellon one SP can have multiples IdPs?18:04
*** ericpeterson has quit IRC18:17
richmiurygregory: I don't know18:20
iurygregoryfor shibboleth and openid a  keystone SP can be configured to consume multiple IdPs18:21
iurygregoryso i'm updating the spec with this, you have people to ask about this?18:22
*** ducttape_ has joined #puppet-openstack18:23
iurygregoryrichm, http://modmellon.googlecode.com/svn/trunk/mod_mellon2/README this is the same mod_auth_mellon?18:26
*** rushiagr is now known as rushiagr_away18:26
richmiurygregory: yes, but it has moved from googlecode/code.google to the github repo18:28
iurygregoryok richm , so a fast search show "Multiple IdP"18:29
iurygregoryi'll assume we can use =)18:29
richmiurygregory: yes, you can set up separate uris protected by different idps18:30
iurygregoryok richm , thanks18:30
richmiurygregory: https://review.openstack.org/19808318:31
*** stevemar has joined #puppet-openstack18:31
iurygregoryi'll take a look o/18:32
*** stevemar has quit IRC18:34
*** stevemar has joined #puppet-openstack18:48
*** logan2 has joined #puppet-openstack18:50
openstackgerritColleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script  https://review.openstack.org/19737718:57
*** ericpeterson has joined #puppet-openstack18:58
openstackgerritColleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests  https://review.openstack.org/19083918:59
mfischis there a new puppet review dashboard URL that I can have?19:02
*** jtomasek has joined #puppet-openstack19:02
*** ducttape_ has quit IRC19:02
*** cwolferh has quit IRC19:02
openstackgerritMatt Fischer proposed openstack/puppet-keystone: Drop User resource dependency  https://review.openstack.org/19568419:04
*** stevemar has quit IRC19:05
openstackgerritMerged openstack/puppet-horizon: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732219:14
openstackgerritMerged openstack/puppet-designate: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19731919:21
*** rbrooker has joined #puppet-openstack19:25
openstackgerritColleen Murphy proposed openstack/puppet-openstack-integration: Add Puppetfile and install script  https://review.openstack.org/19737719:31
*** delatte has joined #puppet-openstack19:34
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation  https://review.openstack.org/19036119:35
claytonmfisch: gael gav me a new one the other day, but I've apparently lost the url19:36
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation  https://review.openstack.org/19036119:36
*** delattec has quit IRC19:37
gchamoulclayton, mfisch: https://goo.gl/JchPRV19:42
*** jtomasek has quit IRC19:44
claytonthanks19:46
*** jasondotstar|afk has joined #puppet-openstack19:49
*** cwolferh has joined #puppet-openstack19:54
*** rgowrishankar has quit IRC19:57
*** derekh has joined #puppet-openstack19:58
*** stevemar has joined #puppet-openstack20:05
*** stevemar has quit IRC20:09
*** hogepodge has quit IRC20:17
*** hogepodge has joined #puppet-openstack20:18
openstackgerritVasyl Saienko proposed openstack/puppet-horizon: remove --clear flag in collectstatic  https://review.openstack.org/19811920:22
*** jasondotstar|afk has quit IRC20:22
mfischpuppetdb export --help is the slowest help command of all time20:32
*** jasondotstar|afk has joined #puppet-openstack20:34
*** reed has quit IRC20:37
*** reed_ is now known as reed20:37
*** reed has quit IRC20:38
*** reed has joined #puppet-openstack20:38
*** reed_ has joined #puppet-openstack20:38
*** dprince has quit IRC20:40
*** aimon has quit IRC20:45
mfischgchamoul: thanks20:48
*** derekh has quit IRC20:51
*** magicboiz has joined #puppet-openstack21:02
*** magicboiz has quit IRC21:03
*** stevemar has joined #puppet-openstack21:07
*** stevemar has quit IRC21:09
*** aimon has joined #puppet-openstack21:12
openstackgerritAlex Schultz proposed openstack/puppet-neutron: Add ability to specify auth_region  https://review.openstack.org/19813321:13
*** jasondotstar|afk has quit IRC21:17
*** prad has quit IRC21:24
*** bklei has quit IRC21:29
*** bklei has joined #puppet-openstack21:30
*** logan2 has quit IRC21:31
*** gfidente has quit IRC21:33
*** bklei has quit IRC21:36
*** michchap has joined #puppet-openstack21:50
*** michchap_ has quit IRC21:51
*** logan2 has joined #puppet-openstack21:56
*** derekh has joined #puppet-openstack21:57
*** ericpeterson has quit IRC21:58
*** rwsu has quit IRC22:05
*** jayg is now known as jayg|g0n322:07
*** vrao has joined #puppet-openstack22:09
openstackgerritColleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests  https://review.openstack.org/19083922:12
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-openstack-specs: Enabling-federation  https://review.openstack.org/19036122:22
*** sergmelikyan has joined #puppet-openstack22:26
*** morazi has quit IRC22:28
*** sergmelikyan has quit IRC22:41
*** _matthias_ has quit IRC22:41
*** rhefner has quit IRC22:41
*** gildub has joined #puppet-openstack22:44
*** _matthias_ has joined #puppet-openstack22:44
*** rhefner has joined #puppet-openstack22:44
*** dfisher has quit IRC22:48
*** xingchao_ has joined #puppet-openstack22:51
*** derekh has quit IRC23:11
*** blkperl has quit IRC23:16
*** blkperl has joined #puppet-openstack23:16
openstackgerritColleen Murphy proposed openstack/puppet-keystone: Use module install script for acceptance tests  https://review.openstack.org/19083923:20
*** larainema has quit IRC23:28
*** xarses has quit IRC23:40
openstackgerritMerged openstack/puppet-glance: Use beaker-puppet_install_helper to install puppet  https://review.openstack.org/19732023:50

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