-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhosts.yml
155 lines (129 loc) · 3.33 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
---
#
# -------------------- Global hosts --------------------
coe-infrastructure:
hosts:
isar:
#
#
# -------------------- Template VMs --------------------
#
template_vms:
vars:
ansible_host: "{{ inventory_hostname }}.{{ sysctx_dns_domain }}"
hosts:
rhel92-template:
vm_cr_name: stormshift-template-rhel92
rhel94-template:
vm_cr_name: stormshift-template-rhel94
#
# -------------------- MICROSHIFT --------------------
#
cluster_ushift05:
hosts:
ushift05:
cluster_ushift06:
hosts:
ushift06:
cluster_ushift07:
hosts:
ushift07:
cluster_ushift08:
hosts:
ushift08:
cluster_ushift09:
hosts:
ushift09:
cluster_ushift10_eus:
hosts:
ushift10-eus:
cluster_ushift11_ga:
hosts:
ushift11-ga:
cluster_ushift12_rc:
hosts:
ushift12-rc:
cluster_ushift13_ec:
hosts:
ushift13-ec:
cluster_ushift14:
hosts:
ushift14:
cluster_ushift15_ostree:
hosts:
ushift15-ostree:
cluster_ushift16_ostree:
hosts:
ushift16-ostree:
cluster_ushift17_ostree:
hosts:
ushift17-ostree:
cluster_ushift18_bootc:
hosts:
ushift18-bootc:
cluster_ushift20:
hosts:
ushift20:
cluster_ushift21:
hosts:
ushift21-qe1:
cluster_ushift22:
hosts:
ushift22:
cluster_ushift_edge_fleet:
vars:
stormshift_owner_email: "[email protected]"
stormshift_owner_purpose: "Edge Fleet Demo"
vm_cores: 2
vm_memory: "4Gi"
# install_type - one of: rpm, ostree, imageMode
ushift_install_type: ostree
ushift_uefi_boot_file: "http://ushift-imgbld.stormshift.coe.muc.redhat.com/edge-network-install/EFI/BOOT/BOOTX64.EFI"
ansible_host: "{{ inventory_hostname }}.{{ sysctx_dns_domain }}"
ansible_ssh_pass: redhat02
hosts:
ushift-edgefleet-30:
network_ip_address: 10.32.99.30
network_mac_address: 0E:C0:EF:20:63:1E
ushift-edgefleet-31:
network_ip_address: 10.32.99.31
network_mac_address: 0E:C0:EF:20:63:1F
ushift-edgefleet-32:
network_ip_address: 10.32.99.32
network_mac_address: 0E:C0:EF:20:63:20
ushift-edgefleet-33:
network_ip_address: 10.32.99.33
network_mac_address: 0E:C0:EF:20:63:21
ushift-edgefleet-34:
network_ip_address: 10.32.99.34
network_mac_address: 0E:C0:EF:20:63:22
ushift-edgefleet-35:
network_ip_address: 10.32.99.35
network_mac_address: 0E:C0:EF:20:63:23
ushift-edgefleet-36:
network_ip_address: 10.32.99.36
network_mac_address: 0E:C0:EF:20:63:24
ushift-edgefleet-37:
network_ip_address: 10.32.99.37
network_mac_address: 0E:C0:EF:20:63:25
ushift-edgefleet-38:
network_ip_address: 10.32.99.38
network_mac_address: 0E:C0:EF:20:63:26
ushift-edgefleet-39:
network_ip_address: 10.32.99.39
network_mac_address: 0E:C0:EF:20:63:27
#
# -------------------- StormShift --------------------
#
cluster:
vars:
openshift_version: 4.17.0
# cluster_base_domain is also the zone in IPA!
cluster_base_domain: stormshift.coe.muc.redhat.com
hosts:
ocp1: # For details have a look at host_vars/ocp1.yaml
ocp2: # For details have a look at host_vars/ocp2.yaml
ocp11: # For details have a look at host_vars/ocp11.yaml
ocp12: # For details have a look at host_vars/ocp11.yaml
ocp13: # For details have a look at host_vars/ocp11.yaml
ocp14: # For details have a look at host_vars/ocp11.yaml