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:
parent
3018374ad0
commit
262c0b4b86
@ -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]}
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
other:
|
||||
- BlacklistedHostnames has been added as a stack output. The value of the
|
||||
output is a list of blacklisted hostnames.
|
Loading…
Reference in New Issue
Block a user