From 320c18daeb16bc5bc2e0bc54b0720ac424989911 Mon Sep 17 00:00:00 2001 From: RY303T Date: Tue, 26 Sep 2017 22:32:03 -0400 Subject: 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 --- platform-logic/installer/src/main/resources/VNF_DG_MAPPING.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-logic/installer/src') 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; -- cgit 1.2.3-korg