mas-cli 15.6.2__py3-none-any.whl → 15.6.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +975 -1144
- {mas_cli-15.6.2.dist-info → mas_cli-15.6.3.dist-info}/METADATA +1 -1
- {mas_cli-15.6.2.dist-info → mas_cli-15.6.3.dist-info}/RECORD +8 -8
- {mas_cli-15.6.2.data → mas_cli-15.6.3.data}/scripts/mas-cli +0 -0
- {mas_cli-15.6.2.dist-info → mas_cli-15.6.3.dist-info}/WHEEL +0 -0
- {mas_cli-15.6.2.dist-info → mas_cli-15.6.3.dist-info}/top_level.txt +0 -0
|
@@ -129,7 +129,7 @@ spec:
|
|
|
129
129
|
|
|
130
130
|
steps:
|
|
131
131
|
- name: start-pipelinerun
|
|
132
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
132
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
133
133
|
imagePullPolicy: $(params.image_pull_policy)
|
|
134
134
|
command:
|
|
135
135
|
- ansible-playbook
|
|
@@ -201,7 +201,7 @@ spec:
|
|
|
201
201
|
optional: false
|
|
202
202
|
|
|
203
203
|
- name: wait-for-pipelinerun
|
|
204
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
204
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
205
205
|
imagePullPolicy: $(params.image_pull_policy)
|
|
206
206
|
# 50 retries at 5 minute intervals = 4 hours
|
|
207
207
|
command:
|
|
@@ -281,7 +281,7 @@ spec:
|
|
|
281
281
|
|
|
282
282
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
283
283
|
- name: app-cfg-post-verify
|
|
284
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
284
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
285
285
|
imagePullPolicy: $(params.image_pull_policy)
|
|
286
286
|
command:
|
|
287
287
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -495,7 +495,7 @@ spec:
|
|
|
495
495
|
command:
|
|
496
496
|
- /opt/app-root/src/run-role.sh
|
|
497
497
|
- aiservice_tenant
|
|
498
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
498
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
499
499
|
imagePullPolicy: $(params.image_pull_policy)
|
|
500
500
|
workingDir: /workspace/configs
|
|
501
501
|
|
|
@@ -711,7 +711,7 @@ spec:
|
|
|
711
711
|
command:
|
|
712
712
|
- /opt/app-root/src/run-role.sh
|
|
713
713
|
- aiservice
|
|
714
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
714
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
715
715
|
imagePullPolicy: $(params.image_pull_policy)
|
|
716
716
|
workingDir: /workspace/configs
|
|
717
717
|
|
|
@@ -827,7 +827,7 @@ spec:
|
|
|
827
827
|
command:
|
|
828
828
|
- /opt/app-root/src/run-role.sh
|
|
829
829
|
- appconnect
|
|
830
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
830
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
831
831
|
imagePullPolicy: $(params.image_pull_policy)
|
|
832
832
|
workingDir: /workspace/configs
|
|
833
833
|
|
|
@@ -945,7 +945,7 @@ spec:
|
|
|
945
945
|
command:
|
|
946
946
|
- /opt/app-root/src/run-role.sh
|
|
947
947
|
- arcgis
|
|
948
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
948
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
949
949
|
imagePullPolicy: $(params.image_pull_policy)
|
|
950
950
|
# --------------------------------------------------------------------------------
|
|
951
951
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1015,7 +1015,7 @@ spec:
|
|
|
1015
1015
|
command:
|
|
1016
1016
|
- /opt/app-root/src/run-role.sh
|
|
1017
1017
|
- cert_manager
|
|
1018
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1018
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1019
1019
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1020
1020
|
workingDir: /workspace/configs
|
|
1021
1021
|
# --------------------------------------------------------------------------------
|
|
@@ -1081,7 +1081,7 @@ spec:
|
|
|
1081
1081
|
command:
|
|
1082
1082
|
- /opt/app-root/src/run-role.sh
|
|
1083
1083
|
- common_services
|
|
1084
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1084
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1085
1085
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1086
1086
|
workingDir: /workspace/configs
|
|
1087
1087
|
# --------------------------------------------------------------------------------
|
|
@@ -1208,7 +1208,7 @@ spec:
|
|
|
1208
1208
|
command:
|
|
1209
1209
|
- /opt/app-root/src/run-role.sh
|
|
1210
1210
|
- cos
|
|
1211
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1211
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1212
1212
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1213
1213
|
workingDir: /workspace/configs
|
|
1214
1214
|
|
|
@@ -1328,7 +1328,7 @@ spec:
|
|
|
1328
1328
|
command:
|
|
1329
1329
|
- /opt/app-root/src/run-role.sh
|
|
1330
1330
|
- cp4d_service
|
|
1331
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1331
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1332
1332
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1333
1333
|
workingDir: /workspace/configs
|
|
1334
1334
|
# --------------------------------------------------------------------------------
|
|
@@ -1445,7 +1445,7 @@ spec:
|
|
|
1445
1445
|
command:
|
|
1446
1446
|
- /opt/app-root/src/run-role.sh
|
|
1447
1447
|
- cp4d_service
|
|
1448
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1448
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1449
1449
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1450
1450
|
workingDir: /workspace/configs
|
|
1451
1451
|
|
|
@@ -1551,7 +1551,7 @@ spec:
|
|
|
1551
1551
|
command:
|
|
1552
1552
|
- /opt/app-root/src/run-role.sh
|
|
1553
1553
|
- cp4d
|
|
1554
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1554
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1555
1555
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1556
1556
|
# --------------------------------------------------------------------------------
|
|
1557
1557
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1873,7 +1873,7 @@ spec:
|
|
|
1873
1873
|
command:
|
|
1874
1874
|
- /opt/app-root/src/run-role.sh
|
|
1875
1875
|
- db2
|
|
1876
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1876
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1877
1877
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1878
1878
|
workingDir: /workspace/configs
|
|
1879
1879
|
|
|
@@ -1983,7 +1983,7 @@ spec:
|
|
|
1983
1983
|
command:
|
|
1984
1984
|
- /opt/app-root/src/run-role.sh
|
|
1985
1985
|
- eck
|
|
1986
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
1986
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
1987
1987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1988
1988
|
# --------------------------------------------------------------------------------
|
|
1989
1989
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2072,20 +2072,20 @@ spec:
|
|
|
2072
2072
|
command:
|
|
2073
2073
|
- /opt/app-root/src/run-role.sh
|
|
2074
2074
|
- gencfg_workspace
|
|
2075
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
2075
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
2076
2076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2077
2077
|
workingDir: /workspace/configs
|
|
2078
2078
|
|
|
2079
2079
|
workspaces:
|
|
2080
2080
|
- name: configs
|
|
2081
2081
|
# --------------------------------------------------------------------------------
|
|
2082
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-
|
|
2082
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-aiservice-tenant.yaml
|
|
2083
2083
|
# --------------------------------------------------------------------------------
|
|
2084
2084
|
---
|
|
2085
2085
|
apiVersion: tekton.dev/v1beta1
|
|
2086
2086
|
kind: Task
|
|
2087
2087
|
metadata:
|
|
2088
|
-
name: gitops-
|
|
2088
|
+
name: gitops-aiservice-tenant
|
|
2089
2089
|
spec:
|
|
2090
2090
|
params:
|
|
2091
2091
|
- name: cluster_name
|
|
@@ -2106,18 +2106,16 @@ spec:
|
|
|
2106
2106
|
type: string
|
|
2107
2107
|
- name: github_host
|
|
2108
2108
|
type: string
|
|
2109
|
-
- name:
|
|
2109
|
+
- name: aiservice_namespace
|
|
2110
2110
|
type: string
|
|
2111
|
-
- name:
|
|
2111
|
+
- name: aiservice_provision_tenant
|
|
2112
2112
|
type: string
|
|
2113
|
-
- name:
|
|
2113
|
+
- name: aiservice_instance_id
|
|
2114
2114
|
type: string
|
|
2115
2115
|
- name: tenantNamespace
|
|
2116
2116
|
type: string
|
|
2117
2117
|
- name: tenant_id
|
|
2118
2118
|
type: string
|
|
2119
|
-
- name: mas_aibroker_tenant_name
|
|
2120
|
-
type: string
|
|
2121
2119
|
- name: cluster_domain
|
|
2122
2120
|
type: string
|
|
2123
2121
|
- name: in_saas_env
|
|
@@ -2130,27 +2128,29 @@ spec:
|
|
|
2130
2128
|
type: string
|
|
2131
2129
|
- name: slscfg_url
|
|
2132
2130
|
type: string
|
|
2133
|
-
- name:
|
|
2131
|
+
- name: aiservice_sls_subscription_id
|
|
2134
2132
|
type: string
|
|
2135
|
-
- name:
|
|
2133
|
+
- name: aiservice_watsonxai_url
|
|
2136
2134
|
type: string
|
|
2137
|
-
- name:
|
|
2135
|
+
- name: aiservice_watsonx_full
|
|
2138
2136
|
type: string
|
|
2139
|
-
- name:
|
|
2137
|
+
- name: aiservice_watsonx_instance_id
|
|
2140
2138
|
type: string
|
|
2141
|
-
- name:
|
|
2139
|
+
- name: aiservice_watsonx_version
|
|
2142
2140
|
type: string
|
|
2143
|
-
- name:
|
|
2141
|
+
- name: aiservice_watsonx_username
|
|
2144
2142
|
type: string
|
|
2145
|
-
- name:
|
|
2143
|
+
- name: aiservice_operator_log_level
|
|
2146
2144
|
type: string
|
|
2147
|
-
- name:
|
|
2145
|
+
- name: aiservice_storage_region
|
|
2148
2146
|
type: string
|
|
2149
|
-
- name:
|
|
2147
|
+
- name: aiservice_storage_provider
|
|
2150
2148
|
type: string
|
|
2151
|
-
- name:
|
|
2149
|
+
- name: aiservice_storage_ssl
|
|
2152
2150
|
type: string
|
|
2153
|
-
- name:
|
|
2151
|
+
- name: aiservice_s3_endpoint_url
|
|
2152
|
+
type: string
|
|
2153
|
+
- name: aiservice_s3_bucket_prefix
|
|
2154
2154
|
type: string
|
|
2155
2155
|
- name: rsl_url
|
|
2156
2156
|
type: string
|
|
@@ -2161,7 +2161,7 @@ spec:
|
|
|
2161
2161
|
- name: tenant_entitlement_end_date
|
|
2162
2162
|
type: string
|
|
2163
2163
|
stepTemplate:
|
|
2164
|
-
name: gitops-
|
|
2164
|
+
name: gitops-aiservice-tenant
|
|
2165
2165
|
env:
|
|
2166
2166
|
- name: CLUSTER_NAME
|
|
2167
2167
|
value: $(params.cluster_name)
|
|
@@ -2181,18 +2181,16 @@ spec:
|
|
|
2181
2181
|
value: $(params.github_host)
|
|
2182
2182
|
- name: GITHUB_REPO
|
|
2183
2183
|
value: $(params.github_repo)
|
|
2184
|
-
- name:
|
|
2185
|
-
value: $(params.
|
|
2186
|
-
- name:
|
|
2187
|
-
value: $(params.
|
|
2188
|
-
- name:
|
|
2189
|
-
value: $(params.
|
|
2184
|
+
- name: AISERVICE_NAMESPACE
|
|
2185
|
+
value: $(params.aiservice_namespace)
|
|
2186
|
+
- name: AISERVICE_PROVISION_TENANT
|
|
2187
|
+
value: $(params.aiservice_provision_tenant)
|
|
2188
|
+
- name: AISERVICE_INSTANCE_ID
|
|
2189
|
+
value: $(params.aiservice_instance_id)
|
|
2190
2190
|
- name: TENANT_NAMESPACE
|
|
2191
2191
|
value: $(params.tenantNamespace)
|
|
2192
2192
|
- name: TENANT_ID
|
|
2193
2193
|
value: $(params.tenant_id)
|
|
2194
|
-
- name: MAS_AIBROKER_TENANT_NAME
|
|
2195
|
-
value: $(params.mas_aibroker_tenant_name)
|
|
2196
2194
|
- name: CLUSTER_DOMAIN
|
|
2197
2195
|
value: $(params.cluster_domain)
|
|
2198
2196
|
- name: IN_SAAS_ENV
|
|
@@ -2205,29 +2203,30 @@ spec:
|
|
|
2205
2203
|
value: $(params.drocfg_url)
|
|
2206
2204
|
- name: SLSCFG_URL
|
|
2207
2205
|
value: $(params.slscfg_url)
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2206
|
+
- name: AISERVICE_SLS_SUBSCRIPTION_ID
|
|
2207
|
+
value: $(params.aiservice_sls_subscription_id)
|
|
2208
|
+
- name: AISERVICE_WATSONXAI_URL
|
|
2209
|
+
value: $(params.aiservice_watsonxai_url)
|
|
2210
|
+
- name: AISERVICE_WATSONX_FULL
|
|
2211
|
+
value: $(params.aiservice_watsonx_full)
|
|
2212
|
+
- name: AISERVICE_WATSONX_INSTANCE_ID
|
|
2213
|
+
value: $(params.aiservice_watsonx_instance_id)
|
|
2214
|
+
- name: AISERVICE_WATSONX_VERSION
|
|
2215
|
+
value: $(params.aiservice_watsonx_version)
|
|
2216
|
+
- name: AISERVICE_WATSONX_USERNAME
|
|
2217
|
+
value: $(params.aiservice_watsonx_username)
|
|
2218
|
+
- name: AISERVICE_OPERATOR_LOG_LEVEL
|
|
2219
|
+
value: $(params.aiservice_operator_log_level)
|
|
2220
|
+
- name: AISERVICE_STORAGE_REGION
|
|
2221
|
+
value: $(params.aiservice_storage_region)
|
|
2222
|
+
- name: AISERVICE_STORAGE_PROVIDER
|
|
2223
|
+
value: $(params.aiservice_storage_provider)
|
|
2224
|
+
- name: AISERVICE_STORAGE_SSL
|
|
2225
|
+
value: $(params.aiservice_storage_ssl)
|
|
2226
|
+
- name: AISERVICE_S3_ENDPOINT_URL
|
|
2227
|
+
value: $(params.aiservice_s3_endpoint_url)
|
|
2228
|
+
- name: AISERVICE_S3_BUCKET_PREFIX
|
|
2229
|
+
value: $(params.aiservice_s3_bucket_prefix)
|
|
2231
2230
|
- name: RSL_URL
|
|
2232
2231
|
value: $(params.rsl_url)
|
|
2233
2232
|
- name: TENANT_ENTITLEMENT_TYPE
|
|
@@ -2249,11 +2248,11 @@ spec:
|
|
|
2249
2248
|
git config --global user.email "you@example.com"
|
|
2250
2249
|
git config --global user.password $GITHUB_PAT
|
|
2251
2250
|
|
|
2252
|
-
mkdir -p /tmp/init-
|
|
2251
|
+
mkdir -p /tmp/init-aiservice-tenant
|
|
2253
2252
|
|
|
2254
|
-
mas gitops-
|
|
2253
|
+
mas gitops-aiservice-tenant -a $ACCOUNT -c $CLUSTER_NAME \
|
|
2255
2254
|
--secrets-path $SECRET_PATH \
|
|
2256
|
-
--dir /tmp/init-
|
|
2255
|
+
--dir /tmp/init-aiservice-tenant \
|
|
2257
2256
|
--github-push \
|
|
2258
2257
|
--github-host "$GITHUB_HOST" \
|
|
2259
2258
|
--github-org "$GITHUB_ORG" \
|
|
@@ -2265,19 +2264,19 @@ spec:
|
|
|
2265
2264
|
command:
|
|
2266
2265
|
- /bin/sh
|
|
2267
2266
|
- -c
|
|
2268
|
-
name: gitops-
|
|
2267
|
+
name: gitops-aiservice-tenant
|
|
2269
2268
|
imagePullPolicy: IfNotPresent
|
|
2270
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
2269
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
2271
2270
|
workspaces:
|
|
2272
2271
|
- name: configs
|
|
2273
2272
|
# --------------------------------------------------------------------------------
|
|
2274
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-
|
|
2273
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-aiservice.yaml
|
|
2275
2274
|
# --------------------------------------------------------------------------------
|
|
2276
2275
|
---
|
|
2277
2276
|
apiVersion: tekton.dev/v1beta1
|
|
2278
2277
|
kind: Task
|
|
2279
2278
|
metadata:
|
|
2280
|
-
name: gitops-
|
|
2279
|
+
name: gitops-aiservice
|
|
2281
2280
|
spec:
|
|
2282
2281
|
params:
|
|
2283
2282
|
- name: cluster_name
|
|
@@ -2299,39 +2298,25 @@ spec:
|
|
|
2299
2298
|
type: string
|
|
2300
2299
|
- name: github_host
|
|
2301
2300
|
type: string
|
|
2302
|
-
- name:
|
|
2301
|
+
- name: aiservice_instance_id
|
|
2303
2302
|
type: string
|
|
2304
|
-
- name:
|
|
2303
|
+
- name: aiservice_namespace
|
|
2305
2304
|
type: string
|
|
2306
|
-
- name:
|
|
2305
|
+
- name: aiservice_watsonx_secret
|
|
2307
2306
|
type: string
|
|
2308
2307
|
- name: pull_secret_name
|
|
2309
2308
|
type: string
|
|
2310
|
-
- name:
|
|
2311
|
-
type: string
|
|
2312
|
-
- name: mas_aibroker_storage_secret
|
|
2313
|
-
type: string
|
|
2314
|
-
- name: mas_aibroker_storage_host
|
|
2315
|
-
type: string
|
|
2316
|
-
- name: mas_aibroker_storage_port
|
|
2317
|
-
type: string
|
|
2318
|
-
- name: mas_aibroker_storage_ssl
|
|
2319
|
-
type: string
|
|
2320
|
-
- name: mas_aibroker_storage_region
|
|
2321
|
-
type: string
|
|
2322
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
2309
|
+
- name: aiservice_storage_provider
|
|
2323
2310
|
type: string
|
|
2324
|
-
- name:
|
|
2311
|
+
- name: aiservice_storage_ssl
|
|
2325
2312
|
type: string
|
|
2326
|
-
- name:
|
|
2327
|
-
type: string
|
|
2328
|
-
- name: mas_aibroker_mariadb_secret
|
|
2313
|
+
- name: aiservice_storage_region
|
|
2329
2314
|
type: string
|
|
2330
2315
|
- name: primary_storage_class
|
|
2331
2316
|
type: string
|
|
2332
2317
|
- name: artifactory_username
|
|
2333
2318
|
type: string
|
|
2334
|
-
- name:
|
|
2319
|
+
- name: aiservice_channel
|
|
2335
2320
|
type: string
|
|
2336
2321
|
- name: mas_catalog_source
|
|
2337
2322
|
type: string
|
|
@@ -2347,15 +2332,29 @@ spec:
|
|
|
2347
2332
|
type: string
|
|
2348
2333
|
- name: environment_type
|
|
2349
2334
|
type: string
|
|
2350
|
-
- name:
|
|
2335
|
+
- name: aiservice_s3_endpoint_url
|
|
2336
|
+
type: string
|
|
2337
|
+
- name: aiservice_s3_bucket_prefix
|
|
2338
|
+
type: string
|
|
2339
|
+
- name: sls_registration_key_secret
|
|
2340
|
+
type: string
|
|
2341
|
+
- name: dro_token_secret
|
|
2342
|
+
type: string
|
|
2343
|
+
- name: dro_cacert_secret
|
|
2344
|
+
type: string
|
|
2345
|
+
- name: aiservice_s3_templates_bucket
|
|
2346
|
+
type: string
|
|
2347
|
+
- name: aiservice_s3_tenants_bucket
|
|
2351
2348
|
type: string
|
|
2352
|
-
- name:
|
|
2349
|
+
- name: aiservice_s3_secret
|
|
2353
2350
|
type: string
|
|
2354
|
-
- name:
|
|
2351
|
+
- name: jdbc_secret
|
|
2352
|
+
type: string
|
|
2353
|
+
- name: use_aws_db2
|
|
2355
2354
|
type: string
|
|
2356
2355
|
|
|
2357
2356
|
stepTemplate:
|
|
2358
|
-
name: gitops-
|
|
2357
|
+
name: gitops-aiservice
|
|
2359
2358
|
env:
|
|
2360
2359
|
- name: CLUSTER_NAME
|
|
2361
2360
|
value: $(params.cluster_name)
|
|
@@ -2375,40 +2374,26 @@ spec:
|
|
|
2375
2374
|
value: $(params.github_host)
|
|
2376
2375
|
- name: GITHUB_REPO
|
|
2377
2376
|
value: $(params.github_repo)
|
|
2378
|
-
- name:
|
|
2379
|
-
value: $(params.
|
|
2380
|
-
- name:
|
|
2381
|
-
value: $(params.
|
|
2382
|
-
- name:
|
|
2383
|
-
value: $(params.
|
|
2377
|
+
- name: AISERVICE_INSTANCE_ID
|
|
2378
|
+
value: $(params.aiservice_instance_id)
|
|
2379
|
+
- name: AISERVICE_NAMESPACE
|
|
2380
|
+
value: $(params.aiservice_namespace)
|
|
2381
|
+
- name: AISERVICE_WATSONX_SECRET
|
|
2382
|
+
value: $(params.aiservice_watsonx_secret)
|
|
2384
2383
|
- name: PULL_SECRET_NAME
|
|
2385
2384
|
value: $(params.pull_secret_name)
|
|
2386
|
-
- name:
|
|
2387
|
-
value: $(params.
|
|
2388
|
-
- name:
|
|
2389
|
-
value: $(params.
|
|
2390
|
-
- name:
|
|
2391
|
-
value: $(params.
|
|
2392
|
-
- name: MAS_AIBROKER_STORAGE_PORT
|
|
2393
|
-
value: $(params.mas_aibroker_storage_port)
|
|
2394
|
-
- name: MAS_AIBROKER_STORAGE_SSL
|
|
2395
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
2396
|
-
- name: MAS_AIBROKER_STORAGE_REGION
|
|
2397
|
-
value: $(params.mas_aibroker_storage_region)
|
|
2398
|
-
- name: MAS_AIBROKER_STORAGE_PIPELINES_BUCKET
|
|
2399
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
2400
|
-
- name: MAS_AIBROKER_STORAGE_TENANTS_BUCKET
|
|
2401
|
-
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
2402
|
-
- name: MAS_AIBROKER_STORAGE_TEMPLATES_BUCKET
|
|
2403
|
-
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
2404
|
-
- name: MAS_AIBROKER_MARIADB_SECRET
|
|
2405
|
-
value: $(params.mas_aibroker_mariadb_secret)
|
|
2385
|
+
- name: AISERVICE_STORAGE_PROVIDER
|
|
2386
|
+
value: $(params.aiservice_storage_provider)
|
|
2387
|
+
- name: AISERVICE_STORAGE_SSL
|
|
2388
|
+
value: $(params.aiservice_storage_ssl)
|
|
2389
|
+
- name: AISERVICE_STORAGE_REGION
|
|
2390
|
+
value: $(params.aiservice_storage_region)
|
|
2406
2391
|
- name: PRIMARY_STORAGE_CLASS
|
|
2407
2392
|
value: $(params.primary_storage_class)
|
|
2408
2393
|
- name: ARTIFACTORY_USERNAME
|
|
2409
2394
|
value: $(params.artifactory_username)
|
|
2410
|
-
- name:
|
|
2411
|
-
value: $(params.
|
|
2395
|
+
- name: AISERVICE_CHANNEL
|
|
2396
|
+
value: $(params.aiservice_channel)
|
|
2412
2397
|
- name: MAS_CATALOG_SOURCE
|
|
2413
2398
|
value: $(params.mas_catalog_source)
|
|
2414
2399
|
- name: MAS_ICR_CP
|
|
@@ -2423,12 +2408,27 @@ spec:
|
|
|
2423
2408
|
value: $(params.is_external_route)
|
|
2424
2409
|
- name: ENVIRONMENT_TYPE
|
|
2425
2410
|
value: $(params.environment_type)
|
|
2426
|
-
- name:
|
|
2427
|
-
value: $(params.
|
|
2428
|
-
- name:
|
|
2429
|
-
value: $(params.
|
|
2430
|
-
- name:
|
|
2431
|
-
value: $(params.
|
|
2411
|
+
- name: AISERVICE_S3_ENDPOINT_URL
|
|
2412
|
+
value: $(params.aiservice_s3_endpoint_url)
|
|
2413
|
+
- name: AISERVICE_S3_BUCKET_PREFIX
|
|
2414
|
+
value: $(params.aiservice_s3_bucket_prefix)
|
|
2415
|
+
- name: SLS_REGISTRATION_KEY_SECRET
|
|
2416
|
+
value: $(params.sls_registration_key_secret)
|
|
2417
|
+
- name: DRO_TOKEN_SECRET
|
|
2418
|
+
value: $(params.dro_token_secret)
|
|
2419
|
+
- name: DRO_CACERT_SECRET
|
|
2420
|
+
value: $(params.dro_cacert_secret)
|
|
2421
|
+
- name: AISERVICE_S3_TEMPLATES_BUCKET
|
|
2422
|
+
value: $(params.aiservice_s3_templates_bucket)
|
|
2423
|
+
- name: AISERVICE_S3_TENANTS_BUCKET
|
|
2424
|
+
value: $(params.aiservice_s3_tenants_bucket)
|
|
2425
|
+
- name: AISERVICE_S3_SECRET
|
|
2426
|
+
value: $(params.aiservice_s3_secret)
|
|
2427
|
+
- name: JDBC_SECRET
|
|
2428
|
+
value: $(params.jdbc_secret)
|
|
2429
|
+
- name: USE_AWS_DB2
|
|
2430
|
+
value: $(params.use_aws_db2)
|
|
2431
|
+
|
|
2432
2432
|
envFrom:
|
|
2433
2433
|
- configMapRef:
|
|
2434
2434
|
name: environment-properties
|
|
@@ -2444,10 +2444,10 @@ spec:
|
|
|
2444
2444
|
git config --global user.email "you@example.com"
|
|
2445
2445
|
git config --global user.password $GITHUB_PAT
|
|
2446
2446
|
|
|
2447
|
-
mkdir -p /tmp/init-
|
|
2448
|
-
mas gitops-
|
|
2447
|
+
mkdir -p /tmp/init-aiservice
|
|
2448
|
+
mas gitops-aiservice -a $ACCOUNT -c $CLUSTER_NAME \
|
|
2449
2449
|
--secrets-path $SECRET_PATH \
|
|
2450
|
-
--dir /tmp/init-
|
|
2450
|
+
--dir /tmp/init-aiservice \
|
|
2451
2451
|
--github-push \
|
|
2452
2452
|
--github-host $GITHUB_HOST \
|
|
2453
2453
|
--github-org $GITHUB_ORG \
|
|
@@ -2458,9 +2458,9 @@ spec:
|
|
|
2458
2458
|
command:
|
|
2459
2459
|
- /bin/sh
|
|
2460
2460
|
- -c
|
|
2461
|
-
name: gitops-
|
|
2461
|
+
name: gitops-aiservice
|
|
2462
2462
|
imagePullPolicy: IfNotPresent
|
|
2463
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
2463
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
2464
2464
|
workspaces:
|
|
2465
2465
|
- name: configs
|
|
2466
2466
|
# --------------------------------------------------------------------------------
|
|
@@ -2561,7 +2561,7 @@ spec:
|
|
|
2561
2561
|
- -c
|
|
2562
2562
|
name: gitops-bootstrap
|
|
2563
2563
|
imagePullPolicy: IfNotPresent
|
|
2564
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
2564
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
2565
2565
|
workspaces:
|
|
2566
2566
|
- name: configs
|
|
2567
2567
|
# --------------------------------------------------------------------------------
|
|
@@ -2643,7 +2643,7 @@ spec:
|
|
|
2643
2643
|
- -c
|
|
2644
2644
|
name: gitops-cis-compliance
|
|
2645
2645
|
imagePullPolicy: IfNotPresent
|
|
2646
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
2646
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
2647
2647
|
workspaces:
|
|
2648
2648
|
- name: configs
|
|
2649
2649
|
# --------------------------------------------------------------------------------
|
|
@@ -2983,7 +2983,7 @@ spec:
|
|
|
2983
2983
|
- -c
|
|
2984
2984
|
name: gitops-cluster
|
|
2985
2985
|
imagePullPolicy: Always
|
|
2986
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
2986
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
2987
2987
|
workspaces:
|
|
2988
2988
|
- name: configs
|
|
2989
2989
|
- name: gitops-cluster-configs
|
|
@@ -3092,7 +3092,7 @@ spec:
|
|
|
3092
3092
|
- -c
|
|
3093
3093
|
name: gitops-cos
|
|
3094
3094
|
imagePullPolicy: IfNotPresent
|
|
3095
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
3095
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
3096
3096
|
workspaces:
|
|
3097
3097
|
- name: configs
|
|
3098
3098
|
# --------------------------------------------------------------------------------
|
|
@@ -3240,7 +3240,7 @@ spec:
|
|
|
3240
3240
|
- -c
|
|
3241
3241
|
name: gitops-cp4d-service
|
|
3242
3242
|
imagePullPolicy: IfNotPresent
|
|
3243
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
3243
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
3244
3244
|
workspaces:
|
|
3245
3245
|
- name: configs
|
|
3246
3246
|
- name: shared-gitops-configs
|
|
@@ -3369,7 +3369,7 @@ spec:
|
|
|
3369
3369
|
- -c
|
|
3370
3370
|
name: gitops-cp4d
|
|
3371
3371
|
imagePullPolicy: IfNotPresent
|
|
3372
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
3372
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
3373
3373
|
workspaces:
|
|
3374
3374
|
- name: configs
|
|
3375
3375
|
- name: shared-gitops-configs
|
|
@@ -3660,7 +3660,7 @@ spec:
|
|
|
3660
3660
|
- -c
|
|
3661
3661
|
name: gitops-db2u-database
|
|
3662
3662
|
imagePullPolicy: Always
|
|
3663
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
3663
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
3664
3664
|
workspaces:
|
|
3665
3665
|
- name: configs
|
|
3666
3666
|
- name: shared-gitops-configs
|
|
@@ -3758,7 +3758,7 @@ spec:
|
|
|
3758
3758
|
- -c
|
|
3759
3759
|
name: gitops-db2u
|
|
3760
3760
|
imagePullPolicy: IfNotPresent
|
|
3761
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
3761
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
3762
3762
|
workspaces:
|
|
3763
3763
|
- name: configs
|
|
3764
3764
|
# --------------------------------------------------------------------------------
|
|
@@ -3885,7 +3885,7 @@ spec:
|
|
|
3885
3885
|
- -c
|
|
3886
3886
|
name: gitops-delete-jdbc-config
|
|
3887
3887
|
imagePullPolicy: IfNotPresent
|
|
3888
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
3888
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
3889
3889
|
workspaces:
|
|
3890
3890
|
- name: configs
|
|
3891
3891
|
# --------------------------------------------------------------------------------
|
|
@@ -3983,13 +3983,193 @@ spec:
|
|
|
3983
3983
|
- -c
|
|
3984
3984
|
name: gitops-delete-kafka-config
|
|
3985
3985
|
imagePullPolicy: Always
|
|
3986
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
3986
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
3987
3987
|
workspaces:
|
|
3988
3988
|
- name: configs
|
|
3989
3989
|
|
|
3990
3990
|
|
|
3991
3991
|
|
|
3992
3992
|
|
|
3993
|
+
# --------------------------------------------------------------------------------
|
|
3994
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-aiservice-tenant.yaml
|
|
3995
|
+
# --------------------------------------------------------------------------------
|
|
3996
|
+
---
|
|
3997
|
+
apiVersion: tekton.dev/v1beta1
|
|
3998
|
+
kind: Task
|
|
3999
|
+
metadata:
|
|
4000
|
+
name: gitops-deprovision-aiservice-tenant
|
|
4001
|
+
spec:
|
|
4002
|
+
params:
|
|
4003
|
+
- name: cluster_name
|
|
4004
|
+
type: string
|
|
4005
|
+
- name: account
|
|
4006
|
+
type: string
|
|
4007
|
+
- name: cluster_url
|
|
4008
|
+
type: string
|
|
4009
|
+
- name: secrets_path
|
|
4010
|
+
type: string
|
|
4011
|
+
- name: avp_aws_secret_region
|
|
4012
|
+
type: string
|
|
4013
|
+
- name: git_branch
|
|
4014
|
+
type: string
|
|
4015
|
+
- name: github_org
|
|
4016
|
+
type: string
|
|
4017
|
+
- name: github_repo
|
|
4018
|
+
type: string
|
|
4019
|
+
- name: github_host
|
|
4020
|
+
type: string
|
|
4021
|
+
- name: aiservice_instance_id
|
|
4022
|
+
type: string
|
|
4023
|
+
- name: tenant_id
|
|
4024
|
+
type: string
|
|
4025
|
+
|
|
4026
|
+
stepTemplate:
|
|
4027
|
+
name: gitops-deprovision-aiservice-tenant
|
|
4028
|
+
env:
|
|
4029
|
+
- name: CLUSTER_NAME
|
|
4030
|
+
value: $(params.cluster_name)
|
|
4031
|
+
- name: ACCOUNT
|
|
4032
|
+
value: $(params.account)
|
|
4033
|
+
- name: CLUSTER_URL
|
|
4034
|
+
value: $(params.cluster_url)
|
|
4035
|
+
- name: SECRET_PATH
|
|
4036
|
+
value: $(params.secrets_path)
|
|
4037
|
+
- name: SM_AWS_REGION
|
|
4038
|
+
value: $(params.avp_aws_secret_region)
|
|
4039
|
+
- name: GIT_BRANCH
|
|
4040
|
+
value: $(params.git_branch)
|
|
4041
|
+
- name: GITHUB_ORG
|
|
4042
|
+
value: $(params.github_org)
|
|
4043
|
+
- name: GITHUB_HOST
|
|
4044
|
+
value: $(params.github_host)
|
|
4045
|
+
- name: GITHUB_REPO
|
|
4046
|
+
value: $(params.github_repo)
|
|
4047
|
+
- name: AISERVICE_INSTANCE_ID
|
|
4048
|
+
value: $(params.aiservice_instance_id)
|
|
4049
|
+
- name: TENANT_ID
|
|
4050
|
+
value: $(params.tenant_id)
|
|
4051
|
+
envFrom:
|
|
4052
|
+
- configMapRef:
|
|
4053
|
+
name: environment-properties
|
|
4054
|
+
optional: true
|
|
4055
|
+
- secretRef:
|
|
4056
|
+
name: secure-properties
|
|
4057
|
+
steps:
|
|
4058
|
+
- args:
|
|
4059
|
+
- |-
|
|
4060
|
+
git config --global user.name "MAS Automation"
|
|
4061
|
+
git config --global user.email "you@example.com"
|
|
4062
|
+
git config --global user.password $GITHUB_PAT
|
|
4063
|
+
|
|
4064
|
+
mkdir -p /tmp/init-aiservice-tenant
|
|
4065
|
+
|
|
4066
|
+
mas gitops-deprovision-aiservice-tenant -a $ACCOUNT -c $CLUSTER_NAME \
|
|
4067
|
+
--secrets-path $SECRET_PATH \
|
|
4068
|
+
--dir /tmp/init-aiservice-tenant \
|
|
4069
|
+
--github-push \
|
|
4070
|
+
--github-host "$GITHUB_HOST" \
|
|
4071
|
+
--github-org "$GITHUB_ORG" \
|
|
4072
|
+
--github-repo "$GITHUB_REPO" \
|
|
4073
|
+
--git-branch "$GIT_BRANCH" \
|
|
4074
|
+
|
|
4075
|
+
|
|
4076
|
+
exit $?
|
|
4077
|
+
command:
|
|
4078
|
+
- /bin/sh
|
|
4079
|
+
- -c
|
|
4080
|
+
name: gitops-deprovision-aiservice-tenant
|
|
4081
|
+
imagePullPolicy: IfNotPresent
|
|
4082
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4083
|
+
workspaces:
|
|
4084
|
+
- name: configs
|
|
4085
|
+
# --------------------------------------------------------------------------------
|
|
4086
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-aiservice.yaml
|
|
4087
|
+
# --------------------------------------------------------------------------------
|
|
4088
|
+
---
|
|
4089
|
+
apiVersion: tekton.dev/v1beta1
|
|
4090
|
+
kind: Task
|
|
4091
|
+
metadata:
|
|
4092
|
+
name: gitops-deprovision-aiservice
|
|
4093
|
+
spec:
|
|
4094
|
+
params:
|
|
4095
|
+
- name: cluster_name
|
|
4096
|
+
type: string
|
|
4097
|
+
- name: account
|
|
4098
|
+
type: string
|
|
4099
|
+
- name: cluster_url
|
|
4100
|
+
type: string
|
|
4101
|
+
- name: secrets_path
|
|
4102
|
+
type: string
|
|
4103
|
+
- name: avp_aws_secret_region
|
|
4104
|
+
type: string
|
|
4105
|
+
- name: git_branch
|
|
4106
|
+
type: string
|
|
4107
|
+
- name: github_org
|
|
4108
|
+
type: string
|
|
4109
|
+
- name: github_repo
|
|
4110
|
+
type: string
|
|
4111
|
+
- name: github_host
|
|
4112
|
+
type: string
|
|
4113
|
+
- name: aiservice_instance_id
|
|
4114
|
+
type: string
|
|
4115
|
+
|
|
4116
|
+
stepTemplate:
|
|
4117
|
+
name: gitops-deprovision-aiservice
|
|
4118
|
+
env:
|
|
4119
|
+
- name: CLUSTER_NAME
|
|
4120
|
+
value: $(params.cluster_name)
|
|
4121
|
+
- name: ACCOUNT
|
|
4122
|
+
value: $(params.account)
|
|
4123
|
+
- name: CLUSTER_URL
|
|
4124
|
+
value: $(params.cluster_url)
|
|
4125
|
+
- name: SECRET_PATH
|
|
4126
|
+
value: $(params.secrets_path)
|
|
4127
|
+
- name: SM_AWS_REGION
|
|
4128
|
+
value: $(params.avp_aws_secret_region)
|
|
4129
|
+
- name: GIT_BRANCH
|
|
4130
|
+
value: $(params.git_branch)
|
|
4131
|
+
- name: GITHUB_ORG
|
|
4132
|
+
value: $(params.github_org)
|
|
4133
|
+
- name: GITHUB_HOST
|
|
4134
|
+
value: $(params.github_host)
|
|
4135
|
+
- name: GITHUB_REPO
|
|
4136
|
+
value: $(params.github_repo)
|
|
4137
|
+
- name: AISERVICE_INSTANCE_ID
|
|
4138
|
+
value: $(params.aiservice_instance_id)
|
|
4139
|
+
envFrom:
|
|
4140
|
+
- configMapRef:
|
|
4141
|
+
name: environment-properties
|
|
4142
|
+
optional: true
|
|
4143
|
+
- secretRef:
|
|
4144
|
+
name: secure-properties
|
|
4145
|
+
steps:
|
|
4146
|
+
- args:
|
|
4147
|
+
- |-
|
|
4148
|
+
git config --global user.name "MAS Automation"
|
|
4149
|
+
git config --global user.email "you@example.com"
|
|
4150
|
+
git config --global user.password $GITHUB_PAT
|
|
4151
|
+
|
|
4152
|
+
mkdir -p /tmp/init-aiservice
|
|
4153
|
+
|
|
4154
|
+
mas gitops-deprovision-aiservice -a $ACCOUNT -c $CLUSTER_NAME \
|
|
4155
|
+
--secrets-path $SECRET_PATH \
|
|
4156
|
+
--dir /tmp/init-aiservice \
|
|
4157
|
+
--github-push \
|
|
4158
|
+
--github-host "$GITHUB_HOST" \
|
|
4159
|
+
--github-org "$GITHUB_ORG" \
|
|
4160
|
+
--github-repo "$GITHUB_REPO" \
|
|
4161
|
+
--git-branch "$GIT_BRANCH" \
|
|
4162
|
+
|
|
4163
|
+
|
|
4164
|
+
exit $?
|
|
4165
|
+
command:
|
|
4166
|
+
- /bin/sh
|
|
4167
|
+
- -c
|
|
4168
|
+
name: gitops-deprovision-aiservice
|
|
4169
|
+
imagePullPolicy: IfNotPresent
|
|
4170
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4171
|
+
workspaces:
|
|
4172
|
+
- name: configs
|
|
3993
4173
|
# --------------------------------------------------------------------------------
|
|
3994
4174
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-app-config.yaml
|
|
3995
4175
|
# --------------------------------------------------------------------------------
|
|
@@ -4075,7 +4255,7 @@ spec:
|
|
|
4075
4255
|
- -c
|
|
4076
4256
|
name: gitops-deprovision-app-config
|
|
4077
4257
|
imagePullPolicy: IfNotPresent
|
|
4078
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4258
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4079
4259
|
workspaces:
|
|
4080
4260
|
- name: configs
|
|
4081
4261
|
# --------------------------------------------------------------------------------
|
|
@@ -4160,7 +4340,7 @@ spec:
|
|
|
4160
4340
|
- -c
|
|
4161
4341
|
name: gitops-deprovision-app-install
|
|
4162
4342
|
imagePullPolicy: IfNotPresent
|
|
4163
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4343
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4164
4344
|
workspaces:
|
|
4165
4345
|
- name: configs
|
|
4166
4346
|
# --------------------------------------------------------------------------------
|
|
@@ -4245,7 +4425,7 @@ spec:
|
|
|
4245
4425
|
- -c
|
|
4246
4426
|
name: gitops-deprovision-cluster
|
|
4247
4427
|
imagePullPolicy: IfNotPresent
|
|
4248
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4428
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4249
4429
|
workspaces:
|
|
4250
4430
|
- name: configs
|
|
4251
4431
|
# --------------------------------------------------------------------------------
|
|
@@ -4364,7 +4544,7 @@ spec:
|
|
|
4364
4544
|
- -c
|
|
4365
4545
|
name: gitops-deprovision-cos
|
|
4366
4546
|
imagePullPolicy: IfNotPresent
|
|
4367
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4547
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4368
4548
|
workspaces:
|
|
4369
4549
|
- name: configs
|
|
4370
4550
|
# --------------------------------------------------------------------------------
|
|
@@ -4469,10 +4649,9 @@ spec:
|
|
|
4469
4649
|
- -c
|
|
4470
4650
|
name: gitops-deprovision-cp4d-service
|
|
4471
4651
|
imagePullPolicy: IfNotPresent
|
|
4472
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4652
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4473
4653
|
workspaces:
|
|
4474
|
-
- name: configs
|
|
4475
|
-
# --------------------------------------------------------------------------------
|
|
4654
|
+
- name: configs# --------------------------------------------------------------------------------
|
|
4476
4655
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-cp4d.yaml
|
|
4477
4656
|
# --------------------------------------------------------------------------------
|
|
4478
4657
|
---
|
|
@@ -4557,7 +4736,7 @@ spec:
|
|
|
4557
4736
|
- -c
|
|
4558
4737
|
name: gitops-deprovision-cp4d
|
|
4559
4738
|
imagePullPolicy: IfNotPresent
|
|
4560
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4739
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4561
4740
|
workspaces:
|
|
4562
4741
|
- name: configs
|
|
4563
4742
|
# --------------------------------------------------------------------------------
|
|
@@ -4642,7 +4821,7 @@ spec:
|
|
|
4642
4821
|
- -c
|
|
4643
4822
|
name: gitops-deprovision-customer-subscription
|
|
4644
4823
|
imagePullPolicy: IfNotPresent
|
|
4645
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4824
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4646
4825
|
workspaces:
|
|
4647
4826
|
- name: shared-entitlement
|
|
4648
4827
|
# --------------------------------------------------------------------------------
|
|
@@ -4735,7 +4914,7 @@ spec:
|
|
|
4735
4914
|
- -c
|
|
4736
4915
|
name: gitops-deprovision-db2u-database
|
|
4737
4916
|
imagePullPolicy: IfNotPresent
|
|
4738
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
4917
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4739
4918
|
workspaces:
|
|
4740
4919
|
- name: configs
|
|
4741
4920
|
|
|
@@ -4818,7 +4997,7 @@ spec:
|
|
|
4818
4997
|
- -c
|
|
4819
4998
|
name: gitops-deprovision-db2u
|
|
4820
4999
|
imagePullPolicy: IfNotPresent
|
|
4821
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5000
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4822
5001
|
workspaces:
|
|
4823
5002
|
- name: configs
|
|
4824
5003
|
|
|
@@ -4935,7 +5114,7 @@ spec:
|
|
|
4935
5114
|
- -c
|
|
4936
5115
|
name: gitops-deprovision-efs
|
|
4937
5116
|
imagePullPolicy: IfNotPresent
|
|
4938
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5117
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
4939
5118
|
workspaces:
|
|
4940
5119
|
- name: configs
|
|
4941
5120
|
|
|
@@ -5045,7 +5224,7 @@ spec:
|
|
|
5045
5224
|
- -c
|
|
5046
5225
|
name: gitops-deprovision-kafka
|
|
5047
5226
|
imagePullPolicy: IfNotPresent
|
|
5048
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5227
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5049
5228
|
workspaces:
|
|
5050
5229
|
- name: configs
|
|
5051
5230
|
# --------------------------------------------------------------------------------
|
|
@@ -5148,12 +5327,100 @@ spec:
|
|
|
5148
5327
|
- -c
|
|
5149
5328
|
name: gitops-deprovision-mongo
|
|
5150
5329
|
imagePullPolicy: IfNotPresent
|
|
5151
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5330
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5152
5331
|
workspaces:
|
|
5153
5332
|
- name: configs
|
|
5154
5333
|
|
|
5155
5334
|
|
|
5156
5335
|
|
|
5336
|
+
# --------------------------------------------------------------------------------
|
|
5337
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-odh.yaml
|
|
5338
|
+
# --------------------------------------------------------------------------------
|
|
5339
|
+
|
|
5340
|
+
apiVersion: tekton.dev/v1beta1
|
|
5341
|
+
kind: Task
|
|
5342
|
+
metadata:
|
|
5343
|
+
name: gitops-deprovision-odh
|
|
5344
|
+
spec:
|
|
5345
|
+
params:
|
|
5346
|
+
- name: cluster_name
|
|
5347
|
+
type: string
|
|
5348
|
+
- name: account
|
|
5349
|
+
type: string
|
|
5350
|
+
- name: cluster_id
|
|
5351
|
+
type: string
|
|
5352
|
+
- name: cluster_url
|
|
5353
|
+
type: string
|
|
5354
|
+
default: ""
|
|
5355
|
+
- name: secrets_path
|
|
5356
|
+
type: string
|
|
5357
|
+
- name: avp_aws_secret_region
|
|
5358
|
+
type: string
|
|
5359
|
+
- name: git_branch
|
|
5360
|
+
type: string
|
|
5361
|
+
- name: github_org
|
|
5362
|
+
type: string
|
|
5363
|
+
- name: github_repo
|
|
5364
|
+
type: string
|
|
5365
|
+
- name: github_host
|
|
5366
|
+
type: string
|
|
5367
|
+
- name: aiservice_instance_id
|
|
5368
|
+
type: string
|
|
5369
|
+
stepTemplate:
|
|
5370
|
+
name: gitops-deprovision-odh
|
|
5371
|
+
env:
|
|
5372
|
+
- name: CLUSTER_NAME
|
|
5373
|
+
value: $(params.cluster_name)
|
|
5374
|
+
- name: ACCOUNT
|
|
5375
|
+
value: $(params.account)
|
|
5376
|
+
- name: CLUSTER_URL
|
|
5377
|
+
value: $(params.cluster_url)
|
|
5378
|
+
- name: SECRET_PATH
|
|
5379
|
+
value: $(params.secrets_path)
|
|
5380
|
+
- name: SM_AWS_REGION
|
|
5381
|
+
value: $(params.avp_aws_secret_region)
|
|
5382
|
+
- name: GIT_BRANCH
|
|
5383
|
+
value: $(params.git_branch)
|
|
5384
|
+
- name: GITHUB_ORG
|
|
5385
|
+
value: $(params.github_org)
|
|
5386
|
+
- name: GITHUB_HOST
|
|
5387
|
+
value: $(params.github_host)
|
|
5388
|
+
- name: GITHUB_REPO
|
|
5389
|
+
value: $(params.github_repo)
|
|
5390
|
+
- name: AISERVICE_INSTANCE_ID
|
|
5391
|
+
value: $(params.aiservice_instance_id)
|
|
5392
|
+
envFrom:
|
|
5393
|
+
- configMapRef:
|
|
5394
|
+
name: environment-properties
|
|
5395
|
+
optional: true
|
|
5396
|
+
- secretRef:
|
|
5397
|
+
name: secure-properties
|
|
5398
|
+
steps:
|
|
5399
|
+
- args:
|
|
5400
|
+
- |-
|
|
5401
|
+
git config --global user.name "MAS Automation"
|
|
5402
|
+
git config --global user.email "you@example.com"
|
|
5403
|
+
git config --global user.password $GITHUB_PAT
|
|
5404
|
+
|
|
5405
|
+
mkdir -p /tmp/deprovision-odh
|
|
5406
|
+
mas gitops-deprovision-odh -a $ACCOUNT -c $CLUSTER_NAME \
|
|
5407
|
+
--dir /tmp/deprovision-odh \
|
|
5408
|
+
--secrets-path $SECRET_PATH \
|
|
5409
|
+
--github-push \
|
|
5410
|
+
--github-host $GITHUB_HOST \
|
|
5411
|
+
--github-org $GITHUB_ORG \
|
|
5412
|
+
--github-repo $GITHUB_REPO \
|
|
5413
|
+
--git-branch $GIT_BRANCH \
|
|
5414
|
+
|
|
5415
|
+
exit $?
|
|
5416
|
+
command:
|
|
5417
|
+
- /bin/sh
|
|
5418
|
+
- -c
|
|
5419
|
+
name: gitops-deprovision-odh
|
|
5420
|
+
imagePullPolicy: IfNotPresent
|
|
5421
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5422
|
+
workspaces:
|
|
5423
|
+
- name: configs
|
|
5157
5424
|
# --------------------------------------------------------------------------------
|
|
5158
5425
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-rosa.yaml
|
|
5159
5426
|
# --------------------------------------------------------------------------------
|
|
@@ -5205,7 +5472,7 @@ spec:
|
|
|
5205
5472
|
- -c
|
|
5206
5473
|
name: gitops-deprovision-rosa
|
|
5207
5474
|
imagePullPolicy: IfNotPresent
|
|
5208
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5475
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5209
5476
|
workspaces:
|
|
5210
5477
|
- name: configs
|
|
5211
5478
|
# --------------------------------------------------------------------------------
|
|
@@ -5410,7 +5677,7 @@ spec:
|
|
|
5410
5677
|
- -c
|
|
5411
5678
|
name: gitops-deprovision-suite-config
|
|
5412
5679
|
imagePullPolicy: IfNotPresent
|
|
5413
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5680
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5414
5681
|
workspaces:
|
|
5415
5682
|
- name: configs
|
|
5416
5683
|
|
|
@@ -5508,7 +5775,7 @@ spec:
|
|
|
5508
5775
|
- -c
|
|
5509
5776
|
name: gitops-deprovision-suite-idp-config
|
|
5510
5777
|
imagePullPolicy: IfNotPresent
|
|
5511
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5778
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5512
5779
|
workspaces:
|
|
5513
5780
|
- name: configs
|
|
5514
5781
|
# --------------------------------------------------------------------------------
|
|
@@ -5600,7 +5867,7 @@ spec:
|
|
|
5600
5867
|
- -c
|
|
5601
5868
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5602
5869
|
imagePullPolicy: IfNotPresent
|
|
5603
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
5870
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5604
5871
|
workspaces:
|
|
5605
5872
|
- name: configs
|
|
5606
5873
|
# --------------------------------------------------------------------------------
|
|
@@ -5812,7 +6079,7 @@ spec:
|
|
|
5812
6079
|
- -c
|
|
5813
6080
|
name: gitops-deprovision-suite-smtp-config
|
|
5814
6081
|
imagePullPolicy: IfNotPresent
|
|
5815
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6082
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5816
6083
|
workspaces:
|
|
5817
6084
|
- name: configs
|
|
5818
6085
|
# --------------------------------------------------------------------------------
|
|
@@ -5905,7 +6172,7 @@ spec:
|
|
|
5905
6172
|
- -c
|
|
5906
6173
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5907
6174
|
imagePullPolicy: IfNotPresent
|
|
5908
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6175
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
5909
6176
|
workspaces:
|
|
5910
6177
|
- name: configs
|
|
5911
6178
|
# --------------------------------------------------------------------------------
|
|
@@ -5996,7 +6263,7 @@ spec:
|
|
|
5996
6263
|
- -c
|
|
5997
6264
|
name: gitops-deprovision-suite-workspace
|
|
5998
6265
|
imagePullPolicy: Always
|
|
5999
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6266
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
6000
6267
|
workspaces:
|
|
6001
6268
|
- name: configs
|
|
6002
6269
|
# --------------------------------------------------------------------------------
|
|
@@ -6089,7 +6356,7 @@ spec:
|
|
|
6089
6356
|
- -c
|
|
6090
6357
|
name: gitops-deprovision-suite
|
|
6091
6358
|
imagePullPolicy: IfNotPresent
|
|
6092
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6359
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
6093
6360
|
workspaces:
|
|
6094
6361
|
- name: configs
|
|
6095
6362
|
|
|
@@ -6202,7 +6469,7 @@ spec:
|
|
|
6202
6469
|
- -c
|
|
6203
6470
|
name: gitops-dro
|
|
6204
6471
|
imagePullPolicy: IfNotPresent
|
|
6205
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6472
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
6206
6473
|
workspaces:
|
|
6207
6474
|
- name: configs
|
|
6208
6475
|
# --------------------------------------------------------------------------------
|
|
@@ -6329,7 +6596,7 @@ spec:
|
|
|
6329
6596
|
- -c
|
|
6330
6597
|
name: gitops-efs
|
|
6331
6598
|
imagePullPolicy: IfNotPresent
|
|
6332
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6599
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
6333
6600
|
workspaces:
|
|
6334
6601
|
- name: configs
|
|
6335
6602
|
|
|
@@ -6464,7 +6731,7 @@ spec:
|
|
|
6464
6731
|
- -c
|
|
6465
6732
|
name: gitops-jdbc-config
|
|
6466
6733
|
imagePullPolicy: Always
|
|
6467
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6734
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
6468
6735
|
workspaces:
|
|
6469
6736
|
- name: configs
|
|
6470
6737
|
- name: shared-gitops-configs
|
|
@@ -6560,7 +6827,7 @@ spec:
|
|
|
6560
6827
|
- -c
|
|
6561
6828
|
name: gitops-kafka-config
|
|
6562
6829
|
imagePullPolicy: Always
|
|
6563
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6830
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
6564
6831
|
workspaces:
|
|
6565
6832
|
- name: configs
|
|
6566
6833
|
|
|
@@ -6682,201 +6949,7 @@ spec:
|
|
|
6682
6949
|
- -c
|
|
6683
6950
|
name: gitops-kafka
|
|
6684
6951
|
imagePullPolicy: IfNotPresent
|
|
6685
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
6686
|
-
workspaces:
|
|
6687
|
-
- name: configs
|
|
6688
|
-
# --------------------------------------------------------------------------------
|
|
6689
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-kmodel.yaml
|
|
6690
|
-
# --------------------------------------------------------------------------------
|
|
6691
|
-
|
|
6692
|
-
apiVersion: tekton.dev/v1beta1
|
|
6693
|
-
kind: Task
|
|
6694
|
-
metadata:
|
|
6695
|
-
name: gitops-kmodel
|
|
6696
|
-
spec:
|
|
6697
|
-
params:
|
|
6698
|
-
- name: cluster_name
|
|
6699
|
-
type: string
|
|
6700
|
-
- name: account
|
|
6701
|
-
type: string
|
|
6702
|
-
- name: cluster_id
|
|
6703
|
-
type: string
|
|
6704
|
-
- name: cluster_url
|
|
6705
|
-
type: string
|
|
6706
|
-
default: ""
|
|
6707
|
-
- name: secrets_path
|
|
6708
|
-
type: string
|
|
6709
|
-
- name: avp_aws_secret_region
|
|
6710
|
-
type: string
|
|
6711
|
-
- name: git_branch
|
|
6712
|
-
type: string
|
|
6713
|
-
- name: github_org
|
|
6714
|
-
type: string
|
|
6715
|
-
- name: github_repo
|
|
6716
|
-
type: string
|
|
6717
|
-
- name: github_host
|
|
6718
|
-
type: string
|
|
6719
|
-
|
|
6720
|
-
- name: aibroker_instance_id
|
|
6721
|
-
type: string
|
|
6722
|
-
- name: aibroker_internal_tls
|
|
6723
|
-
type: string
|
|
6724
|
-
- name: aibroker_namespace
|
|
6725
|
-
type: string
|
|
6726
|
-
- name: pull_secret_name
|
|
6727
|
-
type: string
|
|
6728
|
-
- name: mas_aibroker_storage_provider
|
|
6729
|
-
type: string
|
|
6730
|
-
- name: mas_aibroker_storage_ssl
|
|
6731
|
-
type: string
|
|
6732
|
-
- name: mas_aibroker_storage_host
|
|
6733
|
-
type: string
|
|
6734
|
-
- name: mas_aibroker_storage_port
|
|
6735
|
-
type: string
|
|
6736
|
-
- name: mas_aibroker_storage_region
|
|
6737
|
-
type: string
|
|
6738
|
-
- name: mas_aibroker_storage_templates_bucket
|
|
6739
|
-
type: string
|
|
6740
|
-
- name: mas_aibroker_storage_tenants_bucket
|
|
6741
|
-
type: string
|
|
6742
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
6743
|
-
type: string
|
|
6744
|
-
- name: ssh_secret_name
|
|
6745
|
-
type: string
|
|
6746
|
-
- name: docker_server
|
|
6747
|
-
type: string
|
|
6748
|
-
- name: tenantNamespace
|
|
6749
|
-
type: string
|
|
6750
|
-
- name: mas_aibroker_provision_tenant
|
|
6751
|
-
type: string
|
|
6752
|
-
- name: primary_storage_class
|
|
6753
|
-
type: string
|
|
6754
|
-
- name: image_store
|
|
6755
|
-
type: string
|
|
6756
|
-
- name: image_watcher
|
|
6757
|
-
type: string
|
|
6758
|
-
- name: image_controller
|
|
6759
|
-
type: string
|
|
6760
|
-
- name: mas_aibroker_connector_tag
|
|
6761
|
-
type: string
|
|
6762
|
-
- name: mas_aibroker_saas
|
|
6763
|
-
type: string
|
|
6764
|
-
- name: model_id_unique_length
|
|
6765
|
-
type: string
|
|
6766
|
-
- name: model_id_prefix
|
|
6767
|
-
type: string
|
|
6768
|
-
|
|
6769
|
-
- name: mas_app_channel
|
|
6770
|
-
type: string
|
|
6771
|
-
- name: mas_icr_cp
|
|
6772
|
-
type: string
|
|
6773
|
-
|
|
6774
|
-
stepTemplate:
|
|
6775
|
-
name: gitops-kmodel
|
|
6776
|
-
env:
|
|
6777
|
-
- name: CLUSTER_NAME
|
|
6778
|
-
value: $(params.cluster_name)
|
|
6779
|
-
- name: ACCOUNT
|
|
6780
|
-
value: $(params.account)
|
|
6781
|
-
#- name: CLUSTER_ID
|
|
6782
|
-
# value: $(params.cluster_id)
|
|
6783
|
-
- name: CLUSTER_URL
|
|
6784
|
-
value: $(params.cluster_url)
|
|
6785
|
-
- name: SECRET_PATH
|
|
6786
|
-
value: $(params.secrets_path)
|
|
6787
|
-
- name: SM_AWS_REGION
|
|
6788
|
-
value: $(params.avp_aws_secret_region)
|
|
6789
|
-
- name: GIT_BRANCH
|
|
6790
|
-
value: $(params.git_branch)
|
|
6791
|
-
- name: GITHUB_ORG
|
|
6792
|
-
value: $(params.github_org)
|
|
6793
|
-
- name: GITHUB_HOST
|
|
6794
|
-
value: $(params.github_host)
|
|
6795
|
-
- name: GITHUB_REPO
|
|
6796
|
-
value: $(params.github_repo)
|
|
6797
|
-
- name: AIBROKER_INSTANCE_ID
|
|
6798
|
-
value: $(params.aibroker_instance_id)
|
|
6799
|
-
- name: AIBROKER_INTERNAL_TLS
|
|
6800
|
-
value: $(params.aibroker_internal_tls)
|
|
6801
|
-
- name: AIBROKER_NAMESPACE
|
|
6802
|
-
value: $(params.aibroker_namespace)
|
|
6803
|
-
- name: PULL_SECRET_NAME
|
|
6804
|
-
value: $(params.pull_secret_name)
|
|
6805
|
-
- name: MAS_AIBROKER_STORAGE_PROVIDER
|
|
6806
|
-
value: $(params.mas_aibroker_storage_provider)
|
|
6807
|
-
- name: MAS_AIBROKER_STORAGE_SSL
|
|
6808
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
6809
|
-
- name: MAS_AIBROKER_STORAGE_HOST
|
|
6810
|
-
value: $(params.mas_aibroker_storage_host)
|
|
6811
|
-
- name: MAS_AIBROKER_STORAGE_PORT
|
|
6812
|
-
value: $(params.mas_aibroker_storage_port)
|
|
6813
|
-
- name: MAS_AIBROKER_STORAGE_REGION
|
|
6814
|
-
value: $(params.mas_aibroker_storage_region)
|
|
6815
|
-
- name: MAS_AIBROKER_STORAGE_TEMPLATES_BUCKET
|
|
6816
|
-
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
6817
|
-
- name: MAS_AIBROKER_STORAGE_TENANTS_BUCKET
|
|
6818
|
-
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
6819
|
-
- name: MAS_AIBROKER_STORAGE_PIPELINES_BUCKET
|
|
6820
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
6821
|
-
- name: SSH_SECRET_NAME
|
|
6822
|
-
value: $(params.ssh_secret_name)
|
|
6823
|
-
- name: DOCKER_SERVER
|
|
6824
|
-
value: $(params.docker_server)
|
|
6825
|
-
- name: TENANT_NAMESPACE
|
|
6826
|
-
value: $(params.tenantNamespace)
|
|
6827
|
-
- name: MAS_AIBROKER_PROVISION_TENANT
|
|
6828
|
-
value: $(params.mas_aibroker_provision_tenant)
|
|
6829
|
-
- name: PRIMARY_STORAGE_CLASS
|
|
6830
|
-
value: $(params.primary_storage_class)
|
|
6831
|
-
- name: IMAGE_STORE
|
|
6832
|
-
value: $(params.image_store)
|
|
6833
|
-
- name: IMAGE_WATCHER
|
|
6834
|
-
value: $(params.image_watcher)
|
|
6835
|
-
- name: IMAGE_CONTROLLER
|
|
6836
|
-
value: $(params.image_controller)
|
|
6837
|
-
- name: MAS_AIBROKER_CONNECTOR_TAG
|
|
6838
|
-
value: $(params.mas_aibroker_connector_tag)
|
|
6839
|
-
- name: MAS_AIBROKER_SAAS
|
|
6840
|
-
value: $(params.mas_aibroker_saas)
|
|
6841
|
-
- name: MODEL_ID_UNIQUE_LENGTH
|
|
6842
|
-
value: $(params.model_id_unique_length)
|
|
6843
|
-
- name: MODEL_ID_PREFIX
|
|
6844
|
-
value: $(params.model_id_prefix)
|
|
6845
|
-
- name: MAS_APP_CHANNEL
|
|
6846
|
-
value: $(params.mas_app_channel)
|
|
6847
|
-
- name: MAS_ICR_CP
|
|
6848
|
-
value: $(params.mas_icr_cp)
|
|
6849
|
-
|
|
6850
|
-
envFrom:
|
|
6851
|
-
- configMapRef:
|
|
6852
|
-
name: environment-properties
|
|
6853
|
-
optional: true
|
|
6854
|
-
- secretRef:
|
|
6855
|
-
name: secure-properties
|
|
6856
|
-
steps:
|
|
6857
|
-
- args:
|
|
6858
|
-
- |-
|
|
6859
|
-
git config --global user.name "MAS Automation"
|
|
6860
|
-
git config --global user.email "you@example.com"
|
|
6861
|
-
git config --global user.password $GITHUB_PAT
|
|
6862
|
-
|
|
6863
|
-
mkdir -p /tmp/init-kmodel
|
|
6864
|
-
mas gitops-kmodel -a $ACCOUNT -c $CLUSTER_NAME \
|
|
6865
|
-
--dir /tmp/init-kmodel \
|
|
6866
|
-
--secrets-path $SECRET_PATH \
|
|
6867
|
-
--github-push \
|
|
6868
|
-
--github-host $GITHUB_HOST \
|
|
6869
|
-
--github-org $GITHUB_ORG \
|
|
6870
|
-
--github-repo $GITHUB_REPO \
|
|
6871
|
-
--git-branch $GIT_BRANCH \
|
|
6872
|
-
|
|
6873
|
-
exit $?
|
|
6874
|
-
command:
|
|
6875
|
-
- /bin/sh
|
|
6876
|
-
- -c
|
|
6877
|
-
name: gitops-kmodel
|
|
6878
|
-
imagePullPolicy: IfNotPresent
|
|
6879
|
-
image: quay.io/ibmmas/cli:15.6.2
|
|
6952
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
6880
6953
|
workspaces:
|
|
6881
6954
|
- name: configs
|
|
6882
6955
|
# --------------------------------------------------------------------------------
|
|
@@ -7032,7 +7105,7 @@ spec:
|
|
|
7032
7105
|
- -c
|
|
7033
7106
|
name: gitops-license
|
|
7034
7107
|
imagePullPolicy: Always
|
|
7035
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
7108
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
7036
7109
|
workspaces:
|
|
7037
7110
|
- name: shared-entitlement
|
|
7038
7111
|
|
|
@@ -7756,7 +7829,7 @@ spec:
|
|
|
7756
7829
|
- -c
|
|
7757
7830
|
name: gitops-mas-fvt-preparer
|
|
7758
7831
|
imagePullPolicy: Always
|
|
7759
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
7832
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
7760
7833
|
workspaces:
|
|
7761
7834
|
- name: configs
|
|
7762
7835
|
- name: shared-additional-configs
|
|
@@ -8256,7 +8329,7 @@ spec:
|
|
|
8256
8329
|
- -c
|
|
8257
8330
|
name: gitops-mas-initiator
|
|
8258
8331
|
imagePullPolicy: IfNotPresent
|
|
8259
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
8332
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
8260
8333
|
workspaces:
|
|
8261
8334
|
- name: configs
|
|
8262
8335
|
# --------------------------------------------------------------------------------
|
|
@@ -8314,6 +8387,8 @@ spec:
|
|
|
8314
8387
|
type: string
|
|
8315
8388
|
- name: csb_ca_certificate_file
|
|
8316
8389
|
type: string
|
|
8390
|
+
- name: recommend_cluster
|
|
8391
|
+
type: string
|
|
8317
8392
|
|
|
8318
8393
|
stepTemplate:
|
|
8319
8394
|
name: gitops-mas-provisioner
|
|
@@ -8364,6 +8439,8 @@ spec:
|
|
|
8364
8439
|
value: $(params.async_poll_max)
|
|
8365
8440
|
- name: CSB_CA_CERTIFICATE_FILE
|
|
8366
8441
|
value: $(params.csb_ca_certificate_file)
|
|
8442
|
+
- name: RECOMMEND_CLUSTER
|
|
8443
|
+
value: $(params.recommend_cluster)
|
|
8367
8444
|
envFrom:
|
|
8368
8445
|
- configMapRef:
|
|
8369
8446
|
name: environment-properties
|
|
@@ -8393,7 +8470,7 @@ spec:
|
|
|
8393
8470
|
- -c
|
|
8394
8471
|
name: gitops-mas-provisioner
|
|
8395
8472
|
imagePullPolicy: IfNotPresent
|
|
8396
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
8473
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
8397
8474
|
workspaces:
|
|
8398
8475
|
- name: configs
|
|
8399
8476
|
- name: gitops-cluster-configs
|
|
@@ -8502,7 +8579,7 @@ spec:
|
|
|
8502
8579
|
- -c
|
|
8503
8580
|
name: gitops-mongo
|
|
8504
8581
|
imagePullPolicy: IfNotPresent
|
|
8505
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
8582
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
8506
8583
|
workspaces:
|
|
8507
8584
|
- name: configs
|
|
8508
8585
|
|
|
@@ -8628,7 +8705,7 @@ spec:
|
|
|
8628
8705
|
- -c
|
|
8629
8706
|
name: gitops-nvidia-gpu
|
|
8630
8707
|
imagePullPolicy: IfNotPresent
|
|
8631
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
8708
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
8632
8709
|
workspaces:
|
|
8633
8710
|
- name: configs
|
|
8634
8711
|
# --------------------------------------------------------------------------------
|
|
@@ -8644,7 +8721,7 @@ spec:
|
|
|
8644
8721
|
type: string
|
|
8645
8722
|
- name: account
|
|
8646
8723
|
type: string
|
|
8647
|
-
- name:
|
|
8724
|
+
- name: aiservice_instance_id
|
|
8648
8725
|
type: string
|
|
8649
8726
|
- name: cluster_url
|
|
8650
8727
|
type: string
|
|
@@ -8659,6 +8736,8 @@ spec:
|
|
|
8659
8736
|
type: string
|
|
8660
8737
|
- name: secrets_path
|
|
8661
8738
|
type: string
|
|
8739
|
+
- name: aiservice_namespace
|
|
8740
|
+
type: string
|
|
8662
8741
|
- name: avp_aws_secret_region
|
|
8663
8742
|
type: string
|
|
8664
8743
|
- name: odh_channel
|
|
@@ -8674,11 +8753,16 @@ spec:
|
|
|
8674
8753
|
type: string
|
|
8675
8754
|
- name: odh_operator_version
|
|
8676
8755
|
type: string
|
|
8677
|
-
- name:
|
|
8756
|
+
- name: aiservice_storage_ssl
|
|
8678
8757
|
type: string
|
|
8679
8758
|
default: "true"
|
|
8680
|
-
- name:
|
|
8759
|
+
- name: aiservice_storage_region
|
|
8760
|
+
type: string
|
|
8761
|
+
- name: opendatahub_source
|
|
8762
|
+
type: string
|
|
8763
|
+
- name: aiservice_odh_model_deployment_type
|
|
8681
8764
|
type: string
|
|
8765
|
+
|
|
8682
8766
|
stepTemplate:
|
|
8683
8767
|
name: gitops-odh
|
|
8684
8768
|
env:
|
|
@@ -8686,8 +8770,8 @@ spec:
|
|
|
8686
8770
|
value: $(params.cluster_name)
|
|
8687
8771
|
- name: ACCOUNT
|
|
8688
8772
|
value: $(params.account)
|
|
8689
|
-
- name:
|
|
8690
|
-
value: $(params.
|
|
8773
|
+
- name: AISERVICE_INSTANCE_ID
|
|
8774
|
+
value: $(params.aiservice_instance_id)
|
|
8691
8775
|
- name: CLUSTER_URL
|
|
8692
8776
|
value: $(params.cluster_url)
|
|
8693
8777
|
- name: GITHUB_REPO
|
|
@@ -8704,6 +8788,8 @@ spec:
|
|
|
8704
8788
|
value: $(params.github_repo)
|
|
8705
8789
|
- name: SM_AWS_REGION
|
|
8706
8790
|
value: $(params.avp_aws_secret_region)
|
|
8791
|
+
- name: AISERVICE_NAMESPACE
|
|
8792
|
+
value: $(params.aiservice_namespace)
|
|
8707
8793
|
- name: ODH_CHANNEL
|
|
8708
8794
|
value: $(params.odh_channel)
|
|
8709
8795
|
- name: ODH_INSTALL_PLAN
|
|
@@ -8716,10 +8802,14 @@ spec:
|
|
|
8716
8802
|
value: $(params.opendatahub_namespace)
|
|
8717
8803
|
- name: ODH_OPERATOR_VERSION
|
|
8718
8804
|
value: $(params.odh_operator_version)
|
|
8719
|
-
- name:
|
|
8720
|
-
value: $(params.
|
|
8721
|
-
- name:
|
|
8722
|
-
value: $(params.
|
|
8805
|
+
- name: AISERVICE_STORAGE_SSL
|
|
8806
|
+
value: $(params.aiservice_storage_ssl)
|
|
8807
|
+
- name: AISERVICE_STORAGE_REGION
|
|
8808
|
+
value: $(params.aiservice_storage_region)
|
|
8809
|
+
- name: OPENDATAHUB_SOURCE
|
|
8810
|
+
value: $(params.opendatahub_source)
|
|
8811
|
+
- name: AISERVICE_ODH_MODEL_DEPLOYMENT_TYPE
|
|
8812
|
+
value: $(params.aiservice_odh_model_deployment_type)
|
|
8723
8813
|
envFrom:
|
|
8724
8814
|
- configMapRef:
|
|
8725
8815
|
name: environment-properties
|
|
@@ -8749,7 +8839,7 @@ spec:
|
|
|
8749
8839
|
- -c
|
|
8750
8840
|
name: gitops-odh
|
|
8751
8841
|
imagePullPolicy: IfNotPresent
|
|
8752
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
8842
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
8753
8843
|
workspaces:
|
|
8754
8844
|
- name: configs
|
|
8755
8845
|
# --------------------------------------------------------------------------------
|
|
@@ -8867,7 +8957,7 @@ spec:
|
|
|
8867
8957
|
- -c
|
|
8868
8958
|
name: gitops-process-mongo-user
|
|
8869
8959
|
imagePullPolicy: IfNotPresent
|
|
8870
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
8960
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
8871
8961
|
workspaces:
|
|
8872
8962
|
- name: configs
|
|
8873
8963
|
# --------------------------------------------------------------------------------
|
|
@@ -8923,7 +9013,7 @@ spec:
|
|
|
8923
9013
|
- -c
|
|
8924
9014
|
name: gitops-rosa
|
|
8925
9015
|
imagePullPolicy: IfNotPresent
|
|
8926
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9016
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
8927
9017
|
workspaces:
|
|
8928
9018
|
- name: configs
|
|
8929
9019
|
# --------------------------------------------------------------------------------
|
|
@@ -9052,7 +9142,7 @@ spec:
|
|
|
9052
9142
|
- -c
|
|
9053
9143
|
name: gitops-sls
|
|
9054
9144
|
imagePullPolicy: Always
|
|
9055
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9145
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
9056
9146
|
workspaces:
|
|
9057
9147
|
- name: shared-entitlement
|
|
9058
9148
|
|
|
@@ -9235,7 +9325,7 @@ spec:
|
|
|
9235
9325
|
- -c
|
|
9236
9326
|
name: gitops-suite-app-config
|
|
9237
9327
|
imagePullPolicy: IfNotPresent
|
|
9238
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9328
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
9239
9329
|
workspaces:
|
|
9240
9330
|
- name: configs
|
|
9241
9331
|
- name: shared-gitops-configs
|
|
@@ -9393,7 +9483,7 @@ spec:
|
|
|
9393
9483
|
- -c
|
|
9394
9484
|
name: gitops-suite-app-install
|
|
9395
9485
|
imagePullPolicy: Always
|
|
9396
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9486
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
9397
9487
|
workspaces:
|
|
9398
9488
|
- name: configs
|
|
9399
9489
|
- name: shared-gitops-configs
|
|
@@ -9499,7 +9589,7 @@ spec:
|
|
|
9499
9589
|
- -c
|
|
9500
9590
|
name: gitops-suite-certs
|
|
9501
9591
|
imagePullPolicy: IfNotPresent
|
|
9502
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9592
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
9503
9593
|
workspaces:
|
|
9504
9594
|
- name: configs
|
|
9505
9595
|
- name: certificates
|
|
@@ -9674,7 +9764,7 @@ spec:
|
|
|
9674
9764
|
- -c
|
|
9675
9765
|
name: gitops-suite-config
|
|
9676
9766
|
imagePullPolicy: IfNotPresent
|
|
9677
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9767
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
9678
9768
|
workspaces:
|
|
9679
9769
|
- name: configs
|
|
9680
9770
|
- name: shared-additional-configs
|
|
@@ -9774,7 +9864,7 @@ spec:
|
|
|
9774
9864
|
- -c
|
|
9775
9865
|
name: gitops-suite-dns
|
|
9776
9866
|
imagePullPolicy: IfNotPresent
|
|
9777
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9867
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
9778
9868
|
workspaces:
|
|
9779
9869
|
- name: configs
|
|
9780
9870
|
|
|
@@ -9898,7 +9988,7 @@ spec:
|
|
|
9898
9988
|
- -c
|
|
9899
9989
|
name: gitops-suite-idp-config
|
|
9900
9990
|
imagePullPolicy: IfNotPresent
|
|
9901
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
9991
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
9902
9992
|
workspaces:
|
|
9903
9993
|
- name: configs
|
|
9904
9994
|
- name: shared-additional-configs
|
|
@@ -9999,7 +10089,7 @@ spec:
|
|
|
9999
10089
|
- -c
|
|
10000
10090
|
name: gitops-suite-objectstorage-config
|
|
10001
10091
|
imagePullPolicy: IfNotPresent
|
|
10002
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
10092
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
10003
10093
|
workspaces:
|
|
10004
10094
|
- name: configs
|
|
10005
10095
|
- name: shared-gitops-configs
|
|
@@ -10421,7 +10511,7 @@ spec:
|
|
|
10421
10511
|
- -c
|
|
10422
10512
|
name: gitops-suite-smtp-config
|
|
10423
10513
|
imagePullPolicy: IfNotPresent
|
|
10424
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
10514
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
10425
10515
|
workspaces:
|
|
10426
10516
|
- name: configs
|
|
10427
10517
|
- name: shared-gitops-configs
|
|
@@ -10541,7 +10631,7 @@ spec:
|
|
|
10541
10631
|
- -c
|
|
10542
10632
|
name: gitops-suite-watson-studio-config
|
|
10543
10633
|
imagePullPolicy: IfNotPresent
|
|
10544
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
10634
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
10545
10635
|
workspaces:
|
|
10546
10636
|
- name: configs
|
|
10547
10637
|
- name: shared-gitops-configs
|
|
@@ -10643,7 +10733,7 @@ spec:
|
|
|
10643
10733
|
- -c
|
|
10644
10734
|
name: gitops-suite-workspace
|
|
10645
10735
|
imagePullPolicy: IfNotPresent
|
|
10646
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
10736
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
10647
10737
|
workspaces:
|
|
10648
10738
|
- name: configs
|
|
10649
10739
|
# --------------------------------------------------------------------------------
|
|
@@ -10981,7 +11071,7 @@ spec:
|
|
|
10981
11071
|
- -c
|
|
10982
11072
|
name: gitops-suite
|
|
10983
11073
|
imagePullPolicy: IfNotPresent
|
|
10984
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
11074
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
10985
11075
|
workspaces:
|
|
10986
11076
|
- name: configs
|
|
10987
11077
|
- name: shared-gitops-configs
|
|
@@ -11031,7 +11121,7 @@ spec:
|
|
|
11031
11121
|
|
|
11032
11122
|
steps:
|
|
11033
11123
|
- name: grafana
|
|
11034
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
11124
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
11035
11125
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11036
11126
|
command:
|
|
11037
11127
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11165,7 +11255,7 @@ spec:
|
|
|
11165
11255
|
command:
|
|
11166
11256
|
- /opt/app-root/src/run-role.sh
|
|
11167
11257
|
- ibm_catalogs
|
|
11168
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
11258
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
11169
11259
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11170
11260
|
workingDir: /workspace/configs
|
|
11171
11261
|
# --------------------------------------------------------------------------------
|
|
@@ -11407,7 +11497,7 @@ spec:
|
|
|
11407
11497
|
command:
|
|
11408
11498
|
- /opt/app-root/src/run-role.sh
|
|
11409
11499
|
- kafka
|
|
11410
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
11500
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
11411
11501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11412
11502
|
workingDir: /workspace/configs
|
|
11413
11503
|
|
|
@@ -11875,7 +11965,7 @@ spec:
|
|
|
11875
11965
|
description: Extracted component names as a JSON array
|
|
11876
11966
|
steps:
|
|
11877
11967
|
- name: extract
|
|
11878
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
11968
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
11879
11969
|
script: |
|
|
11880
11970
|
#!/bin/sh
|
|
11881
11971
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -12228,7 +12318,7 @@ spec:
|
|
|
12228
12318
|
echo "No IBM COS instance to delete"
|
|
12229
12319
|
fi
|
|
12230
12320
|
exit 0
|
|
12231
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
12321
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
12232
12322
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12233
12323
|
workingDir: /workspace/configs
|
|
12234
12324
|
env:
|
|
@@ -12328,7 +12418,7 @@ spec:
|
|
|
12328
12418
|
echo "No EventStreams instance to delete"
|
|
12329
12419
|
fi
|
|
12330
12420
|
exit 0
|
|
12331
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
12421
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
12332
12422
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12333
12423
|
workingDir: /workspace/configs
|
|
12334
12424
|
env:
|
|
@@ -12429,7 +12519,7 @@ spec:
|
|
|
12429
12519
|
command:
|
|
12430
12520
|
- /opt/app-root/src/run-role.sh
|
|
12431
12521
|
- ocp_deprovision
|
|
12432
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
12522
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
12433
12523
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12434
12524
|
env:
|
|
12435
12525
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12586,7 +12676,7 @@ spec:
|
|
|
12586
12676
|
command:
|
|
12587
12677
|
- python3
|
|
12588
12678
|
- /opt/app-root/src/finalizer.py
|
|
12589
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
12679
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
12590
12680
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12591
12681
|
env:
|
|
12592
12682
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14290,7 +14380,7 @@ spec:
|
|
|
14290
14380
|
command:
|
|
14291
14381
|
- python3
|
|
14292
14382
|
- /opt/app-root/src/mobilever.py
|
|
14293
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
14383
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
14294
14384
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14295
14385
|
onError: continue
|
|
14296
14386
|
|
|
@@ -14653,7 +14743,7 @@ spec:
|
|
|
14653
14743
|
|
|
14654
14744
|
steps:
|
|
14655
14745
|
- name: post-update-verify
|
|
14656
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
14746
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
14657
14747
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14658
14748
|
command:
|
|
14659
14749
|
- ansible-playbook
|
|
@@ -14709,7 +14799,7 @@ spec:
|
|
|
14709
14799
|
|
|
14710
14800
|
steps:
|
|
14711
14801
|
- name: create-offline-upgrade-cron
|
|
14712
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
14802
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
14713
14803
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14714
14804
|
command:
|
|
14715
14805
|
- ansible-playbook
|
|
@@ -14765,7 +14855,7 @@ spec:
|
|
|
14765
14855
|
|
|
14766
14856
|
steps:
|
|
14767
14857
|
- name: create-offline-upgrade-cron
|
|
14768
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
14858
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
14769
14859
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14770
14860
|
command:
|
|
14771
14861
|
- ansible-playbook
|
|
@@ -15199,7 +15289,7 @@ spec:
|
|
|
15199
15289
|
echo '--------------------------------------------------------------------------------'
|
|
15200
15290
|
exit $RESULT
|
|
15201
15291
|
timeout: "0"
|
|
15202
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15292
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15203
15293
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15204
15294
|
env:
|
|
15205
15295
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15259,7 +15349,7 @@ spec:
|
|
|
15259
15349
|
echo '--------------------------------------------------------------------------------'
|
|
15260
15350
|
exit $RESULT
|
|
15261
15351
|
timeout: "0"
|
|
15262
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15352
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15263
15353
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15264
15354
|
env:
|
|
15265
15355
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15332,7 +15422,7 @@ spec:
|
|
|
15332
15422
|
echo '--------------------------------------------------------------------------------'
|
|
15333
15423
|
exit $RESULT
|
|
15334
15424
|
timeout: "0"
|
|
15335
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15425
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15336
15426
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15337
15427
|
env:
|
|
15338
15428
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15378,7 +15468,7 @@ spec:
|
|
|
15378
15468
|
|
|
15379
15469
|
steps:
|
|
15380
15470
|
- name: start-pipelinerun
|
|
15381
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15471
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15382
15472
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15383
15473
|
command:
|
|
15384
15474
|
- ansible-playbook
|
|
@@ -15475,7 +15565,7 @@ spec:
|
|
|
15475
15565
|
optional: false
|
|
15476
15566
|
|
|
15477
15567
|
- name: wait-for-pipelinerun
|
|
15478
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15568
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15479
15569
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15480
15570
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15481
15571
|
command:
|
|
@@ -15519,7 +15609,7 @@ spec:
|
|
|
15519
15609
|
|
|
15520
15610
|
steps:
|
|
15521
15611
|
- name: start-pipelinerun
|
|
15522
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15612
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15523
15613
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15524
15614
|
command:
|
|
15525
15615
|
- ansible-playbook
|
|
@@ -15672,7 +15762,7 @@ spec:
|
|
|
15672
15762
|
optional: false
|
|
15673
15763
|
|
|
15674
15764
|
- name: wait-for-pipelinerun
|
|
15675
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15765
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15676
15766
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15677
15767
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15678
15768
|
command:
|
|
@@ -15721,7 +15811,7 @@ spec:
|
|
|
15721
15811
|
|
|
15722
15812
|
steps:
|
|
15723
15813
|
- name: start-pipelinerun
|
|
15724
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15814
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15725
15815
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15726
15816
|
command:
|
|
15727
15817
|
- ansible-playbook
|
|
@@ -15771,7 +15861,7 @@ spec:
|
|
|
15771
15861
|
|
|
15772
15862
|
steps:
|
|
15773
15863
|
- name: start-pipelinerun
|
|
15774
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15864
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15775
15865
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15776
15866
|
command:
|
|
15777
15867
|
- ansible-playbook
|
|
@@ -15850,7 +15940,7 @@ spec:
|
|
|
15850
15940
|
optional: false
|
|
15851
15941
|
|
|
15852
15942
|
- name: wait-for-pipelinerun
|
|
15853
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15943
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15854
15944
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15855
15945
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15856
15946
|
command:
|
|
@@ -15895,7 +15985,7 @@ spec:
|
|
|
15895
15985
|
|
|
15896
15986
|
steps:
|
|
15897
15987
|
- name: start-pipelinerun
|
|
15898
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
15988
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
15899
15989
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15900
15990
|
command:
|
|
15901
15991
|
- ansible-playbook
|
|
@@ -16023,7 +16113,7 @@ spec:
|
|
|
16023
16113
|
optional: false
|
|
16024
16114
|
|
|
16025
16115
|
- name: wait-for-pipelinerun
|
|
16026
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16116
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16027
16117
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16028
16118
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16029
16119
|
command:
|
|
@@ -16067,7 +16157,7 @@ spec:
|
|
|
16067
16157
|
|
|
16068
16158
|
steps:
|
|
16069
16159
|
- name: start-pipelinerun
|
|
16070
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16160
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16071
16161
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16072
16162
|
command:
|
|
16073
16163
|
- ansible-playbook
|
|
@@ -16220,7 +16310,7 @@ spec:
|
|
|
16220
16310
|
optional: false
|
|
16221
16311
|
|
|
16222
16312
|
- name: wait-for-pipelinerun
|
|
16223
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16313
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16224
16314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16225
16315
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16226
16316
|
command:
|
|
@@ -16267,7 +16357,7 @@ spec:
|
|
|
16267
16357
|
|
|
16268
16358
|
steps:
|
|
16269
16359
|
- name: start-testng-pipelinerun
|
|
16270
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16360
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16271
16361
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16272
16362
|
command:
|
|
16273
16363
|
- ansible-playbook
|
|
@@ -16359,7 +16449,7 @@ spec:
|
|
|
16359
16449
|
optional: false
|
|
16360
16450
|
|
|
16361
16451
|
- name: wait-for-testng-pipelinerun
|
|
16362
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16452
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16363
16453
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16364
16454
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16365
16455
|
command:
|
|
@@ -16406,7 +16496,7 @@ spec:
|
|
|
16406
16496
|
|
|
16407
16497
|
steps:
|
|
16408
16498
|
- name: start-pytest-pipelinerun
|
|
16409
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16499
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16410
16500
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16411
16501
|
command:
|
|
16412
16502
|
- ansible-playbook
|
|
@@ -16489,7 +16579,7 @@ spec:
|
|
|
16489
16579
|
optional: false
|
|
16490
16580
|
|
|
16491
16581
|
- name: wait-for-pytest-pipelinerun
|
|
16492
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16582
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16493
16583
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16494
16584
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16495
16585
|
command:
|
|
@@ -16537,7 +16627,7 @@ spec:
|
|
|
16537
16627
|
|
|
16538
16628
|
steps:
|
|
16539
16629
|
- name: start-pytest-pipelinerun
|
|
16540
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16630
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16541
16631
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16542
16632
|
command:
|
|
16543
16633
|
- ansible-playbook
|
|
@@ -16617,7 +16707,7 @@ spec:
|
|
|
16617
16707
|
optional: false
|
|
16618
16708
|
|
|
16619
16709
|
- name: wait-for-pytest-pipelinerun
|
|
16620
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16710
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16621
16711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16622
16712
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16623
16713
|
command:
|
|
@@ -16643,7 +16733,7 @@ spec:
|
|
|
16643
16733
|
value: "True"
|
|
16644
16734
|
|
|
16645
16735
|
- name: start-testng-pipelinerun
|
|
16646
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16736
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16647
16737
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16648
16738
|
command:
|
|
16649
16739
|
- ansible-playbook
|
|
@@ -16742,7 +16832,7 @@ spec:
|
|
|
16742
16832
|
optional: false
|
|
16743
16833
|
|
|
16744
16834
|
- name: wait-for-testng-pipelinerun
|
|
16745
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16835
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16746
16836
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16747
16837
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16748
16838
|
command:
|
|
@@ -16785,7 +16875,7 @@ spec:
|
|
|
16785
16875
|
|
|
16786
16876
|
steps:
|
|
16787
16877
|
- name: start-pipelinerun
|
|
16788
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16878
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16789
16879
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16790
16880
|
command:
|
|
16791
16881
|
- ansible-playbook
|
|
@@ -16876,7 +16966,7 @@ spec:
|
|
|
16876
16966
|
optional: false
|
|
16877
16967
|
|
|
16878
16968
|
- name: wait-for-pipelinerun
|
|
16879
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
16969
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16880
16970
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16881
16971
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16882
16972
|
command:
|
|
@@ -16920,7 +17010,7 @@ spec:
|
|
|
16920
17010
|
|
|
16921
17011
|
steps:
|
|
16922
17012
|
- name: start-pipelinerun
|
|
16923
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17013
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
16924
17014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16925
17015
|
command:
|
|
16926
17016
|
- ansible-playbook
|
|
@@ -17011,7 +17101,7 @@ spec:
|
|
|
17011
17101
|
optional: false
|
|
17012
17102
|
|
|
17013
17103
|
- name: wait-for-pipelinerun
|
|
17014
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17104
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17015
17105
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17016
17106
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17017
17107
|
command:
|
|
@@ -17055,7 +17145,7 @@ spec:
|
|
|
17055
17145
|
|
|
17056
17146
|
steps:
|
|
17057
17147
|
- name: start-pipelinerun
|
|
17058
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17148
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17059
17149
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17060
17150
|
command:
|
|
17061
17151
|
- ansible-playbook
|
|
@@ -17134,7 +17224,7 @@ spec:
|
|
|
17134
17224
|
optional: false
|
|
17135
17225
|
|
|
17136
17226
|
- name: wait-for-pipelinerun
|
|
17137
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17227
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17138
17228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17139
17229
|
# 50 retries at 5 minute intervals = 4 hours
|
|
17140
17230
|
command:
|
|
@@ -17178,7 +17268,7 @@ spec:
|
|
|
17178
17268
|
|
|
17179
17269
|
steps:
|
|
17180
17270
|
- name: start-pipelinerun
|
|
17181
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17271
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17182
17272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17183
17273
|
command:
|
|
17184
17274
|
- ansible-playbook
|
|
@@ -17263,7 +17353,7 @@ spec:
|
|
|
17263
17353
|
optional: false
|
|
17264
17354
|
|
|
17265
17355
|
- name: wait-for-pipelinerun
|
|
17266
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17356
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17267
17357
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17268
17358
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
17269
17359
|
command:
|
|
@@ -17307,7 +17397,7 @@ spec:
|
|
|
17307
17397
|
|
|
17308
17398
|
steps:
|
|
17309
17399
|
- name: start-pipelinerun
|
|
17310
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17400
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17311
17401
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17312
17402
|
command:
|
|
17313
17403
|
- ansible-playbook
|
|
@@ -17403,7 +17493,7 @@ spec:
|
|
|
17403
17493
|
optional: false
|
|
17404
17494
|
|
|
17405
17495
|
- name: wait-for-pipelinerun
|
|
17406
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17496
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17407
17497
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17408
17498
|
# 10 retries at 5 minute intervals = 50 min
|
|
17409
17499
|
command:
|
|
@@ -17451,7 +17541,7 @@ spec:
|
|
|
17451
17541
|
|
|
17452
17542
|
steps:
|
|
17453
17543
|
- name: start-pipelinerun
|
|
17454
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17544
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17455
17545
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17456
17546
|
command:
|
|
17457
17547
|
- ansible-playbook
|
|
@@ -17555,7 +17645,7 @@ spec:
|
|
|
17555
17645
|
optional: false
|
|
17556
17646
|
|
|
17557
17647
|
- name: wait-for-pipelinerun
|
|
17558
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17648
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17559
17649
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17560
17650
|
# 10 retries at 5 minute intervals = 50 min
|
|
17561
17651
|
command:
|
|
@@ -17599,7 +17689,7 @@ spec:
|
|
|
17599
17689
|
|
|
17600
17690
|
steps:
|
|
17601
17691
|
- name: start-pipelinerun
|
|
17602
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17692
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17603
17693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17604
17694
|
command:
|
|
17605
17695
|
- ansible-playbook
|
|
@@ -17678,7 +17768,7 @@ spec:
|
|
|
17678
17768
|
optional: false
|
|
17679
17769
|
|
|
17680
17770
|
- name: wait-for-pipelinerun
|
|
17681
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17771
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17682
17772
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17683
17773
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17684
17774
|
command:
|
|
@@ -17722,7 +17812,7 @@ spec:
|
|
|
17722
17812
|
|
|
17723
17813
|
steps:
|
|
17724
17814
|
- name: start-pipelinerun
|
|
17725
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17815
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17726
17816
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17727
17817
|
command:
|
|
17728
17818
|
- ansible-playbook
|
|
@@ -17827,7 +17917,7 @@ spec:
|
|
|
17827
17917
|
optional: false
|
|
17828
17918
|
|
|
17829
17919
|
- name: wait-for-pipelinerun
|
|
17830
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
17920
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
17831
17921
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17832
17922
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17833
17923
|
command:
|
|
@@ -17852,112 +17942,6 @@ spec:
|
|
|
17852
17942
|
- name: IGNORE_FAILURE
|
|
17853
17943
|
value: "True"
|
|
17854
17944
|
# --------------------------------------------------------------------------------
|
|
17855
|
-
# /home/runner/work/cli/cli/tekton/target/tasks/minio.yaml
|
|
17856
|
-
# --------------------------------------------------------------------------------
|
|
17857
|
-
---
|
|
17858
|
-
apiVersion: tekton.dev/v1beta1
|
|
17859
|
-
kind: Task
|
|
17860
|
-
metadata:
|
|
17861
|
-
name: mas-devops-minio
|
|
17862
|
-
spec:
|
|
17863
|
-
params:
|
|
17864
|
-
# Common: Control the image pull policy for the CLI container image
|
|
17865
|
-
- name: image_pull_policy
|
|
17866
|
-
type: string
|
|
17867
|
-
default: IfNotPresent
|
|
17868
|
-
|
|
17869
|
-
# Common: Support for saving task execution results to a MongoDb instance
|
|
17870
|
-
- name: devops_suite_name
|
|
17871
|
-
type: string
|
|
17872
|
-
description: Optional name for the junit suite, used to enable save-junit-to-mongo.py
|
|
17873
|
-
default: ""
|
|
17874
|
-
|
|
17875
|
-
|
|
17876
|
-
# Pre-Release Support
|
|
17877
|
-
- name: artifactory_username
|
|
17878
|
-
default: ''
|
|
17879
|
-
type: string
|
|
17880
|
-
description: Required to use development MAS builds
|
|
17881
|
-
- name: artifactory_token
|
|
17882
|
-
default: ''
|
|
17883
|
-
type: string
|
|
17884
|
-
description: Required to use development MAS builds
|
|
17885
|
-
|
|
17886
|
-
# Entitlement
|
|
17887
|
-
- name: ibm_entitlement_key
|
|
17888
|
-
type: string
|
|
17889
|
-
|
|
17890
|
-
# MAS Details
|
|
17891
|
-
- name: mas_instance_id
|
|
17892
|
-
type: string
|
|
17893
|
-
description: Instance ID
|
|
17894
|
-
|
|
17895
|
-
# Minio credentials
|
|
17896
|
-
- name: minio_root_user
|
|
17897
|
-
type: string
|
|
17898
|
-
description: root user for minio
|
|
17899
|
-
default: ""
|
|
17900
|
-
- name: minio_root_password
|
|
17901
|
-
type: string
|
|
17902
|
-
|
|
17903
|
-
stepTemplate:
|
|
17904
|
-
env:
|
|
17905
|
-
- name: DEVOPS_MONGO_URI
|
|
17906
|
-
valueFrom:
|
|
17907
|
-
secretKeyRef:
|
|
17908
|
-
name: mas-devops
|
|
17909
|
-
key: DEVOPS_MONGO_URI
|
|
17910
|
-
optional: true
|
|
17911
|
-
- name: DEVOPS_BUILD_NUMBER
|
|
17912
|
-
valueFrom:
|
|
17913
|
-
secretKeyRef:
|
|
17914
|
-
name: mas-devops
|
|
17915
|
-
key: DEVOPS_BUILD_NUMBER
|
|
17916
|
-
optional: true
|
|
17917
|
-
- name: DEVOPS_ENVIRONMENT
|
|
17918
|
-
valueFrom:
|
|
17919
|
-
secretKeyRef:
|
|
17920
|
-
name: mas-devops
|
|
17921
|
-
key: MAS_INSTANCE_ID
|
|
17922
|
-
optional: true
|
|
17923
|
-
- name: DEVOPS_SUITE_NAME
|
|
17924
|
-
value: $(params.devops_suite_name)
|
|
17925
|
-
|
|
17926
|
-
|
|
17927
|
-
# Pre-Release Support
|
|
17928
|
-
- name: ARTIFACTORY_USERNAME
|
|
17929
|
-
value: $(params.artifactory_username)
|
|
17930
|
-
- name: ARTIFACTORY_TOKEN
|
|
17931
|
-
value: $(params.artifactory_token)
|
|
17932
|
-
|
|
17933
|
-
# Entitlement
|
|
17934
|
-
- name: IBM_ENTITLEMENT_KEY
|
|
17935
|
-
value: $(params.ibm_entitlement_key)
|
|
17936
|
-
|
|
17937
|
-
# MAS Details
|
|
17938
|
-
- name: MAS_INSTANCE_ID
|
|
17939
|
-
value: $(params.mas_instance_id)
|
|
17940
|
-
|
|
17941
|
-
- name: MINIO_NAMESPACE
|
|
17942
|
-
value: minio
|
|
17943
|
-
|
|
17944
|
-
- name: MINIO_INSTANCE_NAME
|
|
17945
|
-
value: minio
|
|
17946
|
-
|
|
17947
|
-
- name: MINIO_ROOT_USER
|
|
17948
|
-
value: $(params.minio_root_user)
|
|
17949
|
-
|
|
17950
|
-
- name: MINIO_ROOT_PASSWORD
|
|
17951
|
-
value: $(params.minio_root_password)
|
|
17952
|
-
|
|
17953
|
-
steps:
|
|
17954
|
-
- name: minio
|
|
17955
|
-
command:
|
|
17956
|
-
- /opt/app-root/src/run-role.sh
|
|
17957
|
-
- minio
|
|
17958
|
-
image: quay.io/ibmmas/cli:15.6.2
|
|
17959
|
-
imagePullPolicy: $(params.image_pull_policy)
|
|
17960
|
-
# --------------------------------------------------------------------------------
|
|
17961
17945
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
17962
17946
|
# --------------------------------------------------------------------------------
|
|
17963
17947
|
---
|
|
@@ -18133,7 +18117,7 @@ spec:
|
|
|
18133
18117
|
command:
|
|
18134
18118
|
- /opt/app-root/src/run-role.sh
|
|
18135
18119
|
- mongodb
|
|
18136
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18120
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18137
18121
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18138
18122
|
workingDir: /workspace/configs
|
|
18139
18123
|
|
|
@@ -18176,7 +18160,7 @@ spec:
|
|
|
18176
18160
|
- $(params.base_output_dir)
|
|
18177
18161
|
- --extra-namespaces
|
|
18178
18162
|
- selenium
|
|
18179
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18163
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18180
18164
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18181
18165
|
env:
|
|
18182
18166
|
- name: DEVOPS_MONGO_URI
|
|
@@ -18293,7 +18277,7 @@ spec:
|
|
|
18293
18277
|
command:
|
|
18294
18278
|
- /opt/app-root/src/run-role.sh
|
|
18295
18279
|
- nvidia_gpu
|
|
18296
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18280
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18297
18281
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18298
18282
|
workingDir: /workspace/configs
|
|
18299
18283
|
|
|
@@ -18329,7 +18313,7 @@ spec:
|
|
|
18329
18313
|
# Verify Cluster
|
|
18330
18314
|
# -------------------------------------------------------------------------
|
|
18331
18315
|
- name: ocp-verify-cluster
|
|
18332
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18316
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18333
18317
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18334
18318
|
command:
|
|
18335
18319
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18371,7 +18355,7 @@ spec:
|
|
|
18371
18355
|
# Verify Catalogs
|
|
18372
18356
|
# -------------------------------------------------------------------------
|
|
18373
18357
|
- name: ocp-verify-catalogs
|
|
18374
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18358
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18375
18359
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18376
18360
|
command:
|
|
18377
18361
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18413,7 +18397,7 @@ spec:
|
|
|
18413
18397
|
# Verify Subscriptions
|
|
18414
18398
|
# -------------------------------------------------------------------------
|
|
18415
18399
|
- name: ocp-verify-subscriptions
|
|
18416
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18400
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18417
18401
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18418
18402
|
command:
|
|
18419
18403
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18455,7 +18439,7 @@ spec:
|
|
|
18455
18439
|
# Verify Workloads
|
|
18456
18440
|
# -------------------------------------------------------------------------
|
|
18457
18441
|
- name: ocp-verify-workloads
|
|
18458
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18442
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18459
18443
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18460
18444
|
command:
|
|
18461
18445
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18497,7 +18481,7 @@ spec:
|
|
|
18497
18481
|
# Verify Catalogs - Ingress TLS
|
|
18498
18482
|
# -------------------------------------------------------------------------
|
|
18499
18483
|
- name: ocp-verify-ingress
|
|
18500
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18484
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18501
18485
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18502
18486
|
command:
|
|
18503
18487
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18623,7 +18607,7 @@ spec:
|
|
|
18623
18607
|
command:
|
|
18624
18608
|
- /opt/app-root/src/run-role.sh
|
|
18625
18609
|
- ocp_verify
|
|
18626
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18610
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18627
18611
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18628
18612
|
workingDir: /workspace/configs
|
|
18629
18613
|
# --------------------------------------------------------------------------------
|
|
@@ -18691,7 +18675,7 @@ spec:
|
|
|
18691
18675
|
command:
|
|
18692
18676
|
- /opt/app-root/src/run-role.sh
|
|
18693
18677
|
- ocs
|
|
18694
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18678
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18695
18679
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18696
18680
|
workingDir: /workspace/configs
|
|
18697
18681
|
|
|
@@ -18820,7 +18804,7 @@ spec:
|
|
|
18820
18804
|
command:
|
|
18821
18805
|
- /opt/app-root/src/run-role.sh
|
|
18822
18806
|
- aiservice_odh
|
|
18823
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18807
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
18824
18808
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18825
18809
|
# --------------------------------------------------------------------------------
|
|
18826
18810
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -18996,7 +18980,7 @@ spec:
|
|
|
18996
18980
|
command:
|
|
18997
18981
|
- /opt/app-root/src/run-role.sh
|
|
18998
18982
|
- sls
|
|
18999
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
18983
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19000
18984
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19001
18985
|
workingDir: /workspace/configs
|
|
19002
18986
|
|
|
@@ -19456,12 +19440,12 @@ spec:
|
|
|
19456
19440
|
command:
|
|
19457
19441
|
- /opt/app-root/src/run-role.sh
|
|
19458
19442
|
- suite_app_config
|
|
19459
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
19443
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19460
19444
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19461
19445
|
|
|
19462
19446
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19463
19447
|
- name: app-cfg-post-verify
|
|
19464
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
19448
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19465
19449
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19466
19450
|
command:
|
|
19467
19451
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19656,7 +19640,7 @@ spec:
|
|
|
19656
19640
|
command:
|
|
19657
19641
|
- /opt/app-root/src/run-role.sh
|
|
19658
19642
|
- suite_app_install
|
|
19659
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
19643
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19660
19644
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19661
19645
|
|
|
19662
19646
|
workspaces:
|
|
@@ -19745,7 +19729,7 @@ spec:
|
|
|
19745
19729
|
command:
|
|
19746
19730
|
- /opt/app-root/src/run-role.sh
|
|
19747
19731
|
- suite_app_rollback
|
|
19748
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
19732
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19749
19733
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19750
19734
|
# --------------------------------------------------------------------------------
|
|
19751
19735
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19808,7 +19792,7 @@ spec:
|
|
|
19808
19792
|
command:
|
|
19809
19793
|
- /opt/app-root/src/run-role.sh
|
|
19810
19794
|
- suite_app_uninstall
|
|
19811
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
19795
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19812
19796
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19813
19797
|
# --------------------------------------------------------------------------------
|
|
19814
19798
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19883,7 +19867,7 @@ spec:
|
|
|
19883
19867
|
command:
|
|
19884
19868
|
- /opt/app-root/src/run-role.sh
|
|
19885
19869
|
- suite_app_upgrade
|
|
19886
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
19870
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19887
19871
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19888
19872
|
# --------------------------------------------------------------------------------
|
|
19889
19873
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -19984,7 +19968,7 @@ spec:
|
|
|
19984
19968
|
command:
|
|
19985
19969
|
- /opt/app-root/src/run-role.sh
|
|
19986
19970
|
- suite_app_verify
|
|
19987
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
19971
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
19988
19972
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19989
19973
|
# --------------------------------------------------------------------------------
|
|
19990
19974
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -20127,7 +20111,7 @@ spec:
|
|
|
20127
20111
|
command:
|
|
20128
20112
|
- /opt/app-root/src/run-role.sh
|
|
20129
20113
|
- suite_certs
|
|
20130
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
20114
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
20131
20115
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20132
20116
|
|
|
20133
20117
|
workspaces:
|
|
@@ -20194,7 +20178,7 @@ spec:
|
|
|
20194
20178
|
command:
|
|
20195
20179
|
- /opt/app-root/src/run-role.sh
|
|
20196
20180
|
- suite_config
|
|
20197
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
20181
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
20198
20182
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20199
20183
|
workingDir: /workspace/configs
|
|
20200
20184
|
|
|
@@ -20526,7 +20510,7 @@ spec:
|
|
|
20526
20510
|
command:
|
|
20527
20511
|
- /opt/app-root/src/run-role.sh
|
|
20528
20512
|
- suite_db2_setup_for_facilities
|
|
20529
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
20513
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
20530
20514
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20531
20515
|
workingDir: /workspace/configs
|
|
20532
20516
|
|
|
@@ -20598,7 +20582,7 @@ spec:
|
|
|
20598
20582
|
command:
|
|
20599
20583
|
- /opt/app-root/src/run-role.sh
|
|
20600
20584
|
- suite_db2_setup_for_manage
|
|
20601
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
20585
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
20602
20586
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20603
20587
|
# --------------------------------------------------------------------------------
|
|
20604
20588
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20793,7 +20777,7 @@ spec:
|
|
|
20793
20777
|
command:
|
|
20794
20778
|
- /opt/app-root/src/run-role.sh
|
|
20795
20779
|
- suite_dns
|
|
20796
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
20780
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
20797
20781
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20798
20782
|
# --------------------------------------------------------------------------------
|
|
20799
20783
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -21042,7 +21026,7 @@ spec:
|
|
|
21042
21026
|
command:
|
|
21043
21027
|
- /opt/app-root/src/run-role.sh
|
|
21044
21028
|
- suite_install
|
|
21045
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21029
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21046
21030
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21047
21031
|
workingDir: /workspace/configs
|
|
21048
21032
|
|
|
@@ -21130,7 +21114,7 @@ spec:
|
|
|
21130
21114
|
command:
|
|
21131
21115
|
- /opt/app-root/src/run-role.sh
|
|
21132
21116
|
- suite_rollback
|
|
21133
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21117
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21134
21118
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21135
21119
|
# --------------------------------------------------------------------------------
|
|
21136
21120
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -21195,7 +21179,7 @@ spec:
|
|
|
21195
21179
|
command:
|
|
21196
21180
|
- /opt/app-root/src/run-role.sh
|
|
21197
21181
|
- suite_uninstall
|
|
21198
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21182
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21199
21183
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21200
21184
|
# --------------------------------------------------------------------------------
|
|
21201
21185
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -21265,7 +21249,7 @@ spec:
|
|
|
21265
21249
|
command:
|
|
21266
21250
|
- /opt/app-root/src/run-role.sh
|
|
21267
21251
|
- suite_upgrade
|
|
21268
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21252
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21269
21253
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21270
21254
|
# --------------------------------------------------------------------------------
|
|
21271
21255
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21327,12 +21311,12 @@ spec:
|
|
|
21327
21311
|
command:
|
|
21328
21312
|
- /opt/app-root/src/run-role.sh
|
|
21329
21313
|
- suite_verify
|
|
21330
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21314
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21331
21315
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21332
21316
|
|
|
21333
21317
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21334
21318
|
- name: suite-post-verify
|
|
21335
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21319
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21336
21320
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21337
21321
|
command:
|
|
21338
21322
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21455,7 +21439,7 @@ spec:
|
|
|
21455
21439
|
command:
|
|
21456
21440
|
- /opt/app-root/src/run-role.sh
|
|
21457
21441
|
- turbonomic
|
|
21458
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21442
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21459
21443
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21460
21444
|
# --------------------------------------------------------------------------------
|
|
21461
21445
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21536,7 +21520,7 @@ spec:
|
|
|
21536
21520
|
# IBM User Data Services (UDS)
|
|
21537
21521
|
# -------------------------------------------------------------------------
|
|
21538
21522
|
- name: uds
|
|
21539
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21523
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21540
21524
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21541
21525
|
workingDir: /workspace/configs
|
|
21542
21526
|
command:
|
|
@@ -21599,7 +21583,7 @@ spec:
|
|
|
21599
21583
|
# IBM Data Reporter Operator (DRO)
|
|
21600
21584
|
# -------------------------------------------------------------------------
|
|
21601
21585
|
- name: dro
|
|
21602
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21586
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21603
21587
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21604
21588
|
workingDir: /workspace/configs
|
|
21605
21589
|
command:
|
|
@@ -21685,7 +21669,7 @@ spec:
|
|
|
21685
21669
|
description: "The value to set"
|
|
21686
21670
|
steps:
|
|
21687
21671
|
- name: update-configmap
|
|
21688
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21672
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21689
21673
|
command:
|
|
21690
21674
|
- /opt/app-root/src/update-configmap.sh
|
|
21691
21675
|
env:
|
|
@@ -21732,7 +21716,7 @@ spec:
|
|
|
21732
21716
|
|
|
21733
21717
|
steps:
|
|
21734
21718
|
- name: wait-for-configmap
|
|
21735
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21719
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21736
21720
|
command:
|
|
21737
21721
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21738
21722
|
env:
|
|
@@ -21813,7 +21797,7 @@ spec:
|
|
|
21813
21797
|
|
|
21814
21798
|
steps:
|
|
21815
21799
|
- name: wait-for-configmap
|
|
21816
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21800
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21817
21801
|
command:
|
|
21818
21802
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21819
21803
|
env:
|
|
@@ -21873,7 +21857,7 @@ spec:
|
|
|
21873
21857
|
|
|
21874
21858
|
steps:
|
|
21875
21859
|
- name: wait
|
|
21876
|
-
image: quay.io/ibmmas/cli:15.6.
|
|
21860
|
+
image: quay.io/ibmmas/cli:15.6.3
|
|
21877
21861
|
command:
|
|
21878
21862
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21879
21863
|
env:
|
|
@@ -21918,7 +21902,7 @@ spec:
|
|
|
21918
21902
|
- name: launchfvt_aiservice
|
|
21919
21903
|
type: string
|
|
21920
21904
|
default: "false"
|
|
21921
|
-
description: "Set this to 'true' to enable launch of the
|
|
21905
|
+
description: "Set this to 'true' to enable launch of the AIService FVT pipeline after the ai service has been installed"
|
|
21922
21906
|
|
|
21923
21907
|
# Finalize
|
|
21924
21908
|
# -------------------------------------------------------------------------
|
|
@@ -24863,180 +24847,12 @@ spec:
|
|
|
24863
24847
|
- name: shared-entitlement
|
|
24864
24848
|
workspace: shared-entitlement
|
|
24865
24849
|
# --------------------------------------------------------------------------------
|
|
24866
|
-
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-
|
|
24867
|
-
# --------------------------------------------------------------------------------
|
|
24868
|
-
apiVersion: tekton.dev/v1beta1
|
|
24869
|
-
kind: Pipeline
|
|
24870
|
-
metadata:
|
|
24871
|
-
name: gitops-mas-aibroker-tenant
|
|
24872
|
-
spec:
|
|
24873
|
-
params:
|
|
24874
|
-
- name: cluster_name
|
|
24875
|
-
type: string
|
|
24876
|
-
- name: account
|
|
24877
|
-
type: string
|
|
24878
|
-
- name: cluster_id
|
|
24879
|
-
type: string
|
|
24880
|
-
- name: cluster_url
|
|
24881
|
-
type: string
|
|
24882
|
-
- name: secrets_path
|
|
24883
|
-
type: string
|
|
24884
|
-
- name: avp_aws_secret_region
|
|
24885
|
-
type: string
|
|
24886
|
-
- name: git_branch
|
|
24887
|
-
type: string
|
|
24888
|
-
- name: github_org
|
|
24889
|
-
type: string
|
|
24890
|
-
- name: github_repo
|
|
24891
|
-
type: string
|
|
24892
|
-
- name: github_host
|
|
24893
|
-
type: string
|
|
24894
|
-
- name: aibroker_namespace
|
|
24895
|
-
type: string
|
|
24896
|
-
- name: mas_aibroker_provision_tenant
|
|
24897
|
-
type: string
|
|
24898
|
-
- name: aibroker_instance_id
|
|
24899
|
-
type: string
|
|
24900
|
-
- name: tenantNamespace
|
|
24901
|
-
type: string
|
|
24902
|
-
- name: tenant_id
|
|
24903
|
-
type: string
|
|
24904
|
-
- name: mas_aibroker_tenant_name
|
|
24905
|
-
type: string
|
|
24906
|
-
- name: cluster_domain
|
|
24907
|
-
type: string
|
|
24908
|
-
- name: in_saas_env
|
|
24909
|
-
type: string
|
|
24910
|
-
- name: mas_icr_cp
|
|
24911
|
-
type: string
|
|
24912
|
-
- name: mas_icr_cpopen
|
|
24913
|
-
type: string
|
|
24914
|
-
- name: drocfg_url
|
|
24915
|
-
type: string
|
|
24916
|
-
- name: slscfg_url
|
|
24917
|
-
type: string
|
|
24918
|
-
- name: mas_aibroker_sls_subscription_id
|
|
24919
|
-
type: string
|
|
24920
|
-
- name: mas_aibroker_watsonxai_url
|
|
24921
|
-
type: string
|
|
24922
|
-
- name: mas_aibroker_watsonxai_project_id
|
|
24923
|
-
type: string
|
|
24924
|
-
- name: mas_aibroker_storage_port
|
|
24925
|
-
type: string
|
|
24926
|
-
- name: mas_aibroker_storage_region
|
|
24927
|
-
type: string
|
|
24928
|
-
- name: mas_aibroker_storage_provider
|
|
24929
|
-
type: string
|
|
24930
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
24931
|
-
type: string
|
|
24932
|
-
- name: mas_aibroker_storage_ssl
|
|
24933
|
-
type: string
|
|
24934
|
-
- name: mas_aibroker_s3_endpoint_url
|
|
24935
|
-
type: string
|
|
24936
|
-
- name: mas_aibroker_s3_region
|
|
24937
|
-
type: string
|
|
24938
|
-
- name: mas_aibroker_s3_bucket_prefix
|
|
24939
|
-
type: string
|
|
24940
|
-
- name: rsl_url
|
|
24941
|
-
type: string
|
|
24942
|
-
- name: tenant_entitlement_type
|
|
24943
|
-
type: string
|
|
24944
|
-
- name: tenant_entitlement_start_date
|
|
24945
|
-
type: string
|
|
24946
|
-
- name: tenant_entitlement_end_date
|
|
24947
|
-
type: string
|
|
24948
|
-
|
|
24949
|
-
workspaces:
|
|
24950
|
-
- name: configs
|
|
24951
|
-
tasks:
|
|
24952
|
-
- name: run-gitops-aibroker-tenant
|
|
24953
|
-
taskRef:
|
|
24954
|
-
name: gitops-aibroker-tenant
|
|
24955
|
-
workspaces:
|
|
24956
|
-
- name: configs
|
|
24957
|
-
workspace: configs
|
|
24958
|
-
params:
|
|
24959
|
-
- name: cluster_name
|
|
24960
|
-
value: $(params.cluster_name)
|
|
24961
|
-
- name: account
|
|
24962
|
-
value: $(params.account)
|
|
24963
|
-
- name: cluster_id
|
|
24964
|
-
value: $(params.cluster_id)
|
|
24965
|
-
- name: cluster_url
|
|
24966
|
-
value: $(params.cluster_url)
|
|
24967
|
-
- name: secrets_path
|
|
24968
|
-
value: $(params.secrets_path)
|
|
24969
|
-
- name: avp_aws_secret_region
|
|
24970
|
-
value: $(params.avp_aws_secret_region)
|
|
24971
|
-
- name: git_branch
|
|
24972
|
-
value: $(params.git_branch)
|
|
24973
|
-
- name: github_org
|
|
24974
|
-
value: $(params.github_org)
|
|
24975
|
-
- name: github_repo
|
|
24976
|
-
value: $(params.github_repo)
|
|
24977
|
-
- name: github_host
|
|
24978
|
-
value: $(params.github_host)
|
|
24979
|
-
- name: aibroker_namespace
|
|
24980
|
-
value: $(params.aibroker_namespace)
|
|
24981
|
-
- name: mas_aibroker_provision_tenant
|
|
24982
|
-
value: $(params.mas_aibroker_provision_tenant)
|
|
24983
|
-
- name: aibroker_instance_id
|
|
24984
|
-
value: $(params.aibroker_instance_id)
|
|
24985
|
-
- name: tenantNamespace
|
|
24986
|
-
value: $(params.tenantNamespace)
|
|
24987
|
-
- name: tenant_id
|
|
24988
|
-
value: $(params.tenant_id)
|
|
24989
|
-
- name: mas_aibroker_tenant_name
|
|
24990
|
-
value: $(params.mas_aibroker_tenant_name)
|
|
24991
|
-
- name: cluster_domain
|
|
24992
|
-
value: $(params.cluster_domain)
|
|
24993
|
-
- name: in_saas_env
|
|
24994
|
-
value: $(params.in_saas_env)
|
|
24995
|
-
- name: mas_icr_cp
|
|
24996
|
-
value: $(params.mas_icr_cp)
|
|
24997
|
-
- name: mas_icr_cpopen
|
|
24998
|
-
value: $(params.mas_icr_cpopen)
|
|
24999
|
-
- name: drocfg_url
|
|
25000
|
-
value: $(params.drocfg_url)
|
|
25001
|
-
- name: slscfg_url
|
|
25002
|
-
value: $(params.slscfg_url)
|
|
25003
|
-
- name: mas_aibroker_sls_subscription_id
|
|
25004
|
-
value: $(params.mas_aibroker_sls_subscription_id)
|
|
25005
|
-
- name: mas_aibroker_watsonxai_url
|
|
25006
|
-
value: $(params.mas_aibroker_watsonxai_url)
|
|
25007
|
-
- name: mas_aibroker_watsonxai_project_id
|
|
25008
|
-
value: $(params.mas_aibroker_watsonxai_project_id)
|
|
25009
|
-
- name: mas_aibroker_storage_port
|
|
25010
|
-
value: $(params.mas_aibroker_storage_port)
|
|
25011
|
-
- name: mas_aibroker_storage_region
|
|
25012
|
-
value: $(params.mas_aibroker_storage_region)
|
|
25013
|
-
- name: mas_aibroker_storage_provider
|
|
25014
|
-
value: $(params.mas_aibroker_storage_provider)
|
|
25015
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
25016
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
25017
|
-
- name: mas_aibroker_storage_ssl
|
|
25018
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
25019
|
-
- name: mas_aibroker_s3_endpoint_url
|
|
25020
|
-
value: $(params.mas_aibroker_s3_endpoint_url)
|
|
25021
|
-
- name: mas_aibroker_s3_region
|
|
25022
|
-
value: $(params.mas_aibroker_s3_region)
|
|
25023
|
-
- name: mas_aibroker_s3_bucket_prefix
|
|
25024
|
-
value: $(params.mas_aibroker_s3_bucket_prefix)
|
|
25025
|
-
- name: rsl_url
|
|
25026
|
-
value: $(params.rsl_url)
|
|
25027
|
-
- name: tenant_entitlement_type
|
|
25028
|
-
value: $(params.tenant_entitlement_type)
|
|
25029
|
-
- name: tenant_entitlement_start_date
|
|
25030
|
-
value: $(params.tenant_entitlement_start_date)
|
|
25031
|
-
- name: tenant_entitlement_end_date
|
|
25032
|
-
value: $(params.tenant_entitlement_end_date)
|
|
25033
|
-
# --------------------------------------------------------------------------------
|
|
25034
|
-
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-aibroker.yaml
|
|
24850
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-aiservice-pipeline.yaml
|
|
25035
24851
|
# --------------------------------------------------------------------------------
|
|
25036
24852
|
apiVersion: tekton.dev/v1beta1
|
|
25037
24853
|
kind: Pipeline
|
|
25038
24854
|
metadata:
|
|
25039
|
-
name: gitops-
|
|
24855
|
+
name: gitops-aiservice-pipeline
|
|
25040
24856
|
spec:
|
|
25041
24857
|
params:
|
|
25042
24858
|
- name: cluster_name
|
|
@@ -25045,11 +24861,10 @@ spec:
|
|
|
25045
24861
|
type: string
|
|
25046
24862
|
- name: account
|
|
25047
24863
|
type: string
|
|
25048
|
-
- name:
|
|
24864
|
+
- name: aiservice_instance_id
|
|
25049
24865
|
type: string
|
|
25050
24866
|
- name: cluster_url
|
|
25051
24867
|
type: string
|
|
25052
|
-
default: ""
|
|
25053
24868
|
- name: secrets_path
|
|
25054
24869
|
type: string
|
|
25055
24870
|
- name: avp_aws_secret_region
|
|
@@ -25063,38 +24878,22 @@ spec:
|
|
|
25063
24878
|
- name: github_host
|
|
25064
24879
|
type: string
|
|
25065
24880
|
|
|
25066
|
-
#
|
|
25067
|
-
- name:
|
|
24881
|
+
# aiservice-specific
|
|
24882
|
+
- name: aiservice_namespace
|
|
25068
24883
|
type: string
|
|
25069
|
-
- name:
|
|
24884
|
+
- name: aiservice_watsonx_secret
|
|
25070
24885
|
type: string
|
|
25071
24886
|
- name: pull_secret_name
|
|
25072
24887
|
type: string
|
|
25073
|
-
- name:
|
|
25074
|
-
type: string
|
|
25075
|
-
- name: mas_aibroker_storage_secret
|
|
25076
|
-
type: string
|
|
25077
|
-
- name: mas_aibroker_storage_host
|
|
24888
|
+
- name: aiservice_storage_provider
|
|
25078
24889
|
type: string
|
|
25079
|
-
- name:
|
|
25080
|
-
type: string
|
|
25081
|
-
- name: mas_aibroker_storage_ssl
|
|
25082
|
-
type: string
|
|
25083
|
-
- name: mas_aibroker_storage_region
|
|
25084
|
-
type: string
|
|
25085
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
25086
|
-
type: string
|
|
25087
|
-
- name: mas_aibroker_storage_tenants_bucket
|
|
25088
|
-
type: string
|
|
25089
|
-
- name: mas_aibroker_storage_templates_bucket
|
|
25090
|
-
type: string
|
|
25091
|
-
- name: mas_aibroker_mariadb_secret
|
|
24890
|
+
- name: aiservice_storage_ssl
|
|
25092
24891
|
type: string
|
|
25093
24892
|
- name: primary_storage_class
|
|
25094
24893
|
type: string
|
|
25095
24894
|
- name: artifactory_username
|
|
25096
24895
|
type: string
|
|
25097
|
-
- name:
|
|
24896
|
+
- name: aiservice_channel
|
|
25098
24897
|
type: string
|
|
25099
24898
|
- name: mas_catalog_source
|
|
25100
24899
|
type: string
|
|
@@ -25108,6 +24907,10 @@ spec:
|
|
|
25108
24907
|
type: string
|
|
25109
24908
|
- name: is_external_route
|
|
25110
24909
|
type: string
|
|
24910
|
+
- name: jdbc_secret
|
|
24911
|
+
type: string
|
|
24912
|
+
- name: use_aws_db2
|
|
24913
|
+
type: string
|
|
25111
24914
|
|
|
25112
24915
|
# ODH-specific
|
|
25113
24916
|
- name: odh_channel
|
|
@@ -25122,39 +24925,29 @@ spec:
|
|
|
25122
24925
|
type: string
|
|
25123
24926
|
- name: odh_operator_version
|
|
25124
24927
|
type: string
|
|
25125
|
-
|
|
25126
|
-
# KMODEL-specific
|
|
25127
|
-
- name: aibroker_internal_tls
|
|
25128
|
-
type: string
|
|
25129
|
-
- name: docker_server
|
|
25130
|
-
type: string
|
|
25131
|
-
- name: image_controller
|
|
24928
|
+
- name: environment_type
|
|
25132
24929
|
type: string
|
|
25133
|
-
- name:
|
|
24930
|
+
- name: aiservice_s3_endpoint_url
|
|
25134
24931
|
type: string
|
|
25135
|
-
- name:
|
|
24932
|
+
- name: aiservice_storage_region
|
|
25136
24933
|
type: string
|
|
25137
|
-
- name:
|
|
24934
|
+
- name: aiservice_s3_bucket_prefix
|
|
25138
24935
|
type: string
|
|
25139
|
-
- name:
|
|
24936
|
+
- name: opendatahub_source
|
|
25140
24937
|
type: string
|
|
25141
|
-
- name:
|
|
24938
|
+
- name: aiservice_odh_model_deployment_type
|
|
25142
24939
|
type: string
|
|
25143
|
-
- name:
|
|
24940
|
+
- name: sls_registration_key_secret
|
|
25144
24941
|
type: string
|
|
25145
|
-
- name:
|
|
24942
|
+
- name: dro_token_secret
|
|
25146
24943
|
type: string
|
|
25147
|
-
- name:
|
|
24944
|
+
- name: dro_cacert_secret
|
|
25148
24945
|
type: string
|
|
25149
|
-
- name:
|
|
25150
|
-
type: string
|
|
25151
|
-
- name: environment_type
|
|
25152
|
-
type: string
|
|
25153
|
-
- name: mas_aibroker_s3_endpoint_url
|
|
24946
|
+
- name: aiservice_s3_templates_bucket
|
|
25154
24947
|
type: string
|
|
25155
|
-
- name:
|
|
24948
|
+
- name: aiservice_s3_tenants_bucket
|
|
25156
24949
|
type: string
|
|
25157
|
-
- name:
|
|
24950
|
+
- name: aiservice_s3_secret
|
|
25158
24951
|
type: string
|
|
25159
24952
|
|
|
25160
24953
|
workspaces:
|
|
@@ -25175,8 +24968,8 @@ spec:
|
|
|
25175
24968
|
value: $(params.cluster_name)
|
|
25176
24969
|
- name: account
|
|
25177
24970
|
value: $(params.account)
|
|
25178
|
-
- name:
|
|
25179
|
-
value: $(params.
|
|
24971
|
+
- name: aiservice_instance_id
|
|
24972
|
+
value: $(params.aiservice_instance_id)
|
|
25180
24973
|
- name: cluster_url
|
|
25181
24974
|
value: $(params.cluster_url)
|
|
25182
24975
|
- name: git_branch
|
|
@@ -25191,6 +24984,8 @@ spec:
|
|
|
25191
24984
|
value: $(params.secrets_path)
|
|
25192
24985
|
- name: avp_aws_secret_region
|
|
25193
24986
|
value: $(params.avp_aws_secret_region)
|
|
24987
|
+
- name: aiservice_namespace
|
|
24988
|
+
value: $(params.aiservice_namespace)
|
|
25194
24989
|
- name: odh_channel
|
|
25195
24990
|
value: $(params.odh_channel)
|
|
25196
24991
|
- name: odh_subscription_install_plan
|
|
@@ -25203,24 +24998,28 @@ spec:
|
|
|
25203
24998
|
value: $(params.opendatahub_namespace)
|
|
25204
24999
|
- name: odh_operator_version
|
|
25205
25000
|
value: $(params.odh_operator_version)
|
|
25206
|
-
- name:
|
|
25207
|
-
value: $(params.
|
|
25208
|
-
- name:
|
|
25209
|
-
value: $(params.
|
|
25210
|
-
|
|
25211
|
-
|
|
25001
|
+
- name: aiservice_storage_ssl
|
|
25002
|
+
value: $(params.aiservice_storage_ssl)
|
|
25003
|
+
- name: aiservice_storage_region
|
|
25004
|
+
value: $(params.aiservice_storage_region)
|
|
25005
|
+
- name: opendatahub_source
|
|
25006
|
+
value: $(params.opendatahub_source)
|
|
25007
|
+
- name: aiservice_odh_model_deployment_type
|
|
25008
|
+
value: $(params.aiservice_odh_model_deployment_type)
|
|
25009
|
+
|
|
25010
|
+
# 3.gitops-aiservice
|
|
25212
25011
|
# -------------------------------------------------------------------------
|
|
25213
25012
|
|
|
25214
|
-
- name: gitops-
|
|
25013
|
+
- name: gitops-aiservice
|
|
25215
25014
|
taskRef:
|
|
25216
|
-
name: gitops-
|
|
25015
|
+
name: gitops-aiservice
|
|
25217
25016
|
runAfter:
|
|
25218
25017
|
- gitops-odh
|
|
25219
25018
|
workspaces:
|
|
25220
25019
|
- name: configs
|
|
25221
25020
|
workspace: configs
|
|
25222
25021
|
params:
|
|
25223
|
-
#
|
|
25022
|
+
# aiservice shared and specific params
|
|
25224
25023
|
- name: cluster_name
|
|
25225
25024
|
value: $(params.cluster_name)
|
|
25226
25025
|
- name: account
|
|
@@ -25239,40 +25038,26 @@ spec:
|
|
|
25239
25038
|
value: $(params.github_repo)
|
|
25240
25039
|
- name: github_host
|
|
25241
25040
|
value: $(params.github_host)
|
|
25242
|
-
- name:
|
|
25243
|
-
value: $(params.
|
|
25244
|
-
- name:
|
|
25245
|
-
value: $(params.
|
|
25246
|
-
- name:
|
|
25247
|
-
value: $(params.
|
|
25041
|
+
- name: aiservice_instance_id
|
|
25042
|
+
value: $(params.aiservice_instance_id)
|
|
25043
|
+
- name: aiservice_namespace
|
|
25044
|
+
value: $(params.aiservice_namespace)
|
|
25045
|
+
- name: aiservice_watsonx_secret
|
|
25046
|
+
value: $(params.aiservice_watsonx_secret)
|
|
25248
25047
|
- name: pull_secret_name
|
|
25249
25048
|
value: $(params.pull_secret_name)
|
|
25250
|
-
- name:
|
|
25251
|
-
value: $(params.
|
|
25252
|
-
- name:
|
|
25253
|
-
value: $(params.
|
|
25254
|
-
- name:
|
|
25255
|
-
value: $(params.
|
|
25256
|
-
- name: mas_aibroker_storage_port
|
|
25257
|
-
value: $(params.mas_aibroker_storage_port)
|
|
25258
|
-
- name: mas_aibroker_storage_ssl
|
|
25259
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
25260
|
-
- name: mas_aibroker_storage_region
|
|
25261
|
-
value: $(params.mas_aibroker_storage_region)
|
|
25262
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
25263
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
25264
|
-
- name: mas_aibroker_storage_tenants_bucket
|
|
25265
|
-
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
25266
|
-
- name: mas_aibroker_storage_templates_bucket
|
|
25267
|
-
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
25268
|
-
- name: mas_aibroker_mariadb_secret
|
|
25269
|
-
value: $(params.mas_aibroker_mariadb_secret)
|
|
25049
|
+
- name: aiservice_storage_provider
|
|
25050
|
+
value: $(params.aiservice_storage_provider)
|
|
25051
|
+
- name: aiservice_storage_ssl
|
|
25052
|
+
value: $(params.aiservice_storage_ssl)
|
|
25053
|
+
- name: aiservice_storage_region
|
|
25054
|
+
value: $(params.aiservice_storage_region)
|
|
25270
25055
|
- name: primary_storage_class
|
|
25271
25056
|
value: $(params.primary_storage_class)
|
|
25272
25057
|
- name: artifactory_username
|
|
25273
25058
|
value: $(params.artifactory_username)
|
|
25274
|
-
- name:
|
|
25275
|
-
value: $(params.
|
|
25059
|
+
- name: aiservice_channel
|
|
25060
|
+
value: $(params.aiservice_channel)
|
|
25276
25061
|
- name: mas_catalog_source
|
|
25277
25062
|
value: $(params.mas_catalog_source)
|
|
25278
25063
|
- name: mas_icr_cp
|
|
@@ -25287,21 +25072,116 @@ spec:
|
|
|
25287
25072
|
value: $(params.is_external_route)
|
|
25288
25073
|
- name: environment_type
|
|
25289
25074
|
value: $(params.environment_type)
|
|
25290
|
-
- name:
|
|
25291
|
-
value: $(params.
|
|
25292
|
-
- name:
|
|
25293
|
-
value: $(params.
|
|
25294
|
-
- name:
|
|
25295
|
-
value: $(params.
|
|
25296
|
-
|
|
25075
|
+
- name: aiservice_s3_endpoint_url
|
|
25076
|
+
value: $(params.aiservice_s3_endpoint_url)
|
|
25077
|
+
- name: aiservice_s3_bucket_prefix
|
|
25078
|
+
value: $(params.aiservice_s3_bucket_prefix)
|
|
25079
|
+
- name: sls_registration_key_secret
|
|
25080
|
+
value: $(params.sls_registration_key_secret)
|
|
25081
|
+
- name: dro_token_secret
|
|
25082
|
+
value: $(params.dro_token_secret)
|
|
25083
|
+
- name: dro_cacert_secret
|
|
25084
|
+
value: $(params.dro_cacert_secret)
|
|
25085
|
+
- name: aiservice_s3_templates_bucket
|
|
25086
|
+
value: $(params.aiservice_s3_templates_bucket)
|
|
25087
|
+
- name: aiservice_s3_tenants_bucket
|
|
25088
|
+
value: $(params.aiservice_s3_tenants_bucket)
|
|
25089
|
+
- name: aiservice_s3_secret
|
|
25090
|
+
value: $(params.aiservice_s3_secret)
|
|
25091
|
+
- name: jdbc_secret
|
|
25092
|
+
value: $(params.jdbc_secret)
|
|
25093
|
+
- name: use_aws_db2
|
|
25094
|
+
value: $(params.use_aws_db2)# --------------------------------------------------------------------------------
|
|
25095
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-aiservice-tenant-pipeline.yaml
|
|
25096
|
+
# --------------------------------------------------------------------------------
|
|
25097
|
+
apiVersion: tekton.dev/v1beta1
|
|
25098
|
+
kind: Pipeline
|
|
25099
|
+
metadata:
|
|
25100
|
+
name: gitops-aiservice-tenant-pipeline
|
|
25101
|
+
spec:
|
|
25102
|
+
params:
|
|
25103
|
+
- name: cluster_name
|
|
25104
|
+
type: string
|
|
25105
|
+
- name: account
|
|
25106
|
+
type: string
|
|
25107
|
+
- name: cluster_id
|
|
25108
|
+
type: string
|
|
25109
|
+
- name: cluster_url
|
|
25110
|
+
type: string
|
|
25111
|
+
- name: secrets_path
|
|
25112
|
+
type: string
|
|
25113
|
+
- name: avp_aws_secret_region
|
|
25114
|
+
type: string
|
|
25115
|
+
- name: git_branch
|
|
25116
|
+
type: string
|
|
25117
|
+
- name: github_org
|
|
25118
|
+
type: string
|
|
25119
|
+
- name: github_repo
|
|
25120
|
+
type: string
|
|
25121
|
+
- name: github_host
|
|
25122
|
+
type: string
|
|
25123
|
+
- name: aiservice_namespace
|
|
25124
|
+
type: string
|
|
25125
|
+
- name: aiservice_provision_tenant
|
|
25126
|
+
type: string
|
|
25127
|
+
- name: aiservice_instance_id
|
|
25128
|
+
type: string
|
|
25129
|
+
- name: tenantNamespace
|
|
25130
|
+
type: string
|
|
25131
|
+
- name: tenant_id
|
|
25132
|
+
type: string
|
|
25133
|
+
- name: cluster_domain
|
|
25134
|
+
type: string
|
|
25135
|
+
- name: in_saas_env
|
|
25136
|
+
type: string
|
|
25137
|
+
- name: mas_icr_cp
|
|
25138
|
+
type: string
|
|
25139
|
+
- name: mas_icr_cpopen
|
|
25140
|
+
type: string
|
|
25141
|
+
- name: drocfg_url
|
|
25142
|
+
type: string
|
|
25143
|
+
- name: slscfg_url
|
|
25144
|
+
type: string
|
|
25145
|
+
- name: aiservice_sls_subscription_id
|
|
25146
|
+
type: string
|
|
25147
|
+
- name: aiservice_watsonxai_url
|
|
25148
|
+
type: string
|
|
25149
|
+
- name: aiservice_watsonx_full
|
|
25150
|
+
type: string
|
|
25151
|
+
- name: aiservice_watsonx_instance_id
|
|
25152
|
+
type: string
|
|
25153
|
+
- name: aiservice_watsonx_version
|
|
25154
|
+
type: string
|
|
25155
|
+
- name: aiservice_watsonx_username
|
|
25156
|
+
type: string
|
|
25157
|
+
- name: aiservice_operator_log_level
|
|
25158
|
+
type: string
|
|
25297
25159
|
|
|
25298
|
-
|
|
25299
|
-
|
|
25300
|
-
- name:
|
|
25160
|
+
- name: aiservice_storage_region
|
|
25161
|
+
type: string
|
|
25162
|
+
- name: aiservice_storage_provider
|
|
25163
|
+
type: string
|
|
25164
|
+
- name: aiservice_storage_ssl
|
|
25165
|
+
type: string
|
|
25166
|
+
- name: aiservice_s3_endpoint_url
|
|
25167
|
+
type: string
|
|
25168
|
+
- name: aiservice_s3_bucket_prefix
|
|
25169
|
+
type: string
|
|
25170
|
+
- name: rsl_url
|
|
25171
|
+
type: string
|
|
25172
|
+
- name: tenant_entitlement_type
|
|
25173
|
+
type: string
|
|
25174
|
+
- name: tenant_entitlement_start_date
|
|
25175
|
+
type: string
|
|
25176
|
+
- name: tenant_entitlement_end_date
|
|
25177
|
+
type: string
|
|
25178
|
+
|
|
25179
|
+
workspaces:
|
|
25180
|
+
- name: configs
|
|
25181
|
+
tasks:
|
|
25182
|
+
- name: run-gitops-aiservice-tenant
|
|
25301
25183
|
taskRef:
|
|
25302
|
-
name: gitops-
|
|
25303
|
-
runAfter:
|
|
25304
|
-
- gitops-aibroker
|
|
25184
|
+
name: gitops-aiservice-tenant
|
|
25305
25185
|
workspaces:
|
|
25306
25186
|
- name: configs
|
|
25307
25187
|
workspace: configs
|
|
@@ -25326,58 +25206,237 @@ spec:
|
|
|
25326
25206
|
value: $(params.github_repo)
|
|
25327
25207
|
- name: github_host
|
|
25328
25208
|
value: $(params.github_host)
|
|
25329
|
-
- name:
|
|
25330
|
-
value: $(params.
|
|
25331
|
-
- name:
|
|
25332
|
-
value: $(params.
|
|
25333
|
-
- name:
|
|
25334
|
-
value: $(params.
|
|
25335
|
-
- name: pull_secret_name
|
|
25336
|
-
value: $(params.pull_secret_name)
|
|
25337
|
-
- name: mas_aibroker_storage_provider
|
|
25338
|
-
value: $(params.mas_aibroker_storage_provider)
|
|
25339
|
-
- name: mas_aibroker_storage_ssl
|
|
25340
|
-
value: $(params.mas_aibroker_storage_ssl)
|
|
25341
|
-
- name: mas_aibroker_storage_host
|
|
25342
|
-
value: $(params.mas_aibroker_storage_host)
|
|
25343
|
-
- name: mas_aibroker_storage_port
|
|
25344
|
-
value: $(params.mas_aibroker_storage_port)
|
|
25345
|
-
- name: mas_aibroker_storage_region
|
|
25346
|
-
value: $(params.mas_aibroker_storage_region)
|
|
25347
|
-
- name: mas_aibroker_storage_templates_bucket
|
|
25348
|
-
value: $(params.mas_aibroker_storage_templates_bucket)
|
|
25349
|
-
- name: mas_aibroker_storage_tenants_bucket
|
|
25350
|
-
value: $(params.mas_aibroker_storage_tenants_bucket)
|
|
25351
|
-
- name: mas_aibroker_storage_pipelines_bucket
|
|
25352
|
-
value: $(params.mas_aibroker_storage_pipelines_bucket)
|
|
25353
|
-
- name: ssh_secret_name
|
|
25354
|
-
value: $(params.ssh_secret_name)
|
|
25355
|
-
- name: docker_server
|
|
25356
|
-
value: $(params.docker_server)
|
|
25209
|
+
- name: aiservice_namespace
|
|
25210
|
+
value: $(params.aiservice_namespace)
|
|
25211
|
+
- name: aiservice_provision_tenant
|
|
25212
|
+
value: $(params.aiservice_provision_tenant)
|
|
25213
|
+
- name: aiservice_instance_id
|
|
25214
|
+
value: $(params.aiservice_instance_id)
|
|
25357
25215
|
- name: tenantNamespace
|
|
25358
25216
|
value: $(params.tenantNamespace)
|
|
25359
|
-
- name:
|
|
25360
|
-
value: $(params.
|
|
25361
|
-
- name:
|
|
25362
|
-
value: $(params.
|
|
25363
|
-
- name:
|
|
25364
|
-
value: $(params.
|
|
25365
|
-
- name: image_watcher
|
|
25366
|
-
value: $(params.image_watcher)
|
|
25367
|
-
- name: image_controller
|
|
25368
|
-
value: $(params.image_controller)
|
|
25369
|
-
- name: mas_aibroker_connector_tag
|
|
25370
|
-
value: $(params.mas_aibroker_connector_tag)
|
|
25371
|
-
- name: mas_aibroker_saas
|
|
25372
|
-
value: $(params.mas_aibroker_saas)
|
|
25373
|
-
- name: model_id_unique_length
|
|
25374
|
-
value: $(params.model_id_unique_length)
|
|
25375
|
-
- name: model_id_prefix
|
|
25376
|
-
value: $(params.model_id_prefix)
|
|
25377
|
-
- name: mas_app_channel
|
|
25378
|
-
value: $(params.mas_app_channel)
|
|
25217
|
+
- name: tenant_id
|
|
25218
|
+
value: $(params.tenant_id)
|
|
25219
|
+
- name: cluster_domain
|
|
25220
|
+
value: $(params.cluster_domain)
|
|
25221
|
+
- name: in_saas_env
|
|
25222
|
+
value: $(params.in_saas_env)
|
|
25379
25223
|
- name: mas_icr_cp
|
|
25380
|
-
value: $(params.mas_icr_cp)
|
|
25224
|
+
value: $(params.mas_icr_cp)
|
|
25225
|
+
- name: mas_icr_cpopen
|
|
25226
|
+
value: $(params.mas_icr_cpopen)
|
|
25227
|
+
- name: drocfg_url
|
|
25228
|
+
value: $(params.drocfg_url)
|
|
25229
|
+
- name: slscfg_url
|
|
25230
|
+
value: $(params.slscfg_url)
|
|
25231
|
+
- name: aiservice_sls_subscription_id
|
|
25232
|
+
value: $(params.aiservice_sls_subscription_id)
|
|
25233
|
+
- name: aiservice_watsonxai_url
|
|
25234
|
+
value: $(params.aiservice_watsonxai_url)
|
|
25235
|
+
- name: aiservice_watsonx_full
|
|
25236
|
+
value: $(params.aiservice_watsonx_full)
|
|
25237
|
+
- name: aiservice_watsonx_instance_id
|
|
25238
|
+
value: $(params.aiservice_watsonx_instance_id)
|
|
25239
|
+
- name: aiservice_watsonx_version
|
|
25240
|
+
value: $(params.aiservice_watsonx_version)
|
|
25241
|
+
- name: aiservice_watsonx_username
|
|
25242
|
+
value: $(params.aiservice_watsonx_username)
|
|
25243
|
+
- name: aiservice_operator_log_level
|
|
25244
|
+
value: $(params.aiservice_operator_log_level)
|
|
25245
|
+
- name: aiservice_storage_region
|
|
25246
|
+
value: $(params.aiservice_storage_region)
|
|
25247
|
+
- name: aiservice_storage_provider
|
|
25248
|
+
value: $(params.aiservice_storage_provider)
|
|
25249
|
+
- name: aiservice_storage_ssl
|
|
25250
|
+
value: $(params.aiservice_storage_ssl)
|
|
25251
|
+
- name: aiservice_s3_endpoint_url
|
|
25252
|
+
value: $(params.aiservice_s3_endpoint_url)
|
|
25253
|
+
- name: aiservice_s3_bucket_prefix
|
|
25254
|
+
value: $(params.aiservice_s3_bucket_prefix)
|
|
25255
|
+
- name: rsl_url
|
|
25256
|
+
value: $(params.rsl_url)
|
|
25257
|
+
- name: tenant_entitlement_type
|
|
25258
|
+
value: $(params.tenant_entitlement_type)
|
|
25259
|
+
- name: tenant_entitlement_start_date
|
|
25260
|
+
value: $(params.tenant_entitlement_start_date)
|
|
25261
|
+
- name: tenant_entitlement_end_date
|
|
25262
|
+
value: $(params.tenant_entitlement_end_date)
|
|
25263
|
+
# --------------------------------------------------------------------------------
|
|
25264
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-deprovision-aiservice-pipeline.yaml
|
|
25265
|
+
# --------------------------------------------------------------------------------
|
|
25266
|
+
apiVersion: tekton.dev/v1beta1
|
|
25267
|
+
kind: Pipeline
|
|
25268
|
+
metadata:
|
|
25269
|
+
name: gitops-deprovision-aiservice-pipeline
|
|
25270
|
+
spec:
|
|
25271
|
+
params:
|
|
25272
|
+
- name: cluster_name
|
|
25273
|
+
type: string
|
|
25274
|
+
- name: cluster_id
|
|
25275
|
+
type: string
|
|
25276
|
+
- name: account
|
|
25277
|
+
type: string
|
|
25278
|
+
- name: aiservice_instance_id
|
|
25279
|
+
type: string
|
|
25280
|
+
- name: cluster_url
|
|
25281
|
+
type: string
|
|
25282
|
+
default: ""
|
|
25283
|
+
- name: secrets_path
|
|
25284
|
+
type: string
|
|
25285
|
+
- name: avp_aws_secret_region
|
|
25286
|
+
type: string
|
|
25287
|
+
- name: git_branch
|
|
25288
|
+
type: string
|
|
25289
|
+
- name: github_org
|
|
25290
|
+
type: string
|
|
25291
|
+
- name: github_repo
|
|
25292
|
+
type: string
|
|
25293
|
+
- name: github_host
|
|
25294
|
+
type: string
|
|
25295
|
+
workspaces:
|
|
25296
|
+
- name: configs
|
|
25297
|
+
|
|
25298
|
+
tasks:
|
|
25299
|
+
#1. gitops-deprovision-aiservice
|
|
25300
|
+
# -------------------------------------------------------------------------------------------------------
|
|
25301
|
+
- name: run-gitops-deprovision-aiservice
|
|
25302
|
+
taskRef:
|
|
25303
|
+
kind: Task
|
|
25304
|
+
name: gitops-deprovision-aiservice
|
|
25305
|
+
workspaces:
|
|
25306
|
+
- name: configs
|
|
25307
|
+
workspace: configs
|
|
25308
|
+
params:
|
|
25309
|
+
- name: cluster_name
|
|
25310
|
+
value: $(params.cluster_name)
|
|
25311
|
+
- name: account
|
|
25312
|
+
value: $(params.account)
|
|
25313
|
+
- name: cluster_id
|
|
25314
|
+
value: $(params.cluster_id)
|
|
25315
|
+
- name: cluster_url
|
|
25316
|
+
value: $(params.cluster_url)
|
|
25317
|
+
- name: secrets_path
|
|
25318
|
+
value: $(params.secrets_path)
|
|
25319
|
+
- name: avp_aws_secret_region
|
|
25320
|
+
value: $(params.avp_aws_secret_region)
|
|
25321
|
+
- name: git_branch
|
|
25322
|
+
value: $(params.git_branch)
|
|
25323
|
+
- name: github_org
|
|
25324
|
+
value: $(params.github_org)
|
|
25325
|
+
- name: github_repo
|
|
25326
|
+
value: $(params.github_repo)
|
|
25327
|
+
- name: github_host
|
|
25328
|
+
value: $(params.github_host)
|
|
25329
|
+
- name: aiservice_instance_id
|
|
25330
|
+
value: $(params.aiservice_instance_id)
|
|
25331
|
+
|
|
25332
|
+
#2.gitops-deprovision-odh
|
|
25333
|
+
# -------------------------------------------------------------------------
|
|
25334
|
+
- name: run-gitops-deprovision-odh
|
|
25335
|
+
runAfter:
|
|
25336
|
+
- run-gitops-deprovision-aiservice
|
|
25337
|
+
taskRef:
|
|
25338
|
+
kind: Task
|
|
25339
|
+
name: gitops-deprovision-odh
|
|
25340
|
+
workspaces:
|
|
25341
|
+
- name: configs
|
|
25342
|
+
workspace: configs
|
|
25343
|
+
params:
|
|
25344
|
+
- name: cluster_name
|
|
25345
|
+
value: $(params.cluster_name)
|
|
25346
|
+
- name: account
|
|
25347
|
+
value: $(params.account)
|
|
25348
|
+
- name: cluster_id
|
|
25349
|
+
value: $(params.cluster_id)
|
|
25350
|
+
- name: cluster_url
|
|
25351
|
+
value: $(params.cluster_url)
|
|
25352
|
+
- name: secrets_path
|
|
25353
|
+
value: $(params.secrets_path)
|
|
25354
|
+
- name: avp_aws_secret_region
|
|
25355
|
+
value: $(params.avp_aws_secret_region)
|
|
25356
|
+
- name: git_branch
|
|
25357
|
+
value: $(params.git_branch)
|
|
25358
|
+
- name: github_org
|
|
25359
|
+
value: $(params.github_org)
|
|
25360
|
+
- name: github_repo
|
|
25361
|
+
value: $(params.github_repo)
|
|
25362
|
+
- name: github_host
|
|
25363
|
+
value: $(params.github_host)
|
|
25364
|
+
- name: aiservice_instance_id
|
|
25365
|
+
value: $(params.aiservice_instance_id)
|
|
25366
|
+
|
|
25367
|
+
# --------------------------------------------------------------------------------
|
|
25368
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-deprovision-aiservice-tenant-pipeline.yaml
|
|
25369
|
+
# --------------------------------------------------------------------------------
|
|
25370
|
+
apiVersion: tekton.dev/v1beta1
|
|
25371
|
+
kind: Pipeline
|
|
25372
|
+
metadata:
|
|
25373
|
+
name: gitops-deprovision-aiservice-tenant-pipeline
|
|
25374
|
+
spec:
|
|
25375
|
+
params:
|
|
25376
|
+
- name: cluster_name
|
|
25377
|
+
type: string
|
|
25378
|
+
- name: cluster_id
|
|
25379
|
+
type: string
|
|
25380
|
+
- name: account
|
|
25381
|
+
type: string
|
|
25382
|
+
- name: aiservice_instance_id
|
|
25383
|
+
type: string
|
|
25384
|
+
- name: tenant_id
|
|
25385
|
+
type: string
|
|
25386
|
+
- name: cluster_url
|
|
25387
|
+
type: string
|
|
25388
|
+
default: ""
|
|
25389
|
+
- name: secrets_path
|
|
25390
|
+
type: string
|
|
25391
|
+
- name: avp_aws_secret_region
|
|
25392
|
+
type: string
|
|
25393
|
+
- name: git_branch
|
|
25394
|
+
type: string
|
|
25395
|
+
- name: github_org
|
|
25396
|
+
type: string
|
|
25397
|
+
- name: github_repo
|
|
25398
|
+
type: string
|
|
25399
|
+
- name: github_host
|
|
25400
|
+
type: string
|
|
25401
|
+
workspaces:
|
|
25402
|
+
- name: configs
|
|
25403
|
+
tasks:
|
|
25404
|
+
- name: run-gitops-deprovision-aiservice-tenant
|
|
25405
|
+
taskRef:
|
|
25406
|
+
kind: Task
|
|
25407
|
+
name: gitops-deprovision-aiservice-tenant
|
|
25408
|
+
workspaces:
|
|
25409
|
+
- name: configs
|
|
25410
|
+
workspace: configs
|
|
25411
|
+
params:
|
|
25412
|
+
- name: cluster_name
|
|
25413
|
+
value: $(params.cluster_name)
|
|
25414
|
+
- name: account
|
|
25415
|
+
value: $(params.account)
|
|
25416
|
+
- name: cluster_id
|
|
25417
|
+
value: $(params.cluster_id)
|
|
25418
|
+
- name: cluster_url
|
|
25419
|
+
value: $(params.cluster_url)
|
|
25420
|
+
- name: secrets_path
|
|
25421
|
+
value: $(params.secrets_path)
|
|
25422
|
+
- name: avp_aws_secret_region
|
|
25423
|
+
value: $(params.avp_aws_secret_region)
|
|
25424
|
+
- name: git_branch
|
|
25425
|
+
value: $(params.git_branch)
|
|
25426
|
+
- name: github_org
|
|
25427
|
+
value: $(params.github_org)
|
|
25428
|
+
- name: github_repo
|
|
25429
|
+
value: $(params.github_repo)
|
|
25430
|
+
- name: github_host
|
|
25431
|
+
value: $(params.github_host)
|
|
25432
|
+
- name: aiservice_instance_id
|
|
25433
|
+
value: $(params.aiservice_instance_id)
|
|
25434
|
+
- name: tenant_id
|
|
25435
|
+
value: $(params.tenant_id)
|
|
25436
|
+
|
|
25437
|
+
|
|
25438
|
+
|
|
25439
|
+
# --------------------------------------------------------------------------------
|
|
25381
25440
|
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-apps.yaml
|
|
25382
25441
|
# --------------------------------------------------------------------------------
|
|
25383
25442
|
---
|
|
@@ -30811,6 +30870,9 @@ spec:
|
|
|
30811
30870
|
- name: provisioner_csb_ca_certificate_file
|
|
30812
30871
|
type: string
|
|
30813
30872
|
default: ''
|
|
30873
|
+
- name: provisioner_recommend_cluster
|
|
30874
|
+
type: string
|
|
30875
|
+
default: 'false'
|
|
30814
30876
|
|
|
30815
30877
|
tasks:
|
|
30816
30878
|
- name: gitops-cluster
|
|
@@ -31118,6 +31180,8 @@ spec:
|
|
|
31118
31180
|
value: $(params.provisioner_enable_pd_alert)
|
|
31119
31181
|
- name: csb_ca_certificate_file
|
|
31120
31182
|
value: $(params.provisioner_csb_ca_certificate_file)
|
|
31183
|
+
- name: recommend_cluster
|
|
31184
|
+
value: $(params.provisioner_recommend_cluster)
|
|
31121
31185
|
taskRef:
|
|
31122
31186
|
kind: Task
|
|
31123
31187
|
name: gitops-mas-provisioner
|
|
@@ -33673,36 +33737,6 @@ spec:
|
|
|
33673
33737
|
runAfter:
|
|
33674
33738
|
- kyverno-assist
|
|
33675
33739
|
|
|
33676
|
-
- name: imagescan-assist
|
|
33677
|
-
timeout: "0"
|
|
33678
|
-
taskRef:
|
|
33679
|
-
kind: Task
|
|
33680
|
-
name: mas-ivt-core
|
|
33681
|
-
workspaces:
|
|
33682
|
-
- name: configs
|
|
33683
|
-
workspace: shared-configs
|
|
33684
|
-
params:
|
|
33685
|
-
- name: mas_instance_id
|
|
33686
|
-
value: $(params.mas_instance_id)
|
|
33687
|
-
- name: mas_workspace_id
|
|
33688
|
-
value: $(params.mas_workspace_id)
|
|
33689
|
-
- name: fvt_image_registry
|
|
33690
|
-
value: $(params.fvt_image_registry)
|
|
33691
|
-
- name: fvt_image_digest
|
|
33692
|
-
value: $(params.ivt_digest_core)
|
|
33693
|
-
|
|
33694
|
-
- name: product_id
|
|
33695
|
-
value: ibm-mas-assist
|
|
33696
|
-
- name: product_channel
|
|
33697
|
-
value: $(params.mas_app_channel_assist)
|
|
33698
|
-
- name: fvt_test_suite
|
|
33699
|
-
value: imagescan
|
|
33700
|
-
when:
|
|
33701
|
-
- input: "$(params.ivt_digest_core)"
|
|
33702
|
-
operator: notin
|
|
33703
|
-
values: [""]
|
|
33704
|
-
|
|
33705
|
-
|
|
33706
33740
|
# 2. Prepare data for Python and Desktop suites
|
|
33707
33741
|
# -----------------------------------------------------------------------------
|
|
33708
33742
|
- name: fvt-assist-preparedata
|
|
@@ -33998,7 +34032,7 @@ spec:
|
|
|
33998
34032
|
- input: "$(params.ivt_digest_core)"
|
|
33999
34033
|
operator: notin
|
|
34000
34034
|
values: [""]
|
|
34001
|
-
|
|
34035
|
+
|
|
34002
34036
|
- name: kyverno-dependencies
|
|
34003
34037
|
timeout: "0"
|
|
34004
34038
|
taskRef:
|
|
@@ -34061,35 +34095,6 @@ spec:
|
|
|
34061
34095
|
runAfter:
|
|
34062
34096
|
- kyverno-dependencies
|
|
34063
34097
|
|
|
34064
|
-
- name: imagescan
|
|
34065
|
-
timeout: "0"
|
|
34066
|
-
taskRef:
|
|
34067
|
-
kind: Task
|
|
34068
|
-
name: mas-ivt-core
|
|
34069
|
-
workspaces:
|
|
34070
|
-
- name: configs
|
|
34071
|
-
workspace: shared-configs
|
|
34072
|
-
params:
|
|
34073
|
-
- name: mas_instance_id
|
|
34074
|
-
value: $(params.mas_instance_id)
|
|
34075
|
-
- name: mas_workspace_id
|
|
34076
|
-
value: $(params.mas_workspace_id)
|
|
34077
|
-
- name: fvt_image_registry
|
|
34078
|
-
value: $(params.fvt_image_registry)
|
|
34079
|
-
- name: fvt_image_digest
|
|
34080
|
-
value: $(params.ivt_digest_core)
|
|
34081
|
-
|
|
34082
|
-
- name: product_id
|
|
34083
|
-
value: ibm-mas
|
|
34084
|
-
- name: product_channel
|
|
34085
|
-
value: $(params.mas_channel)
|
|
34086
|
-
- name: fvt_test_suite
|
|
34087
|
-
value: imagescan
|
|
34088
|
-
when:
|
|
34089
|
-
- input: "$(params.ivt_digest_core)"
|
|
34090
|
-
operator: notin
|
|
34091
|
-
values: [""]
|
|
34092
|
-
|
|
34093
34098
|
# Phase 1
|
|
34094
34099
|
# -------------------------------------------------------------------------
|
|
34095
34100
|
# Only suites that take less than 5 minutes
|
|
@@ -35591,35 +35596,6 @@ spec:
|
|
|
35591
35596
|
- name: pod-templates
|
|
35592
35597
|
workspace: shared-pod-templates
|
|
35593
35598
|
|
|
35594
|
-
- name: imagescan-iot
|
|
35595
|
-
timeout: "0"
|
|
35596
|
-
taskRef:
|
|
35597
|
-
kind: Task
|
|
35598
|
-
name: mas-ivt-core
|
|
35599
|
-
workspaces:
|
|
35600
|
-
- name: configs
|
|
35601
|
-
workspace: shared-configs
|
|
35602
|
-
params:
|
|
35603
|
-
- name: mas_instance_id
|
|
35604
|
-
value: $(params.mas_instance_id)
|
|
35605
|
-
- name: mas_workspace_id
|
|
35606
|
-
value: $(params.mas_workspace_id)
|
|
35607
|
-
- name: fvt_image_registry
|
|
35608
|
-
value: $(params.fvt_image_registry)
|
|
35609
|
-
- name: fvt_image_digest
|
|
35610
|
-
value: $(params.ivt_digest_core)
|
|
35611
|
-
|
|
35612
|
-
- name: product_id
|
|
35613
|
-
value: ibm-mas-iot
|
|
35614
|
-
- name: product_channel
|
|
35615
|
-
value: $(params.mas_app_channel_iot)
|
|
35616
|
-
- name: fvt_test_suite
|
|
35617
|
-
value: imagescan
|
|
35618
|
-
when:
|
|
35619
|
-
- input: "$(params.ivt_digest_core)"
|
|
35620
|
-
operator: notin
|
|
35621
|
-
values: [""]
|
|
35622
|
-
|
|
35623
35599
|
# 2. IoT FVT
|
|
35624
35600
|
# -----------------------------------------------------------------------------
|
|
35625
35601
|
- name: fvt-iot
|
|
@@ -39267,35 +39243,6 @@ spec:
|
|
|
39267
39243
|
- name: pod-templates
|
|
39268
39244
|
workspace: shared-pod-templates
|
|
39269
39245
|
|
|
39270
|
-
- name: imagescan-manage
|
|
39271
|
-
timeout: "0"
|
|
39272
|
-
taskRef:
|
|
39273
|
-
kind: Task
|
|
39274
|
-
name: mas-ivt-core
|
|
39275
|
-
workspaces:
|
|
39276
|
-
- name: configs
|
|
39277
|
-
workspace: shared-configs
|
|
39278
|
-
params:
|
|
39279
|
-
- name: mas_instance_id
|
|
39280
|
-
value: $(params.mas_instance_id)
|
|
39281
|
-
- name: mas_workspace_id
|
|
39282
|
-
value: $(params.mas_workspace_id)
|
|
39283
|
-
- name: fvt_image_registry
|
|
39284
|
-
value: $(params.fvt_image_registry)
|
|
39285
|
-
- name: fvt_image_digest
|
|
39286
|
-
value: $(params.ivt_digest_core)
|
|
39287
|
-
|
|
39288
|
-
- name: product_id
|
|
39289
|
-
value: ibm-mas-manage
|
|
39290
|
-
- name: product_channel
|
|
39291
|
-
value: $(params.mas_app_channel_manage)
|
|
39292
|
-
- name: fvt_test_suite
|
|
39293
|
-
value: imagescan
|
|
39294
|
-
when:
|
|
39295
|
-
- input: "$(params.ivt_digest_core)"
|
|
39296
|
-
operator: notin
|
|
39297
|
-
values: [""]
|
|
39298
|
-
|
|
39299
39246
|
# 2. Manage FVT - Manage
|
|
39300
39247
|
# -------------------------------------------------------------------------
|
|
39301
39248
|
|
|
@@ -41480,35 +41427,6 @@ spec:
|
|
|
41480
41427
|
operator: notin
|
|
41481
41428
|
values: [""]
|
|
41482
41429
|
|
|
41483
|
-
- name: imagescan-monitor
|
|
41484
|
-
timeout: "0"
|
|
41485
|
-
taskRef:
|
|
41486
|
-
kind: Task
|
|
41487
|
-
name: mas-ivt-core
|
|
41488
|
-
workspaces:
|
|
41489
|
-
- name: configs
|
|
41490
|
-
workspace: shared-configs
|
|
41491
|
-
params:
|
|
41492
|
-
- name: mas_instance_id
|
|
41493
|
-
value: $(params.mas_instance_id)
|
|
41494
|
-
- name: mas_workspace_id
|
|
41495
|
-
value: $(params.mas_workspace_id)
|
|
41496
|
-
- name: fvt_image_registry
|
|
41497
|
-
value: $(params.fvt_image_registry)
|
|
41498
|
-
- name: fvt_image_digest
|
|
41499
|
-
value: $(params.ivt_digest_core)
|
|
41500
|
-
|
|
41501
|
-
- name: product_id
|
|
41502
|
-
value: ibm-mas-monitor
|
|
41503
|
-
- name: product_channel
|
|
41504
|
-
value: $(params.mas_app_channel_monitor)
|
|
41505
|
-
- name: fvt_test_suite
|
|
41506
|
-
value: imagescan
|
|
41507
|
-
when:
|
|
41508
|
-
- input: "$(params.ivt_digest_core)"
|
|
41509
|
-
operator: notin
|
|
41510
|
-
values: [""]
|
|
41511
|
-
|
|
41512
41430
|
# 2. Monitor FVT (with or without Manage Integration)
|
|
41513
41431
|
# -----------------------------------------------------------------------------
|
|
41514
41432
|
# When Manage is installed in the cluster, many Monitor APIs are disabled, this
|
|
@@ -41745,35 +41663,6 @@ spec:
|
|
|
41745
41663
|
operator: notin
|
|
41746
41664
|
values: [""]
|
|
41747
41665
|
|
|
41748
|
-
- name: imagescan-optimizer
|
|
41749
|
-
timeout: "0"
|
|
41750
|
-
taskRef:
|
|
41751
|
-
kind: Task
|
|
41752
|
-
name: mas-ivt-core
|
|
41753
|
-
workspaces:
|
|
41754
|
-
- name: configs
|
|
41755
|
-
workspace: shared-configs
|
|
41756
|
-
params:
|
|
41757
|
-
- name: mas_instance_id
|
|
41758
|
-
value: $(params.mas_instance_id)
|
|
41759
|
-
- name: mas_workspace_id
|
|
41760
|
-
value: $(params.mas_workspace_id)
|
|
41761
|
-
- name: fvt_image_registry
|
|
41762
|
-
value: $(params.fvt_image_registry)
|
|
41763
|
-
- name: fvt_image_digest
|
|
41764
|
-
value: $(params.ivt_digest_core)
|
|
41765
|
-
|
|
41766
|
-
- name: product_id
|
|
41767
|
-
value: ibm-mas-optimizer
|
|
41768
|
-
- name: product_channel
|
|
41769
|
-
value: $(params.mas_app_channel_optimizer)
|
|
41770
|
-
- name: fvt_test_suite
|
|
41771
|
-
value: imagescan
|
|
41772
|
-
when:
|
|
41773
|
-
- input: "$(params.ivt_digest_core)"
|
|
41774
|
-
operator: notin
|
|
41775
|
-
values: [""]
|
|
41776
|
-
|
|
41777
41666
|
# 2. Run "cypress/optimizer/e2e/ui/bvt/MOAdmin.cy.js"
|
|
41778
41667
|
# -----------------------------------------------------------------------------
|
|
41779
41668
|
- name: moadmin
|
|
@@ -41812,7 +41701,7 @@ spec:
|
|
|
41812
41701
|
operator: notin
|
|
41813
41702
|
values: [""]
|
|
41814
41703
|
runAfter:
|
|
41815
|
-
-
|
|
41704
|
+
- ivtcore-optimizer
|
|
41816
41705
|
workspaces:
|
|
41817
41706
|
- name: configs
|
|
41818
41707
|
workspace: shared-configs
|
|
@@ -42513,35 +42402,6 @@ spec:
|
|
|
42513
42402
|
operator: notin
|
|
42514
42403
|
values: [""]
|
|
42515
42404
|
|
|
42516
|
-
- name: imagescan-predict
|
|
42517
|
-
timeout: "0"
|
|
42518
|
-
taskRef:
|
|
42519
|
-
kind: Task
|
|
42520
|
-
name: mas-ivt-core
|
|
42521
|
-
workspaces:
|
|
42522
|
-
- name: configs
|
|
42523
|
-
workspace: shared-configs
|
|
42524
|
-
params:
|
|
42525
|
-
- name: mas_instance_id
|
|
42526
|
-
value: $(params.mas_instance_id)
|
|
42527
|
-
- name: mas_workspace_id
|
|
42528
|
-
value: $(params.mas_workspace_id)
|
|
42529
|
-
- name: fvt_image_registry
|
|
42530
|
-
value: $(params.fvt_image_registry)
|
|
42531
|
-
- name: fvt_image_digest
|
|
42532
|
-
value: $(params.ivt_digest_core)
|
|
42533
|
-
|
|
42534
|
-
- name: product_id
|
|
42535
|
-
value: ibm-mas-predict
|
|
42536
|
-
- name: product_channel
|
|
42537
|
-
value: $(params.mas_app_channel_predict)
|
|
42538
|
-
- name: fvt_test_suite
|
|
42539
|
-
value: imagescan
|
|
42540
|
-
when:
|
|
42541
|
-
- input: "$(params.ivt_digest_core)"
|
|
42542
|
-
operator: notin
|
|
42543
|
-
values: [""]
|
|
42544
|
-
|
|
42545
42405
|
# 2. Prepare data for Python and Desktop suites
|
|
42546
42406
|
# -----------------------------------------------------------------------------
|
|
42547
42407
|
- name: fvt-predict
|
|
@@ -42821,35 +42681,6 @@ spec:
|
|
|
42821
42681
|
operator: notin
|
|
42822
42682
|
values: [""]
|
|
42823
42683
|
|
|
42824
|
-
- name: imagescan-visualinspection
|
|
42825
|
-
timeout: "0"
|
|
42826
|
-
taskRef:
|
|
42827
|
-
kind: Task
|
|
42828
|
-
name: mas-ivt-core
|
|
42829
|
-
workspaces:
|
|
42830
|
-
- name: configs
|
|
42831
|
-
workspace: shared-configs
|
|
42832
|
-
params:
|
|
42833
|
-
- name: mas_instance_id
|
|
42834
|
-
value: $(params.mas_instance_id)
|
|
42835
|
-
- name: mas_workspace_id
|
|
42836
|
-
value: $(params.mas_workspace_id)
|
|
42837
|
-
- name: fvt_image_registry
|
|
42838
|
-
value: $(params.fvt_image_registry)
|
|
42839
|
-
- name: fvt_image_digest
|
|
42840
|
-
value: $(params.ivt_digest_core)
|
|
42841
|
-
|
|
42842
|
-
- name: product_id
|
|
42843
|
-
value: ibm-mas-visualinspection
|
|
42844
|
-
- name: product_channel
|
|
42845
|
-
value: $(params.mas_app_channel_visualinspection)
|
|
42846
|
-
- name: fvt_test_suite
|
|
42847
|
-
value: imagescan
|
|
42848
|
-
when:
|
|
42849
|
-
- input: "$(params.ivt_digest_core)"
|
|
42850
|
-
operator: notin
|
|
42851
|
-
values: [""]
|
|
42852
|
-
|
|
42853
42684
|
# 2. Prepare data for Python and Desktop suites
|
|
42854
42685
|
# -----------------------------------------------------------------------------
|
|
42855
42686
|
- name: fvt-visualinspection
|