JIRA: -
mgmt and storage's network ip_ranges start ip needs update as the
first 6 IPs are already taken by the first deployment.
Change-Id: Iee01852c04ea7638999f664d567caaea060bdaf9
Signed-off-by: liyuenan <liyuenan@huawei.com>
.. code-block:: bash
--- network.yml 2017-02-16 20:07:10.097878150 +0800
- +++ network_expansion.yml 2017-02-17 11:40:08.734480478 +0800
+ +++ network-expansion.yml 2017-05-03 10:01:34.537379013 +0800
+ @@ -38,7 +38,7 @@
+ ip_settings:
+ - name: mgmt
+ ip_ranges:
+ - - - "172.16.1.1"
+ + - - "172.16.1.6"
+ - "172.16.1.254"
+ cidr: "172.16.1.0/24"
+ role:
+ @@ -47,7 +47,7 @@
+
+ - name: storage
+ ip_ranges:
+ - - - "172.16.2.1"
+ + - - "172.16.2.6"
+ - "172.16.2.254"
+ cidr: "172.16.2.0/24"
+ role:
@@ -56,7 +56,7 @@
+
- name: external
ip_ranges:
- - - "192.168.116.201"