diff options
author | MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> | 2021-04-01 23:05:39 +0530 |
---|---|---|
committer | MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> | 2021-04-01 23:08:08 +0530 |
commit | cfa8b96c1b28a7dc4f846bb74dc68d036ec431cb (patch) | |
tree | 35f3f6265926bac5e10f54221c224330ab4e2075 /plans/so/integration-etsi-testing/config | |
parent | 7b4a3af0a9e4a0046b303e532640bc3e4a3420e5 (diff) |
Update docker-compose for Macroflow with HEAT and small refactoring
Issue-ID: SO-3533
Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: Ic1d0f2b836ac4988fb1d8816542bce35aace3a37
Diffstat (limited to 'plans/so/integration-etsi-testing/config')
-rwxr-xr-x | plans/so/integration-etsi-testing/config/apply-workarounds.sh | 2 |
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 |