From cfa8b96c1b28a7dc4f846bb74dc68d036ec431cb Mon Sep 17 00:00:00 2001 From: MD IRSHAD SHEIKH Date: Thu, 1 Apr 2021 23:05:39 +0530 Subject: Update docker-compose for Macroflow with HEAT and small refactoring Issue-ID: SO-3533 Signed-off-by: MD IRSHAD SHEIKH Change-Id: Ic1d0f2b836ac4988fb1d8816542bce35aace3a37 --- plans/so/integration-etsi-testing/config/apply-workarounds.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plans/so/integration-etsi-testing/config/apply-workarounds.sh') 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 -- cgit 1.2.3-korg