-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-hub.yaml
More file actions
597 lines (533 loc) · 13.3 KB
/
values-hub.yaml
File metadata and controls
597 lines (533 loc) · 13.3 KB
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
# File name depends clusterGroupName in values-global.yaml
clusterGroup:
name: hub
isHubCluster: true
imperative:
# Use cluster-admin privilege level for imperative to approve install plans
# verbosity: "-vvv"
clusterRoleYaml:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'
# Add storage labels to OpenShift nodes
# Nodes names should be modified
nodes:
- m-m00.mgmt2.dc.domain.es:
labels:
cluster.ocs.openshift.io/openshift-storage: ""
- m-m01.mgmt2.dc.domain.es:
labels:
cluster.ocs.openshift.io/openshift-storage: ""
- m-m02.mgmt2.dc.domain.es:
labels:
cluster.ocs.openshift.io/openshift-storage: ""
- m-w00.mgmt2.dc.domain.es:
labels:
cluster.ocs.openshift.io/openshift-storage: ""
- m-w01.mgmt2.dc.domain.es:
labels:
cluster.ocs.openshift.io/openshift-storage: ""
- m-w02.mgmt2.dc.domain.es:
labels:
cluster.ocs.openshift.io/openshift-storage: ""
# Set masters schedulables
mastersSchedulable: true
namespaces:
- prom-kafka-adapter
- mano-apps
- ztp
- fabric-manager
- openshift-operators-redhat
- metallb-system:
operatorGroup: true
targetNamespaces: null
labels:
openshift.io/cluster-monitoring: "true"
- open-cluster-management:
operatorGroup: true
- multicluster-engine:
operatorGroup: true
labels:
openshift.io/cluster-monitoring: "true"
- openshift-nmstate:
operatorGroup: true
- openshift-local-storage:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
- openshift-storage:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
- openshift-cnv:
operatorGroup: true
- quay-enterprise:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
- kafka-cluster:
operatorGroup: true
- openshift-logging:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
- service-telemetry:
operatorGroup: true
- cert-manager-operator:
operatorGroup: true
- ansible-automation-platform:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
- openshift-update-service:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
- openshift-adp:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
- rhacs-operator:
labels:
openshift.io/cluster-monitoring: "true"
operatorGroup: true
targetNamespaces: null
subscriptions:
advanced-cluster-management:
name: advanced-cluster-management
namespace: open-cluster-management
channel: release-2.10
csv: advanced-cluster-management.v2.10.6
multicluster-engine:
name: multicluster-engine
namespace: multicluster-engine
channel: stable-2.5
csv: multicluster-engine.v2.5.7
kubernetes-nmstate-operator:
name: kubernetes-nmstate-operator
namespace: openshift-nmstate
channel: stable
csv: kubernetes-nmstate-operator.4.14.0-202410162010
local-storage-operator:
name: local-storage-operator
namespace: openshift-local-storage
channel: stable
csv: local-storage-operator.v4.14.0-202410091239
odf-operator:
name: odf-operator
namespace: openshift-storage
channel: stable-4.14
csv: odf-operator.v4.14.11-rhodf
kubevirt-hyperconverged:
name: kubevirt-hyperconverged
namespace: openshift-cnv
channel: stable
csv: kubevirt-hyperconverged-operator.v4.14.9
quay-operator:
name: quay-operator
namespace: quay-enterprise
channel: stable-3.11
csv: quay-operator.v3.11.6
cluster-observability-operator:
name: cluster-observability-operator
namespace: openshift-operators
channel: development
csv: cluster-observability-operator.0.4.1
openshift-cert-manager-operator:
name: openshift-cert-manager-operator
namespace: cert-manager-operator
channel: stable-v1.13
csv: cert-manager-operator.v1.13.1
amq7-interconnect-operator:
name: amq7-interconnect-operator
namespace: service-telemetry
channel: 1.10.x
csv: amq7-interconnect-operator.v1.10.19
service-telemetry-operator:
name: service-telemetry-operator
namespace: service-telemetry
channel: stable-1.5
csv: service-telemetry-operator.v1.5.1725952694
grafana-operator:
name: grafana-operator
namespace: service-telemetry
channel: v4
source: community-operators
csv: grafana-operator.v4.10.1
amq-streams:
name: amq-streams
namespace: kafka-cluster
channel: amq-streams-2.6.x
csv: amqstreams.v2.6.0-2
openshift-logging:
namespace: openshift-logging
name: cluster-logging
source: redhat-operators
channnel: stable-5.9
csv: cluster-logging.v5.9.8
topology-aware-lifecycle-manager:
name: topology-aware-lifecycle-manager
namespace: openshift-operators
channel: stable
csv: topology-aware-lifecycle-manager.v4.14.5
ansible-automation-platform-operator:
name: ansible-automation-platform-operator
namespace: ansible-automation-platform
source: redhat-operators
channel: stable-2.4-cluster-scoped
csv: aap-operator.v2.4.0-0.1730153340
cincinnati-operator:
name: cincinnati-operator
namespace: openshift-update-service
source: redhat-operators
channel: v1
csv: update-service-operator.v5.0.3
metallb-operator:
name: metallb-operator
namespace: metallb-system
source: redhat-operators
channel: stable
csv: metallb-operator.v4.14.0-202410100109
rhacs-operator:
name: rhacs-operator
namespace: rhacs-operator
source: redhat-operators
channel: rhacs-4.4
csv: rhacs-operator.v4.4.5
redhat-oadp-operator:
name: redhat-oadp-operator
namespace: openshift-adp
channel: stable-1.2
csv: oadp-operator.v1.2.5
projects:
- hub
applications:
apiserver-ingress-certs:
name: apiserver-ingress-certs
path: charts/mgmt-hub/apiserver-ingress-certs
project: hub
authentication:
name: authentication
namespace: openshift-config
path: charts/mgmt-hub/authentication
project: hub
nmstate:
name: nmstate
namespace: openshift-nmstate
path: charts/mgmt-hub/nmstate
project: hub
lso:
name: local-storage
namespace: openshift-local-storage
path: charts/mgmt-hub/lso
project: hub
odf:
name: odf
namespace: openshift-storage
path: charts/mgmt-hub/openshift-data-foundations
project: hub
cnv:
name: kubevirt-hyperconverged
namespace: openshift-cnv
path: charts/mgmt-hub/cnv
project: hub
logging:
name: logging
namespace: openshift-logging
path: charts/mgmt-hub/logging
project: hub
ansible:
name: ansible
path: charts/mgmt-hub/ansible
project: hub
vms:
name: vms
namespace: mgmt-apps
project: hub
path: charts/mgmt-hub/vm-on-bm
console:
name: console
path: charts/mgmt-hub/console
project: hub
quay:
name: quay
path: charts/mgmt-hub/quay
project: hub
perf-profile:
name: perf-profile
project: hub
path: charts/mgmt-hub/perf-profile
default-project-template:
name: default-project-template
project: hub
path: charts/mgmt-hub/default-project-template
acm:
name: acm
namespace: open-cluster-management
project: hub
path: charts/mgmt-hub/acm
ignoreDifferences:
- group: internal.open-cluster-management.io
kind: ManagedClusterInfo
jsonPointers:
- /spec/loggingCA
kafka:
name: kafka
namespace: kafka-cluster
path: charts/mgmt-hub/kafka
project: hub
monitoring:
name: monitoring
namespace: prom-kafka-adapter
path: charts/mgmt-hub/monitoring
project: hub
stf:
name: stf
path: charts/mgmt-hub/stf
project: hub
gitops:
name: gitops
path: charts/mgmt-hub/gitops
project: hub
ztp:
name: ztp
namespace: multicluster-engine
path: charts/mgmt-hub/ztp
project: hub
metallb:
name: metallb
namespace: metallb-system
path: charts/mgmt-hub/metallb
project: hub
# Required if managed clusters are disconnected and are going to perform an OCP upgrade
osus:
name: osus
namespace: openshift-update-service
path: charts/mgmt-hub/osus
project: hub
# Variables for Charts/Playbooks
# Go to README.md to get expected variables and examples
mgmt:
cluster:
name: mgmt2
location: dc
domain: domain.es
enableUnsealVault: false
mgmt_location: mgmt1
proxy:
host:
port:
ca_bundle:
authentication:
htpasswd:
admin: ""
ldap:
bind_password:
url:
bind_dn:
groups_base_dn:
users_base_dn:
group_membership:
groups_whitelist:
- ""
- ""
- ""
sync_schedule: "*/15 * * * *"
apps:
provisioner_ip:
ns: mano-apps
nad_name: apps-nad
subnet:
subnet_len:
subnet_gw:
domain:
dns_server_ip:
lso:
maxDeviceCount: 8
odf:
mds:
limits:
cpu: "3"
memory: "8Gi"
requests:
cpu: "3"
memory: "8Gi"
storageDeviceSets:
count: 8
limits:
cpu: "2"
memory: "5Gi"
requests:
cpu: "2"
memory: "5Gi"
idm:
- name: idm-r1
qcow:
uuid:
app_name: idm-server
domain:
user:
password:
ip:
hostname:
ssh_authorized_key: ""
- name: idm-r2
qcow:
uuid:
app_name: idm-server
domain:
user:
password:
ip:
hostname:
ssh_authorized_key: ""
satellite:
qcow:
uuid:
app_name: sat-server
domain:
user:
password:
ip:
hostname:
ssh_authorized_key: ""
kafka:
topics:
-
stf:
cloudNames:
-
serviceMonitors:
- ceil
- coll
- sens
gitops:
ztp_plugin_image: registry.redhat.io/openshift4/ztp-site-generate-rhel8:v4.14.4
ztp_instance_ns: ztp
openshift_gitops_api_version: argoproj.io/v1alpha1
multicluster_operators_subscription: registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8:v2.7
repoURL:
core_ztp_repoToken:
ztp:
jobTerminationGracePeriod: 300
serviceAccountName: mce-prereq-sa
rbac:
roles:
- name: mce-prereq
createRole: true
apiGroups:
- '""'
- 'metal3.io'
scope:
cluster: true
resources:
- namespace
- configmaps
- provisionings
- secrets
verbs:
- "get"
- "list"
- "patch"
- "update"
- "create"
- "edit"
roleBindings:
- name: mce-prereq-rolebinding
createBinding: true
scope:
cluster: true
namespace: ""
subjects:
kind: ServiceAccount
name: mce-prereq-sa
namespace: multicluster-engine
apiGroup: ""
roleRef:
kind: ClusterRole
name: mce-prereq
console:
plugins:
- odf-console
- kubevirt-plugin
- mce
- acm
- nmstate-console-plugin
- monitoring-plugin
quay:
fqdn:
components:
- kind: clair
managed: true
overrides:
volumeSize: 100Gi
- kind: postgres
managed: true
overrides:
volumeSize: 500Gi
- kind: objectstorage
managed: true
- kind: redis
managed: true
- kind: horizontalpodautoscaler
managed: true
- kind: route
managed: true
- kind: monitoring
managed: false
- kind: tls
managed: true
- kind: mirror
managed: true
- kind: quay
managed: true
- kind: clairpostgres
managed: true
param:
FEATURE_USER_INITIALIZE: true
BROWSER_API_CALLS_XHR_ONLY: false
ALLOW_PULLS_WITHOUT_STRICT_LOGGING: false
DEFAULT_TAG_EXPIRATION: 2w
ENTERPRISE_LOGO_URL: /static/img/RH_Logo_Quay_Black_UX-horizontal.svg
FEATURE_BUILD_SUPPORT: false
FEATURE_DIRECT_LOGIN: true
FEATURE_MAILING: false
REGISTRY_TITLE: Red Hat Quay
REGISTRY_TITLE_SHORT: Red Hat Quay
TAG_EXPIRATION_OPTIONS:
- 2w
TEAM_RESYNC_STALE_TIME: 60m
SERVER_HOSTNAME:
TESTING: false
# LDAP Parameters
AUTHENTICATION_TYPE: LDAP
LDAP_ADMIN_DN:
LDAP_ADMIN_PASSWD:
LDAP_ALLOW_INSECURE_FALLBACK: true
LDAP_BASE_DN:
-
LDAP_EMAIL_ATTR: mail
LDAP_UID_ATTR: uid
LDAP_URI:
LDAP_USER_RDN:
- cn=users
- cn=accounts
FEATURE_TEAM_SYNCING: true
LDAP_USER_FILTER:
LDAP_SUPERUSER_FILTER:
FEATURE_SUPERUSERS_FULL_ACCESS: true
apiserver:
tls:
crt:
key:
ingress:
tls:
crt:
key: