Commit Graph

6 Commits

Author SHA1 Message Date
Jonathan Rosser 3cd93dc6f2 Fix example playbook linter errors
Change-Id: I71c9b4d7afc1244f4f375df99651ccb5d77b0c72
2023-09-28 15:24:30 +01:00
wangqi 2c319c8593 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ifd6df78a76ed1f90e1523345b775b830b61a003c
2018-08-06 07:16:25 +00:00
Andrew Smith 206f411451 Update to use oslo.messaging service for RPC and Notify
This introduces oslo.messaging variables that define the RPC and
Notify transports for the OpenStack services. These parameters replace
the rabbitmq values and are used to generate the messaging
transport_url for the service. The association of the messaging
backend server to the oslo.messaging services will then be transparent
to the barbican service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Add transport_url generation to conf
* Add oslo.messaging to tests inventory
* Update tets
* Update examples
* Add release note

Change-Id: I0657c88799e06987c6df90edd55fda859faf6035
2018-07-26 09:37:01 +00:00
Jesse Pretorius 33d5e31717 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 'barbican_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 barbican_galera_address which
has been used for a long time, but never documented.

Change-Id: I6257a172cf52e61cb8219f3698c17821270c3ffb
2018-06-25 09:36:49 +00:00
Jesse Pretorius e87378f10c 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: I9f20c6c53709202fe09f38ffe20f96e860ba188a
2016-08-30 16:34:28 +01:00
Travis Truman db0e745b63 [DOCS] - Use new documentation tree structure
Changes the barbican role doc tree to the new structure
we are adopting for each role.

Change-Id: Idb932a77f8528f015c05b12668933907406fe88f
2016-08-18 09:33:33 -04:00