*** aimon has quit IRC | 00:00 | |
*** saneax_ has quit IRC | 00:01 | |
*** linkedinyou has joined #puppet-openstack | 00:05 | |
*** markvoelker has quit IRC | 00:10 | |
*** angdraug has quit IRC | 00:16 | |
*** xarses_ has quit IRC | 00:21 | |
richm | gildub: I'm already rebasing your patches on top of mine | 00:22 |
---|---|---|
richm | gildub: there are a lot of conflicts, particularly in the spec tests | 00:22 |
gildub | richm, ok, yeah I saw that | 00:23 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 00:24 |
gildub | richm, there is one dependency missing: https://review.openstack.org/218044 | 00:26 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Keystone V3 support with domain checking https://review.openstack.org/218044 | 00:29 |
*** aimon has joined #puppet-openstack | 00:30 | |
*** markvoelker has joined #puppet-openstack | 00:31 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 00:32 |
gildub | richm, that's it 218059 depends on 218044 which depends on your 221121 and so on | 00:34 |
*** jfluhmann has joined #puppet-openstack | 00:36 | |
richm | gildub: ok - are there any changes other than just rebasing? | 00:46 |
richm | gildub: the problem is that I had to change some things in my original patches, in order to make it easier to rebase - I'm actually surprised that you were able to do it so easily | 00:46 |
*** aimon has quit IRC | 00:48 | |
*** aimon has joined #puppet-openstack | 00:48 | |
*** ducttape_ has joined #puppet-openstack | 00:49 | |
*** mihgen has quit IRC | 00:50 | |
*** dweaver` has quit IRC | 00:50 | |
*** mgagne has quit IRC | 00:50 | |
*** mgagne has joined #puppet-openstack | 00:54 | |
*** dweaver has joined #puppet-openstack | 00:54 | |
richm | gildub: This case is illegal with your new code - http://paste.openstack.org/show/451047/ | 00:56 |
richm | If you specify a domain, you must also specify the domain in the resource name | 00:56 |
*** zhangjn has joined #puppet-openstack | 00:56 | |
*** tiswanso has joined #puppet-openstack | 00:57 | |
*** mihgen has joined #puppet-openstack | 00:57 | |
*** zhangjn has quit IRC | 00:58 | |
richm | . . . unless it is the default domain | 00:58 |
*** tiswanso_ has joined #puppet-openstack | 00:59 | |
*** tiswanso has quit IRC | 01:02 | |
gildub | richm, the initial changes I did to tenant spec file was before, because of the bugs, I'm going through them now | 01:06 |
*** zhangjn has joined #puppet-openstack | 01:06 | |
gildub | richm, I did resolve them by mostly restoring the specs from your changes | 01:06 |
richm | gildub: Ok | 01:07 |
richm | gildub: I am going to push my new patches, including yours which are rebased on top of mine so that they will pass spec and acceptance tests | 01:07 |
gildub | richm, ok | 01:09 |
*** dprince has joined #puppet-openstack | 01:10 | |
*** zhangjn_ has joined #puppet-openstack | 01:11 | |
openstackgerrit | Richard Megginson proposed openstack/puppet-keystone: able to use wrong resource name https://review.openstack.org/221121 | 01:11 |
openstackgerrit | Richard Megginson proposed openstack/puppet-keystone: able to use wrong value for default_domain_id https://review.openstack.org/221120 | 01:11 |
openstackgerrit | Richard Megginson proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 01:11 |
openstackgerrit | Richard Megginson proposed openstack/puppet-keystone: Keystone V3 support with domain checking https://review.openstack.org/218044 | 01:11 |
openstackgerrit | Richard Megginson proposed openstack/puppet-keystone: domain name from id lookups return empty https://review.openstack.org/221119 | 01:11 |
*** zhangjn has quit IRC | 01:14 | |
*** ducttape_ has quit IRC | 01:30 | |
gildub | richm, looks good now! | 01:37 |
richm | gildub: tests are passing, anyway | 01:37 |
gildub | richm, yeah that's what I mean. I have to restore the acceptance one to a previous version, because I had to remove the default domain changes | 01:39 |
gildub | richm, what about the indirections? | 01:41 |
gildub | richm, well, we're passing tests with seems we're good for now | 01:42 |
richm | gildub: The indirections are next | 01:42 |
gildub | richm, yes, do we need to worry about them at all? | 01:43 |
richm | gildub: Removing the indirections will be a lot easier once your domain resource naming is ready | 01:43 |
richm | gildub: Removing the indirections should be the next patch after | 01:43 |
richm | gildub: It will be much easier to get rid of them after your patch - we will then have a consistent way to figure out what the domain is given a resource name | 01:44 |
gildub | richm, yes I got that, was just wondering if we still need to get rid of them, I guess yes because of what you found against them | 01:44 |
richm | otherwise, we'll have to use my convoluted is-domain-unique-or-default-or-? code | 01:44 |
gildub | richm, :) | 01:45 |
richm | https://bugs.launchpad.net/puppet-keystone/+bug/1493450 | 01:45 |
openstack | Launchpad bug 1493450 in puppet-keystone "bad indirection performance with openstack resources" [Medium,Confirmed] | 01:45 |
richm | gildub: http://eavesdrop.openstack.org/meetings/puppet_openstack/2015/puppet_openstack.2015-09-08-15.00.log.html | 01:46 |
richm | gildub: scroll down to about 15:25:26 or so | 01:46 |
gildub | richm, ok, great so will use that bug for review/fix | 01:49 |
gildub | richm, re back-porting to kilo, what has been decided in the end? | 01:50 |
richm | gildub: EmilienM thinks it is a good idea to backport to Kilo | 01:52 |
richm | we also discussed in the meeting - around 15:22:55 or so | 01:53 |
gildub | richm, yes I saw that but wasn't sure nothing came afterwards | 01:53 |
richm | gildub: I will clarify with EmilienM | 01:54 |
gildub | richm, ok thanks, but if we do need to make sure this one is added to the list https://review.openstack.org/213603 | 01:55 |
gildub | richm, I tried to add the review but that doesn't work for me, I don't know what I'm missing | 01:55 |
gildub | richm, ^ to back port it to stable/kilo | 01:56 |
richm | gildub: yeah, would be difficult without that review because everything else was built on top of it | 01:57 |
*** dprince has quit IRC | 02:02 | |
richm | gildub: not sure what you mean by "I tried to add the review"? | 02:02 |
richm | 213603 was merged | 02:03 |
gildub | richm, yes but the cherry-pick button is gone once merged and the manual -x didn't work for me | 02:07 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Authentication URLs and endpoint clarity re-factor https://review.openstack.org/221567 | 02:12 |
gildub | richm, ^ finally just added the backport for that one | 02:13 |
*** xarses has joined #puppet-openstack | 02:14 | |
*** xarses has quit IRC | 02:15 | |
*** xarses has joined #puppet-openstack | 02:15 | |
richm | gildub: any conflicts? | 02:15 |
gildub | richm, yes there was one in spec/classes/keystone_spec.rb because I removed a duplicate line (admin_token on line #23), moral of story never do clean up unless the review is meant for it! I know better but still working on it!!! | 02:17 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 02:26 |
gildub | richm, sorry, I know it's getting late for you, but is the indirection the next one, I can get take care of it unless you're already on it. | 02:27 |
*** xarses has quit IRC | 02:28 | |
gildub | richm, I suppose once all those ones are in we're going to see a bit the light | 02:28 |
*** markvoelker has quit IRC | 02:31 | |
richm | gildub: I think https://review.openstack.org/218059 still needs some work | 02:37 |
richm | for example, is keystone_tenant { 'project': domain => 'project_domain' } still valid? | 02:37 |
gildub | richm, yeah, that stays my priority | 02:37 |
richm | ok | 02:38 |
richm | a demain | 02:38 |
gildub | richm, bonne nuit! Thanks for the hard work! | 02:38 |
*** richm has quit IRC | 02:42 | |
*** xingchao has joined #puppet-openstack | 02:43 | |
*** zhangjn has joined #puppet-openstack | 02:46 | |
*** zhangjn_ has quit IRC | 02:49 | |
*** tiswanso_ has quit IRC | 03:06 | |
*** zhangjn_ has joined #puppet-openstack | 03:09 | |
*** zhangjn has quit IRC | 03:13 | |
EmilienM | gildub: we need to backport what is bugged about default domain | 03:15 |
*** zhangjn has joined #puppet-openstack | 03:16 | |
*** zhangjn_ has quit IRC | 03:19 | |
EmilienM | gildub: I reviewed richm 3 patches that fix the bugs, they lgtm | 03:26 |
EmilienM | gildub: I'll take time to review your work this week if I can | 03:27 |
*** markvoelker has joined #puppet-openstack | 03:31 | |
gildub | EmilienM, ok re backport - We need https://review.openstack.org/221567 too | 03:32 |
gildub | EmilienM, ^^ ok, thanks | 03:32 |
*** markvoelker has quit IRC | 03:36 | |
*** zhangjn_ has joined #puppet-openstack | 03:36 | |
*** zhangjn has quit IRC | 03:40 | |
*** xarses has joined #puppet-openstack | 03:40 | |
*** fedexo has joined #puppet-openstack | 03:42 | |
*** gildub has quit IRC | 03:51 | |
*** jfluhmann has quit IRC | 03:53 | |
*** fedexo has quit IRC | 03:56 | |
*** xingchao has quit IRC | 04:05 | |
*** linkedinyou has quit IRC | 04:05 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Authentication URLs and endpoint clarity re-factor https://review.openstack.org/221567 | 04:07 |
*** gildub has joined #puppet-openstack | 04:23 | |
*** linkedinyou has joined #puppet-openstack | 04:35 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 04:41 |
*** fedexo has joined #puppet-openstack | 04:43 | |
*** sergmelikyan has joined #puppet-openstack | 04:56 | |
*** sergmelikyan has quit IRC | 05:05 | |
*** zhangjn_ has quit IRC | 05:11 | |
*** clayton has quit IRC | 05:21 | |
*** clayton has joined #puppet-openstack | 05:26 | |
*** nibalizer has quit IRC | 05:31 | |
*** nibalizer has joined #puppet-openstack | 05:31 | |
*** markvoelker has joined #puppet-openstack | 05:32 | |
*** markvoelker has quit IRC | 05:37 | |
*** zerda has joined #puppet-openstack | 05:37 | |
*** stamak has joined #puppet-openstack | 05:38 | |
*** fedexo has quit IRC | 05:39 | |
*** xingchao has joined #puppet-openstack | 05:41 | |
*** stamak has quit IRC | 05:44 | |
*** clayton has quit IRC | 05:45 | |
*** clayton has joined #puppet-openstack | 05:45 | |
*** clayton has quit IRC | 05:55 | |
*** clayton has joined #puppet-openstack | 06:01 | |
*** chandankumar has joined #puppet-openstack | 06:54 | |
*** arnaud_orange has joined #puppet-openstack | 06:59 | |
*** markvoelker has joined #puppet-openstack | 07:33 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-neutron: Reflect provider change in puppet-openstacklib https://review.openstack.org/209875 | 07:36 |
*** markvoelker has quit IRC | 07:38 | |
*** jtomasek has quit IRC | 07:45 | |
*** gfidente has joined #puppet-openstack | 07:45 | |
*** c0m0 has joined #puppet-openstack | 08:02 | |
*** jpena has joined #puppet-openstack | 08:09 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 08:16 |
*** gildub has quit IRC | 08:21 | |
*** paramite has joined #puppet-openstack | 08:29 | |
*** jistr has joined #puppet-openstack | 08:32 | |
*** IvanBerezovskiy has joined #puppet-openstack | 08:39 | |
*** stamak has joined #puppet-openstack | 08:43 | |
*** derekh has joined #puppet-openstack | 08:44 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-glance: Autorequire correct package based on the distro https://review.openstack.org/221644 | 08:51 |
*** chem has joined #puppet-openstack | 09:00 | |
*** markvoelker has joined #puppet-openstack | 09:04 | |
*** markvoelker has quit IRC | 09:08 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-glance: Clean glance package installation logic decision https://review.openstack.org/221644 | 09:32 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-glance: Clean glance package installation logic decision https://review.openstack.org/221644 | 09:34 |
*** paramite is now known as paramite|afk | 09:39 | |
*** severion has joined #puppet-openstack | 09:51 | |
*** v1k0d3n has quit IRC | 09:52 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-glance: Clean glance package installation logic decision https://review.openstack.org/221644 | 09:56 |
degorenko | hello folks! spredzy mfisch EmilienM clayton folks, can you inspect puppet side of my patch: https://review.openstack.org/#/c/192721/ ? Because it already has some +1 from Sahara devs | 10:01 |
*** paramite|afk is now known as paramite | 10:07 | |
*** jtomasek has joined #puppet-openstack | 10:17 | |
*** logan2 has quit IRC | 10:24 | |
*** logan2 has joined #puppet-openstack | 10:28 | |
*** zerda has quit IRC | 10:33 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-glance: Autorequire correct package based on the distro https://review.openstack.org/221644 | 10:37 |
*** ddmitriev1 has joined #puppet-openstack | 10:41 | |
*** ddmitriev1 has joined #puppet-openstack | 10:42 | |
*** gildub has joined #puppet-openstack | 10:59 | |
*** markvoelker has joined #puppet-openstack | 11:04 | |
*** markvoelker has quit IRC | 11:09 | |
*** jpena is now known as jpena|lunch | 11:20 | |
*** xingchao has quit IRC | 11:25 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 11:31 |
*** logan2 has quit IRC | 11:38 | |
*** dprince has joined #puppet-openstack | 11:39 | |
*** logan2 has joined #puppet-openstack | 11:40 | |
*** logan2 has quit IRC | 11:50 | |
*** logan2 has joined #puppet-openstack | 11:54 | |
*** rochaporto has joined #puppet-openstack | 12:00 | |
EmilienM | good morning | 12:00 |
*** morazi has joined #puppet-openstack | 12:02 | |
*** markvoelker has joined #puppet-openstack | 12:02 | |
iurygregory | morning =) | 12:06 |
*** jayg|g0n3 is now known as jayg | 12:14 | |
*** ducttape_ has joined #puppet-openstack | 12:14 | |
*** logan2 has quit IRC | 12:17 | |
*** paramite is now known as paramite|afk | 12:19 | |
*** logan2 has joined #puppet-openstack | 12:20 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Providers tenant/user/user_role: domain check/name https://review.openstack.org/218059 | 12:22 |
*** paramite|afk is now known as paramite | 12:23 | |
*** ducttape_ has quit IRC | 12:26 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-openstack-specs: Adds deprecation for using a name without a domain https://review.openstack.org/219127 | 12:30 |
*** jpena|lunch is now known as jpena | 12:38 | |
*** logan2 has quit IRC | 12:41 | |
*** logan2 has joined #puppet-openstack | 12:42 | |
*** xingchao has joined #puppet-openstack | 12:52 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-openstack-specs: Adds deprecation for using a name without a domain https://review.openstack.org/219127 | 12:55 |
*** gildub has quit IRC | 12:57 | |
*** stamak has quit IRC | 13:07 | |
*** stamak has joined #puppet-openstack | 13:07 | |
*** richm has joined #puppet-openstack | 13:16 | |
*** tiswanso has joined #puppet-openstack | 13:17 | |
*** Thaxll has quit IRC | 13:28 | |
openstackgerrit | Merged openstack/puppet-cinder: Add ability to search nova in the service catalog https://review.openstack.org/219284 | 13:44 |
*** dfisher has joined #puppet-openstack | 13:46 | |
dfisher | EmilienM: can I get you to merge https://review.openstack.org/#/c/209068/ ? It's been almost a month with no issues | 13:48 |
*** _ody_ has joined #puppet-openstack | 13:49 | |
*** _ody has quit IRC | 13:49 | |
*** ducttape_ has joined #puppet-openstack | 13:59 | |
*** social has quit IRC | 14:05 | |
openstackgerrit | Merged openstack/puppet-sahara: Add distribute mode for Sahara https://review.openstack.org/192721 | 14:08 |
EmilienM | degorenko: ^ | 14:08 |
degorenko | EmilienM, thank you so much! | 14:09 |
*** tiswanso has quit IRC | 14:09 | |
*** tiswanso has joined #puppet-openstack | 14:10 | |
*** leanderthal has joined #puppet-openstack | 14:14 | |
openstackgerrit | Merged openstack/puppet-glance: Autorequire correct package based on the distro https://review.openstack.org/221644 | 14:16 |
openstackgerrit | Merged openstack/puppet-neutron: Reflect provider change in puppet-openstacklib https://review.openstack.org/209875 | 14:21 |
*** Oszkar1 has joined #puppet-openstack | 14:24 | |
Oszkar1 | hi all | 14:25 |
Oszkar1 | have you seen this error before | 14:25 |
Oszkar1 | Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload puppet/type/keystone_tenant: interning empty string on | 14:25 |
Oszkar1 | keystone tag 6.0.0 | 14:25 |
*** social has joined #puppet-openstack | 14:29 | |
*** xarses has quit IRC | 14:29 | |
openstackgerrit | Merged openstack/puppet-neutron: Remove POSIX users, groups, and file modes. https://review.openstack.org/209068 | 14:39 |
dfisher | thanks, EmilienM :) | 14:40 |
*** xarses has joined #puppet-openstack | 14:45 | |
*** tiswanso has quit IRC | 14:50 | |
*** tiswanso has joined #puppet-openstack | 14:53 | |
*** chandankumar has left #puppet-openstack | 14:59 | |
*** bklei has joined #puppet-openstack | 15:00 | |
*** jistr is now known as jistr|call | 15:02 | |
*** leanderthal has quit IRC | 15:05 | |
*** stamak has quit IRC | 15:14 | |
*** tiswanso has quit IRC | 15:17 | |
*** leanderthal has joined #puppet-openstack | 15:18 | |
*** tiswanso has joined #puppet-openstack | 15:24 | |
*** tiswanso has quit IRC | 15:32 | |
*** fultonj has joined #puppet-openstack | 15:32 | |
*** tiswanso has joined #puppet-openstack | 15:32 | |
dfisher | ok, so help a git noob out. I'm working on a change and i get the email from gerrit that says my patch is in merge conflict. Ok, no problem. So I git checkout master, git pull origin master, git checkout my-branch, git rebase -i master | 15:38 |
dfisher | i find the conflicts | 15:39 |
dfisher | edit them | 15:39 |
dfisher | fix | 15:39 |
dfisher | run tests. | 15:39 |
dfisher | etc. | 15:39 |
dfisher | everything looks good on my end. | 15:39 |
dfisher | now, what do I run to commit everything? git commit -a ? git commit -a —amend? | 15:39 |
dfisher | i seem to screw this up every single time | 15:39 |
larsks | dfisher: git commit --amend (after adding your changes with 'git add ...'). You want to *replace* your conflicting commit with one that does not conflict (and then run `git review` again). | 15:49 |
dfisher | so, just do: | 15:49 |
dfisher | git add | 15:49 |
dfisher | git commit —amend | 15:49 |
dfisher | git review | 15:50 |
dfisher | ? | 15:50 |
*** arnaud_orange has quit IRC | 15:50 | |
larsks | That looks correct to me. Can't actually test right now because my network connection is all crappy. | 15:52 |
larsks | Make sure you keep the change-id that gerrit added to your commit message. | 15:52 |
*** jistr|call is now known as jistr | 15:55 | |
openstackgerrit | Drew Fisher proposed openstack/puppet-glance: Remove POSIX users, groups, and file modes. https://review.openstack.org/211593 | 15:55 |
dfisher | well, hopefully that's right. | 15:55 |
dfisher | thanks larsks | 15:55 |
openstackgerrit | Martin Mágr proposed openstack/puppet-heat: Create Heat Domain with Keystone_domain resource https://review.openstack.org/220105 | 15:55 |
openstackgerrit | Martin Mágr proposed openstack/puppet-heat: Remove deprecated parameter stack_user_domain https://review.openstack.org/221857 | 15:55 |
*** Oszkar1 has quit IRC | 15:59 | |
*** tiswanso has quit IRC | 16:00 | |
*** aimon has quit IRC | 16:01 | |
*** tiswanso has joined #puppet-openstack | 16:02 | |
*** leanderthal has quit IRC | 16:08 | |
*** leanderthal has joined #puppet-openstack | 16:10 | |
*** ducttape_ has quit IRC | 16:13 | |
*** apuimedo has joined #puppet-openstack | 16:13 | |
Vinsh | Interesting that the output from an respec run shows Total resources and "touched resources" Then a list of untouched resources, most of which were in-fact covered in the above tests. | 16:14 |
Vinsh | I wonder what "untouched" really means? | 16:15 |
*** karume has joined #puppet-openstack | 16:16 | |
*** mdorman has joined #puppet-openstack | 16:17 | |
*** Thaxll has joined #puppet-openstack | 16:17 | |
Thaxll | Hi, anyone got experience deploying ceph with a puppetmaster? | 16:17 |
*** leanderthal has quit IRC | 16:17 | |
Thaxll | using the official puppet-ceph from stackforge. | 16:18 |
apuimedo | EmilienM: ping | 16:19 |
apuimedo | fvollero: nice to see your nick | 16:19 |
openstackgerrit | Adam Vinsh proposed openstack/puppet-swift: WIP Manage swift with swiftinit service provider https://review.openstack.org/203220 | 16:20 |
EmilienM | Thaxll: you're on the right channel, just go ahead | 16:20 |
EmilienM | apuimedo: what's up? | 16:21 |
apuimedo | EmilienM: karume and I work on puppet-midonet and did some integration for puppet-neutron | 16:21 |
apuimedo | and we'd like to know a bit more about the gating for the different puppet modules | 16:22 |
apuimedo | see if there would be the possibility of adding our module to the gate, or help getting a similar puppet env going to test our module with openstack under the same conditions | 16:23 |
apuimedo | EmilienM: is there some thirdparty ci for the puppet projects? | 16:23 |
EmilienM | apuimedo: not yet | 16:24 |
EmilienM | but we already talked about having it one day | 16:24 |
Thaxll | I'm just trying to setup a quick poc of ceph using the puppet-ceph, but just using the simple example from the blueprint doesn't work with: Invalid parameter auth_enable on Class[Ceph::Conf] I really can't figure out where is the problem | 16:24 |
EmilienM | with Fuel for example | 16:24 |
*** ducttape_ has joined #puppet-openstack | 16:24 | |
apuimedo | EmilienM: we also use our puppet module from our Fuel plugin :-) | 16:24 |
apuimedo | EmilienM: so, where can we find the puppet code for the deployment that you use to test in the gates? | 16:25 |
*** paramite has quit IRC | 16:26 | |
EmilienM | apuimedo: openstack-infra/project-config is a good start | 16:27 |
EmilienM | apuimedo: also anteya ( not connected here) is leading third party CI things | 16:27 |
*** sergmelikyan has joined #puppet-openstack | 16:27 | |
EmilienM | anteaya sorry | 16:27 |
EmilienM | apuimedo: you might want to reach her on #openstack-infra channel | 16:28 |
apuimedo | EmilienM: cool. Thanks for the pointers | 16:28 |
EmilienM | apuimedo: sure | 16:29 |
apuimedo | we'll check openstack-infra/project-config and with anteaya for a possible future third party CI inclusion | 16:29 |
apuimedo | :-) | 16:29 |
*** sergmelikyan has quit IRC | 16:29 | |
*** sergmelikyan has joined #puppet-openstack | 16:29 | |
karume | thanks EmilienM | 16:29 |
*** aimon has joined #puppet-openstack | 16:30 | |
*** sergmelikyan has quit IRC | 16:31 | |
*** sergmelikyan has joined #puppet-openstack | 16:39 | |
*** rochaporto has quit IRC | 16:39 | |
*** serg_melikyan has joined #puppet-openstack | 16:40 | |
*** apuimedo is now known as apuimedo|away | 16:40 | |
*** jistr has quit IRC | 16:42 | |
*** c0m0 has quit IRC | 16:44 | |
*** sergmelikyan has quit IRC | 16:44 | |
fvollero | apuimedo|away: likewise my friend :) | 16:45 |
*** derekh has quit IRC | 16:49 | |
*** karume has quit IRC | 16:53 | |
*** jistr has joined #puppet-openstack | 16:55 | |
*** serg_melikyan has quit IRC | 17:02 | |
*** jpena has quit IRC | 17:03 | |
*** michchap has quit IRC | 17:04 | |
*** sergmelikyan has joined #puppet-openstack | 17:07 | |
*** serg_melikyan has joined #puppet-openstack | 17:08 | |
*** sergmelikyan has quit IRC | 17:08 | |
*** chandankumar has joined #puppet-openstack | 17:13 | |
*** jtomasek has quit IRC | 17:16 | |
*** cdelatte has joined #puppet-openstack | 17:18 | |
*** tiswanso has quit IRC | 17:18 | |
*** tiswanso has joined #puppet-openstack | 17:19 | |
*** michchap has joined #puppet-openstack | 17:20 | |
*** jistr has quit IRC | 17:28 | |
*** chandankumar has quit IRC | 17:30 | |
*** Thaxll has quit IRC | 17:33 | |
*** serg_melikyan has quit IRC | 17:35 | |
*** sergmelikyan has joined #puppet-openstack | 17:35 | |
*** IvanBerezovskiy has left #puppet-openstack | 17:36 | |
*** xingchao has quit IRC | 17:40 | |
*** stamak has joined #puppet-openstack | 17:49 | |
*** stamak has quit IRC | 18:08 | |
*** sergmelikyan has quit IRC | 18:16 | |
*** sergmelikyan has joined #puppet-openstack | 18:31 | |
*** sergmelikyan has quit IRC | 18:31 | |
*** sergmelikyan has joined #puppet-openstack | 18:32 | |
*** ducttape_ has quit IRC | 18:34 | |
*** serg_melikyan has joined #puppet-openstack | 18:37 | |
*** sergmelikyan has quit IRC | 18:40 | |
*** danieru_ has joined #puppet-openstack | 18:41 | |
*** xingchao has joined #puppet-openstack | 18:41 | |
*** danieru has quit IRC | 18:41 | |
*** spredzy has quit IRC | 18:41 | |
*** spredzy has joined #puppet-openstack | 18:42 | |
*** xingchao has quit IRC | 18:46 | |
*** ducttape_ has joined #puppet-openstack | 18:47 | |
*** sergmelikyan has joined #puppet-openstack | 18:50 | |
*** serg_melikyan has quit IRC | 18:53 | |
*** sergmelikyan has quit IRC | 18:54 | |
*** chandankumar has joined #puppet-openstack | 19:08 | |
*** angdraug has joined #puppet-openstack | 19:10 | |
*** sergmelikyan has joined #puppet-openstack | 19:23 | |
*** serg_melikyan has joined #puppet-openstack | 19:26 | |
*** sergmelikyan has quit IRC | 19:26 | |
*** fvollero_ has joined #puppet-openstack | 19:32 | |
*** fvollero has quit IRC | 19:35 | |
*** fvollero_ has quit IRC | 19:38 | |
*** fvollero has joined #puppet-openstack | 19:38 | |
*** ducttape_ has quit IRC | 19:39 | |
*** ducttape_ has joined #puppet-openstack | 19:40 | |
*** fvollero has quit IRC | 19:42 | |
*** fvollero has joined #puppet-openstack | 19:43 | |
*** fvollero_ has joined #puppet-openstack | 19:50 | |
*** fvollero has quit IRC | 19:50 | |
*** fvollero_ has quit IRC | 19:54 | |
*** snk has joined #puppet-openstack | 19:55 | |
*** fvollero has joined #puppet-openstack | 19:56 | |
*** chandankumar has quit IRC | 20:02 | |
*** stamak has joined #puppet-openstack | 20:04 | |
*** cdelatte has quit IRC | 20:08 | |
*** jayg is now known as jayg|g0n3 | 20:11 | |
*** mesamoo has joined #puppet-openstack | 20:27 | |
*** stamak has quit IRC | 20:37 | |
*** ianw has quit IRC | 20:47 | |
*** ianw has joined #puppet-openstack | 20:48 | |
*** aimon has quit IRC | 21:03 | |
*** angdraug has quit IRC | 21:05 | |
*** aimon_ has joined #puppet-openstack | 21:06 | |
openstackgerrit | Drew Fisher proposed openstack/puppet-glance: Remove POSIX users, groups, and file modes. https://review.openstack.org/211593 | 21:07 |
iurygregory | EmilienM, in federation there is a python lib (pysaml2) that you need to install using pip, any idea how to ensure that? | 21:08 |
dfisher | tell the package maintainers | 21:08 |
EmilienM | iurygregory: using pip? | 21:08 |
EmilienM | lol | 21:08 |
EmilienM | yeah, dfisher++ | 21:09 |
iurygregory | yeah | 21:09 |
dfisher | puppet shouldn't do package enforcement | 21:09 |
*** fultonj has quit IRC | 21:09 | |
iurygregory | =/ | 21:09 |
EmilienM | iurygregory: we really don't want to use pip | 21:09 |
EmilienM | except in a venv | 21:09 |
iurygregory | take a look at http://rodrigods.com/ | 21:09 |
iurygregory | Keysonte as an IdP | 21:09 |
EmilienM | iurygregory: very interesting | 21:11 |
EmilienM | I need coffee before reading it :P | 21:11 |
iurygregory | ok XD | 21:13 |
richm | iurygregory: Are you trying to get functional CI testing with k2k with your patches? | 21:14 |
richm | . . . and you are finding it necessary to install from pip because packages are missing/versions are too old? | 21:14 |
openstackgerrit | Drew Fisher proposed openstack/puppet-glance: Remove POSIX users, groups, and file modes. https://review.openstack.org/211593 | 21:14 |
EmilienM | richm: what can we backport to stable/kilo today? | 21:14 |
richm | EmilienM: gildub has already started https://review.openstack.org/221567 | 21:15 |
iurygregory | well richm, Keystone as IdP is only for K2K if I remember correctly | 21:15 |
richm | iurygregory: right | 21:16 |
iurygregory | i think ubuntu does not provide pysaml2 in the repo o.o | 21:16 |
richm | it needs to support pysaml2 | 21:16 |
iurygregory | I tried to install and couldn't =/ | 21:16 |
richm | iurygregory: you should file a bug/ticket/whatever uca uses | 21:16 |
EmilienM | richm: I don't get -1 | 21:17 |
EmilienM | richm: it's a backport, isn't? | 21:17 |
EmilienM | richm: is this one required? Like is it fixing a bug ? | 21:17 |
iurygregory | uca? (i'm newbie =/) | 21:17 |
EmilienM | iurygregory: uca & rdo | 21:17 |
richm | EmilienM: yeah - not sure - either the backport introduced a bug, or the bug was missed in the master review | 21:18 |
EmilienM | hum | 21:18 |
richm | iurygregory: Ubuntu Cloud Archive - the repo used for ubuntu openstack packages | 21:18 |
*** tiswanso has quit IRC | 21:18 | |
EmilienM | iurygregory: ping jamespage for UCA and go on #rdo for RDO | 21:18 |
iurygregory | ok EmilienM , and thanks richm | 21:19 |
EmilienM | richm: do we have current bugfix in master we can backport now? | 21:19 |
richm | EmilienM: no | 21:20 |
*** yogesh-pc has joined #puppet-openstack | 21:20 | |
EmilienM | ok | 21:20 |
EmilienM | I can sleep tonight then | 21:20 |
dfisher | famous last words | 21:21 |
iurygregory | have a nice day people o/ bye | 21:26 |
EmilienM | iurygregory: o/ | 21:26 |
*** dprince has quit IRC | 21:29 | |
*** dprince has joined #puppet-openstack | 21:35 | |
*** bklei_ has joined #puppet-openstack | 21:46 | |
*** bklei has quit IRC | 21:46 | |
*** yogesh-pc has quit IRC | 21:49 | |
*** khappone has quit IRC | 22:08 | |
*** khappone has joined #puppet-openstack | 22:09 | |
*** cfloare_ has quit IRC | 22:13 | |
*** angdraug has joined #puppet-openstack | 22:13 | |
*** cgfbee has quit IRC | 22:14 | |
*** jfluhmann has joined #puppet-openstack | 22:15 | |
*** imcsk8 has quit IRC | 22:16 | |
*** aimon_ has quit IRC | 22:17 | |
*** imcsk8 has joined #puppet-openstack | 22:18 | |
*** chem has quit IRC | 22:36 | |
*** morazi has quit IRC | 22:37 | |
*** yogesh-pc has joined #puppet-openstack | 22:43 | |
*** cgfbee has joined #puppet-openstack | 22:43 | |
*** cfloare has joined #puppet-openstack | 22:47 | |
*** aimon has joined #puppet-openstack | 22:49 | |
*** aimon_ has joined #puppet-openstack | 22:51 | |
*** serg_melikyan has quit IRC | 22:52 | |
*** sergmelikyan has joined #puppet-openstack | 22:52 | |
*** mdorman has quit IRC | 22:53 | |
*** aimon has quit IRC | 22:54 | |
*** markvoelker has quit IRC | 22:56 | |
*** ducttape_ has quit IRC | 22:57 | |
openstackgerrit | Adam Vinsh proposed openstack/puppet-swift: WIP Manage swift with swiftinit service provider https://review.openstack.org/203220 | 22:59 |
*** jfluhmann has quit IRC | 23:02 | |
*** dfisher has quit IRC | 23:02 | |
*** rcarrillocruz has quit IRC | 23:05 | |
*** rcarrillocruz has joined #puppet-openstack | 23:08 | |
*** sergmelikyan has quit IRC | 23:12 | |
*** sergmelikyan has joined #puppet-openstack | 23:12 | |
*** sergmelikyan has quit IRC | 23:15 | |
*** bklei has joined #puppet-openstack | 23:16 | |
*** linkedinyou has quit IRC | 23:18 | |
openstackgerrit | Ivan Chavero proposed openstack/puppet-neutron: Split SR-IOV configuration file into driver and agent pieces https://review.openstack.org/221991 | 23:18 |
*** bklei_ has quit IRC | 23:19 | |
*** bklei has quit IRC | 23:20 | |
*** yogesh-pc has quit IRC | 23:23 | |
*** aimon has joined #puppet-openstack | 23:30 | |
*** aimon__ has joined #puppet-openstack | 23:31 | |
*** linkedinyou has joined #puppet-openstack | 23:32 | |
*** aimon_ has quit IRC | 23:34 | |
*** aimon has quit IRC | 23:34 | |
*** dprince has quit IRC | 23:43 | |
*** angdraug has quit IRC | 23:52 | |
*** chem has joined #puppet-openstack | 23:56 | |
*** markvoelker has joined #puppet-openstack | 23:57 | |
*** apuimedo|away has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!