aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2019-05-13 09:48:21 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2019-05-13 13:50:16 +0000
commit2491b9195b1394a3ea785cb4837459e889cdd4d2 (patch)
treeadda5c5bbb44d57a50bbe7bdb91a9bf5449d692a
parent546743f202b53edb4946403eff8d1929d88f37a3 (diff)
Update ip pool name to be more generic
So both vFW and vDNS use cases can re-use the same ip pool Change-Id: I0bc2fd317774bfe8aae04df1fc021c9fc585f186 Issue-ID: SDNC-761 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: 70252472efdb5c69777c034975e614e58c5db30f
-rw-r--r--installation/sdnc/src/main/resources/ipam.data.dump2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc/src/main/resources/ipam.data.dump b/installation/sdnc/src/main/resources/ipam.data.dump
index 00362d2f..94dd19b3 100644
--- a/installation/sdnc/src/main/resources/ipam.data.dump
+++ b/installation/sdnc/src/main/resources/ipam.data.dump
@@ -40,7 +40,7 @@ CREATE TABLE `IPAM_IP_POOL` (
LOCK TABLES `IPAM_IP_POOL` WRITE;
/*!40000 ALTER TABLE `IPAM_IP_POOL` DISABLE KEYS */;
-INSERT INTO `IPAM_IP_POOL` VALUES (1,'2018-08-17 20:15:12',3,'10.0.0.0/8',4,'ACTIVE','private'),(2,'2018-08-17 20:19:29',2,'192.168.10.0/24',4,'ACTIVE','unprotected'),(3,'2018-08-17 20:20:08',1,'192.168.20.0/24',4,'ACTIVE','protected');
+INSERT INTO `IPAM_IP_POOL` VALUES (1,'2018-08-17 20:15:12',3,'10.0.0.0/8',4,'ACTIVE','management'),(2,'2018-08-17 20:19:29',2,'192.168.10.0/24',4,'ACTIVE','private1'),(3,'2018-08-17 20:20:08',1,'192.168.20.0/24',4,'ACTIVE','private2');
/*!40000 ALTER TABLE `IPAM_IP_POOL` ENABLE KEYS */;
UNLOCK TABLES;