generated from hybrid-cloud-patterns/example
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathvalues-datacenter.yaml
255 lines (232 loc) · 6.48 KB
/
values-datacenter.yaml
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
storageSystem:
deploy: true
inventory:
useSpecificNodes: false
clusterGroup:
name: datacenter
isHubCluster: true
namespaces:
- golang-external-secrets
- open-cluster-management
- manuela-ml-workspace
- manuela-tst-all:
operatorGroup: true
labels:
modelmesh-enabled: 'true'
opendatahub.io/dashboard: 'true'
- manuela-ci
- manuela-data-lake
- vault
- openshift-pipelines
- openshift-storage
- redhat-ods-operator:
operatorGroup: true
targetNamespaces:
- ml-development:
labels:
modelmesh-enabled: 'true'
opendatahub.io/dashboard: 'true'
- redhat-ods-applications
# operatorgroupExcludes:
# - manuela-ml-workspace
subscriptions:
acm:
name: advanced-cluster-management
namespace: open-cluster-management
channel: release-2.11
amqbroker-prod:
name: amq-broker-rhel8
namespace: manuela-tst-all
amqstreams-prod-dev:
name: amq-streams
namespaces:
- manuela-data-lake
- manuela-tst-all
camelk-prod-dev:
name: camel-k
namespaces:
- manuela-data-lake
- manuela-tst-all
channel: stable-v2
source: community-operators
sourceNamespace: openshift-marketplace
pipelines:
name: openshift-pipelines-operator-rh
source: redhat-operators
odf:
name: odf-operator
namespace: openshift-storage
source: redhat-operators
ods:
name: rhods-operator
channel: alpha
namespace: redhat-ods-operator
projects:
- datacenter
- production-datalake
- golang-external-secrets
- data-science-proj
- vault
applications:
acm:
name: acm
namespace: open-cluster-management
project: datacenter
chart: acm
chartVersion: 0.1.*
ignoreDifferences:
- group: internal.open-cluster-management.io
kind: ManagedClusterInfo
jsonPointers:
- /spec/loggingCA
pipelines:
name: pipelines
namespace: manuela-ci
project: datacenter
path: charts/datacenter/pipelines
production-data-lake:
name: production-data-lake
namespace: manuela-data-lake
project: production-datalake
path: charts/datacenter/manuela-data-lake
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas
- group: route.openshift.io
kind: Route
jsonPointers:
- /status
- group: image.openshift.io
kind: ImageStream
jsonPointers:
- /spec/tags
storage:
name: storage
namespace: openshift-storage
project: datacenter
chart: openshift-data-foundations
chartVersion: 0.1.*
data-science-cluster:
name: data-science-cluster
namespace: redhat-ods-applications
project: data-science-proj
path: charts/datacenter/data-science-cluster
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas
- group: route.openshift.io
kind: Route
jsonPointers:
- /status
- group: image.openshift.io
kind: ImageStream
jsonPointers:
- /spec/tags
data-science-project:
name: data-science-project
namespace: ml-development
project: data-science-proj
path: charts/datacenter/data-science-project
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas
- group: route.openshift.io
kind: Route
jsonPointers:
- /status
- group: image.openshift.io
kind: ImageStream
jsonPointers:
- /spec/tags
test:
name: manuela-test
namespace: manuela-tst-all
project: datacenter
path: charts/datacenter/manuela-tst
extraValueFiles:
- /overrides/values-test-imagedata.yaml
vault:
name: vault
namespace: vault
project: datacenter
chart: hashicorp-vault
chartVersion: 0.1.*
secrets-operator:
name: golang-external-secrets
namespace: golang-external-secrets
project: golang-external-secrets
chart: golang-external-secrets
chartVersion: 0.1.*
# To have apps in multiple flavors, use namespaces and use helm overrides as appropriate
#
# - name: pipelines
# namespace: production
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: stable
# overrides:
# - name: myparam
# value: myparam
#
# Additional applications
# Be sure to include additional resources your apps will require
# +X machines
# +Y RAM
# +Z CPU
# - name: vendor-app
# namespace: default
# project: vendor
# path: path/to/myapp
# repoURL: https://github.com/vendor/applications.git
# targetRevision: main
imperative:
# For additional overrides that apply to the jobs, please refer to
# https://github.com/validatedpatterns/clustergroup-chart/
# schedule: "*/10 * * * *" # Default schedule
jobs:
- name: clone-upstream-repos-gitea
playbook: ./ansible/playbooks/clone_upstream_repos_gitea.yml
extravars:
- "repo_name=manuela-dev"
- "upstream_repo_url=https://github.com/validatedpatterns-demos/manuela-dev"
timeout: 180
- name: copy-initial-model-to-incluster-s3
image: quay.io/hybridcloudpatterns/utility-container:latest
playbook: ./ansible/playbooks/copy_initial_object_to_incluster_s3.yml
extravars:
- "bucket_name=user-bucket"
- "src_file=ansible/files/model.joblib"
- "object_name=initial_model.joblib"
timeout: 180
- name: copy-initial-training-data-to-incluster-s3
image: quay.io/hybridcloudpatterns/utility-container:latest
playbook: ./ansible/playbooks/copy_initial_object_to_incluster_s3.yml
extravars:
- "bucket_name=user-bucket"
- "src_file=ansible/files/raw-data.csv"
- "object_name=raw-data.csv"
timeout: 180
managedClusterGroups:
factory:
name: factory
# repoURL: https://github.com/dagger-refuse-cool/manuela-factory.git
# targetRevision: main
helmOverrides:
# Values must be strings!
- name: clusterGroup.isHubCluster
value: "false"
clusterSelector:
matchLabels:
clusterGroup: factory
matchExpressions:
- key: vendor
operator: In
values:
- OpenShift