From f813a554a2a420f9da55493e6c8f876fc67ba7dd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 24 Nov 2022 11:01:58 +0900 Subject: [PATCH] Ensure standalone role data is up-to-date This is follow-up of 743c5fa0cd330ca7970d5d5323005cf630771a4b and ensures the roles_data_standalone.yaml file is synced with the latest contents in the roles directory. Change-Id: I9d939b72827aff24de4dd8f496ff01b6df028cfa --- roles_data_standalone.yaml | 6 ++++-- tools/roles-data-validation.sh | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/roles_data_standalone.yaml b/roles_data_standalone.yaml index 52276f141a..3758f77c05 100644 --- a/roles_data_standalone.yaml +++ b/roles_data_standalone.yaml @@ -66,11 +66,13 @@ - OS::TripleO::Services::CinderBackendDellEMCUnity - OS::TripleO::Services::CinderBackendDellEMCVNX - OS::TripleO::Services::CinderBackendDellEMCXtremio + - OS::TripleO::Services::CinderBackendIBMSvf - OS::TripleO::Services::CinderBackendDellSc - - OS::TripleO::Services::CinderBackendNVMeOF - - OS::TripleO::Services::CinderBackendPure - OS::TripleO::Services::CinderBackendNetApp - OS::TripleO::Services::CinderBackendNfs + - OS::TripleO::Services::CinderBackendNVMeOF + - OS::TripleO::Services::CinderBackendPure + - OS::TripleO::Services::CinderBackendRbd - OS::TripleO::Services::CinderBackup - OS::TripleO::Services::CinderScheduler - OS::TripleO::Services::CinderVolume diff --git a/tools/roles-data-validation.sh b/tools/roles-data-validation.sh index 294aef35e3..becc2de22c 100755 --- a/tools/roles-data-validation.sh +++ b/tools/roles-data-validation.sh @@ -46,3 +46,4 @@ source $SCRIPT_DIR/roles-data-generate-samples.sh set +e check_diff $THT_DIR/roles_data.yaml $TMPDIR/roles_data.yaml check_diff $THT_DIR/roles_data_undercloud.yaml $TMPDIR/roles_data_undercloud.yaml +check_diff $THT_DIR/roles_data_standalone.yaml $TMPDIR/roles_data_standalone.yaml