*** cdelatte has quit IRC | 00:09 | |
*** karimb has quit IRC | 00:12 | |
*** zhangjn has joined #puppet-openstack | 00:13 | |
*** xingchao has joined #puppet-openstack | 00:23 | |
*** zhangjn has quit IRC | 00:28 | |
*** davideagle_ has joined #puppet-openstack | 00:33 | |
*** xarses has quit IRC | 00:35 | |
openstackgerrit | Vishal Patil proposed openstack/puppet-neutron: Fix dependencies for Nuage plugin configuration https://review.openstack.org/247239 | 00:36 |
---|---|---|
*** xingchao has quit IRC | 00:44 | |
*** xarses has joined #puppet-openstack | 01:00 | |
*** zhangjn has joined #puppet-openstack | 01:01 | |
*** nlahouti has quit IRC | 01:05 | |
*** gildub has quit IRC | 01:14 | |
*** davideagle_ has quit IRC | 01:18 | |
*** karmix has quit IRC | 01:23 | |
*** RichardRaseley has quit IRC | 01:28 | |
*** gildub has joined #puppet-openstack | 01:30 | |
*** karmix has joined #puppet-openstack | 01:32 | |
*** ducttape_ has joined #puppet-openstack | 02:18 | |
*** cdelatte has joined #puppet-openstack | 02:31 | |
*** markvoelker has quit IRC | 02:40 | |
*** cdelatte has quit IRC | 02:57 | |
*** partner has quit IRC | 03:07 | |
*** partner has joined #puppet-openstack | 03:08 | |
*** ducttape_ has quit IRC | 03:19 | |
*** ducttape_ has joined #puppet-openstack | 03:22 | |
*** ducttape_ has quit IRC | 03:22 | |
mfisch | anyone noticed that glance and keystone both pull in openstackclient? | 03:33 |
*** baker has joined #puppet-openstack | 03:42 | |
openstackgerrit | Matt Fischer proposed openstack/puppet-openstacklib: Avoid duplicate client resource https://review.openstack.org/253309 | 03:42 |
dmsimard | mfisch: which distro ? | 03:44 |
mfisch | its a puppet issue I think | 03:44 |
mfisch | puppet-glance is declaring os-client | 03:44 |
mfisch | and keystone is pulling it in from openstack-lib | 03:44 |
mfisch | see my review ^ | 03:44 |
dmsimard | mfisch: oh, sorry, thought you meant the actual packages :) | 03:45 |
mfisch | np | 03:47 |
michchap_ | mfisch: shouldn't glance/keystone be getting it by including that class? | 03:49 |
mfisch | that might be a better fix | 03:50 |
mfisch | EmilienM: can you +2 this simple one https://review.openstack.org/#/c/247709/ | 03:50 |
mfisch | michchap_: keystone is including the class, glance is now | 03:51 |
mfisch | sorry is not | 03:51 |
michchap_ | mfisch: which class in glance is declaring it? | 03:51 |
michchap_ | oic it's in init.pp | 03:51 |
mfisch | glance has the ensure resources | 03:51 |
mfisch | and keystone::client includes openstacklib | 03:51 |
mfisch | ensure_resource seems safe to use everywhere | 03:52 |
michchap_ | mfisch: yeah, I remember years ago there was a question asked of why not use ensure_resource for pretty much everything. | 03:52 |
michchap_ | mfisch: I reckon change both tbh - make openstacklib use ensure_resource and make glance include it. | 03:53 |
mfisch | +1 | 03:53 |
mfisch | i'll do that too | 03:53 |
mfisch | I guess using ensure_resource unneccessarily is a bit sloppy | 03:54 |
mfisch | #ifndef FOO_H_INCLUDED | 03:54 |
mfisch | we did that all the time though in the olden days ^ | 03:54 |
michchap_ | I have #pragma once now :) | 03:54 |
*** baker_ has joined #puppet-openstack | 03:55 | |
*** zhangjn has quit IRC | 03:56 | |
mfisch | oh man #pragma | 03:56 |
*** baker has quit IRC | 03:58 | |
mfisch | michchap_: do you still have +2? | 04:00 |
EmilienM | mfisch: sure | 04:00 |
mfisch | if so can you review this? it's quick https://review.openstack.org/#/c/247709/ | 04:00 |
mfisch | EmilienM: merci | 04:00 |
michchap_ | mfisch: no, haha I was away for about a year and only just got back. | 04:00 |
mfisch | well I might vote for you ;) | 04:00 |
EmilienM | mfisch: done - good night | 04:00 |
mfisch | ty | 04:00 |
michchap_ | mfisch: I moved to RedHat so hopefully I can spend time on this again. | 04:01 |
mfisch | michchap_: are you still at Aptira? | 04:01 |
mfisch | jinx | 04:01 |
michchap_ | mfisch: :) | 04:01 |
mfisch | which group? | 04:01 |
michchap_ | opnfv under openstack under engineering | 04:01 |
openstackgerrit | Matt Fischer proposed openstack/puppet-glance: Let openstacklib manage openstackclient https://review.openstack.org/253311 | 04:02 |
mfisch | there you go michchap_ ^ | 04:03 |
michchap_ | mfisch: declaring the class like that for != 'present' case is going to make more duplicate errors I think. I'd just include it and assume people know how to use an ENC/hiera. | 04:05 |
*** zhangjn has joined #puppet-openstack | 04:05 | |
mfisch | I thnk thats cleaner but i deferred to the existing code in keystone::client | 04:06 |
michchap_ | mfisch: mmm I see. Passing ensure => absent to both would cause an error. I can see this in the history: https://github.com/openstack/puppet-keystone/commit/e1bba1c44538ac5050f720d4791028fb1b4ec352 | 04:10 |
mfisch | obvious solution: http://i.imgur.com/IRP16Jl.jpg | 04:11 |
michchap_ | I think just include it everywhere is probably neater, but it will break backwards compatibility in a kinda obscure way. I can't see it at all in puppet-nova, neutron or cinder, so it's just keystone that needs a deprecation | 04:15 |
*** zhangjn has quit IRC | 04:17 | |
*** zhangjn has joined #puppet-openstack | 04:17 | |
*** zhangjn has quit IRC | 04:18 | |
openstackgerrit | Merged openstack/puppet-monasca: Fix deprecated ERB references https://review.openstack.org/247709 | 04:19 |
*** ducttape_ has joined #puppet-openstack | 04:22 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-ceph: Added default timeout for exec resources https://review.openstack.org/253317 | 04:35 |
*** morazi has quit IRC | 04:38 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-ceph: Added default timeout for exec resources https://review.openstack.org/253317 | 05:01 |
*** markvoelker has joined #puppet-openstack | 05:05 | |
*** markvoelker has quit IRC | 05:09 | |
*** markvoelker has joined #puppet-openstack | 05:10 | |
*** ducttape_ has quit IRC | 05:16 | |
*** saneax_AFK is now known as saneax | 05:25 | |
*** baker_ has quit IRC | 05:39 | |
*** markvoelker_ has joined #puppet-openstack | 05:47 | |
*** markvoelker has quit IRC | 05:50 | |
*** markvoelker_ has quit IRC | 05:51 | |
*** rcernin has joined #puppet-openstack | 06:12 | |
*** karimb has joined #puppet-openstack | 06:24 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-ceph: Added default timeout for exec resources https://review.openstack.org/253317 | 06:27 |
*** karimb has quit IRC | 06:32 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-ceph: Added default timeout for exec resources https://review.openstack.org/253317 | 06:34 |
*** cgfbee has quit IRC | 06:35 | |
*** cgfbee has joined #puppet-openstack | 06:40 | |
*** gildub has quit IRC | 06:52 | |
*** rcernin has quit IRC | 06:59 | |
*** rcernin has joined #puppet-openstack | 07:07 | |
*** karimb has joined #puppet-openstack | 07:54 | |
*** vinsh has quit IRC | 08:00 | |
*** vinsh_ has joined #puppet-openstack | 08:00 | |
*** foxhunt_away is now known as foxhunt72 | 08:11 | |
*** karimb has quit IRC | 08:24 | |
*** karimb has joined #puppet-openstack | 08:32 | |
*** jpena has joined #puppet-openstack | 08:54 | |
*** _degorenko|afk is now known as degorenko | 09:03 | |
*** rochaporto has joined #puppet-openstack | 09:03 | |
*** gfidente has joined #puppet-openstack | 09:08 | |
*** gfidente has quit IRC | 09:08 | |
*** gfidente has joined #puppet-openstack | 09:08 | |
*** dgurtner has joined #puppet-openstack | 09:15 | |
*** dgurtner has quit IRC | 09:15 | |
*** dgurtner has joined #puppet-openstack | 09:15 | |
*** paramite has joined #puppet-openstack | 09:23 | |
-openstackstatus- NOTICE: Tox tests are broken at the moment. From openstack-infra we are working to fix them. Please don't approve changes until we notify that tox tests work again. | 09:32 | |
*** derekh has joined #puppet-openstack | 09:38 | |
*** davideagle_ has joined #puppet-openstack | 09:41 | |
*** migi has quit IRC | 09:52 | |
openstackgerrit | Sergey Kolekonov proposed openstack/puppet-neutron: Move Neutron to $::os_service_default - part 2 https://review.openstack.org/253416 | 10:03 |
*** _skolekonov is now known as skolekonov | 10:08 | |
*** igajsin has joined #puppet-openstack | 10:17 | |
openstackgerrit | Timur Sufiev proposed openstack/puppet-horizon: Add overview_days_range parameter https://review.openstack.org/250399 | 10:17 |
*** yottatsa has joined #puppet-openstack | 10:18 | |
*** migi has joined #puppet-openstack | 10:27 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-horizon: Fix doc defaults for some parameters. https://review.openstack.org/253422 | 10:28 |
*** openstackgerrit has quit IRC | 10:32 | |
*** openstackgerrit has joined #puppet-openstack | 10:33 | |
*** leanderthal has quit IRC | 10:34 | |
*** sanjayu has quit IRC | 10:45 | |
*** davideagle_ has quit IRC | 10:49 | |
*** sanjayu has joined #puppet-openstack | 10:53 | |
*** davideagle_ has joined #puppet-openstack | 10:55 | |
*** chem has quit IRC | 11:00 | |
*** sanjayu has quit IRC | 11:05 | |
*** mkarpin has quit IRC | 11:06 | |
*** sanjayu has joined #puppet-openstack | 11:06 | |
*** sanjayu has quit IRC | 11:11 | |
*** sanjayu has joined #puppet-openstack | 11:12 | |
*** sanjayu has quit IRC | 11:16 | |
*** foxhunt72 is now known as foxhunt_away | 11:25 | |
*** sanjayu has joined #puppet-openstack | 11:30 | |
openstackgerrit | Ivan Berezovskiy proposed openstack/puppet-ceilometer: Configure disable_non_metric_meters for notification agent https://review.openstack.org/253451 | 11:31 |
*** sanjayu has quit IRC | 11:38 | |
iurygregory | good morning | 11:39 |
*** davideagle_ has quit IRC | 11:42 | |
*** sanjayu_ has joined #puppet-openstack | 11:44 | |
*** davideagle_ has joined #puppet-openstack | 11:46 | |
openstackgerrit | Ivan Berezovskiy proposed openstack/puppet-ceilometer: Configure disable_non_metric_meters for notification agent https://review.openstack.org/253451 | 11:50 |
iurygregory | degorenko, are you around? | 11:57 |
*** leanderthal has joined #puppet-openstack | 11:59 | |
*** davideagle_ has quit IRC | 12:01 | |
*** paramite is now known as paramite|afk | 12:05 | |
openstackgerrit | Ivan Berezovskiy proposed openstack/puppet-ceilometer: Ability to configure api, collector and notification workers https://review.openstack.org/226011 | 12:06 |
*** cdelatte has joined #puppet-openstack | 12:06 | |
openstackgerrit | Ivan Berezovskiy proposed openstack/puppet-ceilometer: Ability to configure api, collector and notification workers https://review.openstack.org/226011 | 12:07 |
*** foxhunt_away is now known as foxhunt72 | 12:09 | |
openstackgerrit | Ivan Berezovskiy proposed openstack/puppet-ceilometer: Ability to configure api, collector and notification workers https://review.openstack.org/226011 | 12:10 |
*** mkarpin has joined #puppet-openstack | 12:17 | |
*** davideagle_ has joined #puppet-openstack | 12:19 | |
*** paramite|afk is now known as paramite | 12:28 | |
*** trown|outttypeww is now known as trown | 12:36 | |
*** davideagle_ has quit IRC | 12:38 | |
*** jpena is now known as jpena|lunch | 12:38 | |
openstackgerrit | Mykyta Karpin proposed openstack/puppet-heat: Switch Heat to $::os_service_default - part 2 https://review.openstack.org/249711 | 12:44 |
openstackgerrit | Mykyta Karpin proposed openstack/puppet-heat: Switch Heat to $::os_service_default - part 2 https://review.openstack.org/249711 | 12:52 |
*** ducttape_ has joined #puppet-openstack | 12:53 | |
*** davideagle_ has joined #puppet-openstack | 12:55 | |
degorenko | iurygregory, hey, now yes | 12:59 |
iurygregory | hey o/ new modules that already contain logging class can have the same attributes in the main class? https://review.openstack.org/#/c/253216/3/manifests/init.pp | 13:01 |
openstackgerrit | Mykyta Karpin proposed openstack/puppet-glance: add more settings to glance api, registry, rabbitmq https://review.openstack.org/237035 | 13:01 |
degorenko | iurygregory, hm | 13:03 |
degorenko | iurygregory, actually | 13:04 |
degorenko | we can accept them | 13:04 |
degorenko | for non-hiera deploying | 13:04 |
degorenko | i have another comment for this patch :) | 13:05 |
degorenko | related to using os_service_default | 13:05 |
EmilienM | good morning! | 13:05 |
degorenko | Morning o/ | 13:05 |
iurygregory | go ahead =) | 13:05 |
iurygregory | morning o/ | 13:05 |
EmilienM | it's friday !! | 13:06 |
iurygregory | \o/ | 13:06 |
degorenko | \o/ | 13:06 |
mkarpin | :) Hi everyone) | 13:06 |
iurygregory | I'll be on vacation \o/ | 13:06 |
iurygregory | best friday ever =P | 13:07 |
*** dprince has joined #puppet-openstack | 13:07 | |
*** yottatsa has quit IRC | 13:10 | |
*** ducttape_ has quit IRC | 13:10 | |
iurygregory | EmilienM, can you look https://review.openstack.org/#/c/252536/ ? | 13:11 |
EmilienM | iurygregory: I will look | 13:11 |
iurygregory | tks | 13:11 |
iurygregory | =) | 13:11 |
*** davideagle_ has quit IRC | 13:16 | |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-cinder: Add keymgr/encryption_auth_url parameter to cinder API https://review.openstack.org/253480 | 13:19 |
*** davideagle_ has joined #puppet-openstack | 13:19 | |
openstackgerrit | Merged openstack/puppet-magnum: Switch magnum to $::os_service_default https://review.openstack.org/252536 | 13:20 |
*** jayg|g0n3 is now known as jayg | 13:22 | |
*** degorenko is now known as degorenko|afk | 13:26 | |
openstackgerrit | Dan Prince proposed openstack/puppet-ironic: Add ironic::keystone::auth_inspector https://review.openstack.org/253493 | 13:29 |
*** chem has joined #puppet-openstack | 13:31 | |
EmilienM | dprince: would you mind adding acceptance tests (only for redhat) for ^ ? | 13:31 |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-cinder: Add keymgr/encryption_auth_url parameter to cinder API https://review.openstack.org/253480 | 13:31 |
dprince | EmilienM: sure, can I do a follow up patch for it? Or you want it all in the same patch? | 13:33 |
EmilienM | dprince: in the same I would say | 13:34 |
dprince | EmilienM: getting some feedback from the Ironic crew with regards to the defaults here... but I'll follow up in a bit | 13:38 |
*** davideagle_ has quit IRC | 13:39 | |
EmilienM | dprince: sure | 13:39 |
*** markvoelker has joined #puppet-openstack | 13:47 | |
*** rochaporto has quit IRC | 13:49 | |
*** davideagle_ has joined #puppet-openstack | 13:55 | |
*** iurygregory is now known as iurygregory_lunc | 13:57 | |
*** saneax is now known as saneax_AFK | 13:57 | |
mkarpin | degorenko:EmilienM: i updated https://review.openstack.org/#/c/237035/ can you please review? thank you | 13:57 |
*** iurygregory_lunc is now known as iury_lunch | 13:57 | |
EmilienM | mkarpin: I will | 13:57 |
*** iury_lunch has quit IRC | 13:58 | |
*** morazi has joined #puppet-openstack | 13:58 | |
*** degorenko|afk is now known as degorenko | 13:59 | |
*** yottatsa has joined #puppet-openstack | 14:02 | |
*** jpena|lunch is now known as jpena | 14:03 | |
*** davideagle_ has quit IRC | 14:10 | |
*** ericksonsantos has quit IRC | 14:10 | |
mattymo | Could I get some more reviews for this Cinder+keystone patch? https://review.openstack.org/#/c/253480/ | 14:12 |
*** ducttape_ has joined #puppet-openstack | 14:14 | |
openstackgerrit | Ivan Berezovskiy proposed openstack/puppet-ceilometer: Configure disable_non_metric_meters for notification agent https://review.openstack.org/253451 | 14:19 |
*** markvoelker has quit IRC | 14:21 | |
*** ducttape_ has quit IRC | 14:21 | |
*** rochaporto has joined #puppet-openstack | 14:23 | |
skolekonov | Folks, I have a question regarding $::os_service_default fact. There're many places in modules with constructions like this https://github.com/openstack/puppet-neutron/blob/master/manifests/agents/ml2/linuxbridge.pp#L126. In fact if we replace them with $::os_service_default, we will break backward compatibility, because an operator awaits then if a parameter with 'false' value is passed, it will be marked as absent. But with $::os_service_default | 14:32 |
skolekonov | it will be written as is. Do we skip such cases? | 14:32 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-sahara: Fix defaults for doc section https://review.openstack.org/253528 | 14:32 |
*** yottatsa has quit IRC | 14:33 | |
mflobo | EmilienM, ping question about puppet-baker-jobs | 14:33 |
openstackgerrit | Mykyta Karpin proposed openstack/puppet-glance: add more settings to glance api, registry, rabbitmq https://review.openstack.org/237035 | 14:37 |
*** bdossant has joined #puppet-openstack | 14:38 | |
*** yottatsa has joined #puppet-openstack | 14:44 | |
*** dhollinger has joined #puppet-openstack | 14:55 | |
*** ducttape_ has joined #puppet-openstack | 15:02 | |
*** colonwq has joined #puppet-openstack | 15:06 | |
*** patrickeast has quit IRC | 15:07 | |
*** patrickeast has joined #puppet-openstack | 15:08 | |
openstackgerrit | Sergey Kolekonov proposed openstack/puppet-neutron: Move Neutron to $::os_service_default - part 2 https://review.openstack.org/253416 | 15:09 |
*** ntpttr has joined #puppet-openstack | 15:13 | |
*** davideagle_ has joined #puppet-openstack | 15:21 | |
*** dprince has quit IRC | 15:21 | |
*** dfisher has joined #puppet-openstack | 15:22 | |
*** RichardRaseley has joined #puppet-openstack | 15:26 | |
*** degorenko has quit IRC | 15:27 | |
*** degorenko has joined #puppet-openstack | 15:31 | |
IvanBerezovskiy | EmilienM: hi, I've asked you some weeks ago about https://review.openstack.org/#/c/195135/. can I take care of it? | 15:32 |
IvanBerezovskiy | and looks like glance and designate are stalled too | 15:33 |
openstackgerrit | Nate Potter proposed openstack/puppet-glance: Implement multiple store configuration https://review.openstack.org/242718 | 15:34 |
*** dmsimard is now known as dmsimard|afk | 15:40 | |
*** mkarpin has quit IRC | 15:41 | |
*** davideagle_ has quit IRC | 15:42 | |
*** baker has joined #puppet-openstack | 15:42 | |
*** davideagle_ has joined #puppet-openstack | 15:42 | |
*** baker has quit IRC | 15:43 | |
*** RichardRaseley has quit IRC | 15:43 | |
*** mkarpin has joined #puppet-openstack | 15:44 | |
*** dgurtner has quit IRC | 15:45 | |
*** markvoelker has joined #puppet-openstack | 15:45 | |
*** rahulait has joined #puppet-openstack | 15:45 | |
*** Lokesh_Jain has joined #puppet-openstack | 15:46 | |
*** baker has joined #puppet-openstack | 15:48 | |
*** dprince has joined #puppet-openstack | 15:50 | |
*** jerrygb has joined #puppet-openstack | 15:52 | |
*** skolekonov is now known as _skolekonov | 15:54 | |
openstackgerrit | Nate Potter proposed openstack/puppet-magnum: Initial commit of init.pp https://review.openstack.org/253216 | 15:55 |
openstackgerrit | Bradley Klein proposed openstack/puppet-monasca: Use params class for api and pers settings https://review.openstack.org/253565 | 15:57 |
*** iurygregory has joined #puppet-openstack | 16:02 | |
*** jerrygb_ has joined #puppet-openstack | 16:03 | |
*** jerrygb has quit IRC | 16:06 | |
openstackgerrit | Nate Potter proposed openstack/puppet-magnum: Initial commit of init.pp https://review.openstack.org/253216 | 16:07 |
*** jerrygb_ has quit IRC | 16:07 | |
*** jerrygb has joined #puppet-openstack | 16:10 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-ceilometer: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253568 | 16:11 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-ceilometer: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253568 | 16:12 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-cinder: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253574 | 16:15 |
*** leanderthal has quit IRC | 16:16 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-glance: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253576 | 16:16 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-heat: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253577 | 16:17 |
openstackgerrit | Nate Potter proposed openstack/puppet-magnum: Initial commit of init.pp https://review.openstack.org/253216 | 16:17 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-ironic: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253579 | 16:18 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-manila: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253580 | 16:19 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-neutron: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253581 | 16:21 |
openstackgerrit | Denis Egorenko proposed openstack/puppet-nova: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253582 | 16:22 |
*** xarses has quit IRC | 16:23 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-sahara: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253583 | 16:23 |
*** davideagle_ has quit IRC | 16:24 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-trove: Add deprecation warning for Qpid rpc driver https://review.openstack.org/253585 | 16:25 |
*** dmsimard|afk is now known as dmsimard | 16:29 | |
degorenko | EmilienM, i'm done with deprecation for qpid :) https://review.openstack.org/#/q/topic:remove_qpid,n,z for master and https://review.openstack.org/#/q/topic:deprecate_qpid,n,z for liberty | 16:30 |
degorenko | dprince, can you also please take a look on them& ^^^ | 16:31 |
EmilienM | IvanBerezovskiy: please do, thanks | 16:32 |
EmilienM | degorenko: nice work! | 16:32 |
degorenko | EmilienM, i've used different topics for master and liberty, because there are different changes :) just fyi | 16:33 |
EmilienM | degorenko: ack | 16:34 |
*** bdossant has quit IRC | 16:34 | |
*** IvanBerezovskiy has left #puppet-openstack | 16:38 | |
*** foxhunt72 is now known as foxhunt_away | 16:38 | |
*** ericksonsantos has joined #puppet-openstack | 16:40 | |
*** jerrygb_ has joined #puppet-openstack | 16:40 | |
*** jerrygb has quit IRC | 16:42 | |
degorenko | Have a nice weekend guys! :) | 16:43 |
*** degorenko is now known as _degorenko|afk | 16:44 | |
openstackgerrit | Sergey Kolekonov proposed openstack/puppet-openstacklib: Add retries to the openstack command https://review.openstack.org/220224 | 16:47 |
openstackgerrit | Tim Rozet proposed openstack/puppet-neutron: Adds configuration support for OpenDaylight SDN Controller https://review.openstack.org/249390 | 16:50 |
*** nlahouti has joined #puppet-openstack | 16:51 | |
*** rcernin has quit IRC | 16:52 | |
*** nlahouti has quit IRC | 16:53 | |
-openstackstatus- NOTICE: The earlier JJB bug which disrupted tox-based job configurations has been reverted and applied; jobs seem to be running successfully for the past two hours. | 16:54 | |
*** nlahouti has joined #puppet-openstack | 16:56 | |
*** yottatsa has quit IRC | 16:56 | |
*** yottatsa has joined #puppet-openstack | 16:57 | |
*** paramite is now known as paramite|afk | 16:59 | |
*** dgurtner has joined #puppet-openstack | 17:03 | |
*** dgurtner has quit IRC | 17:03 | |
*** dgurtner has joined #puppet-openstack | 17:03 | |
mattymo | EmilienM, crinkle can you look at https://review.openstack.org/#/c/253480/ if you get a chance? | 17:04 |
*** paramite|afk is now known as paramite | 17:05 | |
*** yottatsa has quit IRC | 17:08 | |
EmilienM | if you send me cookies, maybe | 17:11 |
EmilienM | mattymo: keymgr is barbican right? | 17:12 |
*** RichardRaseley has joined #puppet-openstack | 17:16 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: all-in-one: export SCENARIO variable https://review.openstack.org/253620 | 17:17 |
iurygregory | ^this is about the bug that someone point in the ML right? | 17:19 |
EmilienM | iurygregory: yes, I'm currently replying to him :) | 17:19 |
EmilienM | and I fix in same time | 17:20 |
iurygregory | nice ^^ | 17:20 |
*** aimon has quit IRC | 17:21 | |
*** rochaporto has quit IRC | 17:21 | |
openstackgerrit | Vishal Patil proposed openstack/puppet-neutron: Fix dependencies for Nuage plugin configuration https://review.openstack.org/247239 | 17:23 |
*** karimb has quit IRC | 17:23 | |
*** nlahouti has quit IRC | 17:23 | |
ntpttr | hey everyone, I'm trying to weigh some pros and cons of different installation/management tools, can someone here let me know some advantages of using Puppet over something like Ansible for OpenStack> | 17:23 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: scenario003: fix tempest path https://review.openstack.org/253626 | 17:24 |
*** nlahouti has joined #puppet-openstack | 17:25 | |
EmilienM | ntpttr: the best automation tool is the one you already use | 17:25 |
ntpttr | EmileinM: That makes sense, so all of the enterprises out there already using puppet would benefit from keeping the same tool to manage openstack | 17:26 |
EmilienM | that's my thought | 17:27 |
iurygregory | agree with EmilienM , if in your company operators use some tool the do things in less time i think, you have a overhead when need to switch to another =) | 17:28 |
ntpttr | For someone who hasn't been using either though, is there a good reason to pick one over the other?\ | 17:28 |
*** xarses has joined #puppet-openstack | 17:29 | |
ntpttr | also totally unrelated, but I created a launchpad for puppet-magnum here https://launchpad.net/puppet-magnum and accidentally didn't make Openstack Infra the driver, so it's assigned to me - is there a way for me to change that :-D | 17:30 |
iurygregory | ntpttr, https://mitakadesignsummit.sched.org/event/4A0Y/chef-vs-puppet-vs-ansible-vs-salt-whats-best-for-deploying-and-managing-openstack | 17:31 |
ntpttr | iurygregory: thanks for the link, I'll check that out | 17:32 |
iurygregory | ntpttr, more usefull https://www.youtube.com/watch?v=2H95tx7Fuv4 | 17:32 |
*** jpena has quit IRC | 17:35 | |
nibalizer | _ody: can you ask the folk at puppetlabs to create some images and have them uploaded here? http://apps.openstack.org/ | 17:36 |
nibalizer | i could do it but it's not really my job | 17:37 |
nibalizer | and im not sure I should be doing that on behalf of a company which I would be doing if i used the puppetlabs logo | 17:37 |
*** nlahouti has quit IRC | 17:37 | |
*** derekh has quit IRC | 17:45 | |
*** v1k0d3n has quit IRC | 17:46 | |
*** v1k0d3n has joined #puppet-openstack | 17:46 | |
*** nlahouti has joined #puppet-openstack | 17:47 | |
openstackgerrit | Merged openstack/puppet-cinder: Add keymgr/encryption_auth_url parameter to cinder API https://review.openstack.org/253480 | 17:52 |
openstackgerrit | Merged openstack/puppet-monasca: Use params class for api and pers settings https://review.openstack.org/253565 | 17:53 |
_ody | iurygregory: The entire presentation is discredited by the fact it present Puppet as using xmlrpc at 24:17. | 17:57 |
dfisher | iurygregory: that talk was really pointless | 17:58 |
iurygregory | wow O.o didn't now abou _ody | 17:58 |
iurygregory | ntpttr, ^ | 17:58 |
dfisher | it was configuration management 101. You too can read from wikipedia | 17:58 |
_ody | nibalizer: I'll bring it up with product. It's actualy something on my list I'd be happy to she this community do. | 18:01 |
_ody | We need our own logo or something. | 18:01 |
nibalizer | heh | 18:01 |
nibalizer | exactly | 18:01 |
nibalizer | sometimes I'll use this http://dtosolutions.com/wp-content/uploads/2012/02/Puppet_Logo.png when I want to puppet logo but I don't want to use the company logo | 18:02 |
nibalizer | but we don't have nice big versions of that | 18:02 |
dfisher | do the OpenStack 'O' character with the puppeteer cross thing with the strings attached | 18:03 |
*** aimon has joined #puppet-openstack | 18:03 | |
dfisher | 2-3 'O' puppets | 18:03 |
nibalizer | so thats not ok | 18:07 |
nibalizer | everyone always takes the O character and modifies it slightly | 18:07 |
nibalizer | which isn't in accorandce with use of the O character | 18:07 |
dfisher | make it the ascii table flip guy then. ;) | 18:15 |
*** dgurtner has quit IRC | 18:21 | |
*** trown is now known as trown|lunch | 18:24 | |
openstackgerrit | Tim Rozet proposed openstack/puppet-neutron: Adds configuration support for OpenDaylight SDN Controller https://review.openstack.org/249390 | 18:29 |
*** saju_m has joined #puppet-openstack | 18:54 | |
*** v1k0d3n has quit IRC | 18:59 | |
*** trown|lunch is now known as trown | 19:14 | |
*** jerrygb has joined #puppet-openstack | 19:16 | |
*** jerrygb_ has quit IRC | 19:18 | |
*** gfidente has quit IRC | 19:23 | |
*** markvoelker has quit IRC | 19:44 | |
*** mgarza_ has joined #puppet-openstack | 19:51 | |
*** mgarza_ has quit IRC | 19:53 | |
*** paramite has quit IRC | 20:04 | |
*** iurygregory has quit IRC | 20:09 | |
*** ericksonsantos has quit IRC | 20:09 | |
*** ericksonsantos has joined #puppet-openstack | 20:09 | |
*** saju_m has quit IRC | 20:15 | |
*** aimon has quit IRC | 20:24 | |
*** aimon has joined #puppet-openstack | 20:26 | |
*** aimon has quit IRC | 20:31 | |
*** ducttape_ has quit IRC | 20:32 | |
*** ducttape_ has joined #puppet-openstack | 20:33 | |
*** rahulait has quit IRC | 20:36 | |
*** nlahouti has quit IRC | 20:40 | |
*** rahulait has joined #puppet-openstack | 21:08 | |
*** aimon has joined #puppet-openstack | 21:11 | |
*** cdelatte has quit IRC | 21:22 | |
*** aimon_ has joined #puppet-openstack | 21:26 | |
*** aimon has quit IRC | 21:29 | |
*** ddmitriev has quit IRC | 21:29 | |
*** jayg is now known as jayg|g0n3 | 21:29 | |
*** xarses has quit IRC | 21:32 | |
*** xarses has joined #puppet-openstack | 21:32 | |
*** ducttape_ has quit IRC | 21:34 | |
*** nlahouti has joined #puppet-openstack | 21:35 | |
*** cwolferh has quit IRC | 21:43 | |
*** v1k0d3n has joined #puppet-openstack | 21:48 | |
*** ntpttr has left #puppet-openstack | 21:57 | |
*** trown is now known as trown|outttypeww | 22:02 | |
*** saneax_AFK is now known as saneax | 22:06 | |
*** cwolferh has joined #puppet-openstack | 22:14 | |
*** dhollinger has quit IRC | 22:14 | |
*** jerrygb has quit IRC | 22:15 | |
*** dhollinger has joined #puppet-openstack | 22:21 | |
*** nlahouti1 has joined #puppet-openstack | 22:24 | |
*** nlahouti has quit IRC | 22:25 | |
*** nlahouti has joined #puppet-openstack | 22:28 | |
*** nlahouti1 has quit IRC | 22:29 | |
*** dprince has quit IRC | 22:37 | |
*** dhollinger has quit IRC | 22:43 | |
*** baker has quit IRC | 22:50 | |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: tempest run: generate testrepository.subunit https://review.openstack.org/253728 | 22:52 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: tempest run: generate testrepository.subunit https://review.openstack.org/253728 | 22:56 |
openstackgerrit | Emilien Macchi proposed openstack/puppet-openstack-integration: tempest run: generate testrepository.subunit https://review.openstack.org/253728 | 23:03 |
*** ducttape_ has joined #puppet-openstack | 23:28 | |
*** openstack has joined #puppet-openstack | 23:39 | |
*** ducttape_ has quit IRC | 23:52 | |
*** dfisher has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!