Commit Graph

6 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 101e63e17a Fix example playbook linters
Change-Id: I7c0a46811f109e8e043a6aad9114215ed3a3e5cb
2023-10-20 14:30:56 +02:00
Dmitriy Rabotjagov 40b8f02d61 Fixed variable in example playbook
Fixed variable from glance_galera_address inside example playbook.
Also modified comment for masakari_monitor_corosync_multicast_interface

Change-Id: I8ca88549abedea124522a2290d678bbe65f818a9
2019-03-29 10:39:19 +02:00
wangqi 019de27390 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ice8aafef4e92763d137797cf3a12a8b3e50653ee
2018-08-06 07:37:39 +00:00
Andy Smith bb88051ec4 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 masakari service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation in conf
* Add oslo.messaging to tests inventory and update tests
* Install extra packages for optional drivers

Change-Id: I127ce216cfb7b4d5755b8f0a68406bbd251fbdd2
2018-07-26 10:42:42 +00:00
Dmitriy R 3d06e07f9c Added required defaults, env example, Manage LB hook
I've decided to add env and required secrets example for easier stratup.
Also added missing variables to defaults, as playbook was just failiing without them.
Variables regarding rabbitmq were missing.
Also, as masakari_venv_download_url is not defined by default,
masakari_venv_download had been set to false.

Handlers were missing Manage LB task and had wrong variable -
masakari-services instead of masakari_services

Functional test was missing USER system environment variable.
Also test inventory had mistakes.

test-masakari-functions.yml wasn't able to pass test due to error.
Functional tests moved to voting.

Change-Id: I6644d576177f441ca59e9221ce9a2e5b7cc0fc46
2018-07-19 06:42:32 +00:00
nirajsingh 130e4c0e29 First commit 2018-04-16 17:02:09 +05:30