From b356e7ac5a143a84361e4fe46452260a2bf16bb7 Mon Sep 17 00:00:00 2001 From: Gustavo Pereira Date: Fri, 8 Mar 2024 19:11:09 -0300 Subject: [PATCH] Add mtce to endpoint reconfiguration script Add mtce user to endpoint reconfiguration script to improve bootstrap execution time. The related puppet class and tasks will be removed in commit: https://review.opendev.org/c/starlingx/stx-puppet/+/912319. Test Plan: PASS: Deploy a subcloud without the changes and record its bootstrap execution time. Deploy another subcloud with the proposed changes. Verify successful subcloud deployment and the bootstrap execution time is 80s faster. PASS: Verify a successful AIO-SX deployment. PASS: Verify a successful AIO-DX controller deployment. PASS: Verify a successful DC environment deployment. Story: 2011035 Task: 49695 Change-Id: I2075026bd378ef3b30978a6d420fbb2253ba290c Signed-off-by: Gustavo Pereira --- .../sysinv/sysinv/sysinv/common/openstack_config_endpoints.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py b/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py index e530ea2323..3239f7983f 100644 --- a/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py +++ b/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py @@ -30,7 +30,8 @@ BASE_USERS = [ 'usm', 'vim', 'smapi', - 'barbican' + 'barbican', + 'mtce' ] ADDITIONAL_SYSTEMCONTROLLER_USERS = [