-
Notifications
You must be signed in to change notification settings - Fork 3
/
default.inv
53 lines (43 loc) · 1.23 KB
/
default.inv
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
# NOTE: for defining hosts both hostnames and IP addresses forms can be used
# however it is advised to keep it consistent over the file, especially if
# the same host is used by multiple containers
# e.g. if some host will be described by IP address at first('127.0.0.1')
# and at some place the same host will be called using its hostname
# ('localhost') then ansible will treat them as different entities and
# synchronization problems during parallel dependencies installation
# may occur)
[hypervisor]
#NOTE: hypervisor host for VIRT deployment
#hostname
[undercloud]
#hostname
[overcloud_nodes]
#NOTE: Here is the example of overcloud nodes group
#controller-0
#controller-1
#controller-2
#compute-0
#compute-1
#ceph-0
[openstack_nodes]
#NOTE: Here is the example of openstack nodes group
#controller-0
#controller-1
#controller-2
#compute-0
#compute-1
#ceph-0
[controller]
#NOTE: Here is the example of controller nodes group.
#controller-0
#controller-1
#controller-2
[compute]
#NOTE: Here is the example of compute nodes group.
#compute-0
#compute-1
[ceph]
#NOTE: Here is the example of ceph nodes group.
#ceph-0
[stf]
ocp_cluster ansible_host="10.0.77.132" ansible_user="cloud-user" ansible_ssh_private_key_file="playbooks/jumphost.key"