Files
tripleo-common/tripleo_common/tests/utils/data/host_vars/overcloud-controller-0
James Slagle 6d74a843b5 Per server deployments instead of per role
The ansible variables containing the list of deployment names that apply
to each server are now written as individual host_vars instead of
group_vars. This change handles the case where a deployment only applies
to a single server (or subset of servers) within a role instead of
applying to all servers in that role.

Change-Id: I06e8de7a81d06445768b729bf9a8e8b58455415f
Closes-Bug: #1798895
2018-10-23 08:57:05 -04:00

8 lines
157 B
Plaintext

Controller_pre_deployments:
- ControllerHostEntryDeployment
- NetworkDeployment
- MyPostConfig
- MyExtraConfigPost
Controller_post_deployments: []