Tuesday, 2015-09-08

*** ducttape_ has joined #puppet-openstack00:30
*** tiswanso has joined #puppet-openstack00:35
*** xingchao has joined #puppet-openstack00:37
*** tiswanso has quit IRC00:38
*** tiswanso has joined #puppet-openstack00:39
*** xingchao has quit IRC00:44
*** ducttape_ has quit IRC00:51
*** ducttape_ has joined #puppet-openstack00:51
*** ducttape_ has quit IRC00:55
*** linkedinyou has joined #puppet-openstack01:03
*** linkedinyou has joined #puppet-openstack01:03
*** linkedinyou has quit IRC01:04
*** linkedinyou has joined #puppet-openstack01:05
*** xingchao has joined #puppet-openstack01:07
*** leanderthal has joined #puppet-openstack01:08
*** zhangjn has joined #puppet-openstack01:19
*** xingchao has quit IRC01:21
*** leanderthal has quit IRC01:42
*** fedexo has joined #puppet-openstack01:45
*** leanderthal has joined #puppet-openstack02:05
*** xingchao has joined #puppet-openstack02:11
*** tiswanso has quit IRC03:10
*** linkedinyou has quit IRC03:16
*** leanderthal has quit IRC03:31
*** linkedinyou has joined #puppet-openstack03:37
*** zhangjn_ has joined #puppet-openstack03:52
*** zhangjn has quit IRC03:56
*** zhangjn_ has quit IRC04:27
*** xingchao has quit IRC05:00
*** xingchao has joined #puppet-openstack05:18
*** xingchao has quit IRC05:23
*** xingchao has joined #puppet-openstack05:32
*** gildub_ has quit IRC05:38
*** gildub has quit IRC05:38
*** xingchao has quit IRC05:48
*** gildub has joined #puppet-openstack05:53
*** xingchao has joined #puppet-openstack06:00
*** xingchao has quit IRC06:00
*** chandankumar has joined #puppet-openstack06:02
*** fedexo has quit IRC06:03
*** xingchao_ has joined #puppet-openstack06:06
*** stamak has joined #puppet-openstack06:37
*** mflobo has joined #puppet-openstack06:45
mfloboMorning everyone06:45
*** stamak has quit IRC06:48
mfloboI started a puppet module for OpenStack EC2APi, as I already mentioned in the mailing list http://lists.openstack.org/pipermail/openstack-dev/2015-September/073402.html06:48
mfloboNow, as far I have a started code, I want to put it public06:49
mfloboI first idea is put it in github repository, under my own user, just to get feedback and get a "first working version"06:50
mfloboAny thoughts about this? I think is worth to start in my own repo, i06:51
mfloboinstead of try to apply for a starckforge repo06:51
mflobothanks in advance06:51
partnerdegorenko: i can try out with ip, all my other keystone configs are using names and they are working, hence the same pattern here but given the fact i am having issues with this modules i'm more than happy to listen every suggestion and try them out07:10
partnerthe modules use quite a range of different terms for the same things07:11
partnerno luck, same error07:14
partneri guess i failed to state again i am using centos7/kilo and modules coming as rpm (2015.1.0)07:15
partnerumm wrong version, 2015.1.2-107:16
*** jpena has joined #puppet-openstack07:17
*** zhangjn has joined #puppet-openstack07:19
partnerobviously this is the thing breaking it: ::keystone::resource::service_identity { $auth_name:07:27
partnerjust can't figure out what credentials would be missing.. the endpoints and whatnot have been obviously done on the controller side, i only want to get proper configs to the client nodes for metering things07:28
*** jtomasek has joined #puppet-openstack07:28
*** zhangjn_ has joined #puppet-openstack07:30
*** zhangjn has quit IRC07:34
*** zhangjn_ has quit IRC07:35
*** jtomasek has quit IRC07:37
partneri'm just following how it should be done manually and this page states to put the keystone creds in: http://docs.openstack.org/kilo/install-guide/install/yum/content/ceilometer-nova.html07:39
partneroh hmm07:44
*** jtomasek has joined #puppet-openstack07:48
*** stamak has joined #puppet-openstack07:49
partnerok i think i realized i just can't do it like this, its not even doing the thing i wanted it to :/07:54
partnerinstead i need to either abuse the api.pp to get the configs into place or learn how to call that ceilometer_config07:55
*** rochaporto has joined #puppet-openstack07:56
partneri think api.pp might do, just make it not enabled and no need for packages either and rest is pretty much keystone configuration07:56
partnerhmm nope, can't disable enough things from it :/08:02
partnerhas this module ever worked for any recent release? would help to know as i've banged my head with this quite a while already08:03
*** gildub has quit IRC08:05
partnerfor the record the controller side worked flawlessly, its the compute/network node part i'm fighting with08:09
*** c0m0 has joined #puppet-openstack08:19
*** gfidente has joined #puppet-openstack08:24
*** arnaud_orange has joined #puppet-openstack08:28
*** jistr has joined #puppet-openstack08:30
openstackgerritYanis Guenane proposed openstack/puppet-glance: Creation of glance::db::sync  https://review.openstack.org/19662908:46
*** derekh has joined #puppet-openstack08:46
mfloboany good .gitignore template for puppet project?08:50
*** xingchao_ has quit IRC08:56
degorenkomflobo, https://github.com/stackforge/fuel-library/blob/master/deployment/puppet/ceilometer/.gitignore09:00
openstackgerritYanis Guenane proposed openstack/puppet-ceilometer: [TEST] Testing ordering potential issue  https://review.openstack.org/22120309:00
spredzymflobo, https://github.com/openstack/puppet-modulesync-configs/blob/master/moduleroot/.gitignore09:01
spredzymflobo, this is the one you're supposed to have if you do the cookiecutter + msync steps for the creation of your module as specified in the wiki09:01
mflobo spredzy, thanks09:02
*** xingchao has joined #puppet-openstack09:02
*** xingchao has quit IRC09:11
*** xingchao has joined #puppet-openstack09:11
*** arnaud_orange has quit IRC09:15
*** myatsenko has joined #puppet-openstack09:16
*** arnaud_orange has joined #puppet-openstack09:21
myatsenkohello Everyone, please take a look at https://review.openstack.org/#/c/218837/09:21
myatsenkoI'l appreciate your comments.09:21
openstackgerritYanis Guenane proposed openstack/puppet-designate: Creation of designate::db::sync  https://review.openstack.org/19662209:26
partnerceilometer-polling[24086]: ImportError: No module named tooz.coordination09:35
partnerthis isn't giving up easily.. :)09:35
partneron the controller its dependency for openstack-ceilometer-api and openstack-ceilometer-central09:39
partnerbut as ceilometer::agent::compute is deprecated there is nothing installing the package09:43
*** jtomasek has quit IRC10:45
*** jtomasek has joined #puppet-openstack10:45
openstackgerritVasyl Saienko proposed openstack/puppet-ironic: Allow customization of db sync command line  https://review.openstack.org/22124510:45
degorenkoo/ folks, take a look on: https://review.openstack.org/192721 , https://review.openstack.org/219284 and https://review.openstack.org/220090 thanks11:00
EmilienMgood morning11:05
openstackgerritVasyl Saienko proposed openstack/puppet-ironic: Allow customization of db sync command line  https://review.openstack.org/22124511:13
*** xingchao has quit IRC11:20
openstackgerritMerged openstack/puppet-glance: Rely on autorequire for config resource ordering  https://review.openstack.org/21193711:22
openstackgerritMerged openstack/puppet-glance: Reflect provider change in puppet-openstacklib  https://review.openstack.org/20989411:25
*** higgins has quit IRC11:39
openstackgerritBenedikt von St. Vieth proposed openstack/puppet-cinder: implement class and defined type for cinder GPFS driver  https://review.openstack.org/22126511:42
*** chandankumar has quit IRC11:46
*** higgins has joined #puppet-openstack11:50
*** jpena is now known as jpena|lunch11:52
*** jayg|g0n3 is now known as jayg11:57
*** dprince has joined #puppet-openstack12:06
openstackgerritLukas Bezdicka proposed openstack/puppet-trove: Remove trove ubuntu package hack  https://review.openstack.org/22127312:12
iurygregorygood morning12:13
*** zhangjn has joined #puppet-openstack12:15
*** zhangjn has quit IRC12:17
*** markvoelker has joined #puppet-openstack12:19
*** markvoelker has quit IRC12:20
*** markvoelker has joined #puppet-openstack12:20
*** chandankumar has joined #puppet-openstack12:24
*** ducttape_ has joined #puppet-openstack12:29
*** ducttape_ has quit IRC12:41
*** paramite has joined #puppet-openstack12:42
*** ducttape_ has joined #puppet-openstack12:42
*** ducttape_ has quit IRC12:46
openstackgerritMerged openstack/puppet-neutron: Allow deployment when DVR is enabled and L2 pop and tunneling are disabled  https://review.openstack.org/21449812:48
openstackgerritMerged openstack/puppet-glance:  Add rados_connect_timeout parameter in glance config  https://review.openstack.org/21883712:51
openstackgerritMerged openstack/puppet-neutron: Rely on autorequire for config resource ordering  https://review.openstack.org/21195812:56
*** xingchao has joined #puppet-openstack13:01
*** zhangjn has joined #puppet-openstack13:01
*** xingchao has quit IRC13:02
*** jpena|lunch is now known as jpena13:04
openstackgerritMerged openstack/puppet-neutron: Fix neutron_agent_linuxbridge file path  https://review.openstack.org/21652313:05
*** leanderthal has joined #puppet-openstack13:10
*** xingchao has joined #puppet-openstack13:10
*** morazi has joined #puppet-openstack13:12
*** zhangjn has quit IRC13:20
*** pradk has joined #puppet-openstack13:22
*** tiswanso has joined #puppet-openstack13:23
EmilienMregarding the few slots we have for the summit, I guess we will use lunch place :)13:34
*** v1k0d3n has joined #puppet-openstack13:41
*** leanderthal has quit IRC13:50
*** v1k0d3n has quit IRC13:51
*** v1k0d3n has joined #puppet-openstack13:51
*** ducttape_ has joined #puppet-openstack13:53
*** richm has joined #puppet-openstack14:00
*** jistr is now known as jistr|call14:01
openstackgerritYanis Guenane proposed openstack/puppet-neutron: Allow greater flexibility in the kind of parameter passed to ml2.pp  https://review.openstack.org/22131814:16
*** arnaud_orange has quit IRC14:16
mfischEmilienM: I wont be around much during the meeting today my team meeting got moved to today and I have some h'w maintenance to do at 30 after14:20
*** jistr|call is now known as jistr14:20
EmilienMmfisch: ack14:21
*** zhangjn has joined #puppet-openstack14:26
*** zhangjn has quit IRC14:26
*** arnaud_orange has joined #puppet-openstack14:28
*** zhangjn has joined #puppet-openstack14:37
*** zhangjn has quit IRC14:39
EmilienMrichm: have you written"Current status of v3 work with domain naming" in the agenda?14:44
EmilienMrichm: if yes, I suggest we have a dedicated topic for it14:44
EmilienMpuppet meeting will start in ~13min14:48
richmEmilienM: I added it to Open Discussion, Bug and Review triage14:50
EmilienMrichm: does it require discussion?14:50
EmilienMif yes, I would recommend a topic14:51
richmEmilienM: ok - so move it under "Items"?14:51
EmilienMrichm: if you think it deserves discussion, let's create a topic yes14:52
*** myatsenko has left #puppet-openstack14:52
*** myatsenko has joined #puppet-openstack14:52
richmok14:52
richmdone14:54
*** pancake_ has quit IRC14:54
*** pancake_ has joined #puppet-openstack14:55
*** dprince has quit IRC14:56
*** dprince has joined #puppet-openstack14:57
EmilienMrichm: I reported the etherpad issue to -infra, I have too14:57
*** angdraug has joined #puppet-openstack14:58
*** mdorman has joined #puppet-openstack14:59
*** chandankumar has quit IRC15:06
*** saneax has joined #puppet-openstack15:09
*** leanderthal has joined #puppet-openstack15:16
openstackgerritMerged openstack/puppet-neutron: Use strip for nova_region_name  https://review.openstack.org/22054115:17
*** arnaud_orange has quit IRC15:25
openstackgerritMerged openstack/puppet-neutron: Add an ability to set up drop_flows_on_start option  https://review.openstack.org/21198615:28
openstackgerritRamkumar Gowrishankar proposed openstack/puppet-neutron: Support for Nuage Neutron plugin and Nuage VRS in puppet-neutron  https://review.openstack.org/21479815:29
*** dprince has quit IRC15:29
*** dprince has joined #puppet-openstack15:30
*** higgins has quit IRC15:36
*** higgins has joined #puppet-openstack15:40
*** leanderthal has quit IRC15:41
*** tiswanso has quit IRC15:44
*** tiswanso has joined #puppet-openstack15:45
*** stamak has quit IRC15:50
*** aimon has quit IRC15:53
*** linkedinyou has quit IRC15:53
*** chandankumar has joined #puppet-openstack15:54
*** sergmelikyan has joined #puppet-openstack15:59
*** pancake_ has quit IRC15:59
*** leanderthal has joined #puppet-openstack16:03
*** social has quit IRC16:10
*** jistr has quit IRC16:11
*** rochaporto has quit IRC16:14
*** leanderthal has quit IRC16:14
*** tiswanso has quit IRC16:22
*** saneax_ has joined #puppet-openstack16:32
*** pancake_ has joined #puppet-openstack16:34
*** paramite is now known as paramite|afk16:34
*** tiswanso has joined #puppet-openstack16:36
*** zhangjn has joined #puppet-openstack16:38
richmhttps://bugs.launchpad.net/puppet-keystone/+bug/149345016:39
openstackLaunchpad bug 1493450 in puppet-keystone "bad indirection performance with openstack resources" [Undecided,New]16:39
*** Guest60469 is now known as mgagne16:40
*** mgagne has joined #puppet-openstack16:40
*** aimon has joined #puppet-openstack16:41
*** aimon has quit IRC16:42
*** aimon has joined #puppet-openstack16:42
*** derekh has quit IRC16:42
*** jpena is now known as jpena|away16:44
*** paramite|afk is now known as paramite16:45
*** chem has quit IRC16:55
*** richm has quit IRC17:02
openstackgerritDan Prince proposed openstack/puppet-glance: Use resource ordering if autoreply is disable  https://review.openstack.org/22141117:03
*** richm has joined #puppet-openstack17:16
*** xingchao has quit IRC17:19
*** paramite is now known as paramite|afk17:19
*** zhangjn has quit IRC17:21
*** pancake_ has quit IRC17:24
*** c0m0 has quit IRC17:30
*** xarses has quit IRC17:34
*** ericpeterson has joined #puppet-openstack17:58
*** ducttape_ has quit IRC17:58
*** xarses has joined #puppet-openstack18:03
*** xarses has quit IRC18:04
*** xarses has joined #puppet-openstack18:04
dprincespredzy: re https://review.openstack.org/#/c/221411/ if we are going to re-work it further I would actually revert the entire bit... and then try and do your suggestion18:05
dprincespredzy: a valid approach, but I don't want to leave it broken for long while we flesh this out18:06
EmilienMclayton, dprince: I'll like to connect both of you regarding your work on docker/puppet18:09
EmilienMI know mirantis is also integrating docker in fuel18:09
EmilienMangdraug: who from Fuel team can we contact about dockerization of services with Puppet ?18:10
*** paramite|afk is now known as paramite18:12
openstackgerritSergey Kolekonov proposed openstack/puppet-neutron: Add parameters for Neutron QoS support  https://review.openstack.org/21665418:13
*** xingchao has joined #puppet-openstack18:19
*** dh64 has joined #puppet-openstack18:23
*** xingchao has quit IRC18:26
*** openstackgerrit has quit IRC18:31
*** openstackgerrit has joined #puppet-openstack18:32
*** social has joined #puppet-openstack18:34
*** chandankumar has quit IRC18:35
*** gfidente has quit IRC18:38
*** sergmelikyan has quit IRC18:56
*** sergmelikyan has joined #puppet-openstack18:57
*** sergmelikyan has quit IRC18:58
*** sergmelikyan has joined #puppet-openstack18:59
*** derekh has joined #puppet-openstack19:00
*** pabelanger has quit IRC19:06
angdraugEmilienM: we've dockerized Fuel itself, mattymo did most of the work so would be your first point of contact19:12
angdraugwe're still contemplating different options on containerizing the rest of OpenStack19:13
*** ericpeterson has quit IRC19:14
*** ducttape_ has joined #puppet-openstack19:15
EmilienMangdraug: ok thx19:17
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: DNM - CI test  https://review.openstack.org/22146919:18
*** pancake_ has joined #puppet-openstack19:24
*** stamak has joined #puppet-openstack19:34
*** jpena|away has quit IRC19:50
*** derekh is now known as derekh_afk19:58
EmilienM2015-09-08 19:39:53.167 | Error: /Stage[main]/Keystone::Wsgi::Apache/File[keystone_wsgi_admin]: Could not evaluate: Could not retrieve information from environment production source(s) file:/usr/share/keystone/keystone.wsgi20:04
EmilienMrichm: ^20:04
EmilienMhttps://jenkins06.openstack.org/job/gate-puppet-openstack-integration-dsvm-centos7/74/console20:04
EmilienMwe need to update it20:04
richmEmilienM: right20:05
EmilienMrichm: do you want to send the patch? I'm unsure about the final path20:05
EmilienMwe should use20:05
richmEmilienM: Unfortunately the keystone devs have (once again) made life more difficult20:06
*** dprince has quit IRC20:06
richmEmilienM: It is not a simple as changing the path20:06
richmEmilienM: because now there are two scripts20:06
richmEmilienM: We have to use the admin one for the admin wsgi server and the public one for the public wsgi server20:06
richmEmilienM: so now the code has to be changed to handle either one or two scripts (because debian/ubuntu likely use the old way), and keystone::wsgi::admin has to change20:07
richmEmilienM: I'm up to my eyeballs already in the domain stuff20:07
richmEmilienM: Is it possible there is someone else who can do this?20:07
EmilienMrichm: I'll focus on that20:07
EmilienMrichm: me20:07
richmok20:07
*** paramite has quit IRC20:12
*** stamak has quit IRC20:12
*** Thaxll has joined #puppet-openstack20:13
ThaxllHi, I don't understand I'm trying to use ceph puppet module, but with a simple test I get: Error 400 on SERVER: Invalid parameter auth_enable on Class[Ceph::Conf] which is realy weird it only contains class { 'ceph::conf':20:20
Thaxll          auth_enable => false,20:20
Thaxll          mon_host    => 'localhost'20:20
Thaxll      } from the example20:20
Thaxllsorry for the multi-line.20:21
*** xingchao has joined #puppet-openstack20:26
*** xingchao has quit IRC20:31
iurygregoryEmilienM, the idea of acceptance tests  is to provide an puppet manifest example that configures the keystone from the begin and apply the new feature?20:31
EmilienMiurygregory: so now we have two scenarios, one with eventlet, another with wsgi20:32
EmilienMconsider eventlet dead in M cycle20:32
iurygregoryFederation only work with wsgi20:32
EmilienMiurygregory: cool, go ahead with wsgi manifest then20:33
iurygregoryso i need to create a new rb file with the acceptance for wsgi + keystone as IdP for example?20:35
EmilienMiurygregory: this is a solution, yes20:35
openstackgerritAlex Schultz proposed openstack/puppet-neutron: Make vswitch optional for ovs agent configuration  https://review.openstack.org/22149520:36
*** sergmelikyan has quit IRC20:36
iurygregoryok :D i'll try to do my best and send a patch tomorow with the acceptance for Keystone as IdP =D20:36
*** jayg is now known as jayg|g0n320:38
EmilienMso puppet-keystone CI is broken on RDO: https://bugs.launchpad.net/puppet-keystone/+bug/149355620:40
openstackLaunchpad bug 1493556 in puppet-keystone "WSGI script path is updated in Liberty" [Critical,New] - Assigned to Emilien Macchi (emilienm)20:40
*** pancake_ has quit IRC20:45
*** pancake_ has joined #puppet-openstack20:47
*** derekh_afk has quit IRC20:48
*** xarses_ has joined #puppet-openstack20:54
*** sergmelikyan has joined #puppet-openstack20:55
*** xarses has quit IRC20:55
*** khappone has quit IRC20:55
*** cdelatte has quit IRC20:56
*** khappone has joined #puppet-openstack20:56
EmilienMrichm: it's a pain.. with the new path, SElinux complains20:58
EmilienMrichm: I asked alan to revert part of the patch20:58
EmilienMso we have time to use the new way20:58
EmilienMbecause it will block our CI for a while otherwise20:58
EmilienMand we don't want that I guess20:58
*** sergmelikyan has quit IRC21:01
*** sergmelikyan has joined #puppet-openstack21:02
*** sergmelikyan has quit IRC21:06
*** sergmelikyan has joined #puppet-openstack21:06
*** pancake_ has quit IRC21:07
*** sergmelikyan has quit IRC21:10
*** tiswanso has quit IRC21:13
*** sergmelikyan has joined #puppet-openstack21:13
*** sergmelikyan has quit IRC21:14
richmEmilienM: What was the selinux error you got when you tried it with the new paths?21:33
EmilienMrichm: I'm working on it now, I have no more informations yet21:34
richmok21:34
EmilienMrichm: I actually can run it without issue in selinux21:41
EmilienMrichm: I'm preparing a patch after meetings21:41
richmEmilienM: ok21:43
*** sergmelikyan has joined #puppet-openstack21:45
*** sergmelikyan has quit IRC21:46
*** ikkeT has quit IRC21:50
*** linkedinyou has joined #puppet-openstack21:50
*** ikkeT has joined #puppet-openstack21:50
*** linkedinyou has quit IRC21:59
*** derekh has joined #puppet-openstack22:03
*** sergmelikyan has joined #puppet-openstack22:19
openstackgerritEmilien Macchi proposed openstack/puppet-keystone: DNM - CI test  https://review.openstack.org/22146922:20
*** richm has quit IRC22:21
*** pradk has quit IRC22:22
*** derekh has quit IRC22:24
*** dh64 has quit IRC22:25
*** sergmelikyan has quit IRC22:26
EmilienMpuppet-keystone CI is back22:29
*** richm has joined #puppet-openstack22:35
*** morazi has quit IRC22:44
*** ducttape_ has quit IRC22:53
*** gildub has joined #puppet-openstack22:53
*** mdorman has quit IRC23:04
*** sergmelikyan has joined #puppet-openstack23:15
*** sergmelikyan has quit IRC23:20
*** xingchao has joined #puppet-openstack23:31
*** cdelatte has joined #puppet-openstack23:34
*** sergmelikyan has joined #puppet-openstack23:37
*** cdelatte has quit IRC23:37
*** xingchao has quit IRC23:44

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