From eed24056ae01d100fb6fb37a83d35948e512b989 Mon Sep 17 00:00:00 2001 From: Prema Bhatt Date: Fri, 21 Sep 2018 17:15:26 -0700 Subject: Updated Reference data for AutoScaleOut Change-Id: I7a4739a748dda3e34369b2f0fa5ca398ffe8be9b Issue-ID: SO-1083 Signed-off-by: Prema Bhatt --- .../resources/db/migration/V4.12__UpdateAutoScaleOutRefData.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V4.12__UpdateAutoScaleOutRefData.sql (limited to 'adapters') 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'; -- cgit 1.2.3-korg