This patch set corrects some configurations in PLUMgrid neutron plugin to support l2gateway feature.
Doc-ref: https://wiki.openstack.org/wiki/PLUMgrid-Neutron
This change needs to be cherry-picked to stable/liberty and stable/mitaka as well.
Change-Id: I7aba9d59a0422104260f4e1f1d5c20279ae552e2
This adds defined anchor points for external modules to hook into the
software install, config and service dependency chain. This allows
external modules to manage software installation (virtualenv,
containers, etc) and service management (pacemaker) without needing rely
on resources that may change or be renamed.
Change-Id: Idb1332dd498bb3065720f2ccaf68e6b0e9fa80c3
This patch set will enable PLUMgrid Neutron plugin
to switch to keystone v3. It also adds new parameter,
related to PLUMgrid metadata implemetation
Doc-ref: https://wiki.openstack.org/wiki/PLUMgrid-Neutron
Change-Id: Ibf5b5f7430035291d7bb89fe6ec744746c909903
Adding a purge_config option for all configs (specifically left out
services/lbaas.pp and services/vpnaas.pp as they require default
entries). Adding this option for ease of management and readability.
If users wish, they can use this to ensure that only the options they
are setting make it into the configs.
*rebased my changes
Change-Id: I2286acb350ae6300f2e4c8dd320f2534ddf09bf9
The neutron-plugin-plumgrid package has been deprecated and new package
named networking-plumgrid is now used to provide the same services.
There are some new paramters added to support some new features.
Doc-ref: https://wiki.openstack.org/wiki/PLUMgrid-Neutron
This change needs to be cherry-picked to stable/liberty as well.
Change-Id: Ie5eb365069d4ad225afb9823cfa6b365299490a7
Send a warning for each managed resource that is not part of OpenStack.
It has been discussed with OpenStack community [1].
It affects:
* external repositories
* external packages
* external services
[1] http://permalink.gmane.org/gmane.comp.cloud.openstack.devel/65029
Change-Id: Iad673e765eda348606a7d455d17d62706ff0328c
Currently we specify the ordering of config resources wherever it is
necessary based on the presence of the file it will write to, or the
presence of the package in charge of providing the file it will write
to.
Those kind of ordering can be specified directly at the resource level
using the autorequire mechanism. With this patch, any config resource
will make sure the package in charge of providing the file will be
installed first.
Change-Id: I5542165142516fcd8fd3969c24ca92ac221452bd
This commit just fix missing parameter docs in order to be
able to activate the lint check.
The activation will be made in the next msync commit.
Change-Id: I0ff2c8061adcdba407753b02fe8ac5d6aefcdec9
Add support for PLUMgrid metadata related configuration.
Parameters doc: https://wiki.openstack.org/wiki/PLUMgrid-Neutron
Change-Id: Ia74f9a01e794858b2bb110ace0394e805d22ff06
Signed-off-by: salmank <salmank@plumgrid.com>