From 58f021096b8c7969bcbbc9e06934f0718b71a2b9 Mon Sep 17 00:00:00 2001 From: liyuenan Date: Wed, 3 May 2017 10:03:44 +0800 Subject: 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 --- docs/release/installation/expansion.rst | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg