Modify scaleOut-related settings 99/89099/1
authorElena Kuleshov <evn@att.com>
Mon, 27 May 2019 02:20:47 +0000 (22:20 -0400)
committerElena Kuleshov <evn@att.com>
Mon, 27 May 2019 02:24:04 +0000 (22:24 -0400)
Corrections for execution of VfModule-ScaleOut

Issue-ID: SO-1972
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Ia654a223f1e86749d34d78b5918eda38a0a630c7

adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql

index 372fbab..2183d3b 100644 (file)
@@ -27,7 +27,7 @@ INSERT INTO northbound_request_ref_lookup(MACRO_ACTION, ACTION, REQUEST_SCOPE, I
 ('VFModule-Delete', 'deleteInstance', 'VfModule', true,true, '7','7', 'CloudOwner'),
 ('NetworkCollection-Macro-Create', 'createInstance', 'NetworkCollection', false,true, '7','7', 'CloudOwner'),
 ('NetworkCollection-Macro-Delete', 'deleteInstance', 'NetworkCollection', false,true, '7','7', 'CloudOwner'),
-('VFModule-ScaleOut', 'createInstance', 'VfModule', true, true, '7','7', 'CloudOwner');
+('VFModule-ScaleOut', 'scaleOut', 'VfModule', true, true, '7','7', 'CloudOwner');
 
 
 INSERT INTO orchestration_flow_reference(COMPOSITE_ACTION, SEQ_NO, FLOW_NAME, FLOW_VERSION, NB_REQ_REF_LOOKUP_ID) VALUES
@@ -234,8 +234,8 @@ VALUES
 ('DeleteNetworkBB', 'NETWORK', 'DELETE'),
 ('DeleteNetworkCollectionBB', 'NETWORK', 'DELETE'),
 
-('ConfigurationScaleOutBB', 'VF_MODULE', 'CREATE'),
-('GenericVnfHealthCheckBB', 'VF_MODULE', 'CREATE');
+('ConfigurationScaleOutBB', 'NO_VALIDATE', 'CUSTOM'),
+('GenericVnfHealthCheckBB', 'NO_VALIDATE', 'CUSTOM');
 
 INSERT INTO orchestration_status_state_transition_directive (resource_type, orchestration_status, target_action, flow_directive)
 VALUES