Commit Graph

6 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov b9b06052cb Fix example playbook linters
Change-Id: If0873fd38d40cb2317e644e20f5be5334753d79a
2023-11-08 10:00:57 +01:00
wangqi 4b6a52b88c Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I6d5909d69bc194359d51ce8059b96309443251e8
2018-08-06 07:21:04 +00:00
Jesse Pretorius a6045f6f20 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 'cinder_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 cinder_galera_address which
has been used for a long time, but never documented.

Change-Id: I68bb4b288c3947685dbd512c58d73f23e84314e5
2018-06-01 14:37:45 +01:00
Jesse Pretorius 8bc6f64003 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: I8cc6c61ec7130e4b691481c23b9c115a2a995732
2016-08-30 16:51:37 +01:00
Travis Truman 88416a9760 [DOCS] - Clean up role docs
Changes are:
 - README now links to role docs and project launchpad
 - Project homepage links to developer docs
 - Service capitalization fixed
 - Example playbook indentation fixed

Change-Id: I40b20c48cc15d516d949be51aa55597a4d77a421
2016-08-17 10:56:38 -04:00
Alexandra c1dbc8a8f5 [DOCS] Move cinder role docs
Change-Id: I32393863d0ce5bed3a4d563454b8a3dda66b8d3d
2016-08-15 13:59:08 +00:00