Add controller to update_required in role

OSTF connects to the primary controller to query hiera
for database hosts and compares it to wsrep_cluster_nodes
inside the DB to ensure all nodes are joined to the cluster.
That means controllers need to know all database_nodes in hiera.

Change-Id: I7f33b3203299a66d1a1afe4ce11b27b896512bc4
Closes-Bug: #1486891
This commit is contained in:
Matthew Mosesohn 2015-08-20 12:54:31 +03:00
parent 77fc656465
commit 981374df4c
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ standalone-database:
min: 1
update_required:
- standalone-database
- controller