Commit Graph

4 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 3569b7a27d Fix linters for example playbook
Change-Id: Ieb2e21fe558ee14ec7cc1a4b264f0dd2671eb9fa
2023-09-28 09:51:34 +02:00
Jesse Pretorius 371ec8d5d2 Move database creation into role
There is no record for why we implement the database creation outside
of the role in the playbook, when we could do it inside the role.

Implementing it inside the role allows us to reduce the quantity of
group_vars duplicated from the role, and allows us to better document
the required variables in the role. The delegation can still be done
as it is done in the playbook too.

In this patch we implement a new variable called 'neutron_db_setup_host'
which is used in the role to allow delegation of the database setup
task to any host, but defaults to the first member of the galera_all
host group. We also document the variable neutron_galera_address which
has been used for a long time, but never documented.

Change-Id: I244a6515bae1b1d090d4a2475c055dd22aa8f860
2018-06-01 18:04:57 +01:00
fpxie 51d336489e Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ie92f17fec88bf1f027214878038db269035c3b16
2018-05-08 11:58:54 +08:00
Drew Thorstensen b1674b6a82 [DOCS] Move over the Neutron Plugins docs
This change moves the Neutron Plugin documents for Plumgrid and Nuage
over to the Neutron role.  Moving forward, specific project
configurations are maintained in the appropriate role book.

Change-Id: I5d2d6a38419a879862c98f21e094d094a4857b62
2016-08-15 21:51:56 +00:00