Commit Graph

9 Commits

Author SHA1 Message Date
Zuul a192bffba7 Merge "Trivial: Fix the pep8 warning" 2018-10-06 22:50:24 +00:00
wangqi 4753a2203f Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I0e03df709650d16167f45643dc615beba89fc5b1
2018-08-06 07:13:20 +00:00
Jesse Pretorius f64d1dce9b 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: I4901fb117ac87ce37e2d07b1691f56820e7b0f70
2018-07-30 11:53:45 +00:00
Zuul 62e58e6f68 Merge "Move database creation into role" 2018-06-28 11:26:45 +00:00
ZhijunWei ff80d5257a Replace port 35357 with 5000
Now that the v2.0 API has been removed, we don't have a reason to
include deployment instructions for two separate applications on
different ports.

Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9
Change-Id: I6d8c5a7b17304cd0087cdb60d72eda4a15950a00
2018-06-24 16:16:06 +00:00
Jesse Pretorius 08b19e3b97 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 'aodh_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.

Change-Id: I5e6a2857d14f957ef9167f90d4b2d3a4fec321dc
2018-06-12 19:25:34 +01:00
Andrew Smith 1f4a1e71a1 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 services will then be
transparent to the aodh service.

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

Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5
Depends-On: I2b09145b60116c029fc85477399c24f94974b61d
Change-Id: I356e7256f5e8090f35dce8a02fd633638fd659fa
2018-06-04 14:26:05 -04:00
Jesse Pretorius 52b7dd42e8 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: I0f6e177d080da10ba3e992f1c2f1e5cd7a4262ff
2016-08-30 16:32:36 +01:00
alextricity25 fd4346e7fc [DOCS] Move aodh configs from developer docs
This commit moves the aodh configs in the developer docs
over to the role. It also cleans up README.rst and index.rst to
support the new tree structure for role docs.

Change-Id: I424f16260339581b6ea612c9f7fd4b855bf62676
Signed-off-by: alextricity25 <miguel.cantu@rackspace.com>
2016-08-12 09:41:00 -05:00