14 Commits

Author SHA1 Message Date
melissaml
8a1cd803f7 Replace port 35357 with 5000 for "auth_url"
Based on the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_url".

For more details, please check similar changes which have been done
on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5].

[1] https://review.openstack.org/#/c/541857
[2] https://review.openstack.org/#/c/562812
[3] https://review.openstack.org/#/c/566491
[4] https://review.openstack.org/#/c/565464
[5] https://review.openstack.org/#/c/558932

Change-Id: Icc0060e5df9dc3d0bc6a29fc8249ed3b37435b9d
2018-07-28 14:35:54 +02:00
Brian Haley
0aabbf0e12 Start using nova_metadata_host
nova_metadata_ip was deprecated in Pike and is being
removed in Queens, update its usage.

Change-Id: I8fa071834a67af6f062970a1f105c2f9a3a341da
2018-02-16 10:12:52 -05:00
ZhongShengping
032e0114d9 Password should be secured
Change-Id: I98fb0b7122cd624041aa35d5ad052b4debb68519
Closes-Bug: #1676708
2017-03-29 10:57:13 +08:00
Abdul Qadeer Khan
154988a20d Correction in PLUMgrid plugin configurations
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
2016-07-21 03:50:07 -07:00
Clayton O'Neill
8b2319e210 Add hooks for external install & svc management
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
2016-06-09 09:55:27 -04:00
Qasim Sarfraz
a8b631e097 New config parameters for PLUMgrid Neutron plugin
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
2016-05-24 10:46:14 +05:00
Nathan A. Taylor
b467edb2a3 Add purge_config option for all configs
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
2016-04-13 13:48:09 -06:00
salmank
817fc849f2 Change of PLUMgrid plugin package and addition of new parameters.
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
2016-02-08 19:10:26 +00:00
Sergey Kolekonov
69e809bcca Move Neutron to $::os_service_default - part 1
This change updates the values that are currently undefined to use
$::os_service_default fact.

Change-Id: Id0b1a696d4f151a776cd27acefb825f63fb0e162
2015-11-26 17:39:06 +03:00
Emilien Macchi
b9a1f479cf disable third-party software management
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
2015-10-10 11:07:51 -04:00
Yanis Guenane
2c21af85da Rely on autorequire for config resource ordering
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
2015-09-07 12:59:06 +02:00
Sebastien Badia
11e58e03a9 lint: Add and fix missing parameter documentation
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
2015-08-18 13:46:08 +02:00
salmank
d7dff8f2d7 PLUMgrid metadata config.
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>
2015-06-24 17:28:39 +00:00
salmank
4ff68894b3 Add PLUMgrid plugin support.
Define the resources to configure PLUMgrid plugin with Neutron.

Change-Id: Ifcdc5eb05457f27de947347237dd1f6fd781f46b
2015-04-27 13:49:07 +01:00