Role os_neutron for OpenStack-Ansible
Go to file
Jesse Pretorius afe63f6f19 Resolve migration issues
A run_once task decides on a host without the
context of conditionals related to the task.
The filter is done prior to evaluating any
conditionals.

Also, only the neutron-server neutron.conf has
the database connection credentials as a
security measure, so it is not able to execute
the database migrations.

This patch ensures that the database migrations
are only run once, but are also executed
wherever neutron-server is. It also adds
multiple instances of neutron-server and
neutron-agents to better test against problems
of this nature happening again.

Additionally, the patch uses the handlers for
the offline migrations to ensure that
neutron-server is only restarted once when a
new tag is deployed.

Change-Id: I672ceb0848415c8f2653ebc8f7556db77f7f001c
2017-06-22 19:24:03 +01:00
defaults Deprecate rpc_backend option 2017-06-01 15:24:00 +08:00
doc Remove plumgrid network provider type 2017-05-17 13:45:04 -05:00
examples [DOCS] Move over the Neutron Plugins docs 2016-08-15 21:51:56 +00:00
files Update paste, policy and rootwrap configurations 2017-04-04 2017-04-04 15:01:29 +01:00
handlers Resolve migration issues 2017-06-22 19:24:03 +01:00
meta Optimise apt cache update task 2017-04-24 09:02:32 +00:00
releasenotes Deprecate rpc_backend option 2017-06-01 15:24:00 +08:00
tasks Resolve migration issues 2017-06-22 19:24:03 +01:00
templates Ensure that services restart in a particular order 2017-06-21 09:37:46 +01:00
tests Resolve migration issues 2017-06-22 19:24:03 +01:00
vars Ensure that services restart in a particular order 2017-06-21 09:37:46 +01:00
.gitignore Using updated tempest method for neutron. 2016-11-22 10:49:07 +02:00
.gitreview Implement base configuration for independent repository 2016-03-01 13:21:12 -08:00
bindep.txt Install python2-pyOpenSSL package on CentOS 2017-03-03 12:49:48 -06:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 09:24:41 +01:00
README.rst Show team and repo badges on README 2016-11-25 16:14:46 +01:00
run_tests.sh Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant 2017-02-07 10:42:22 +07:00
setup.cfg Update home page link in cfg file 2016-09-20 14:23:35 +05:30
setup.py Updated from global requirements 2017-03-02 11:51:58 +00:00
test-requirements.txt Updated from global requirements 2017-06-12 12:59:34 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:22:06 +01:00
Vagrantfile Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant 2017-02-07 10:42:22 +07:00

Team and repository tags

image

OpenStack-Ansible neutron

Ansible role that installs and configures OpenStack neutron.

Documentation for the project can be found at:

http://docs.openstack.org/developer/openstack-ansible-os_neutron/

The project home is at:

http://launchpad.net/openstack-ansible