From 02ee0594e1838a55b7feaec47aaf5da4dda0b009 Mon Sep 17 00:00:00 2001 From: rabi Date: Tue, 21 Jun 2022 13:18:44 +0530 Subject: [PATCH] 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 cb700f43209b61fbc3950c637713756ec9d7b855) --- tripleoclient/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tripleoclient/constants.py b/tripleoclient/constants.py index 226fae645..f259a08d3 100644 --- a/tripleoclient/constants.py +++ b/tripleoclient/constants.py @@ -94,6 +94,7 @@ STACK_OUTPUTS = ['BlacklistedHostnames', 'EndpointMap', 'VipMap', 'EnabledServices', + 'HostsEntry', 'AdminPassword'] IRONIC_HTTP_BOOT_BIND_MOUNT = '/var/lib/ironic/httpboot'