-
Notifications
You must be signed in to change notification settings - Fork 2
/
hosts.yml
114 lines (112 loc) · 3.35 KB
/
hosts.yml
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
113
114
all:
children:
standard:
hosts:
images.rdoproject.org:
public_address: 38.145.33.168
logs.rdoproject.org:
public_address: 38.145.32.13
lists.rdoproject.org:
public_address: 38.145.33.195
# future MM3 machine
future.lists.rdoproject.org:
ansible_host: 38.145.33.193
public_address: 38.145.33.193
www.rdoproject.org:
public_address: 38.145.32.152
rdo-web-builder.int.osci.io:
afs-mirror.rdoproject.org:
public_address: 38.145.32.16
codesearch.rdoproject.org:
public_address: 38.145.33.240
review:
hosts:
managesf.review.rdoproject.org:
ansible_host: 38.145.34.29
public_address: 38.145.34.29
# openshift-ansible requires a specific naming nomenclature
# We're doing an all-in-one setup so let's keep things simple
openshift:
hosts:
registry.rdoproject.org:
public_address: 38.145.32.81
openshift_node_group_name: node-config-all-in-one
openshift_schedulable: true
masters:
children:
openshift:
nodes:
children:
openshift:
etcd:
children:
openshift:
OSEv3:
children:
masters:
nodes:
etcd:
dlrn:
hosts:
trunk.rdoproject.org:
ansible_port: 3300
public_address: 3.87.151.16
dlrndb_replica:
hosts:
backup.rdoproject.org:
ansible_port: 3300
public_address: 54.82.121.165
backup:
hosts:
backup.rdoproject.org:
ansible_port: 3300
public_address: 54.82.121.165
sfproject:
hosts:
softwarefactory-project.io:
koji.softwarefactory-project.io:
cico:
vars:
public_address: 8.43.84.248
# This would work if there was a way to dynamically declare the user for the jump box
# See contrib/ssh_config instead
# ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q [email protected]"'
hosts:
rdo-ci-cloudslave01.ci.centos.org:
ansible_host: 172.19.4.125
rdo-ci-cloudslave02.ci.centos.org:
ansible_host: 172.19.4.126
rdo-ci-cloudslave03.ci.centos.org:
ansible_host: 172.19.4.129
rdo-ci-cloudslave04.ci.centos.org:
ansible_host: 172.19.4.130
rdo-ci-cloudslave05.ci.centos.org:
ansible_host: 172.19.4.127
osci_zone:
# OSCI services parameters are managed in group_vars by OSAS
# these are RDO-specific parameters
vars:
enable_epel_repo: true
ntp_servers: "{{ osci.ntp }}"
mail_forwarder: "{{ osci.mail_forwarder }}"
children:
osci_internal_zone:
hosts:
rdo-web-builder.int.osci.io:
upgrade_noauto:
hosts:
# known issues with the afs driver
afs-mirror.rdoproject.org:
# know issues with SF
managesf.review.rdoproject.org:
# know issues with SF, mismatches between OpenShift version and OS
registry.rdoproject.org:
# know issues with SF
softwarefactory-project.io:
# know issues with SF
koji.softwarefactory-project.io:
pet_instances:
hosts:
# mirror of RHOSP content
rcm-share:
ansible_host: 38.145.34.141