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(-) (limited to 'docs/release/installation/expansion.rst') 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 value='stable/gambia'>stable/gambia Grokmirror user
summaryrefslogtreecommitdiffstats
blob: 4b22b27aee4e317eeb3e803cfad10bffa3bc0969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112