|
11 | 11 | },
|
12 | 12 | "domain_name": "bcpc.example.com",
|
13 | 13 | "management": {
|
14 |
| - "vip" : "10.0.101.5" |
| 14 | + "vip" : "10.0.100.5" |
15 | 15 | },
|
16 | 16 | "floating": {
|
17 |
| - "vip" : "192.168.101.5" |
| 17 | + "vip" : "192.168.100.5" |
18 | 18 | },
|
19 | 19 | "networks": {
|
20 | 20 | "subnet1": {
|
21 | 21 | "management": {
|
22 |
| - "vip" : "10.0.101.5", |
| 22 | + "vip" : "10.0.100.5", |
23 | 23 | "interface" : "eth0",
|
24 | 24 | "netmask" : "255.255.255.0",
|
25 |
| - "cidr" : "10.0.101.0/24", |
26 |
| - "gateway" : "10.0.101.3" |
| 25 | + "cidr" : "10.0.100.0/24", |
| 26 | + "gateway" : "10.0.100.3" |
27 | 27 | },
|
28 | 28 | "storage": {
|
29 | 29 | "interface" : "eth1",
|
30 | 30 | "netmask" : "255.255.255.0",
|
31 |
| - "cidr" : "172.16.101.0/24", |
32 |
| - "gateway" : "172.16.101.3" |
| 31 | + "cidr" : "172.16.100.0/24", |
| 32 | + "gateway" : "172.16.100.3" |
33 | 33 | },
|
34 | 34 | "floating": {
|
35 |
| - "vip" : "192.168.101.5", |
| 35 | + "vip" : "192.168.100.5", |
36 | 36 | "interface" : "eth2",
|
37 | 37 | "netmask" : "255.255.255.0",
|
38 |
| - "cidr" : "192.168.101.0/24", |
39 |
| - "gateway" : "192.168.101.3", |
40 |
| - "available_subnet" : "192.168.101.128/25" |
| 38 | + "cidr" : "192.168.100.0/24", |
| 39 | + "gateway" : "192.168.100.3", |
| 40 | + "available_subnet" : "192.168.100.128/25" |
41 | 41 | }
|
42 | 42 | }
|
43 | 43 | },
|
44 | 44 | "bootstrap": {
|
45 | 45 | "interface" : "eth0",
|
46 | 46 | "pxe_interface" : "eth1",
|
47 | 47 | "hostname" : "bcpc-bootstrap",
|
48 |
| - "server" : "10.0.101.3", |
| 48 | + "server" : "10.0.100.3", |
49 | 49 | "cluster_def_path": "/cluster-def/",
|
50 |
| - "dhcp_subnet" : "10.0.101.0", |
51 |
| - "dhcp_range" : "10.0.101.14 10.0.101.250", |
| 50 | + "dhcp_subnet" : "10.0.100.0", |
| 51 | + "dhcp_range" : "10.0.100.14 10.0.100.250", |
52 | 52 | "preseed": {
|
53 | 53 | "additional_packages": [ "openssh-server",
|
54 | 54 | "lldpd",
|
|
96 | 96 | "3.pool.ntp.org" ]
|
97 | 97 | },
|
98 | 98 | "chef_client": {
|
99 |
| - "server_url": "http://10.0.101.3:4000", |
| 99 | + "server_url": "http://10.0.100.3:4000", |
100 | 100 | "cache_path": "/var/chef/cache",
|
101 | 101 | "config": {
|
102 | 102 | "verify_api_cert": false,
|
|
0 commit comments