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
This commit is contained in:
James Slagle
2018-10-23 08:57:05 -04:00
parent 85e99cc444
commit 6d74a843b5
12 changed files with 84 additions and 43 deletions

View File

@@ -0,0 +1,7 @@
---
fixes:
- The list of pre and post deployment names generated with config-download
are now written per server instead of per role. This change handles the
case where a deployment may apply to only an individual or set of servers
within a role, and not all servers in that role. host_vars are used to set
the variable of deployment names per server instead of group_vars.