aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliyuenan <liyuenan@huawei.com>2017-05-03 10:03:44 +0800
committerJustin chi <chigang@huawei.com>2017-08-09 06:46:42 +0000
commit58f021096b8c7969bcbbc9e06934f0718b71a2b9 (patch)
treef2c4d18af2f5370cffe7afd65a58dc834b87d25b
parent552e88b3768d20035bb2c115ac835da2d0f07ecc (diff)
Edit Expansion Guide
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>
-rw-r--r--docs/release/installation/expansion.rst21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/release/installation/expansion.rst b/docs/release/installation/expansion.rst
index fddeed21..ad57610a 100644
--- a/docs/release/installation/expansion.rst
+++ b/docs/release/installation/expansion.rst
@@ -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"