aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/config/apply-workarounds.sh
diff options
context:
space:
mode:
authorMD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>2021-03-22 18:18:37 +0530
committerMD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>2021-03-29 19:26:13 +0530
commit03a107d9254ca0e1fbbf63f2ab5b7f14f1af63f3 (patch)
treeaf7d4f4577f856c7b2f4ecb8b197a31c5312d903 /plans/so/integration-etsi-testing/config/apply-workarounds.sh
parent07f0edf35f1ebbbe5642c19ad840fa076d9dff8c (diff)
Added CSIT for Macroflow with HEAT7.0.1guilin
Issue-ID: SO-3533 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: Id23cd64850ffcdf165d4a5ea031d6778fd0011be
Diffstat (limited to 'plans/so/integration-etsi-testing/config/apply-workarounds.sh')
-rwxr-xr-xplans/so/integration-etsi-testing/config/apply-workarounds.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plans/so/integration-etsi-testing/config/apply-workarounds.sh b/plans/so/integration-etsi-testing/config/apply-workarounds.sh
index 21a3aeb8..4ecf880f 100755
--- a/plans/so/integration-etsi-testing/config/apply-workarounds.sh
+++ b/plans/so/integration-etsi-testing/config/apply-workarounds.sh
@@ -109,6 +109,8 @@ mysql -h $DB_HOST -uroot -p$MYSQL_ROOT_PASSWORD $CATALOG_DB << EOF
UPDATE orchestration_status_state_transition_directive SET FLOW_DIRECTIVE='CONTINUE' WHERE RESOURCE_TYPE='VNF' AND ORCHESTRATION_STATUS='CREATED' AND TARGET_ACTION='ACTIVATE' AND FLOW_DIRECTIVE='FAIL';
+ insert into cloud_sites(ID, REGION_ID, IDENTITY_SERVICE_ID, CLOUD_VERSION, CLLI, ORCHESTRATOR) values("EtsiCloudRegion", "EtsiCloudRegion", "DEFAULT_KEYSTONE", "2.5", "clli2", "multicloud");
+
COMMIT;
EOF