Merge "Updated Reference data for AutoScaleOut"
authorRob Daugherty <rd472p@att.com>
Mon, 1 Oct 2018 18:05:03 +0000 (18:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 1 Oct 2018 18:05:03 +0000 (18:05 +0000)
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';