Add BlacklistedHostnames stack output

The BacklistedHostnames stack output will be used as input into the
config-download-deploy workflow so that the hostnames can be excluded
from the Ansible deployment with config-download.

Change-Id: I4705be446756869ba3d04fc59daffa4d4748e12c
This commit is contained in:
James Slagle 2018-05-01 16:39:43 -04:00
parent 3018374ad0
commit 262c0b4b86
2 changed files with 7 additions and 0 deletions

View File

@ -1040,3 +1040,6 @@ outputs:
Environment data that can be used as input into the services stack when
using split-stack.
value: {get_attr: [DeployedServerEnvironment, deployed_server_environment]}
BlacklistedHostnames:
description: List of blacklisted hostnames
value: {get_attr: [BlacklistedHostnames, value]}

View File

@ -0,0 +1,4 @@
---
other:
- BlacklistedHostnames has been added as a stack output. The value of the
output is a list of blacklisted hostnames.