Commit Graph

4 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov c70c34b850 Replace linters test with integarted one
We've created integrated linters check job a while back and it's successfully
working for several releases. At the moment we experience difficulties
with future maintenance of the linters check from the openstack-ansible-tests
repo. So instead of fixing current one, we replace it with modern version of
the test.


Change-Id: I50f58cfb46f630a486ff673936fd3b1af38df2ca
2021-05-25 23:32:51 +00:00
Jesse Pretorius 2261aee6c1 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 'gnocchi_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 gnocchi_galera_address which
has been used for a long time, but never documented.

Change-Id: Idff20080d825e5afd071cbc03055f96c920aff9d
2018-06-01 14:53:21 +01:00
Travis Truman 824945c4d7 More detailed os_gnocchi role docs
Also fixed the example playbook to remove references to os_keystone.

Change-Id: I2df8928758f0bb12a3abd295d0ba2944263c55e9
2016-09-26 12:46:29 +00:00
alextricity25 89ab19e011 [DOCS] Move gnocchi 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 three structure for the roles docs

Change-Id: I63bf5a2b742998265782c35582734d1f1d9d1fe8
Signed-off-by: alextricity25 <miguel.cantu@rackspace.com>
2016-08-15 10:36:11 -05:00