Commit Graph

5 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov c1cf354dc4 Fix example playbook linters
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/896017
Change-Id: I5fd580242544bd79a2b586d4d4e5a767695a18b4
2023-10-25 12:32:26 +02:00
wangqi 3c6ec95e63 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I1fb4bdd1b12ec8b4786c872b9369193592a9c5e6
2018-08-06 07:33:14 +00:00
Jesse Pretorius aa81c799f3 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 'heat_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 heat_galera_address which
has been used for a long time, but never documented.

Change-Id: I5f3e73af031aad455dbd8555aa054eac804a55bb
2018-06-01 15:28:16 +01:00
Jesse Pretorius 8878e8c44d Rename package lists (and related vars) appropriately
In order to make it easier to differentiate between the lists of
python packages, distribution packages, downloaded packages,
package pins and other similar variables the variable names are
being changed to ensure that they have a more explicit suffix
that defines the purpose and makes the naming more consistent.

This is to facilitate a lookup plugin which will be able to look
up all the package lists and present them as a consolidated piece
of data which may be used for artifact preparation.

Change-Id: Iae52d01acd33f6caa91a526f6c19c2ac19161702
2016-08-30 17:10:53 +01:00
alextricity25 6043546703 [DOCS] Use new documenation tree structure
The commit changes the heat doc tree to the new structure
we are adopting for each role

Change-Id: I0ea955e3085e965c003af046684bc370b3315b82
Signed-off-by: alextricity25 <miguel.cantu@rackspace.com>
2016-08-15 10:16:45 -05:00