-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible_hosts
112 lines (80 loc) · 1.43 KB
/
ansible_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
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
controller ansible_ssh_host=10.11.0.2
compute ansible_ssh_host=10.11.0.3
network ansible_ssh_host=10.11.0.4
image ansible_ssh_host=10.11.0.5
volume ansible_ssh_host=10.11.0.6
[all:vars]
external_ntp_host = uk.pool.ntp.org
management_network = 10.11.0.0/24
api_network = 10.12.0.0/16
external_network_name = public
[neutron:vars]
data_network = 10.13.0.0/24
external_network = 10.14.0.0/24
external_network_gateway_ip = 10.14.0.4
external_network_dns_nameservers = 8.8.8.8
external_network_allocation_pool_start = 10.14.0.100
external_network_allocation_pool_end = 10.14.0.250
[swift:vars]
storage_network = 10.15.0.0/24
replication_network = 10.16.0.0/24
[mysql]
controller
[mongodb]
controller
[rabbitmq]
controller
[ntpserver]
controller
[keystone]
controller
[glance-api]
controller
[glance]
image
[nova:children]
nova-controller
nova-compute
[nova-controller]
controller
[nova-compute]
compute
[neutron:children]
neutron-api
neutron-network
nova-compute
[neutron-api]
controller
[neutron-network]
network
[swift:children]
swift-proxy
swift-storage
[swift-proxy]
controller
[swift-storage]
storage
[cinder:children]
cinder-api
cinder-scheduler
cinder-volume
[cinder-api]
controller
[cinder-scheduler]
controller
volume
[cinder-volume]
volume
[dashboard]
controller
[heat]
controller
[ceilometer:children]
ceilometer-api
ceilometer-collector
[ceilometer-api]
controller
[ceilometer-collector]
controller
[frontend]
controller