From: Prema Bhatt Date: Sat, 22 Sep 2018 00:15:26 +0000 (-0700) Subject: Updated Reference data for AutoScaleOut X-Git-Tag: 1.3.1~36^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eed24056ae01d100fb6fb37a83d35948e512b989;p=so.git Updated Reference data for AutoScaleOut Change-Id: I7a4739a748dda3e34369b2f0fa5ca398ffe8be9b Issue-ID: SO-1083 Signed-off-by: Prema Bhatt --- diff --git a/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V4.12__UpdateAutoScaleOutRefData.sql b/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V4.12__UpdateAutoScaleOutRefData.sql new file mode 100644 index 0000000000..5e60f23965 --- /dev/null +++ b/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V4.12__UpdateAutoScaleOutRefData.sql @@ -0,0 +1,7 @@ +USE catalogdb; + +update building_block_detail set resource_type='CUSTOM', target_action='CUSTOM' where BUILDING_BLOCK_NAME = 'ConfigurationScaleOutBB'; + +update building_block_detail set resource_type='CUSTOM', target_action='CUSTOM' where BUILDING_BLOCK_NAME = 'GenericVnfHealthCheckBB'; + +update northbound_request_ref_lookup set ACTION='scaleOut' where MACRO_ACTION='VFModule-ScaleOut';