Edit Expansion Guide 93/34093/2
authorliyuenan <liyuenan@huawei.com>
Wed, 3 May 2017 02:03:44 +0000 (10:03 +0800)
committerJustin chi <chigang@huawei.com>
Wed, 9 Aug 2017 06:46:42 +0000 (06:46 +0000)
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>
docs/release/installation/expansion.rst

index fddeed2..ad57610 100644 (file)
@@ -109,8 +109,27 @@ E.g.
 .. 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"