From 262c0b4b860eb751b25089ec06cabf6b9f299e48 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Tue, 1 May 2018 16:39:43 -0400 Subject: [PATCH] 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 --- overcloud.j2.yaml | 3 +++ .../blacklistedhostnames-stack-output-02c9f93f9d1ce7d8.yaml | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/blacklistedhostnames-stack-output-02c9f93f9d1ce7d8.yaml diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 61a7401656..14790b6761 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -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]} diff --git a/releasenotes/notes/blacklistedhostnames-stack-output-02c9f93f9d1ce7d8.yaml b/releasenotes/notes/blacklistedhostnames-stack-output-02c9f93f9d1ce7d8.yaml new file mode 100644 index 0000000000..d051cd596c --- /dev/null +++ b/releasenotes/notes/blacklistedhostnames-stack-output-02c9f93f9d1ce7d8.yaml @@ -0,0 +1,4 @@ +--- +other: + - BlacklistedHostnames has been added as a stack output. The value of the + output is a list of blacklisted hostnames.