Update SO Reference for scaling 53/114753/3
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Wed, 11 Nov 2020 21:06:21 +0000 (21:06 +0000)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Wed, 11 Nov 2020 21:09:14 +0000 (21:09 +0000)
Update SO reference table for some Macro flows
changing their execution with ControllerExecutionBB
and dedicated action + scope

Issue-ID: SO-3023
Change-Id: I030c1da04f02c3cf268fa9ba140b9b7920757d7c
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql

index 639b809..f67c80a 100644 (file)
@@ -952,3 +952,8 @@ VALUES
 ('VNFConfigModifyActivity','*','*','*','*','Manual','Abort','*', '*'),
 ('VNFUnsetInMaintFlagActivity','*','*','*','*','Manual','Abort','*', '*'),
 ('VNFUnsetClosedLoopDisabledActivity','*','*','*','*','Manual','Abort','*', '*');
+
+UPDATE orchestration_flow_reference set FLOW_NAME='ControllerExecutionBB', SCOPE='vnf', ACTION='config-assign' WHERE COMPOSITE_ACTION = 'Service-Macro-Create' and FLOW_NAME = 'ConfigAssignVnfBB';
+UPDATE orchestration_flow_reference set FLOW_NAME='ControllerExecutionBB', SCOPE='vnf', ACTION='config-deploy' WHERE COMPOSITE_ACTION = 'Service-Macro-Create' and FLOW_NAME = 'ConfigDeployVnfBB';
+UPDATE orchestration_flow_reference set FLOW_NAME='ControllerExecutionBB', SCOPE='vnf', ACTION='HealthCheck' WHERE COMPOSITE_ACTION = 'VFModule-ScaleOut' and FLOW_NAME = 'GenericVnfHealthCheckBB';
+UPDATE orchestration_flow_reference set FLOW_NAME='ControllerExecutionBB', SCOPE='vfmodule', ACTION='ScaleOutReconfiguration' WHERE COMPOSITE_ACTION = 'VFModule-ScaleOut' and FLOW_NAME = 'GenericVnfHealthCheckBB';