Add BlacklistedIpAddresses stack output

The output is a list of blacklisted server ip addresses on the ctlplane
network and will be used by the enable_ssh_admin workflow so that the
workflow does not operate on any blacklisted servers.

Change-Id: Ie96acf29a857e4801f5823f26a7de6bc989f39e2
Partial-Bug: #1785680
(cherry picked from commit aeded3e428)
This commit is contained in:
James Slagle 2018-08-06 14:17:14 -04:00
parent 60dc6c0391
commit cfa7039bf8
1 changed files with 3 additions and 0 deletions

View File

@ -1052,3 +1052,6 @@ outputs:
BlacklistedHostnames:
description: List of blacklisted hostnames
value: {get_attr: [BlacklistedHostnames, value]}
BlacklistedIpAddresses:
description: List of blacklisted ctlplane IP addresses
value: {get_attr: [BlacklistedIpAddresses, value]}