Re: [openstack-dev] [puppet][horizon] - Add extra plugins config to puppet-horizon

2016-04-14 Thread Denis Egorenko
> > Does Murano uses the same local_settings.py file as Horizon? If yes, > we might stop using puppet-murano to manage this file. Yes, it uses same file. And maybe find a mechanism in puppet-horizon with a provider, so we > can have a plugin architecture like: > horizon::plugins::murano >

Re: [openstack-dev] [puppet][horizon] - Add extra plugins config to puppet-horizon

2016-04-14 Thread Emilien Macchi
On Thu, Apr 14, 2016 at 10:59 AM, Fox, Kevin M wrote: > Depends on horizon version I think. Mitaka gained a local_settings.d magic > dir that plugins can drop things into. That's a very good news, indeed. I think we target Newton and beyond. So it seems like we can either

Re: [openstack-dev] [puppet][horizon] - Add extra plugins config to puppet-horizon

2016-04-14 Thread Fox, Kevin M
Depends on horizon version I think. Mitaka gained a local_settings.d magic dir that plugins can drop things into. Thanks, Kevin From: Marcos Fermin Lobo Sent: Thursday, April 14, 2016 5:52:31 AM To: openstack-dev@lists.openstack.org Subject: [openstack-dev]

Re: [openstack-dev] [puppet][horizon] - Add extra plugins config to puppet-horizon

2016-04-14 Thread Jason Guiditta
On 14/04/16 10:16 -0400, Emilien Macchi wrote: On Thu, Apr 14, 2016 at 9:21 AM, Denis Egorenko wrote: Some of UI plugins, like murano-dashboard, needs to add extra parameters

Re: [openstack-dev] [puppet][horizon] - Add extra plugins config to puppet-horizon

2016-04-14 Thread Emilien Macchi
On Thu, Apr 14, 2016 at 9:21 AM, Denis Egorenko wrote: >> Some of UI plugins, like murano-dashboard, needs to add extra parameters >> https://github.com/openstack/murano-dashboard/blob/master/muranodashboard/local/local_settings.py.example >> to local_settings file (which

Re: [openstack-dev] [puppet][horizon] - Add extra plugins config to puppet-horizon

2016-04-14 Thread Denis Egorenko
> > Some of UI plugins, like murano-dashboard, needs to add extra parameters > https://github.com/openstack/murano-dashboard/blob/master/muranodashboard/local/local_settings.py.example > to local_settings file (which comes from Horizon). > My question is: Should puppet-horizon module provide those

Re: [openstack-dev] [puppet][horizon] - Add extra plugins config to puppet-horizon

2016-04-14 Thread Emilien Macchi
On Thu, Apr 14, 2016 at 8:52 AM, Marcos Fermin Lobo wrote: > Hi all, > > I have a question about puppet-horizon module and UI plugins for Horizon. > > Some of UI plugins, like murano-dashboard, needs to add extra parameters >