-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhosts
66 lines (47 loc) · 986 Bytes
/
hosts
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
[local]
127.0.0.1
[routers]
10.1.1.110 ospf_interface=gig0/0
10.1.1.120 ospf_interface=gig0/0
[r1]
10.1.1.110
[r2]
10.1.1.120
[r3]
10.1.1.130
[s1]
192.168.1.51 mgmt_intf=eth2 data_intf=eth1
[s2]
192.168.1.52 mgmt_intf=eth2 data_intf=eth3
[s3]
192.168.1.53 mgmt_intf=eth2 data_intf=eth3
[controller]
192.168.1.61 mgmt_intf=eth0 data_intf=eth1 tun=no node=controller
[compute1]
192.168.1.81 mgmt_intf=eth0 data_intf=eth1 tun=yes node=compute
[compute2]
192.168.1.82 mgmt_intf=eth0 data_intf=eth1 tun=yes node=compute
[networknode]
192.168.1.68 mgmt_intf=eth0 data_intf=eth1 tun=yes node=networknode
[openstack_nodes:children]
controller
compute1
compute2
networknode
[compute_nodes:children]
compute1
compute2
[servers:children]
s1
s2
s3
[all:vars]
dns="198.6.1.4 192.168.1.1"
mgmt_mask=255.255.255.0
mgmt_gw=192.168.1.1
mgmt_network=192.168.1.0
mgmt_broadcast=192.168.1.255
data_mask=255.255.255.0
data_gw=10.1.20.1
data_network=10.1.20.0
data_broadcast=10.1.20.255