aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/installer
diff options
context:
space:
mode:
authorRY303T <RY303T@att.com>2017-09-26 22:32:03 -0400
committerRY303T <RY303T@att.com>2017-09-26 22:49:26 -0400
commit320c18daeb16bc5bc2e0bc54b0720ac424989911 (patch)
tree26f6d239083deca18bf6da0673b638f4311b75fa /platform-logic/installer
parente7dfc10e3cd873085b39ad97f526d41321c5c8c6 (diff)
Add Generic Restart DG to use AAI named query
Added new version 3.0.0 of Generic_Restart that uses an AAI named query to retrieve vnf information including ESR-System information Updated DG installation and Mapping to use the new DG Issue-ID: APPC-185 Change-Id: Iac15474d5753e58d47c6cabe432136d640447eb4 Signed-off-by: RY303T <RY303T@att.com>
Diffstat (limited to 'platform-logic/installer')
-rw-r--r--platform-logic/installer/src/main/resources/VNF_DG_MAPPING.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/installer/src/main/resources/VNF_DG_MAPPING.sql b/platform-logic/installer/src/main/resources/VNF_DG_MAPPING.sql
index c978bbc..c54e06a 100644
--- a/platform-logic/installer/src/main/resources/VNF_DG_MAPPING.sql
+++ b/platform-logic/installer/src/main/resources/VNF_DG_MAPPING.sql
@@ -44,7 +44,7 @@ CREATE TABLE `VNF_DG_MAPPING` (
LOCK TABLES `VNF_DG_MAPPING` WRITE;
/*!40000 ALTER TABLE `VNF_DG_MAPPING` DISABLE KEYS */;
-INSERT INTO `VNF_DG_MAPPING` VALUES ('Restart','2.01','','','legacy_operation','2.0.0','APPC'), ('Restart','2.00','','','Restart_VNF','2.0.1','APPC');
+INSERT INTO `VNF_DG_MAPPING` VALUES ('Restart','2.01','','','Generic_Restart','3.0.0','APPC'), ('Restart','2.00','','','Generic_Restart','3.0.0','APPC');
/*!40000 ALTER TABLE `VNF_DG_MAPPING` ENABLE KEYS */;
UNLOCK TABLES;