Add 'usm' to subcloud users to replicate

Add usm to the list of users whose credentials needs to be
replicated in the subcloud. For any software commands to work
in side subcloud, after it is made to 'managed' state, the 'usm'
user credentials needs to be replicated in the subcloud.

Test Plan:
PASS: Install DC subcloud, ensure it is in managed state,
      and execute software commands (Eg. software list)

Closes-Bug: 2063460

Change-Id: I4af841dcc51dc7fea2a6a12a37728cb9e0f8b59c
Signed-off-by: Joseph Vazhappilly <joseph.vazhappillypaily@windriver.com>
This commit is contained in:
Joseph Vazhappilly 2024-05-03 09:40:07 -04:00
parent 074841962a
commit cb2df3f712
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ ANSIBLE_VALIDATE_KEYSTONE_PASSWORD_SCRIPT = \
USERS_TO_REPLICATE = [
'sysinv',
'patching',
'usm',
'vim',
'mtce',
'fm',