Commit Graph

5 Commits

Author SHA1 Message Date
Jesse Pretorius d2e5775bbb Remove extras
The extras have been moved into the integrated repo.

Depends-On: https://review.openstack.org/647898
Change-Id: I26341e3d6ba2739cb735f25f1c3c52fb47013485
2019-03-27 12:33:53 +00:00
caoyuan bcba7cf1eb use include_tasks instead of include
Change-Id: Ida8caa3c714767d785a45e2efc039e97be878778
2018-08-15 04:53:18 +00:00
Jesse Pretorius e5b8094b74 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 'panko_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 'panko_galera_address' which
has been used for a long time, but never documented. A bunch of unused
variables have also been removed.

Change-Id: Ib31b94433183bb12209fe824ea5c8ee67aaa8276
2018-06-28 17:49:30 +00:00
Jesse Pretorius 0e01d050c4 Update branch for master, and add scaffolding for openstack-infra
The content in master came from the stable/pike branch, so we change
all the branch references to work with master instead.

We also add various scaffolding and update various files so that
it matches the right content for master and will be able to build
docs/releasenotes when imported into openstack-infra.
2018-02-21 11:41:27 +00:00
gokhan.isik 0e71f81ba4 panko role is created 2018-01-09 13:59:36 +03:00