Add additional saved stack outputs

Save more stack outputs in the working directory.

Change-Id: I30903cfea1ee595c84ef021f5c3be7716c0726d9
Signed-off-by: James Slagle <jslagle@redhat.com>
This commit is contained in:
James Slagle 2021-10-12 13:48:20 -04:00 committed by Alex Schultz
parent 276a6def10
commit 8ff88f4dc1
1 changed files with 6 additions and 1 deletions

View File

@ -87,7 +87,12 @@ PUPPET_BASE = "/etc/puppet/"
STACK_TIMEOUT = 240
STACK_OUTPUTS = ['BlacklistedHostnames',
'RoleNetIpMap',
'BlacklistedIpAddresses']
'BlacklistedIpAddresses',
'RoleNetHostnameMap',
'KeystoneURL',
'EndpointMap',
'VipMap',
'EnabledServices']
IRONIC_HTTP_BOOT_BIND_MOUNT = '/var/lib/ironic/httpboot'
IRONIC_LOCAL_IMAGE_PATH = '/var/lib/ironic/images'