Config endpoints as HTTPS from bootstrap

Changed initial configurations to bootstrap the system w/
HTTPS endpoints. This will change current behavior, that is to
perform the change during the first unlock of c0.

Test plan:
PASS: Deploy AIO-SX - Verify HTTPS endpoints
PASS: Deploy DC + SX subcloud - Verify HTTPS endpoints

Story: 2009811
Task: 50010

Change-Id: Ie0a187838b1da080d81fa3e28607a56a1f9fbf50
Signed-off-by: Marcelo Loebens <Marcelo.DeCastroLoebens@windriver.com>
This commit is contained in:
Marcelo Loebens 2024-04-29 09:54:40 -04:00 committed by Marcelo de Castro Loebens
parent 2211787bf3
commit b71a174ce1
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ def populate_system_config(client):
'vswitch_type': 'none',
'shared_services': '[]',
'sdn_enabled': False,
'https_enabled': False}
'https_enabled': True}
dc_role = CONF.get('BOOTSTRAP_CONFIG', 'DISTRIBUTED_CLOUD_ROLE')
if dc_role == 'none':