Wednesday, 2015-06-10

*** stevemar has quit IRC00:05
*** ducttape_ has joined #puppet-openstack00:17
*** markvoelker has joined #puppet-openstack00:21
*** xingchao has quit IRC00:23
*** markvoelker has quit IRC00:26
*** ducttape_ has quit IRC00:28
*** rcallawa_ has joined #puppet-openstack00:39
*** rcallawa has quit IRC00:42
*** dprince has joined #puppet-openstack00:46
*** dprince has quit IRC00:48
*** ducttape_ has joined #puppet-openstack00:52
*** gildub has joined #puppet-openstack00:55
*** ducttape_ has quit IRC01:02
*** xingchao has joined #puppet-openstack01:19
*** markvoelker has joined #puppet-openstack01:22
*** xingchao has quit IRC01:24
*** markvoelker has quit IRC01:27
*** ducttape_ has joined #puppet-openstack02:35
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Restructures authentication for resource providers  https://review.openstack.org/18129902:37
openstackgerritMerged stackforge/puppet-openstacklib: Restructures authentication for resource providers  https://review.openstack.org/18040702:44
EmilienMrichm, gildub ^02:45
EmilienMboom.02:45
gildubbig badaboom02:45
EmilienMgildub: I think keystone is broken02:48
EmilienMhttps://jenkins03.openstack.org/job/gate-puppet-keystone-puppet-beaker-rspec-dsvm-trusty/19/console02:48
gildubEmilienM, looking02:49
richm2015-06-10 02:47:40.608 |        [1;31mError: /Stage[main]/Main/Keystone::Resource::Service_identity[beaker-ci]/Keystone_user[beaker-ci]: Could not evaluate: can't convert false into String[0m02:49
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: do not merge - beaker test  https://review.openstack.org/18999902:49
EmilienMgildub:  Could not evaluate: can't convert false into String02:49
EmilienMrichm: oops sorry (helllo)02:50
EmilienMI'm checking if keystone/master is broken02:51
EmilienMcrinkle: is it me or beaker is really faster with your patches to have latest version?02:52
crinkle¯\_(ツ)_/¯02:53
crinklethat's cool if it is02:53
EmilienMgildub, richm, crinkle: ok keystone master is broken02:54
EmilienMon ubuntu/centos02:54
*** ducttape_ has quit IRC02:55
EmilienMsee https://review.openstack.org/#/c/189999/02:55
crinkleEmilienM: we need to merge gildub's puppet-keystone patch at the same time, the openstacklib patch removed the puppet/util/openstack02:56
EmilienMcrinkle: yeah but his patch does not pass beaker02:56
EmilienMgildub, richm: have you tested the patches on keystone?02:57
gildubEmilienM, crinkle, richm, with openstacklib master/HEAD which now includes 180407, 181299 passes specs without any trouble, just did it02:57
*** ducttape_ has joined #puppet-openstack02:57
crinklegildub: but not the beaker-rspec tests02:57
EmilienMgildub: we are talking about functional testing here02:58
gildubEmilienM, crinkle, yeah, not the functional ones02:58
EmilienMgildub: that's the issue now02:58
*** ducttape_ has quit IRC02:59
EmilienMgildub: do you test the patches?02:59
crinklei tried them, they seemed to work03:00
crinklerunning the functional tests now03:00
EmilienMcrinkle: since keystone/master is broken now, so all beakers jobs are broken everywhere + tripleo CI - should we revert if we don't find a quick fix?03:00
crinkleEmilienM: let's give ourselves a couple minutes, i think it's probably a really simple issue03:01
EmilienMcool, I'm digging too03:01
gildubEmilienM, no I've never done functional test so far :(03:04
*** rushiagr_away is now known as rushiagr03:05
*** markvoelker has joined #puppet-openstack03:11
EmilienMgildub, crinkle: I'm looking at 'flush' function, are enable/disable options set correctly from 'enabled' param ?03:15
*** markvoelker has quit IRC03:16
richmI have been testing indirectly - that is, I've been rebasing the v3 patches on top of them, and testing them with the v3 patches with packstack on el703:18
gildubEmilienM, looking03:19
richmimcsk8 has also been doing packstack testing with these patches03:19
richmprobably el7 too03:19
EmilienMrichm: could you use Keystone_user like our beaker test is doing ?03:23
richmwhat is it doing?03:24
*** rushiagr is now known as rushiagr_away03:25
EmilienMhey03:28
EmilienMI don't see ignore_default_tenant03:28
EmilienMit's declared in keystone::resource::service_identity/User03:29
richm    return resource[:tenant] if sym_to_bool(resource[:ignore_default_tenant])03:29
EmilienMdamn03:29
crinklethere is a problem with the keystone::resource::service_identity resource in basic_keystone_spec.rb03:30
crinkleit doesn't provide a password for the beaker-ci user03:31
crinkleso when the password method gets called on the second puppet run it is failing03:31
crinklenot sure why this isn't a problem with the current implementation03:31
crinkleoh it's not a problem because we're not using withenv03:32
crinklewithenv needs its argument to be strings03:32
crinkleso just adding password => 'something' to the keystone::resource::service_identity resource in basic_keystone_spec.rb fixes it03:33
crinkleand we should fix that resource to validate that a password was set03:33
EmilienMyes03:33
crinklegildub: ^03:33
*** richm has quit IRC03:35
gildubcrinkle, ok03:36
gildubcrinkle, EmilienM, I'm fixing it03:37
EmilienMcool03:38
EmilienMcrinkle: do you mean, fix service_identity to check a password is set if we manage a user ?03:38
EmilienMcrinkle: or you want to do that in the provider?03:39
crinkleEmilienM: no i mean keystone::resource::service_identity should be validating it03:39
gildubEmilienM, I understand it's the  basic_keystone_spec.rb which needs it, because otherwise there is blank field down the road03:40
EmilienMok so let's fix in the manifest03:40
crinklein a different patch03:40
EmilienMcrinkle, gildub: I'm doing the validation03:40
crinkleokay03:40
gildubcrinkle, +1.03:40
EmilienMgildub: you can just do the patch in the beaker test to have the password03:40
EmilienMso we can merge this patch03:40
crinkleyes03:40
EmilienMand I'll base my patch on your patch03:40
gildubEmilienM, ok, pushing it few seconds03:40
openstackgerritGilles Dubreuil proposed stackforge/puppet-keystone: Restructures authentication for resource providers  https://review.openstack.org/18129903:43
gildubEmilienM, ^03:43
EmilienMlet's wait for beaker and I'll +203:43
EmilienMcrinkle: this is weird03:49
EmilienMcrinkle: https://github.com/stackforge/puppet-keystone/blob/master/spec/defines/keystone_resource_service_identity_spec.rb#L65-L7003:49
EmilienMplease don't blame this code03:50
crinkleEmilienM: hmm03:52
EmilienMcrinkle: in fact I think it used to fail before03:52
EmilienMcrinkle, gildub : I +203:56
gildubEmilienM, ok great03:57
crinkle+2 +A03:57
EmilienMw00t04:00
EmilienMgildub: next steps are v3 auth support in openstacklib + v3 patches in keystone (rspec is red now I think)04:02
gildubEmilienM, okie dokie04:02
EmilienMgildub: good luck04:02
gildubEmilienM, crinkle: thanks04:02
EmilienMthanks everyone, hopefully crinkle found out the root issue :-)04:03
*** rushiagr_away is now known as rushiagr04:05
*** rushiagr is now known as rushiagr_away04:05
*** rushiagr_away is now known as rushiagr04:06
openstackgerritMerged stackforge/puppet-keystone: Restructures authentication for resource providers  https://review.openstack.org/18129904:06
_ody...somehow all my neutron tests went red and I can't identify why.04:08
* _ody ignores it for the evening04:08
*** xarses has joined #puppet-openstack04:08
openstackgerritGilles Dubreuil proposed stackforge/puppet-keystone: keystone_service resource using API version 3  https://review.openstack.org/18419504:14
openstackgerritGilles Dubreuil proposed stackforge/puppet-keystone: keystone_endpoint resource using API version 3  https://review.openstack.org/17845604:15
*** cwolferh has quit IRC04:16
openstackgerritGilles Dubreuil proposed stackforge/puppet-openstacklib: support for Keystone v3 authentication  https://review.openstack.org/18765404:17
*** cwolferh has joined #puppet-openstack04:18
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Validate servive_identity resources  https://review.openstack.org/19001604:23
EmilienMcrinkle, gildub ^( also good night )04:23
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Validate service_identity resources  https://review.openstack.org/19001604:23
*** rushiagr is now known as rushiagr_away04:55
*** markvoelker has joined #puppet-openstack05:00
*** markvoelker has quit IRC05:04
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Sync up module with latest msync commit.  https://review.openstack.org/18987305:10
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Make tests pass on Puppet 4.x  https://review.openstack.org/18464605:11
*** tfz has quit IRC05:20
*** rushiagr_away is now known as rushiagr05:25
*** rcallawa_ has quit IRC05:39
*** prad has quit IRC05:39
*** tfz has joined #puppet-openstack05:52
*** jtomasek has joined #puppet-openstack06:00
*** tshtilma has joined #puppet-openstack06:10
*** saju_m has joined #puppet-openstack06:34
*** rcallawa has joined #puppet-openstack06:35
*** alex_bh has joined #puppet-openstack06:35
*** prad_ has joined #puppet-openstack06:48
*** markvoelker has joined #puppet-openstack06:49
*** markvoelker has quit IRC06:53
*** jpena has joined #puppet-openstack07:15
*** paramite has joined #puppet-openstack07:20
*** saju_m has quit IRC07:25
*** dgurtner has joined #puppet-openstack07:29
*** jistr has joined #puppet-openstack07:37
*** saju_m has joined #puppet-openstack07:38
*** [1]tshtilma has joined #puppet-openstack07:58
*** tshtilma has quit IRC07:59
*** [1]tshtilma is now known as tshtilma07:59
*** gildub has quit IRC08:06
*** saju_m has quit IRC08:12
*** saju_m has joined #puppet-openstack08:12
*** saju_m has quit IRC08:13
*** saju_m has joined #puppet-openstack08:14
*** saju_m has quit IRC08:19
*** aarefiev has quit IRC08:28
*** aarefiev has joined #puppet-openstack08:28
*** paramite has quit IRC08:31
*** markvoelker has joined #puppet-openstack08:37
*** markvoelker has quit IRC08:42
*** saju_m has joined #puppet-openstack09:04
openstackgerritJiri Stransky proposed stackforge/puppet-tripleo: Fencing configuration  https://review.openstack.org/18841209:15
*** partner has joined #puppet-openstack09:28
*** arnaud_orange has joined #puppet-openstack09:30
*** alex_bh has quit IRC09:30
openstackgerritJiri Stransky proposed stackforge/puppet-tripleo: Configure fencing devices  https://review.openstack.org/18841209:32
*** alex_bh has joined #puppet-openstack09:35
*** rushiagr is now known as rushiagr_away09:49
*** tshtilma has quit IRC10:02
*** tshtilma has joined #puppet-openstack10:02
partnershould i be using stackforge puppet modules with kilo? they all seem to talk about juno. just tried to set up keystone with wsgi and i don't see much happening, most likely my fault but haven't found any working examples yet..10:15
partnerpuppetlabs implementation looked juno-centric as well so i'm a bit puzzled should i rely on any of these existing ones or keep doing my own automation, having a bit of schedule pressure here so was hoping to gain some speed from using existing ones and possibly be able also to contribute10:21
*** markvoelker has joined #puppet-openstack10:23
*** markvoelker has quit IRC10:27
socialpartner: we use masters of puppet openstack modules in in rdo kilo and it works fine, what issues you had?10:28
*** derekh has joined #puppet-openstack10:38
*** rcallawa has quit IRC10:40
*** rcallawa has joined #puppet-openstack10:41
*** michchap has joined #puppet-openstack10:43
*** xingchao has joined #puppet-openstack10:52
*** xingchao has quit IRC10:56
partnersocial: well, i guess i just don't know how to use it properly :) i was looking at this for starters: https://github.com/stackforge/puppet-keystone/blob/master/manifests/wsgi/apache.pp11:08
socialpartner: we'll I'd suggest running packstack kilo or any other puppet based installer which works with kilo and looking on the manifests it used11:10
partnerhmm i could have a look at the packstack manifests, i used it for initial single-server poc but now doing full-blown setup11:12
partneroh, from packstack found yet another repo "redhat-openstack" with openstack-puppet-modules, even more puzzled now on what to use.. for the record i have centos 7, kilo from rdo and puppet 3.8.111:14
partneri think they are the same..11:17
socialpartner: opm is collection of upstream modules used by redhat installer, most of them are just snapshots of upstream at some point (when it passed CI for example) and some have patches applied11:17
socialpatches are usually fixes that are just waiting for review in upstream modules, it's safer to use opm on redhat based platforms but than you first have to check if it's isn't our patch that broke thing before going here11:18
partnerrgr that, thanks11:19
socialpartner: for opm https://github.com/redhat-openstack/openstack-puppet-modules master is unpatched upstream modules master-patches is master + our patches, feel free to use that and use openstack-puppet-modules package if you want something that actually seen QA11:19
partnersocial: by latter you mean exactly what repo?11:22
partneroh, rpm package?11:22
socialrpm package11:22
partnerroger that, thanks for clarifying11:22
*** markvoelker has joined #puppet-openstack11:24
*** markvoelker has quit IRC11:28
*** ducttape_ has joined #puppet-openstack11:32
partnerhmm, weird, its like its enabling the service and not the wsgi..11:40
*** ducttape_ has quit IRC11:45
partneri think i am missing the service_name which defaults to keystone ie. standalone service, should be set to httpd instead11:53
*** markvoelker has joined #puppet-openstack11:54
*** dprince has joined #puppet-openstack11:59
partnerok it now tried to do something but less suprisingly fails again..12:05
*** rushiagr_away is now known as rushiagr12:06
*** tshtilma has quit IRC12:06
partnerthere's token_provider but no token_driver? should point to memcache backend but from somewhere it gets the sql there12:07
*** xarses has quit IRC12:11
EmilienMgood morning folks!12:19
*** jayg|g0n3 is now known as jayg12:21
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Validate service_identity resources  https://review.openstack.org/19001612:27
partnerso umm, no examples of functional keystone wsgi setup? puppet keeps fighting back :/12:28
*** jpena is now known as jpena|lunch12:28
*** ducttape_ has joined #puppet-openstack12:29
*** ducttape_ has quit IRC12:32
*** prad_ has quit IRC12:34
*** prad_ has joined #puppet-openstack12:35
*** tshtilma has joined #puppet-openstack12:38
*** iurygregory has joined #puppet-openstack12:44
openstackgerritYanis Guenane proposed stackforge/puppet-neutron: Opencontrail: Create neutron::plugins::opencontrail  https://review.openstack.org/18798612:47
partnerdo i need to install some additional modules for keystone? i keep hitting to this error: Error 400 on SERVER: Could not find resource 'Service[httpd]' for relationship from 'Keystone_config[DEFAULT/admin_token]'12:52
*** skolekonov has joined #puppet-openstack12:57
*** tshtilma has quit IRC13:01
skolekonovHi. Could you please help with rspec tests for puppet-neutron manifests? I cloned the repo and switched to 5.0.0 tag (Juno). Then I tried to execute rspec tests and got 48 failures. Is it expected or I did something wrong?13:01
skolekonovI also exported 'PUPPET_GEM_VERSION=~> 3.4.0'13:02
skolekonovI mean, are tests out of sync with manifests for 5.0.0 tag?13:06
*** ferest has joined #puppet-openstack13:06
*** richm has joined #puppet-openstack13:11
*** rushiagr is now known as rushiagr_away13:20
*** arnaud_orange has quit IRC13:29
*** ferest has quit IRC13:36
rhefnerwhen someone gets a chance, can I get a final +2 on https://review.openstack.org/#/c/189771/ ? Thanks!13:40
*** xingchao has joined #puppet-openstack13:41
trashI don't see the point of the double if there, seems like cosmetics13:43
*** morazi has joined #puppet-openstack13:43
*** jpena|lunch is now known as jpena13:45
*** xingchao has quit IRC13:45
*** saju_m has quit IRC13:51
*** cdent has joined #puppet-openstack13:54
*** tshtilma has joined #puppet-openstack13:55
skolekonovActually it was my fault, rspec-puppet ~> 1.0.1 must be used14:01
skolekonovThough I had 2.2.014:02
*** arnaud_orange has joined #puppet-openstack14:02
*** xingchao has joined #puppet-openstack14:09
*** britthouser has joined #puppet-openstack14:10
*** tshtilma has quit IRC14:12
*** degorenko has quit IRC14:12
*** britthou_ has quit IRC14:12
richmquestion about the v3 work - we need to get https://review.openstack.org/187654 in puppet-openstacklib merged first14:15
*** tfz has quit IRC14:15
richmIs this ready to be merged?14:15
richmIf not, what needs to be done?14:15
*** degorenko has joined #puppet-openstack14:19
EmilienMrichm: beaker tests seem to fail but it's not related to your patch14:19
richmcrinkle really wants to get the bp in first, before any of the patches land14:22
richmWhat do I need to do to get the bp merged?  https://review.openstack.org/15010814:23
*** alex_bh has quit IRC14:23
*** alex_bh has joined #puppet-openstack14:24
EmilienMrichm: make it pass jenkins14:25
EmilienMI'm in logs now14:25
EmilienMrichm: http://logs.openstack.org/08/150108/14/check/gate-puppet-openstack-specs-docs/8eb378f/console.html#_2015-06-08_21_19_58_45314:25
EmilienMrichm: can you fix it?14:26
EmilienMotherwise the BP is good to me14:26
*** kkirkpatrick has joined #puppet-openstack14:35
*** bdemers has joined #puppet-openstack14:39
*** openstackgerrit has quit IRC14:41
*** openstackgerrit has joined #puppet-openstack14:41
*** alex_bh has quit IRC14:45
*** tfz has joined #puppet-openstack14:45
partnerhttp://fpaste.org/230746/33947850/ - any hints on how to resolve that, do i need to install some additional modules? i basically want kilo keystone to run as wsgi, the docs aren't too verbose on how to achieve that properly so i'm doing plenty of guess work here14:52
partnerhmm i am probably lacking the openstacklib module..15:00
richmEmilienM: How can I run that command on my local machine?15:00
richmEmilienM: I've tried to fix that, but I'm not sure why it's wrong - I use the same indentation elsewhere15:01
EmilienMrichm: I'll check later15:08
*** dgurtner has quit IRC15:09
*** britthouser has quit IRC15:18
*** britthouser has joined #puppet-openstack15:19
*** mdorman has joined #puppet-openstack15:20
*** tfz has quit IRC15:21
*** skolekonov has quit IRC15:30
*** fedexo has joined #puppet-openstack15:30
EmilienMany core around could have a look at https://review.openstack.org/#/c/182724/ ? It's a kilo blocker15:51
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Revert "Revert "remove POSIX users, groups and file modes""  https://review.openstack.org/19023715:52
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Drop User resource dependency at all  https://review.openstack.org/18990815:55
openstackgerritEmilien Macchi proposed stackforge/puppet-openstacklib: do not merge - beaker test  https://review.openstack.org/19024215:58
*** rushiagr_away is now known as rushiagr16:06
*** jistr has quit IRC16:14
*** arnaud_orange has quit IRC16:15
richmvirtualenv .venv ; source .venv/bin/activate ; pip install -r requirements.txt ; tox -edocs16:29
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Sync up module with latest msync commit.  https://review.openstack.org/18987316:30
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Make tests pass on Puppet 4.x  https://review.openstack.org/18464616:30
*** stevemar has joined #puppet-openstack16:31
*** jpena has quit IRC16:37
*** xingchao has quit IRC16:41
*** prad_ is now known as prad16:42
*** xingchao has joined #puppet-openstack16:43
openstackgerritMerged stackforge/puppet-neutron: LBaaS: update device_driver for Kilo  https://review.openstack.org/18272416:43
EmilienMcrinkle: I was wondering about backporting identity_url or not ( https://review.openstack.org/#/c/188570/ )16:49
EmilienMcrinkle: afik, it's only required in Kilo16:49
EmilienMdprince & mgagne can confirm maybe16:49
*** fedexo has quit IRC16:52
openstackgerritEmilien Macchi proposed stackforge/puppet-glance: Use OpenstackClient for glance_image auth  https://review.openstack.org/17258017:00
EmilienMjust a rebase ^17:00
mgagneEmilienM: required in kilo? is it deprecated in juno? is it still available in kilo?17:02
*** derekh has quit IRC17:04
crinkleEmilienM: i thought auth_host etc was deprecated in juno so backporting would make sense, but i'm not sure17:05
mgagnelooks like it's deprecated in kilo, the patch has deprecation warnings17:07
mgagnethe point is that we can't ask our user to move to identity_uri because "auth_host" is deprecated when in fact, it's not (in juno)17:07
crinkleokay, i will drop those backports17:08
crinklethanks mgagne17:08
*** xingchao has quit IRC17:25
*** dgurtner has joined #puppet-openstack17:26
*** RichardRaseley has joined #puppet-openstack17:28
openstackgerritRichard Megginson proposed stackforge/puppet-openstack-specs: Support Keystone v3 API in openstack puppet modules  https://review.openstack.org/15010817:49
EmilienMcool, thanks crinkle and mgagne !17:49
richm^^^ - v3 bp fixed and update17:50
EmilienMrichm: +217:59
richmEmilienM: Thanks18:02
*** ducttape_ has joined #puppet-openstack18:04
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Revert "Revert "remove POSIX users, groups and file modes""  https://review.openstack.org/19023718:04
*** ericpeterson has joined #puppet-openstack18:05
*** ducttape_ has quit IRC18:08
crinklelooks like it's still failing18:09
richmok - I guess I can't have an additional section - geez, debugging the docs is harder than debugging the code . . .18:09
crinklehaha18:10
*** stevemar has quit IRC18:10
crinklei think it looks fine to me, mfisch could you have a look at https://review.openstack.org/#/c/150108 since you know keystone pretty well?18:10
*** dgurtner has quit IRC18:10
crinkleand anyone else ^ it's going to be a big change, lots of input would be good18:13
*** tfz has joined #puppet-openstack18:14
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Drop User resource dependency at all  https://review.openstack.org/18990818:15
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Drop User resource dependency at all  https://review.openstack.org/18990818:15
*** rushiagr is now known as rushiagr_away18:23
*** cdent has quit IRC18:25
EmilienMI think some beakers tests might be broken because rabbitmq/master is now using puppetlabs-apt 2.018:31
*** dprince has quit IRC18:31
crinkleEmilienM: we can probably go back to installing rabbitmq from the forge, right?18:33
EmilienMI'm doing the patch18:33
crinklecool18:33
openstackgerritEmilien Macchi proposed stackforge/puppet-openstacklib: acceptance: pin rabbitmq module to 5.2.1  https://review.openstack.org/19024218:34
*** RichardRaseley has quit IRC18:36
openstackgerritRichard Megginson proposed stackforge/puppet-openstack-specs: Support Keystone v3 API in openstack puppet modules  https://review.openstack.org/15010818:48
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Sync up module with latest msync commit.  https://review.openstack.org/18987318:51
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Make tests pass on Puppet 4.x  https://review.openstack.org/18464618:52
_odysbadia: You mind if I submit another patch set for https://review.openstack.org/#/c/177959? I found another issue with the Rakefile.  Or if someone could tell me if there is a way in Gerrit to propse patch sets to patch sets.18:54
_odyNvm on this one actually...it is in the config_defaults.yml.  I'll just leave a comment.18:55
openstackgerritMerged stackforge/puppet-glance: The package python-ceph no longer exists in el7, use python-rbd.  https://review.openstack.org/18820018:56
*** dgurtner has joined #puppet-openstack19:03
*** dgurtner has quit IRC19:03
*** dgurtner has joined #puppet-openstack19:03
*** xingchao has joined #puppet-openstack19:14
mfischcrinkle: looking19:16
mfischcrinkle: ah thats not a 10 min, will look tonght19:18
*** prad has quit IRC19:23
*** jtomasek has quit IRC19:24
openstackgerritEmilien Macchi proposed stackforge/puppet-trove: Fix catalog compilation when not configuring endpoint  https://review.openstack.org/19030819:25
*** paramite has joined #puppet-openstack19:26
*** xingchao has quit IRC19:27
*** stevemar has joined #puppet-openstack19:30
*** paramite has quit IRC19:36
*** prad_ has joined #puppet-openstack19:53
*** prad_ is now known as prad19:54
*** jpena has joined #puppet-openstack19:55
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Sync up module with latest msync commit.  https://review.openstack.org/18987320:05
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Make tests pass on Puppet 4.x  https://review.openstack.org/18464620:06
openstackgerritRajini Ram proposed stackforge/puppet-cinder: Added support for DellStorageCenter ISCSI cinder driver  https://review.openstack.org/18937220:20
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Sync up module with latest msync commit.  https://review.openstack.org/18987320:25
openstackgerritCody Herriges proposed stackforge/puppet-neutron: Make tests pass on Puppet 4.x  https://review.openstack.org/18464620:27
*** jpena has quit IRC20:31
*** stevemar has quit IRC20:38
*** jayg is now known as jayg|g0n320:45
*** stevemar has joined #puppet-openstack20:52
_odyCould someone with familiarity of beaker failures take a look at https://review.openstack.org/#/c/184646?21:01
_odyI swore it wasn't failing as of this morning and I have changed any code...21:01
crinkle_ody: it looks like it failed to install a package, i would just recheck it21:05
_odywoohoo! All green, https://review.openstack.org/#/c/184646/17.21:24
openstackgerritIury Gregory Melo Ferreira proposed stackforge/puppet-openstack-specs: Enabling-k2k-federation  https://review.openstack.org/19036121:26
*** RichardRaseley has joined #puppet-openstack21:36
EmilienMrlaurika: https://review.openstack.org/#/c/190308/21:47
EmilienMrlaurika: let me know if Co-Authored-By is enough for you, I fixed the bug for trove using your code21:48
EmilienMand I also put gchamoul who was commiter21:48
*** stevemar has quit IRC22:06
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Drop User resource dependency at all  https://review.openstack.org/18990822:07
*** aimon has quit IRC22:18
*** aimon has joined #puppet-openstack22:21
EmilienMcrinkle: I was thinking at gating puppet-keystone in puppet-openstacklib jobs22:21
EmilienMcrinkle: I don't know if you remember but our issue was the git commit ID that is passed thru zuul, something that is not possible now with our acceptance config22:22
EmilienMdo you think it's worth to gate keystone in openstacklib gate?22:23
crinkle¯\_(ツ)_/¯22:26
EmilienMlol I love this thing ^22:27
EmilienMI'm sure crinkle use an alias for that!22:27
EmilienMa keyboard binding I mean22:27
crinkleEmilienM: https://github.com/cmurphy/weechat-shrug22:27
EmilienMoh dear.22:27
*** stevemar has joined #puppet-openstack22:29
EmilienMRichardRaseley: thank you for your +1 but as you can see, the beaker jobs are not all green. There is some issue on trusty with the pki_setup22:31
EmilienMon https://review.openstack.org/#/c/189908/22:32
*** ericpeterson has quit IRC22:32
openstackgerritEmilien Macchi proposed stackforge/puppet-keystone: Drop User resource dependency at all  https://review.openstack.org/18990822:34
EmilienMdmsimard: are you ok if we "won't fix" https://bugs.launchpad.net/puppet-nova/+bug/1451460 ?22:35
openstackLaunchpad bug 1451460 in puppet-nova "Gate job puppet-syntax-future requires rspec-puppet 2.x and rspec 3.x" [High,New]22:35
EmilienMI think our focus is now on juno/kilo/future liberty22:36
dmsimardEmilienM: Well, didn't you guys backport that commit everywhere ?22:36
EmilienMdmsimard: I'm not sure everywhere22:36
dmsimardI remember sbadia commiting the fix in the previous branches22:36
dmsimardWould've expected a related-bug in the commit perhaps22:36
EmilienMdmsimard: not sure he did for all repos22:36
RichardRaseleyEmilienM: I was just +1 the code, as it looked semantically valid. Should I always wait to add my feedback until tests pass / fail? I thought that would be taken into account by whoever uses their +2.22:37
dmsimardRegardless, you also made it non-voting so I guess it's sort of fixed22:37
EmilienMdmsimard: my question is, do you think it's worth to 1/ backport the patches 2/ enable voting? I don't think so.22:37
*** dgurtner has quit IRC22:37
dmsimardNeither do I22:38
EmilienMcool22:38
EmilienMI close the bug22:38
dmsimardI wouldn't have backported the patches22:38
dmsimard:P22:38
dmsimardBut he did anyway22:38
*** morazi has quit IRC22:39
EmilienMthere is *a lot* of untriaged bugs22:39
EmilienMrichm: can I have a status on https://bugs.launchpad.net/puppet-openstacklib/+bug/1451963 ? IIRC we can close it22:40
openstackLaunchpad bug 1451963 in puppet-openstacklib "need to support all of the keystone v3 auth options" [High,New] - Assigned to Emilien Macchi (emilienm)22:40
EmilienMI'm not sure this one is still up to date with all our recent design changes22:41
richmEmilienM: yes, we can - closed as wontfix or invalid since it has been superseded by the new auth restructure code22:41
EmilienMrichm: ack22:41
EmilienMmfisch: hey, are you still facing this bug ? https://bugs.launchpad.net/puppet-horizon/+bug/1332635 - I've looked at the code and it might be fixed in master22:45
openstackLaunchpad bug 1332635 in puppet-horizon "cannot disable ssl_redirect when listen_ssl is on" [Medium,New]22:45
EmilienMsocial, imcsk8: I'm experiencing some issues with pki_setup on puppet-keystone, only with centos722:52
EmilienMhttp://logs.openstack.org/08/189908/6/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-centos7/068dc5d/console.html22:52
EmilienMsocial, imcsk8: can you tell me if it works in packstack?22:52
EmilienMmgagne: stop me if I'm really wrong but I'm thinking about dropping monolitic plugins in puppet-neutron (ovs&lb)23:00
*** kkirkpatrick has quit IRC23:01
mgagneEmilienM: have they been officially deprecated in Neutron? What's the status on that one?23:01
RichardRaseleyEmilienM: Is there a way for us to get the full output of the Puppet run on that box?23:01
RichardRaseley(RE: http://logs.openstack.org/08/189908/6/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-centos7/068dc5d/console.html)23:01
EmilienMRichardRaseley: like here ? http://logs.openstack.org/08/189908/6/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-centos7/068dc5d/console.html#_2015-06-10_22_39_36_96623:02
EmilienMmgagne: https://github.com/openstack/neutron/blob/master/neutron/plugins/openvswitch/README23:03
RichardRaseleyEmilienM: Derp. Yes, that - was just looking at "last 10 lines"23:03
mgagnehaha, so it's gone23:03
mgagneor not?23:03
EmilienMI don't see many code in this dir23:04
EmilienMhttps://github.com/openstack/neutron/tree/master/neutron/plugins/openvswitch23:04
mgagnehehe23:04
EmilienMsame here: https://github.com/openstack/neutron/tree/master/neutron/plugins/linuxbridge23:04
EmilienMThe Neutron Linux Bridge plugin has removed from the tree in Juno.23:04
EmilienMit's pretty clear mgagne23:04
mgagneyep23:04
EmilienMmgagne: should we drop the code in puppet or deprecate?23:04
EmilienMhmm23:04
mgagneI think we should remove it then unless someone uses master to run icehouse with deprecated plugin23:05
EmilienMlol23:05
EmilienMhe's brave.23:05
EmilienMhe/she's brave23:05
mgagnewe should ask the ML then23:07
mgagnejust in case23:07
EmilienMmgagne: ok I'm asking23:08
EmilienM"is someone brave here?"23:08
mgagnehaha23:09
*** xingchao has joined #puppet-openstack23:14
openstackgerritEmilien Macchi proposed stackforge/puppet-neutron: Drop OVS & LB monolitic plugins  https://review.openstack.org/19039523:15
openstackgerritColleen Murphy proposed stackforge/puppet-glance: Use OpenstackClient for glance_image auth  https://review.openstack.org/17258023:16
*** mdorman has quit IRC23:18
*** xingchao has quit IRC23:21
EmilienMmgagne: I won't touch to cisco/nvp/plumgrid because AFIK they don't have all ML223:22
mgagneyep23:22
*** gildub has joined #puppet-openstack23:25
*** ducttape_ has joined #puppet-openstack23:28
*** xingchao has joined #puppet-openstack23:35
*** ducttape_ has quit IRC23:38
*** ducttape_ has joined #puppet-openstack23:49

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