diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-13 14:38:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-13 14:38:24 +0000 |
commit | 5455c4d8440bf8531406954a8bfe6f416f3acf9a (patch) | |
tree | 2411f137e6166b4207e8f8ef3855f234e7921d02 | |
parent | 1bcc23cc951b4a8f9814da9e68be07371a3432ac (diff) | |
parent | ac6eeedacf4af186b641549f926c4c911d7b183a (diff) |
Merge "Update IPAM_IP_POOL rows description"
Former-commit-id: d782247166a08b5c1776f5e09cc3f0787b4b6d13
-rw-r--r-- | installation/sdnc/src/main/resources/ipam.data.dump | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc/src/main/resources/ipam.data.dump b/installation/sdnc/src/main/resources/ipam.data.dump index 7371077d..934fdc9c 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','IP Pool for ONAP - general purpose'),(2,'2018-08-17 20:19:29',2,'192.168.10.0/24',4,'ACTIVE','IP Pool for unprotected network - vFW use case'),(3,'2018-08-17 20:20:08',1,'192.168.20.0/24',4,'ACTIVE','IP Pool for protected network - vFW use case'); +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'); /*!40000 ALTER TABLE `IPAM_IP_POOL` ENABLE KEYS */; UNLOCK TABLES; @@ -85,4 +85,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2018-08-24 13:02:09
\ No newline at end of file +-- Dump completed on 2018-08-24 13:02:09 |