Add HostsEntry to saved stack output

This is mapped to ExtraHostFileEntries[1] in overcloud export
to be used in DCN deployments.

Resolves: rhbz#2097754
[1] https://opendev.org/openstack/python-tripleoclient/src/branch/master/tripleoclient/constants.py#L243-L245

Change-Id: I2ca8cb4e75487d82fa8c6a590029f7e5f326eede
(cherry picked from commit cb700f4320)
This commit is contained in:
rabi
2022-06-21 13:18:44 +05:30
parent 3bf5da2381
commit 02ee0594e1

View File

@@ -94,6 +94,7 @@ STACK_OUTPUTS = ['BlacklistedHostnames',
'EndpointMap',
'VipMap',
'EnabledServices',
'HostsEntry',
'AdminPassword']
IRONIC_HTTP_BOOT_BIND_MOUNT = '/var/lib/ironic/httpboot'