summaryrefslogtreecommitdiffstats
path: root/adapters
diff options
context:
space:
mode:
authorPrema Bhatt <pb6115@att.com>2018-09-21 17:15:26 -0700
committerPrema Bhatt <pb6115@att.com>2018-09-21 17:16:37 -0700
commiteed24056ae01d100fb6fb37a83d35948e512b989 (patch)
tree82064c722d7644293601c3b5e1fd965129916f9b /adapters
parent47b07012807ef3b3c6d39f8bb2afbe21e51dfffd (diff)
Updated Reference data for AutoScaleOut
Change-Id: I7a4739a748dda3e34369b2f0fa5ca398ffe8be9b Issue-ID: SO-1083 Signed-off-by: Prema Bhatt <pb6115@att.com>
Diffstat (limited to 'adapters')
-rw-r--r--adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V4.12__UpdateAutoScaleOutRefData.sql7
1 files changed, 7 insertions, 0 deletions
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';