Updated Reference data for AutoScaleOut 27/68527/1
authorPrema Bhatt <pb6115@att.com>
Sat, 22 Sep 2018 00:15:26 +0000 (17:15 -0700)
committerPrema Bhatt <pb6115@att.com>
Sat, 22 Sep 2018 00:16:37 +0000 (17:16 -0700)
Change-Id: I7a4739a748dda3e34369b2f0fa5ca398ffe8be9b
Issue-ID: SO-1083
Signed-off-by: Prema Bhatt <pb6115@att.com>
adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V4.12__UpdateAutoScaleOutRefData.sql [new file with mode: 0644]

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 (file)
index 0000000..5e60f23
--- /dev/null
@@ -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';