Commit Graph

8 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 645fcde602 Fix example playbook linters
Change-Id: I11649981895a482cea97c373d2de9ca7df654cd2
2023-10-20 10:47:43 +02:00
Jesse Pretorius 682764493a Remove unnecessary MQ vhost/user creation tasks/vars
There is no record for why we implement the MQ vhost/user 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 remove the test vars and tasks which were duplicated
as they are no longer required.

Change-Id: I7209861cd0b285ce1d641f68d2e97505cd3b1fb8
2018-07-31 23:01:59 +01:00
fpxie b65faedbbe Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: If62ec06a8fa9459f307db296870acff4cc4b271c
2018-06-20 15:58:36 +08:00
Andrew Smith 9625cb41fc Update to use oslo.messaging services 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 service will be transparent to the designate service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation (add for notification)
* Add oslo.messaging to tests inventory
* Update tests
* Add releaes note
* Update README and example playbook

Change-Id: I620a13e1ea3c24c8bd31c02206613d37d769dd30
2018-06-06 13:56:52 -04:00
Tim Simmons b9adeab14f Enable current Designate services
designate-pool-manager and designate-zone-manager are deprecated
in favor of designate-worker and designate-producer. This enables
those services.

This does not functionally change the way Designate works, so the
associated config changes are minimal. This does remove some
cumbersome pool manager cache configuration that is no longer
needed, but wasn't being used anyway. It also simplifies the
Designate architecture by making the separation of duties easier
to grok, and enables simple horizontal scaling by starting more
``designate-worker`` processes.

Change-Id: I7adb2cea21136c18f36e0ed6404989d4e5de8e4d
2017-02-03 20:41:44 +00:00
Donovan Francesco (drifterza) c476e8284a Updating designate role to align with integrated repo.
- Variables for designate_galera_password:
 - Variables for designate_pool_manager_galera_password:

Change-Id: Ieb45a4c9813fe5106afe2c560ff9c19a73b43f72
Closes-Bug: #1641600
2016-11-16 16:43:24 +02:00
Jesse Pretorius cbd6f0e31f 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: Ia91feb054b825149da64a626e2060e362f66427c
2016-08-30 17:01:51 +01:00
Travis Truman 2074d97653 [DOCS] - Use new documentation tree structure
Changes the designate role doc tree to the new structure
we are adopting for each role.

Change-Id: I45924e641401218440542ab1d95376dd42811428
2016-08-18 09:34:08 -04:00