diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-17 14:02:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-17 14:02:18 +0000 |
commit | 779ea800e4a707cb856e6d5ed3d7bd263679e069 (patch) | |
tree | c13e6a15397d0b2f17cb0d9204a13176e98b7c44 /installation | |
parent | 88aa8dd88c237e52bd4135dfbb079e880410a297 (diff) | |
parent | 236fb49b8965efcab7989c692920c12f35b451c2 (diff) |
Merge "Fix management network IP range for sdnctl preload"
Former-commit-id: d689c43fee91d3b4f2f1edbe13d9c67b3b6182d5
Diffstat (limited to 'installation')
-rw-r--r-- | installation/sdnc/src/main/resources/ipam.data.dump | 2 |
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 94dd19b3..3aa8c625 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','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'); +INSERT INTO `IPAM_IP_POOL` VALUES (1,'2018-08-17 20:15:12',3,'10.0.101.0/24',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; |