mas-cli 13.27.0__py3-none-any.whl → 13.27.2__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 +610 -109
- {mas_cli-13.27.0.dist-info → mas_cli-13.27.2.dist-info}/METADATA +1 -1
- {mas_cli-13.27.0.dist-info → mas_cli-13.27.2.dist-info}/RECORD +8 -8
- {mas_cli-13.27.0.data → mas_cli-13.27.2.data}/scripts/mas-cli +0 -0
- {mas_cli-13.27.0.dist-info → mas_cli-13.27.2.dist-info}/WHEEL +0 -0
- {mas_cli-13.27.0.dist-info → mas_cli-13.27.2.dist-info}/top_level.txt +0 -0
|
@@ -74,7 +74,7 @@ spec:
|
|
|
74
74
|
|
|
75
75
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
76
76
|
- name: app-cfg-post-verify
|
|
77
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
77
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
78
78
|
imagePullPolicy: $(params.image_pull_policy)
|
|
79
79
|
command:
|
|
80
80
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -497,7 +497,7 @@ spec:
|
|
|
497
497
|
command:
|
|
498
498
|
- /opt/app-root/src/run-role.sh
|
|
499
499
|
- aibroker_tenant
|
|
500
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
500
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
501
501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
502
502
|
workingDir: /workspace/configs
|
|
503
503
|
|
|
@@ -889,7 +889,7 @@ spec:
|
|
|
889
889
|
command:
|
|
890
890
|
- /opt/app-root/src/run-role.sh
|
|
891
891
|
- aibroker
|
|
892
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
892
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
893
893
|
imagePullPolicy: $(params.image_pull_policy)
|
|
894
894
|
workingDir: /workspace/configs
|
|
895
895
|
|
|
@@ -1005,7 +1005,7 @@ spec:
|
|
|
1005
1005
|
command:
|
|
1006
1006
|
- /opt/app-root/src/run-role.sh
|
|
1007
1007
|
- appconnect
|
|
1008
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1008
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1009
1009
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1010
1010
|
workingDir: /workspace/configs
|
|
1011
1011
|
|
|
@@ -1123,7 +1123,7 @@ spec:
|
|
|
1123
1123
|
command:
|
|
1124
1124
|
- /opt/app-root/src/run-role.sh
|
|
1125
1125
|
- arcgis
|
|
1126
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1126
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1127
1127
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1128
1128
|
# --------------------------------------------------------------------------------
|
|
1129
1129
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1193,7 +1193,7 @@ spec:
|
|
|
1193
1193
|
command:
|
|
1194
1194
|
- /opt/app-root/src/run-role.sh
|
|
1195
1195
|
- cert_manager
|
|
1196
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1196
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1197
1197
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1198
1198
|
workingDir: /workspace/configs
|
|
1199
1199
|
# --------------------------------------------------------------------------------
|
|
@@ -1259,7 +1259,7 @@ spec:
|
|
|
1259
1259
|
command:
|
|
1260
1260
|
- /opt/app-root/src/run-role.sh
|
|
1261
1261
|
- common_services
|
|
1262
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1262
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1263
1263
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1264
1264
|
workingDir: /workspace/configs
|
|
1265
1265
|
# --------------------------------------------------------------------------------
|
|
@@ -1386,7 +1386,7 @@ spec:
|
|
|
1386
1386
|
command:
|
|
1387
1387
|
- /opt/app-root/src/run-role.sh
|
|
1388
1388
|
- cos
|
|
1389
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1389
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1390
1390
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1391
1391
|
workingDir: /workspace/configs
|
|
1392
1392
|
|
|
@@ -1506,7 +1506,7 @@ spec:
|
|
|
1506
1506
|
command:
|
|
1507
1507
|
- /opt/app-root/src/run-role.sh
|
|
1508
1508
|
- cp4d_service
|
|
1509
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1509
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1510
1510
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1511
1511
|
workingDir: /workspace/configs
|
|
1512
1512
|
# --------------------------------------------------------------------------------
|
|
@@ -1623,7 +1623,7 @@ spec:
|
|
|
1623
1623
|
command:
|
|
1624
1624
|
- /opt/app-root/src/run-role.sh
|
|
1625
1625
|
- cp4d_service
|
|
1626
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1626
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1627
1627
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1628
1628
|
workingDir: /workspace/configs
|
|
1629
1629
|
|
|
@@ -1729,7 +1729,7 @@ spec:
|
|
|
1729
1729
|
command:
|
|
1730
1730
|
- /opt/app-root/src/run-role.sh
|
|
1731
1731
|
- cp4d
|
|
1732
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
1732
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
1733
1733
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1734
1734
|
# --------------------------------------------------------------------------------
|
|
1735
1735
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -2051,7 +2051,7 @@ spec:
|
|
|
2051
2051
|
command:
|
|
2052
2052
|
- /opt/app-root/src/run-role.sh
|
|
2053
2053
|
- db2
|
|
2054
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
2054
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
2055
2055
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2056
2056
|
workingDir: /workspace/configs
|
|
2057
2057
|
|
|
@@ -2161,7 +2161,7 @@ spec:
|
|
|
2161
2161
|
command:
|
|
2162
2162
|
- /opt/app-root/src/run-role.sh
|
|
2163
2163
|
- eck
|
|
2164
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
2164
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
2165
2165
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2166
2166
|
# --------------------------------------------------------------------------------
|
|
2167
2167
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2250,7 +2250,7 @@ spec:
|
|
|
2250
2250
|
command:
|
|
2251
2251
|
- /opt/app-root/src/run-role.sh
|
|
2252
2252
|
- gencfg_workspace
|
|
2253
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
2253
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
2254
2254
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2255
2255
|
workingDir: /workspace/configs
|
|
2256
2256
|
|
|
@@ -2354,7 +2354,7 @@ spec:
|
|
|
2354
2354
|
- -c
|
|
2355
2355
|
name: gitops-bootstrap
|
|
2356
2356
|
imagePullPolicy: IfNotPresent
|
|
2357
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
2357
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
2358
2358
|
workspaces:
|
|
2359
2359
|
- name: configs
|
|
2360
2360
|
# --------------------------------------------------------------------------------
|
|
@@ -2436,7 +2436,7 @@ spec:
|
|
|
2436
2436
|
- -c
|
|
2437
2437
|
name: gitops-cis-compliance
|
|
2438
2438
|
imagePullPolicy: IfNotPresent
|
|
2439
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
2439
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
2440
2440
|
workspaces:
|
|
2441
2441
|
- name: configs
|
|
2442
2442
|
# --------------------------------------------------------------------------------
|
|
@@ -2766,7 +2766,7 @@ spec:
|
|
|
2766
2766
|
- -c
|
|
2767
2767
|
name: gitops-cluster
|
|
2768
2768
|
imagePullPolicy: Always
|
|
2769
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
2769
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
2770
2770
|
workspaces:
|
|
2771
2771
|
- name: configs
|
|
2772
2772
|
# --------------------------------------------------------------------------------
|
|
@@ -2874,7 +2874,7 @@ spec:
|
|
|
2874
2874
|
- -c
|
|
2875
2875
|
name: gitops-cos
|
|
2876
2876
|
imagePullPolicy: IfNotPresent
|
|
2877
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
2877
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
2878
2878
|
workspaces:
|
|
2879
2879
|
- name: configs
|
|
2880
2880
|
# --------------------------------------------------------------------------------
|
|
@@ -3022,7 +3022,7 @@ spec:
|
|
|
3022
3022
|
- -c
|
|
3023
3023
|
name: gitops-cp4d-service
|
|
3024
3024
|
imagePullPolicy: IfNotPresent
|
|
3025
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3025
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3026
3026
|
workspaces:
|
|
3027
3027
|
- name: configs
|
|
3028
3028
|
- name: shared-gitops-configs
|
|
@@ -3151,7 +3151,7 @@ spec:
|
|
|
3151
3151
|
- -c
|
|
3152
3152
|
name: gitops-cp4d
|
|
3153
3153
|
imagePullPolicy: IfNotPresent
|
|
3154
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3154
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3155
3155
|
workspaces:
|
|
3156
3156
|
- name: configs
|
|
3157
3157
|
- name: shared-gitops-configs
|
|
@@ -3442,7 +3442,7 @@ spec:
|
|
|
3442
3442
|
- -c
|
|
3443
3443
|
name: gitops-db2u-database
|
|
3444
3444
|
imagePullPolicy: Always
|
|
3445
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3445
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3446
3446
|
workspaces:
|
|
3447
3447
|
- name: configs
|
|
3448
3448
|
- name: shared-gitops-configs
|
|
@@ -3540,7 +3540,7 @@ spec:
|
|
|
3540
3540
|
- -c
|
|
3541
3541
|
name: gitops-db2u
|
|
3542
3542
|
imagePullPolicy: IfNotPresent
|
|
3543
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3543
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3544
3544
|
workspaces:
|
|
3545
3545
|
- name: configs
|
|
3546
3546
|
# --------------------------------------------------------------------------------
|
|
@@ -3667,7 +3667,7 @@ spec:
|
|
|
3667
3667
|
- -c
|
|
3668
3668
|
name: gitops-delete-jdbc-config
|
|
3669
3669
|
imagePullPolicy: IfNotPresent
|
|
3670
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3670
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3671
3671
|
workspaces:
|
|
3672
3672
|
- name: configs
|
|
3673
3673
|
# --------------------------------------------------------------------------------
|
|
@@ -3765,7 +3765,7 @@ spec:
|
|
|
3765
3765
|
- -c
|
|
3766
3766
|
name: gitops-delete-kafka-config
|
|
3767
3767
|
imagePullPolicy: Always
|
|
3768
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3768
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3769
3769
|
workspaces:
|
|
3770
3770
|
- name: configs
|
|
3771
3771
|
|
|
@@ -3857,7 +3857,7 @@ spec:
|
|
|
3857
3857
|
- -c
|
|
3858
3858
|
name: gitops-deprovision-app-config
|
|
3859
3859
|
imagePullPolicy: IfNotPresent
|
|
3860
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3860
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3861
3861
|
workspaces:
|
|
3862
3862
|
- name: configs
|
|
3863
3863
|
# --------------------------------------------------------------------------------
|
|
@@ -3942,7 +3942,7 @@ spec:
|
|
|
3942
3942
|
- -c
|
|
3943
3943
|
name: gitops-deprovision-app-install
|
|
3944
3944
|
imagePullPolicy: IfNotPresent
|
|
3945
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
3945
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
3946
3946
|
workspaces:
|
|
3947
3947
|
- name: configs
|
|
3948
3948
|
# --------------------------------------------------------------------------------
|
|
@@ -4027,7 +4027,7 @@ spec:
|
|
|
4027
4027
|
- -c
|
|
4028
4028
|
name: gitops-deprovision-cluster
|
|
4029
4029
|
imagePullPolicy: IfNotPresent
|
|
4030
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4030
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4031
4031
|
workspaces:
|
|
4032
4032
|
- name: configs
|
|
4033
4033
|
# --------------------------------------------------------------------------------
|
|
@@ -4146,7 +4146,200 @@ spec:
|
|
|
4146
4146
|
- -c
|
|
4147
4147
|
name: gitops-deprovision-cos
|
|
4148
4148
|
imagePullPolicy: IfNotPresent
|
|
4149
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4149
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4150
|
+
workspaces:
|
|
4151
|
+
- name: configs
|
|
4152
|
+
# --------------------------------------------------------------------------------
|
|
4153
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-cp4d-service.yaml
|
|
4154
|
+
# --------------------------------------------------------------------------------
|
|
4155
|
+
---
|
|
4156
|
+
apiVersion: tekton.dev/v1beta1
|
|
4157
|
+
kind: Task
|
|
4158
|
+
metadata:
|
|
4159
|
+
name: gitops-deprovision-cp4d-service
|
|
4160
|
+
spec:
|
|
4161
|
+
params:
|
|
4162
|
+
- name: cluster_name
|
|
4163
|
+
type: string
|
|
4164
|
+
- name: cluster_url
|
|
4165
|
+
type: string
|
|
4166
|
+
default: ""
|
|
4167
|
+
- name: account
|
|
4168
|
+
type: string
|
|
4169
|
+
- name: git_branch
|
|
4170
|
+
type: string
|
|
4171
|
+
- name: github_org
|
|
4172
|
+
type: string
|
|
4173
|
+
- name: github_repo
|
|
4174
|
+
type: string
|
|
4175
|
+
- name: github_host
|
|
4176
|
+
type: string
|
|
4177
|
+
- name: secrets_path
|
|
4178
|
+
type: string
|
|
4179
|
+
- name: avp_aws_secret_region
|
|
4180
|
+
type: string
|
|
4181
|
+
- name: mas_instance_id
|
|
4182
|
+
type: string
|
|
4183
|
+
- name: cpd_service_name
|
|
4184
|
+
type: string
|
|
4185
|
+
- name: cp4d_wsl_action
|
|
4186
|
+
type: string
|
|
4187
|
+
- name: cp4d_watson_machine_learning_action
|
|
4188
|
+
type: string
|
|
4189
|
+
- name: cp4d_spss_modeler_action
|
|
4190
|
+
type: string
|
|
4191
|
+
stepTemplate:
|
|
4192
|
+
name: gitops-deprovision-cp4d-service
|
|
4193
|
+
env:
|
|
4194
|
+
- name: CLUSTER_NAME
|
|
4195
|
+
value: $(params.cluster_name)
|
|
4196
|
+
- name: CLUSTER_URL
|
|
4197
|
+
value: $(params.cluster_url)
|
|
4198
|
+
- name: OCP_SERVER
|
|
4199
|
+
value: $(params.cluster_url)
|
|
4200
|
+
- name: ACCOUNT
|
|
4201
|
+
value: $(params.account)
|
|
4202
|
+
- name: SECRET_PATH
|
|
4203
|
+
value: $(params.secrets_path)
|
|
4204
|
+
- name: GIT_BRANCH
|
|
4205
|
+
value: $(params.git_branch)
|
|
4206
|
+
- name: GITHUB_ORG
|
|
4207
|
+
value: $(params.github_org)
|
|
4208
|
+
- name: GITHUB_HOST
|
|
4209
|
+
value: $(params.github_host)
|
|
4210
|
+
- name: GITHUB_REPO
|
|
4211
|
+
value: $(params.github_repo)
|
|
4212
|
+
- name: SM_AWS_REGION
|
|
4213
|
+
value: $(params.avp_aws_secret_region)
|
|
4214
|
+
- name: MAS_INSTANCE_ID
|
|
4215
|
+
value: $(params.mas_instance_id)
|
|
4216
|
+
- name: CPD_SERVICE_NAME
|
|
4217
|
+
value: $(params.cpd_service_name)
|
|
4218
|
+
- name: CP4D_WSL_ACTION
|
|
4219
|
+
value: $(params.cp4d_wsl_action)
|
|
4220
|
+
- name: CP4D_WATSON_MACHINE_LEARNING_ACTION
|
|
4221
|
+
value: $(params.cp4d_watson_machine_learning_action)
|
|
4222
|
+
- name: CP4D_SPSS_MODELER_ACTION
|
|
4223
|
+
value: $(params.cp4d_spss_modeler_action)
|
|
4224
|
+
envFrom:
|
|
4225
|
+
- configMapRef:
|
|
4226
|
+
name: environment-properties
|
|
4227
|
+
optional: true
|
|
4228
|
+
- secretRef:
|
|
4229
|
+
name: secure-properties
|
|
4230
|
+
steps:
|
|
4231
|
+
- args:
|
|
4232
|
+
- |-
|
|
4233
|
+
git config --global user.name "MAS Automation"
|
|
4234
|
+
git config --global user.email "you@example.com"
|
|
4235
|
+
git config --global user.password $GITHUB_PAT
|
|
4236
|
+
|
|
4237
|
+
mkdir -p /tmp/deprovision-cp4d-service
|
|
4238
|
+
|
|
4239
|
+
mas gitops-deprovision-cp4d-service -a $ACCOUNT -c $CLUSTER_NAME \
|
|
4240
|
+
--dir /tmp/deprovision-cp4d-service \
|
|
4241
|
+
--secrets-path $SECRET_PATH \
|
|
4242
|
+
--github-push \
|
|
4243
|
+
--github-host $GITHUB_HOST \
|
|
4244
|
+
--github-org $GITHUB_ORG \
|
|
4245
|
+
--github-repo $GITHUB_REPO \
|
|
4246
|
+
--git-branch $GIT_BRANCH
|
|
4247
|
+
|
|
4248
|
+
exit $?
|
|
4249
|
+
command:
|
|
4250
|
+
- /bin/sh
|
|
4251
|
+
- -c
|
|
4252
|
+
name: gitops-deprovision-cp4d-service
|
|
4253
|
+
imagePullPolicy: IfNotPresent
|
|
4254
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4255
|
+
workspaces:
|
|
4256
|
+
- name: configs
|
|
4257
|
+
# --------------------------------------------------------------------------------
|
|
4258
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-cp4d.yaml
|
|
4259
|
+
# --------------------------------------------------------------------------------
|
|
4260
|
+
---
|
|
4261
|
+
apiVersion: tekton.dev/v1beta1
|
|
4262
|
+
kind: Task
|
|
4263
|
+
metadata:
|
|
4264
|
+
name: gitops-deprovision-cp4d
|
|
4265
|
+
spec:
|
|
4266
|
+
params:
|
|
4267
|
+
- name: cluster_name
|
|
4268
|
+
type: string
|
|
4269
|
+
- name: cluster_url
|
|
4270
|
+
type: string
|
|
4271
|
+
default: ""
|
|
4272
|
+
- name: account
|
|
4273
|
+
type: string
|
|
4274
|
+
- name: git_branch
|
|
4275
|
+
type: string
|
|
4276
|
+
- name: github_org
|
|
4277
|
+
type: string
|
|
4278
|
+
- name: github_repo
|
|
4279
|
+
type: string
|
|
4280
|
+
- name: github_host
|
|
4281
|
+
type: string
|
|
4282
|
+
- name: secrets_path
|
|
4283
|
+
type: string
|
|
4284
|
+
- name: avp_aws_secret_region
|
|
4285
|
+
type: string
|
|
4286
|
+
- name: mas_instance_id
|
|
4287
|
+
type: string
|
|
4288
|
+
stepTemplate:
|
|
4289
|
+
name: gitops-deprovision-cp4d
|
|
4290
|
+
env:
|
|
4291
|
+
- name: CLUSTER_NAME
|
|
4292
|
+
value: $(params.cluster_name)
|
|
4293
|
+
- name: OCP_SERVER
|
|
4294
|
+
value: $(params.cluster_url)
|
|
4295
|
+
- name: ACCOUNT
|
|
4296
|
+
value: $(params.account)
|
|
4297
|
+
- name: GITHUB_REPO
|
|
4298
|
+
value: $(params.github_repo)
|
|
4299
|
+
- name: SECRET_PATH
|
|
4300
|
+
value: $(params.secrets_path)
|
|
4301
|
+
- name: GIT_BRANCH
|
|
4302
|
+
value: $(params.git_branch)
|
|
4303
|
+
- name: GITHUB_ORG
|
|
4304
|
+
value: $(params.github_org)
|
|
4305
|
+
- name: GITHUB_HOST
|
|
4306
|
+
value: $(params.github_host)
|
|
4307
|
+
- name: GITHUB_REPO
|
|
4308
|
+
value: $(params.github_repo)
|
|
4309
|
+
- name: SM_AWS_REGION
|
|
4310
|
+
value: $(params.avp_aws_secret_region)
|
|
4311
|
+
- name: MAS_INSTANCE_ID
|
|
4312
|
+
value: $(params.mas_instance_id)
|
|
4313
|
+
envFrom:
|
|
4314
|
+
- configMapRef:
|
|
4315
|
+
name: environment-properties
|
|
4316
|
+
optional: true
|
|
4317
|
+
- secretRef:
|
|
4318
|
+
name: secure-properties
|
|
4319
|
+
steps:
|
|
4320
|
+
- args:
|
|
4321
|
+
- |-
|
|
4322
|
+
git config --global user.name "MAS Automation"
|
|
4323
|
+
git config --global user.email "you@example.com"
|
|
4324
|
+
git config --global user.password $GITHUB_PAT
|
|
4325
|
+
|
|
4326
|
+
mkdir -p /tmp/deprovision-cp4d
|
|
4327
|
+
mas gitops-deprovision-cp4d -a $ACCOUNT -c $CLUSTER_NAME -m $MAS_INSTANCE_ID \
|
|
4328
|
+
--dir /tmp/deprovision-cp4d \
|
|
4329
|
+
--secrets-path $SECRET_PATH \
|
|
4330
|
+
--github-push \
|
|
4331
|
+
--github-host $GITHUB_HOST \
|
|
4332
|
+
--github-org $GITHUB_ORG \
|
|
4333
|
+
--github-repo $GITHUB_REPO \
|
|
4334
|
+
--git-branch $GIT_BRANCH
|
|
4335
|
+
|
|
4336
|
+
exit $?
|
|
4337
|
+
command:
|
|
4338
|
+
- /bin/sh
|
|
4339
|
+
- -c
|
|
4340
|
+
name: gitops-deprovision-cp4d
|
|
4341
|
+
imagePullPolicy: IfNotPresent
|
|
4342
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4150
4343
|
workspaces:
|
|
4151
4344
|
- name: configs
|
|
4152
4345
|
# --------------------------------------------------------------------------------
|
|
@@ -4239,7 +4432,7 @@ spec:
|
|
|
4239
4432
|
- -c
|
|
4240
4433
|
name: gitops-deprovision-db2u-database
|
|
4241
4434
|
imagePullPolicy: IfNotPresent
|
|
4242
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4435
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4243
4436
|
workspaces:
|
|
4244
4437
|
- name: configs
|
|
4245
4438
|
|
|
@@ -4322,7 +4515,7 @@ spec:
|
|
|
4322
4515
|
- -c
|
|
4323
4516
|
name: gitops-deprovision-db2u
|
|
4324
4517
|
imagePullPolicy: IfNotPresent
|
|
4325
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4518
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4326
4519
|
workspaces:
|
|
4327
4520
|
- name: configs
|
|
4328
4521
|
|
|
@@ -4439,7 +4632,7 @@ spec:
|
|
|
4439
4632
|
- -c
|
|
4440
4633
|
name: gitops-deprovision-efs
|
|
4441
4634
|
imagePullPolicy: IfNotPresent
|
|
4442
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4635
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4443
4636
|
workspaces:
|
|
4444
4637
|
- name: configs
|
|
4445
4638
|
|
|
@@ -4549,7 +4742,7 @@ spec:
|
|
|
4549
4742
|
- -c
|
|
4550
4743
|
name: gitops-deprovision-kafka
|
|
4551
4744
|
imagePullPolicy: IfNotPresent
|
|
4552
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4745
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4553
4746
|
workspaces:
|
|
4554
4747
|
- name: configs
|
|
4555
4748
|
# --------------------------------------------------------------------------------
|
|
@@ -4652,7 +4845,7 @@ spec:
|
|
|
4652
4845
|
- -c
|
|
4653
4846
|
name: gitops-deprovision-mongo
|
|
4654
4847
|
imagePullPolicy: IfNotPresent
|
|
4655
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4848
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4656
4849
|
workspaces:
|
|
4657
4850
|
- name: configs
|
|
4658
4851
|
|
|
@@ -4709,7 +4902,7 @@ spec:
|
|
|
4709
4902
|
- -c
|
|
4710
4903
|
name: gitops-deprovision-rosa
|
|
4711
4904
|
imagePullPolicy: IfNotPresent
|
|
4712
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
4905
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4713
4906
|
workspaces:
|
|
4714
4907
|
- name: configs
|
|
4715
4908
|
# --------------------------------------------------------------------------------
|
|
@@ -4914,7 +5107,7 @@ spec:
|
|
|
4914
5107
|
- -c
|
|
4915
5108
|
name: gitops-deprovision-suite-config
|
|
4916
5109
|
imagePullPolicy: IfNotPresent
|
|
4917
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5110
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
4918
5111
|
workspaces:
|
|
4919
5112
|
- name: configs
|
|
4920
5113
|
|
|
@@ -5012,7 +5205,7 @@ spec:
|
|
|
5012
5205
|
- -c
|
|
5013
5206
|
name: gitops-deprovision-suite-idp-config
|
|
5014
5207
|
imagePullPolicy: IfNotPresent
|
|
5015
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5208
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5016
5209
|
workspaces:
|
|
5017
5210
|
- name: configs
|
|
5018
5211
|
# --------------------------------------------------------------------------------
|
|
@@ -5104,7 +5297,7 @@ spec:
|
|
|
5104
5297
|
- -c
|
|
5105
5298
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5106
5299
|
imagePullPolicy: IfNotPresent
|
|
5107
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5300
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5108
5301
|
workspaces:
|
|
5109
5302
|
- name: configs
|
|
5110
5303
|
# --------------------------------------------------------------------------------
|
|
@@ -5316,7 +5509,7 @@ spec:
|
|
|
5316
5509
|
- -c
|
|
5317
5510
|
name: gitops-deprovision-suite-smtp-config
|
|
5318
5511
|
imagePullPolicy: IfNotPresent
|
|
5319
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5512
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5320
5513
|
workspaces:
|
|
5321
5514
|
- name: configs
|
|
5322
5515
|
# --------------------------------------------------------------------------------
|
|
@@ -5409,7 +5602,7 @@ spec:
|
|
|
5409
5602
|
- -c
|
|
5410
5603
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5411
5604
|
imagePullPolicy: IfNotPresent
|
|
5412
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5605
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5413
5606
|
workspaces:
|
|
5414
5607
|
- name: configs
|
|
5415
5608
|
# --------------------------------------------------------------------------------
|
|
@@ -5500,7 +5693,7 @@ spec:
|
|
|
5500
5693
|
- -c
|
|
5501
5694
|
name: gitops-deprovision-suite-workspace
|
|
5502
5695
|
imagePullPolicy: Always
|
|
5503
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5696
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5504
5697
|
workspaces:
|
|
5505
5698
|
- name: configs
|
|
5506
5699
|
# --------------------------------------------------------------------------------
|
|
@@ -5593,7 +5786,7 @@ spec:
|
|
|
5593
5786
|
- -c
|
|
5594
5787
|
name: gitops-deprovision-suite
|
|
5595
5788
|
imagePullPolicy: IfNotPresent
|
|
5596
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5789
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5597
5790
|
workspaces:
|
|
5598
5791
|
- name: configs
|
|
5599
5792
|
|
|
@@ -5706,7 +5899,7 @@ spec:
|
|
|
5706
5899
|
- -c
|
|
5707
5900
|
name: gitops-dro
|
|
5708
5901
|
imagePullPolicy: IfNotPresent
|
|
5709
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
5902
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5710
5903
|
workspaces:
|
|
5711
5904
|
- name: configs
|
|
5712
5905
|
# --------------------------------------------------------------------------------
|
|
@@ -5833,7 +6026,7 @@ spec:
|
|
|
5833
6026
|
- -c
|
|
5834
6027
|
name: gitops-efs
|
|
5835
6028
|
imagePullPolicy: IfNotPresent
|
|
5836
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
6029
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5837
6030
|
workspaces:
|
|
5838
6031
|
- name: configs
|
|
5839
6032
|
|
|
@@ -5968,7 +6161,7 @@ spec:
|
|
|
5968
6161
|
- -c
|
|
5969
6162
|
name: gitops-jdbc-config
|
|
5970
6163
|
imagePullPolicy: Always
|
|
5971
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
6164
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
5972
6165
|
workspaces:
|
|
5973
6166
|
- name: configs
|
|
5974
6167
|
- name: shared-gitops-configs
|
|
@@ -6064,7 +6257,7 @@ spec:
|
|
|
6064
6257
|
- -c
|
|
6065
6258
|
name: gitops-kafka-config
|
|
6066
6259
|
imagePullPolicy: Always
|
|
6067
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
6260
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
6068
6261
|
workspaces:
|
|
6069
6262
|
- name: configs
|
|
6070
6263
|
|
|
@@ -6186,7 +6379,7 @@ spec:
|
|
|
6186
6379
|
- -c
|
|
6187
6380
|
name: gitops-kafka
|
|
6188
6381
|
imagePullPolicy: IfNotPresent
|
|
6189
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
6382
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
6190
6383
|
workspaces:
|
|
6191
6384
|
- name: configs
|
|
6192
6385
|
# --------------------------------------------------------------------------------
|
|
@@ -6312,7 +6505,7 @@ spec:
|
|
|
6312
6505
|
- -c
|
|
6313
6506
|
name: gitops-license
|
|
6314
6507
|
imagePullPolicy: Always
|
|
6315
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
6508
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
6316
6509
|
workspaces:
|
|
6317
6510
|
- name: shared-entitlement
|
|
6318
6511
|
|
|
@@ -7031,7 +7224,7 @@ spec:
|
|
|
7031
7224
|
- -c
|
|
7032
7225
|
name: gitops-mas-fvt-preparer
|
|
7033
7226
|
imagePullPolicy: Always
|
|
7034
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
7227
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
7035
7228
|
workspaces:
|
|
7036
7229
|
- name: configs
|
|
7037
7230
|
- name: shared-additional-configs
|
|
@@ -7312,6 +7505,10 @@ spec:
|
|
|
7312
7505
|
cp --no-clobber $SOURCE_LOCAL_DIR/$SOURCE_GITHUB_REPO/$SOURCE_PATH/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/* $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME
|
|
7313
7506
|
set -e -o pipefail
|
|
7314
7507
|
|
|
7508
|
+
mkdir -p $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/order-status
|
|
7509
|
+
echo "copy $SOURCE_LOCAL_DIR/$SOURCE_GITHUB_REPO/order-status/* to $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/order-status"
|
|
7510
|
+
cp -r $SOURCE_LOCAL_DIR/$SOURCE_GITHUB_REPO/order-status/* $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/order-status
|
|
7511
|
+
|
|
7315
7512
|
mkdir -p $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID
|
|
7316
7513
|
echo "copying $SOURCE_LOCAL_DIR/$SOURCE_GITHUB_REPO/$SOURCE_PATH/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/* to $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID"
|
|
7317
7514
|
cp -r $SOURCE_LOCAL_DIR/$SOURCE_GITHUB_REPO/$SOURCE_PATH/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/* $TARGET_LOCAL_DIR/$TARGET_GITHUB_REPO/gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/
|
|
@@ -7368,6 +7565,9 @@ spec:
|
|
|
7368
7565
|
yq -i '.cluster.url = env(OCP_SERVER)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/cluster-params.yaml
|
|
7369
7566
|
yq -i '.cluster.domain = env(APPSDOMAIN)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/cluster-params.yaml
|
|
7370
7567
|
|
|
7568
|
+
# Update the provisioner_domain in cluster-params.yaml.
|
|
7569
|
+
yq -i '(. | select(has("mas_provisioner")) | .mas_provisioner.provisioner_domain) = env(APPSDOMAIN)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/cluster-params.yaml
|
|
7570
|
+
|
|
7371
7571
|
# Update the channel in the mas-instance-params.yaml.
|
|
7372
7572
|
yq -i '.mas_instance.channel = env(MAS_CHANNEL)' gitops/$ACCOUNT/$REGION/$CLUSTER_NAME/$MAS_INSTANCE_ID/mas-instance-params.yaml
|
|
7373
7573
|
|
|
@@ -7524,7 +7724,7 @@ spec:
|
|
|
7524
7724
|
- -c
|
|
7525
7725
|
name: gitops-mas-initiator
|
|
7526
7726
|
imagePullPolicy: IfNotPresent
|
|
7527
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
7727
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
7528
7728
|
workspaces:
|
|
7529
7729
|
- name: configs
|
|
7530
7730
|
# --------------------------------------------------------------------------------
|
|
@@ -7657,7 +7857,7 @@ spec:
|
|
|
7657
7857
|
- -c
|
|
7658
7858
|
name: gitops-mas-provisioner
|
|
7659
7859
|
imagePullPolicy: IfNotPresent
|
|
7660
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
7860
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
7661
7861
|
workspaces:
|
|
7662
7862
|
- name: configs
|
|
7663
7863
|
# --------------------------------------------------------------------------------
|
|
@@ -7765,7 +7965,7 @@ spec:
|
|
|
7765
7965
|
- -c
|
|
7766
7966
|
name: gitops-mongo
|
|
7767
7967
|
imagePullPolicy: IfNotPresent
|
|
7768
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
7968
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
7769
7969
|
workspaces:
|
|
7770
7970
|
- name: configs
|
|
7771
7971
|
|
|
@@ -7891,7 +8091,7 @@ spec:
|
|
|
7891
8091
|
- -c
|
|
7892
8092
|
name: gitops-nvidia-gpu
|
|
7893
8093
|
imagePullPolicy: IfNotPresent
|
|
7894
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8094
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
7895
8095
|
workspaces:
|
|
7896
8096
|
- name: configs
|
|
7897
8097
|
# --------------------------------------------------------------------------------
|
|
@@ -8009,7 +8209,7 @@ spec:
|
|
|
8009
8209
|
- -c
|
|
8010
8210
|
name: gitops-process-mongo-user
|
|
8011
8211
|
imagePullPolicy: IfNotPresent
|
|
8012
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8212
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8013
8213
|
workspaces:
|
|
8014
8214
|
- name: configs
|
|
8015
8215
|
# --------------------------------------------------------------------------------
|
|
@@ -8065,7 +8265,7 @@ spec:
|
|
|
8065
8265
|
- -c
|
|
8066
8266
|
name: gitops-rosa
|
|
8067
8267
|
imagePullPolicy: IfNotPresent
|
|
8068
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8268
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8069
8269
|
workspaces:
|
|
8070
8270
|
- name: configs
|
|
8071
8271
|
# --------------------------------------------------------------------------------
|
|
@@ -8252,7 +8452,7 @@ spec:
|
|
|
8252
8452
|
- -c
|
|
8253
8453
|
name: gitops-suite-app-config
|
|
8254
8454
|
imagePullPolicy: IfNotPresent
|
|
8255
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8455
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8256
8456
|
workspaces:
|
|
8257
8457
|
- name: configs
|
|
8258
8458
|
- name: shared-gitops-configs
|
|
@@ -8410,7 +8610,7 @@ spec:
|
|
|
8410
8610
|
- -c
|
|
8411
8611
|
name: gitops-suite-app-install
|
|
8412
8612
|
imagePullPolicy: Always
|
|
8413
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8613
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8414
8614
|
workspaces:
|
|
8415
8615
|
- name: configs
|
|
8416
8616
|
- name: shared-gitops-configs
|
|
@@ -8516,7 +8716,7 @@ spec:
|
|
|
8516
8716
|
- -c
|
|
8517
8717
|
name: gitops-suite-certs
|
|
8518
8718
|
imagePullPolicy: IfNotPresent
|
|
8519
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8719
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8520
8720
|
workspaces:
|
|
8521
8721
|
- name: configs
|
|
8522
8722
|
- name: certificates
|
|
@@ -8691,7 +8891,7 @@ spec:
|
|
|
8691
8891
|
- -c
|
|
8692
8892
|
name: gitops-suite-config
|
|
8693
8893
|
imagePullPolicy: IfNotPresent
|
|
8694
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8894
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8695
8895
|
workspaces:
|
|
8696
8896
|
- name: configs
|
|
8697
8897
|
- name: shared-additional-configs
|
|
@@ -8791,7 +8991,7 @@ spec:
|
|
|
8791
8991
|
- -c
|
|
8792
8992
|
name: gitops-suite-dns
|
|
8793
8993
|
imagePullPolicy: IfNotPresent
|
|
8794
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
8994
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8795
8995
|
workspaces:
|
|
8796
8996
|
- name: configs
|
|
8797
8997
|
|
|
@@ -8915,7 +9115,7 @@ spec:
|
|
|
8915
9115
|
- -c
|
|
8916
9116
|
name: gitops-suite-idp-config
|
|
8917
9117
|
imagePullPolicy: IfNotPresent
|
|
8918
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
9118
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
8919
9119
|
workspaces:
|
|
8920
9120
|
- name: configs
|
|
8921
9121
|
- name: shared-additional-configs
|
|
@@ -9016,7 +9216,7 @@ spec:
|
|
|
9016
9216
|
- -c
|
|
9017
9217
|
name: gitops-suite-objectstorage-config
|
|
9018
9218
|
imagePullPolicy: IfNotPresent
|
|
9019
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
9219
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
9020
9220
|
workspaces:
|
|
9021
9221
|
- name: configs
|
|
9022
9222
|
- name: shared-gitops-configs
|
|
@@ -9438,7 +9638,7 @@ spec:
|
|
|
9438
9638
|
- -c
|
|
9439
9639
|
name: gitops-suite-smtp-config
|
|
9440
9640
|
imagePullPolicy: IfNotPresent
|
|
9441
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
9641
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
9442
9642
|
workspaces:
|
|
9443
9643
|
- name: configs
|
|
9444
9644
|
- name: shared-gitops-configs
|
|
@@ -9558,7 +9758,7 @@ spec:
|
|
|
9558
9758
|
- -c
|
|
9559
9759
|
name: gitops-suite-watson-studio-config
|
|
9560
9760
|
imagePullPolicy: IfNotPresent
|
|
9561
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
9761
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
9562
9762
|
workspaces:
|
|
9563
9763
|
- name: configs
|
|
9564
9764
|
- name: shared-gitops-configs
|
|
@@ -9660,7 +9860,7 @@ spec:
|
|
|
9660
9860
|
- -c
|
|
9661
9861
|
name: gitops-suite-workspace
|
|
9662
9862
|
imagePullPolicy: IfNotPresent
|
|
9663
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
9863
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
9664
9864
|
workspaces:
|
|
9665
9865
|
- name: configs
|
|
9666
9866
|
# --------------------------------------------------------------------------------
|
|
@@ -10003,7 +10203,7 @@ spec:
|
|
|
10003
10203
|
- -c
|
|
10004
10204
|
name: gitops-suite
|
|
10005
10205
|
imagePullPolicy: IfNotPresent
|
|
10006
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
10206
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
10007
10207
|
workspaces:
|
|
10008
10208
|
- name: configs
|
|
10009
10209
|
- name: shared-gitops-configs
|
|
@@ -10053,7 +10253,7 @@ spec:
|
|
|
10053
10253
|
|
|
10054
10254
|
steps:
|
|
10055
10255
|
- name: grafana
|
|
10056
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
10256
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
10057
10257
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10058
10258
|
command:
|
|
10059
10259
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10187,7 +10387,7 @@ spec:
|
|
|
10187
10387
|
command:
|
|
10188
10388
|
- /opt/app-root/src/run-role.sh
|
|
10189
10389
|
- ibm_catalogs
|
|
10190
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
10390
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
10191
10391
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10192
10392
|
workingDir: /workspace/configs
|
|
10193
10393
|
# --------------------------------------------------------------------------------
|
|
@@ -10429,7 +10629,7 @@ spec:
|
|
|
10429
10629
|
command:
|
|
10430
10630
|
- /opt/app-root/src/run-role.sh
|
|
10431
10631
|
- kafka
|
|
10432
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
10632
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
10433
10633
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10434
10634
|
workingDir: /workspace/configs
|
|
10435
10635
|
|
|
@@ -10664,7 +10864,7 @@ spec:
|
|
|
10664
10864
|
command:
|
|
10665
10865
|
- /opt/app-root/src/run-role.sh
|
|
10666
10866
|
- kmodels
|
|
10667
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
10867
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
10668
10868
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10669
10869
|
# --------------------------------------------------------------------------------
|
|
10670
10870
|
# /home/runner/work/cli/cli/tekton/target/tasks/mariadb.yaml
|
|
@@ -10785,7 +10985,7 @@ spec:
|
|
|
10785
10985
|
command:
|
|
10786
10986
|
- /opt/app-root/src/run-role.sh
|
|
10787
10987
|
- mariadb
|
|
10788
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
10988
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
10789
10989
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10790
10990
|
# --------------------------------------------------------------------------------
|
|
10791
10991
|
# /home/runner/work/cli/cli/tekton/target/tasks/minio.yaml
|
|
@@ -10891,7 +11091,7 @@ spec:
|
|
|
10891
11091
|
command:
|
|
10892
11092
|
- /opt/app-root/src/run-role.sh
|
|
10893
11093
|
- minio
|
|
10894
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11094
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
10895
11095
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10896
11096
|
# --------------------------------------------------------------------------------
|
|
10897
11097
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -11069,7 +11269,7 @@ spec:
|
|
|
11069
11269
|
command:
|
|
11070
11270
|
- /opt/app-root/src/run-role.sh
|
|
11071
11271
|
- mongodb
|
|
11072
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11272
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11073
11273
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11074
11274
|
workingDir: /workspace/configs
|
|
11075
11275
|
|
|
@@ -11112,7 +11312,7 @@ spec:
|
|
|
11112
11312
|
- $(params.base_output_dir)
|
|
11113
11313
|
- --extra-namespaces
|
|
11114
11314
|
- selenium
|
|
11115
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11315
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11116
11316
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11117
11317
|
env:
|
|
11118
11318
|
- name: DEVOPS_MONGO_URI
|
|
@@ -11229,7 +11429,7 @@ spec:
|
|
|
11229
11429
|
command:
|
|
11230
11430
|
- /opt/app-root/src/run-role.sh
|
|
11231
11431
|
- nvidia_gpu
|
|
11232
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11432
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11233
11433
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11234
11434
|
workingDir: /workspace/configs
|
|
11235
11435
|
|
|
@@ -11265,7 +11465,7 @@ spec:
|
|
|
11265
11465
|
# Verify Cluster
|
|
11266
11466
|
# -------------------------------------------------------------------------
|
|
11267
11467
|
- name: ocp-verify-cluster
|
|
11268
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11468
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11269
11469
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11270
11470
|
command:
|
|
11271
11471
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11307,7 +11507,7 @@ spec:
|
|
|
11307
11507
|
# Verify Catalogs
|
|
11308
11508
|
# -------------------------------------------------------------------------
|
|
11309
11509
|
- name: ocp-verify-catalogs
|
|
11310
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11510
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11311
11511
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11312
11512
|
command:
|
|
11313
11513
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11349,7 +11549,7 @@ spec:
|
|
|
11349
11549
|
# Verify Subscriptions
|
|
11350
11550
|
# -------------------------------------------------------------------------
|
|
11351
11551
|
- name: ocp-verify-subscriptions
|
|
11352
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11552
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11353
11553
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11354
11554
|
command:
|
|
11355
11555
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11391,7 +11591,7 @@ spec:
|
|
|
11391
11591
|
# Verify Workloads
|
|
11392
11592
|
# -------------------------------------------------------------------------
|
|
11393
11593
|
- name: ocp-verify-workloads
|
|
11394
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11594
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11395
11595
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11396
11596
|
command:
|
|
11397
11597
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11433,7 +11633,7 @@ spec:
|
|
|
11433
11633
|
# Verify Catalogs - Ingress TLS
|
|
11434
11634
|
# -------------------------------------------------------------------------
|
|
11435
11635
|
- name: ocp-verify-ingress
|
|
11436
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11636
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11437
11637
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11438
11638
|
command:
|
|
11439
11639
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11559,7 +11759,7 @@ spec:
|
|
|
11559
11759
|
command:
|
|
11560
11760
|
- /opt/app-root/src/run-role.sh
|
|
11561
11761
|
- ocp_verify
|
|
11562
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11762
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11563
11763
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11564
11764
|
workingDir: /workspace/configs
|
|
11565
11765
|
# --------------------------------------------------------------------------------
|
|
@@ -11627,7 +11827,7 @@ spec:
|
|
|
11627
11827
|
command:
|
|
11628
11828
|
- /opt/app-root/src/run-role.sh
|
|
11629
11829
|
- ocs
|
|
11630
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
11830
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11631
11831
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11632
11832
|
workingDir: /workspace/configs
|
|
11633
11833
|
|
|
@@ -11863,7 +12063,7 @@ spec:
|
|
|
11863
12063
|
command:
|
|
11864
12064
|
- /opt/app-root/src/run-role.sh
|
|
11865
12065
|
- odh
|
|
11866
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
12066
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
11867
12067
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11868
12068
|
# --------------------------------------------------------------------------------
|
|
11869
12069
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -12039,7 +12239,7 @@ spec:
|
|
|
12039
12239
|
command:
|
|
12040
12240
|
- /opt/app-root/src/run-role.sh
|
|
12041
12241
|
- sls
|
|
12042
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
12242
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
12043
12243
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12044
12244
|
workingDir: /workspace/configs
|
|
12045
12245
|
|
|
@@ -12499,12 +12699,12 @@ spec:
|
|
|
12499
12699
|
command:
|
|
12500
12700
|
- /opt/app-root/src/run-role.sh
|
|
12501
12701
|
- suite_app_config
|
|
12502
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
12702
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
12503
12703
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12504
12704
|
|
|
12505
12705
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12506
12706
|
- name: app-cfg-post-verify
|
|
12507
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
12707
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
12508
12708
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12509
12709
|
command:
|
|
12510
12710
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -12699,7 +12899,7 @@ spec:
|
|
|
12699
12899
|
command:
|
|
12700
12900
|
- /opt/app-root/src/run-role.sh
|
|
12701
12901
|
- suite_app_install
|
|
12702
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
12902
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
12703
12903
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12704
12904
|
|
|
12705
12905
|
workspaces:
|
|
@@ -12788,7 +12988,7 @@ spec:
|
|
|
12788
12988
|
command:
|
|
12789
12989
|
- /opt/app-root/src/run-role.sh
|
|
12790
12990
|
- suite_app_rollback
|
|
12791
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
12991
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
12792
12992
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12793
12993
|
# --------------------------------------------------------------------------------
|
|
12794
12994
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -12851,7 +13051,7 @@ spec:
|
|
|
12851
13051
|
command:
|
|
12852
13052
|
- /opt/app-root/src/run-role.sh
|
|
12853
13053
|
- suite_app_uninstall
|
|
12854
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
13054
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
12855
13055
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12856
13056
|
# --------------------------------------------------------------------------------
|
|
12857
13057
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -12926,7 +13126,7 @@ spec:
|
|
|
12926
13126
|
command:
|
|
12927
13127
|
- /opt/app-root/src/run-role.sh
|
|
12928
13128
|
- suite_app_upgrade
|
|
12929
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
13129
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
12930
13130
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12931
13131
|
# --------------------------------------------------------------------------------
|
|
12932
13132
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -13027,7 +13227,7 @@ spec:
|
|
|
13027
13227
|
command:
|
|
13028
13228
|
- /opt/app-root/src/run-role.sh
|
|
13029
13229
|
- suite_app_verify
|
|
13030
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
13230
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
13031
13231
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13032
13232
|
# --------------------------------------------------------------------------------
|
|
13033
13233
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -13170,7 +13370,7 @@ spec:
|
|
|
13170
13370
|
command:
|
|
13171
13371
|
- /opt/app-root/src/run-role.sh
|
|
13172
13372
|
- suite_certs
|
|
13173
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
13373
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
13174
13374
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13175
13375
|
|
|
13176
13376
|
workspaces:
|
|
@@ -13237,7 +13437,7 @@ spec:
|
|
|
13237
13437
|
command:
|
|
13238
13438
|
- /opt/app-root/src/run-role.sh
|
|
13239
13439
|
- suite_config
|
|
13240
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
13440
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
13241
13441
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13242
13442
|
workingDir: /workspace/configs
|
|
13243
13443
|
|
|
@@ -13569,7 +13769,7 @@ spec:
|
|
|
13569
13769
|
command:
|
|
13570
13770
|
- /opt/app-root/src/run-role.sh
|
|
13571
13771
|
- suite_db2_setup_for_facilities
|
|
13572
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
13772
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
13573
13773
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13574
13774
|
workingDir: /workspace/configs
|
|
13575
13775
|
|
|
@@ -13641,7 +13841,7 @@ spec:
|
|
|
13641
13841
|
command:
|
|
13642
13842
|
- /opt/app-root/src/run-role.sh
|
|
13643
13843
|
- suite_db2_setup_for_manage
|
|
13644
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
13844
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
13645
13845
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13646
13846
|
# --------------------------------------------------------------------------------
|
|
13647
13847
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -13831,7 +14031,7 @@ spec:
|
|
|
13831
14031
|
command:
|
|
13832
14032
|
- /opt/app-root/src/run-role.sh
|
|
13833
14033
|
- suite_dns
|
|
13834
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14034
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
13835
14035
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13836
14036
|
# --------------------------------------------------------------------------------
|
|
13837
14037
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -14080,7 +14280,7 @@ spec:
|
|
|
14080
14280
|
command:
|
|
14081
14281
|
- /opt/app-root/src/run-role.sh
|
|
14082
14282
|
- suite_install
|
|
14083
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14283
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14084
14284
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14085
14285
|
workingDir: /workspace/configs
|
|
14086
14286
|
|
|
@@ -14168,7 +14368,7 @@ spec:
|
|
|
14168
14368
|
command:
|
|
14169
14369
|
- /opt/app-root/src/run-role.sh
|
|
14170
14370
|
- suite_rollback
|
|
14171
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14371
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14172
14372
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14173
14373
|
# --------------------------------------------------------------------------------
|
|
14174
14374
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -14233,7 +14433,7 @@ spec:
|
|
|
14233
14433
|
command:
|
|
14234
14434
|
- /opt/app-root/src/run-role.sh
|
|
14235
14435
|
- suite_uninstall
|
|
14236
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14436
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14237
14437
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14238
14438
|
# --------------------------------------------------------------------------------
|
|
14239
14439
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -14303,7 +14503,7 @@ spec:
|
|
|
14303
14503
|
command:
|
|
14304
14504
|
- /opt/app-root/src/run-role.sh
|
|
14305
14505
|
- suite_upgrade
|
|
14306
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14506
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14307
14507
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14308
14508
|
# --------------------------------------------------------------------------------
|
|
14309
14509
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -14365,12 +14565,12 @@ spec:
|
|
|
14365
14565
|
command:
|
|
14366
14566
|
- /opt/app-root/src/run-role.sh
|
|
14367
14567
|
- suite_verify
|
|
14368
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14568
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14369
14569
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14370
14570
|
|
|
14371
14571
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
14372
14572
|
- name: suite-post-verify
|
|
14373
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14573
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14374
14574
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14375
14575
|
command:
|
|
14376
14576
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -14493,7 +14693,7 @@ spec:
|
|
|
14493
14693
|
command:
|
|
14494
14694
|
- /opt/app-root/src/run-role.sh
|
|
14495
14695
|
- turbonomic
|
|
14496
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14696
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14497
14697
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14498
14698
|
# --------------------------------------------------------------------------------
|
|
14499
14699
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -14574,7 +14774,7 @@ spec:
|
|
|
14574
14774
|
# IBM User Data Services (UDS)
|
|
14575
14775
|
# -------------------------------------------------------------------------
|
|
14576
14776
|
- name: uds
|
|
14577
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14777
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14578
14778
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14579
14779
|
workingDir: /workspace/configs
|
|
14580
14780
|
command:
|
|
@@ -14637,7 +14837,7 @@ spec:
|
|
|
14637
14837
|
# IBM Data Reporter Operator (DRO)
|
|
14638
14838
|
# -------------------------------------------------------------------------
|
|
14639
14839
|
- name: dro
|
|
14640
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14840
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14641
14841
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14642
14842
|
workingDir: /workspace/configs
|
|
14643
14843
|
command:
|
|
@@ -14723,7 +14923,7 @@ spec:
|
|
|
14723
14923
|
description: "The value to set"
|
|
14724
14924
|
steps:
|
|
14725
14925
|
- name: update-configmap
|
|
14726
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14926
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14727
14927
|
command:
|
|
14728
14928
|
- /opt/app-root/src/update-configmap.sh
|
|
14729
14929
|
env:
|
|
@@ -14770,7 +14970,7 @@ spec:
|
|
|
14770
14970
|
|
|
14771
14971
|
steps:
|
|
14772
14972
|
- name: wait-for-configmap
|
|
14773
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
14973
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14774
14974
|
command:
|
|
14775
14975
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
14776
14976
|
env:
|
|
@@ -14851,7 +15051,7 @@ spec:
|
|
|
14851
15051
|
|
|
14852
15052
|
steps:
|
|
14853
15053
|
- name: wait-for-configmap
|
|
14854
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
15054
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14855
15055
|
command:
|
|
14856
15056
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
14857
15057
|
env:
|
|
@@ -14911,7 +15111,7 @@ spec:
|
|
|
14911
15111
|
|
|
14912
15112
|
steps:
|
|
14913
15113
|
- name: wait
|
|
14914
|
-
image: quay.io/ibmmas/cli:13.27.
|
|
15114
|
+
image: quay.io/ibmmas/cli:13.27.2
|
|
14915
15115
|
command:
|
|
14916
15116
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
14917
15117
|
env:
|
|
@@ -21188,6 +21388,307 @@ spec:
|
|
|
21188
21388
|
- input: "$(params.mas_edition)"
|
|
21189
21389
|
operator: in
|
|
21190
21390
|
values: ["essentials-lease-management", "essentials-space-management", "essentials-capital-planning", "standard", "premium"]
|
|
21391
|
+
|
|
21392
|
+
# 12. CP4D Services Deprovision
|
|
21393
|
+
# -------------------------------------------------------------------------
|
|
21394
|
+
# 12.1 Deprovision cp4d service for all
|
|
21395
|
+
- name: gitops-deprovision-cp4d-all
|
|
21396
|
+
runAfter:
|
|
21397
|
+
- gitops-deprovision-db2u-replica-database-facilities
|
|
21398
|
+
params:
|
|
21399
|
+
- name: cluster_name
|
|
21400
|
+
value: $(params.cluster_name)
|
|
21401
|
+
- name: cluster_url
|
|
21402
|
+
value: $(params.cluster_url)
|
|
21403
|
+
- name: region
|
|
21404
|
+
value: $(params.region)
|
|
21405
|
+
- name: account
|
|
21406
|
+
value: $(params.account)
|
|
21407
|
+
- name: secrets_path
|
|
21408
|
+
value: $(params.secrets_path)
|
|
21409
|
+
- name: avp_aws_secret_region
|
|
21410
|
+
value: $(params.avp_aws_secret_region)
|
|
21411
|
+
- name: git_branch
|
|
21412
|
+
value: $(params.git_branch)
|
|
21413
|
+
- name: github_org
|
|
21414
|
+
value: $(params.github_org)
|
|
21415
|
+
- name: github_repo
|
|
21416
|
+
value: $(params.github_repo)
|
|
21417
|
+
- name: github_host
|
|
21418
|
+
value: $(params.github_host)
|
|
21419
|
+
- name: git_commit_msg
|
|
21420
|
+
value: $(params.git_commit_msg)
|
|
21421
|
+
|
|
21422
|
+
- name: mas_instance_id
|
|
21423
|
+
value: $(params.mas_instance_id)
|
|
21424
|
+
|
|
21425
|
+
- name: cpd_service_name
|
|
21426
|
+
value: 'all'
|
|
21427
|
+
- name: cp4d_wsl_action
|
|
21428
|
+
value: $(params.cp4d_wsl_action)
|
|
21429
|
+
- name: cp4d_watson_machine_learning_action
|
|
21430
|
+
value: $(params.cp4d_watson_machine_learning_action)
|
|
21431
|
+
- name: cp4d_spss_modeler_action
|
|
21432
|
+
value: $(params.cp4d_spss_modeler_action)
|
|
21433
|
+
|
|
21434
|
+
taskRef:
|
|
21435
|
+
kind: Task
|
|
21436
|
+
name: gitops-deprovision-cp4d-service
|
|
21437
|
+
workspaces:
|
|
21438
|
+
- name: configs
|
|
21439
|
+
workspace: configs
|
|
21440
|
+
when:
|
|
21441
|
+
- input: "$(params.mas_app_channel_predict)"
|
|
21442
|
+
operator: in
|
|
21443
|
+
values: [""]
|
|
21444
|
+
|
|
21445
|
+
# 12.2 Deprovision cp4d service for wsl
|
|
21446
|
+
- name: gitops-deprovision-cp4d-wsl
|
|
21447
|
+
runAfter:
|
|
21448
|
+
- gitops-deprovision-cp4d-all
|
|
21449
|
+
params:
|
|
21450
|
+
- name: cluster_name
|
|
21451
|
+
value: $(params.cluster_name)
|
|
21452
|
+
- name: cluster_url
|
|
21453
|
+
value: $(params.cluster_url)
|
|
21454
|
+
- name: region
|
|
21455
|
+
value: $(params.region)
|
|
21456
|
+
- name: account
|
|
21457
|
+
value: $(params.account)
|
|
21458
|
+
- name: secrets_path
|
|
21459
|
+
value: $(params.secrets_path)
|
|
21460
|
+
- name: avp_aws_secret_region
|
|
21461
|
+
value: $(params.avp_aws_secret_region)
|
|
21462
|
+
- name: git_branch
|
|
21463
|
+
value: $(params.git_branch)
|
|
21464
|
+
- name: github_org
|
|
21465
|
+
value: $(params.github_org)
|
|
21466
|
+
- name: github_repo
|
|
21467
|
+
value: $(params.github_repo)
|
|
21468
|
+
- name: github_host
|
|
21469
|
+
value: $(params.github_host)
|
|
21470
|
+
- name: git_commit_msg
|
|
21471
|
+
value: $(params.git_commit_msg)
|
|
21472
|
+
|
|
21473
|
+
- name: mas_instance_id
|
|
21474
|
+
value: $(params.mas_instance_id)
|
|
21475
|
+
|
|
21476
|
+
- name: cpd_service_name
|
|
21477
|
+
value: 'wsl'
|
|
21478
|
+
- name: cp4d_wsl_action
|
|
21479
|
+
value: $(params.cp4d_wsl_action)
|
|
21480
|
+
- name: cp4d_watson_machine_learning_action
|
|
21481
|
+
value: $(params.cp4d_watson_machine_learning_action)
|
|
21482
|
+
- name: cp4d_spss_modeler_action
|
|
21483
|
+
value: $(params.cp4d_spss_modeler_action)
|
|
21484
|
+
|
|
21485
|
+
taskRef:
|
|
21486
|
+
kind: Task
|
|
21487
|
+
name: gitops-deprovision-cp4d-service
|
|
21488
|
+
workspaces:
|
|
21489
|
+
- name: configs
|
|
21490
|
+
workspace: configs
|
|
21491
|
+
when:
|
|
21492
|
+
- input: "$(params.cp4d_wsl_action)"
|
|
21493
|
+
operator: in
|
|
21494
|
+
values: ["uninstall"]
|
|
21495
|
+
|
|
21496
|
+
|
|
21497
|
+
# 12.3 Deprovision cp4d service for wml
|
|
21498
|
+
- name: gitops-deprovision-cp4d-wml
|
|
21499
|
+
runAfter:
|
|
21500
|
+
- gitops-deprovision-cp4d-wsl
|
|
21501
|
+
params:
|
|
21502
|
+
- name: cluster_name
|
|
21503
|
+
value: $(params.cluster_name)
|
|
21504
|
+
- name: cluster_url
|
|
21505
|
+
value: $(params.cluster_url)
|
|
21506
|
+
- name: region
|
|
21507
|
+
value: $(params.region)
|
|
21508
|
+
- name: account
|
|
21509
|
+
value: $(params.account)
|
|
21510
|
+
- name: secrets_path
|
|
21511
|
+
value: $(params.secrets_path)
|
|
21512
|
+
- name: avp_aws_secret_region
|
|
21513
|
+
value: $(params.avp_aws_secret_region)
|
|
21514
|
+
- name: git_branch
|
|
21515
|
+
value: $(params.git_branch)
|
|
21516
|
+
- name: github_org
|
|
21517
|
+
value: $(params.github_org)
|
|
21518
|
+
- name: github_repo
|
|
21519
|
+
value: $(params.github_repo)
|
|
21520
|
+
- name: github_host
|
|
21521
|
+
value: $(params.github_host)
|
|
21522
|
+
- name: git_commit_msg
|
|
21523
|
+
value: $(params.git_commit_msg)
|
|
21524
|
+
|
|
21525
|
+
- name: mas_instance_id
|
|
21526
|
+
value: $(params.mas_instance_id)
|
|
21527
|
+
|
|
21528
|
+
- name: cpd_service_name
|
|
21529
|
+
value: 'wml'
|
|
21530
|
+
- name: cp4d_wsl_action
|
|
21531
|
+
value: $(params.cp4d_wsl_action)
|
|
21532
|
+
- name: cp4d_watson_machine_learning_action
|
|
21533
|
+
value: $(params.cp4d_watson_machine_learning_action)
|
|
21534
|
+
- name: cp4d_spss_modeler_action
|
|
21535
|
+
value: $(params.cp4d_spss_modeler_action)
|
|
21536
|
+
|
|
21537
|
+
taskRef:
|
|
21538
|
+
kind: Task
|
|
21539
|
+
name: gitops-deprovision-cp4d-service
|
|
21540
|
+
workspaces:
|
|
21541
|
+
- name: configs
|
|
21542
|
+
workspace: configs
|
|
21543
|
+
when:
|
|
21544
|
+
- input: "$(params.cp4d_watson_machine_learning_action)"
|
|
21545
|
+
operator: in
|
|
21546
|
+
values: ["uninstall"]
|
|
21547
|
+
|
|
21548
|
+
# 12.4 Deprovision cp4d service for spark
|
|
21549
|
+
- name: gitops-deprovision-cp4d-spark
|
|
21550
|
+
runAfter:
|
|
21551
|
+
- gitops-deprovision-cp4d-wml
|
|
21552
|
+
params:
|
|
21553
|
+
- name: cluster_name
|
|
21554
|
+
value: $(params.cluster_name)
|
|
21555
|
+
- name: cluster_url
|
|
21556
|
+
value: $(params.cluster_url)
|
|
21557
|
+
- name: region
|
|
21558
|
+
value: $(params.region)
|
|
21559
|
+
- name: account
|
|
21560
|
+
value: $(params.account)
|
|
21561
|
+
- name: secrets_path
|
|
21562
|
+
value: $(params.secrets_path)
|
|
21563
|
+
- name: avp_aws_secret_region
|
|
21564
|
+
value: $(params.avp_aws_secret_region)
|
|
21565
|
+
- name: git_branch
|
|
21566
|
+
value: $(params.git_branch)
|
|
21567
|
+
- name: github_org
|
|
21568
|
+
value: $(params.github_org)
|
|
21569
|
+
- name: github_repo
|
|
21570
|
+
value: $(params.github_repo)
|
|
21571
|
+
- name: github_host
|
|
21572
|
+
value: $(params.github_host)
|
|
21573
|
+
- name: git_commit_msg
|
|
21574
|
+
value: $(params.git_commit_msg)
|
|
21575
|
+
|
|
21576
|
+
- name: mas_instance_id
|
|
21577
|
+
value: $(params.mas_instance_id)
|
|
21578
|
+
|
|
21579
|
+
- name: cpd_service_name
|
|
21580
|
+
value: 'spark'
|
|
21581
|
+
- name: cp4d_wsl_action
|
|
21582
|
+
value: $(params.cp4d_wsl_action)
|
|
21583
|
+
- name: cp4d_watson_machine_learning_action
|
|
21584
|
+
value: $(params.cp4d_watson_machine_learning_action)
|
|
21585
|
+
- name: cp4d_spss_modeler_action
|
|
21586
|
+
value: $(params.cp4d_spss_modeler_action)
|
|
21587
|
+
|
|
21588
|
+
taskRef:
|
|
21589
|
+
kind: Task
|
|
21590
|
+
name: gitops-deprovision-cp4d-service
|
|
21591
|
+
workspaces:
|
|
21592
|
+
- name: configs
|
|
21593
|
+
workspace: configs
|
|
21594
|
+
when:
|
|
21595
|
+
- input: "$(params.cp4d_analytics_engine_action)"
|
|
21596
|
+
operator: in
|
|
21597
|
+
values: ["uninstall"]
|
|
21598
|
+
|
|
21599
|
+
# 12.5 Deprovision cp4d service for spss
|
|
21600
|
+
- name: gitops-deprovision-cp4d-spss
|
|
21601
|
+
runAfter:
|
|
21602
|
+
- gitops-deprovision-cp4d-spark
|
|
21603
|
+
params:
|
|
21604
|
+
- name: cluster_name
|
|
21605
|
+
value: $(params.cluster_name)
|
|
21606
|
+
- name: cluster_url
|
|
21607
|
+
value: $(params.cluster_url)
|
|
21608
|
+
- name: region
|
|
21609
|
+
value: $(params.region)
|
|
21610
|
+
- name: account
|
|
21611
|
+
value: $(params.account)
|
|
21612
|
+
- name: secrets_path
|
|
21613
|
+
value: $(params.secrets_path)
|
|
21614
|
+
- name: avp_aws_secret_region
|
|
21615
|
+
value: $(params.avp_aws_secret_region)
|
|
21616
|
+
- name: git_branch
|
|
21617
|
+
value: $(params.git_branch)
|
|
21618
|
+
- name: github_org
|
|
21619
|
+
value: $(params.github_org)
|
|
21620
|
+
- name: github_repo
|
|
21621
|
+
value: $(params.github_repo)
|
|
21622
|
+
- name: github_host
|
|
21623
|
+
value: $(params.github_host)
|
|
21624
|
+
- name: git_commit_msg
|
|
21625
|
+
value: $(params.git_commit_msg)
|
|
21626
|
+
|
|
21627
|
+
- name: mas_instance_id
|
|
21628
|
+
value: $(params.mas_instance_id)
|
|
21629
|
+
|
|
21630
|
+
- name: cpd_service_name
|
|
21631
|
+
value: 'spss'
|
|
21632
|
+
- name: cp4d_wsl_action
|
|
21633
|
+
value: $(params.cp4d_wsl_action)
|
|
21634
|
+
- name: cp4d_watson_machine_learning_action
|
|
21635
|
+
value: $(params.cp4d_watson_machine_learning_action)
|
|
21636
|
+
- name: cp4d_spss_modeler_action
|
|
21637
|
+
value: $(params.cp4d_spss_modeler_action)
|
|
21638
|
+
|
|
21639
|
+
taskRef:
|
|
21640
|
+
kind: Task
|
|
21641
|
+
name: gitops-deprovision-cp4d-service
|
|
21642
|
+
workspaces:
|
|
21643
|
+
- name: configs
|
|
21644
|
+
workspace: configs
|
|
21645
|
+
when:
|
|
21646
|
+
- input: "$(params.cp4d_spss_modeler_action)"
|
|
21647
|
+
operator: in
|
|
21648
|
+
values: ["uninstall"]
|
|
21649
|
+
|
|
21650
|
+
# 13. CP4D Deprovision
|
|
21651
|
+
# -------------------------------------------------------------------------
|
|
21652
|
+
- name: gitops-deprovision-cp4d
|
|
21653
|
+
runAfter:
|
|
21654
|
+
- gitops-deprovision-cp4d-spss
|
|
21655
|
+
params:
|
|
21656
|
+
- name: cluster_name
|
|
21657
|
+
value: $(params.cluster_name)
|
|
21658
|
+
- name: cluster_url
|
|
21659
|
+
value: $(params.cluster_url)
|
|
21660
|
+
- name: region
|
|
21661
|
+
value: $(params.region)
|
|
21662
|
+
- name: account
|
|
21663
|
+
value: $(params.account)
|
|
21664
|
+
- name: secrets_path
|
|
21665
|
+
value: $(params.secrets_path)
|
|
21666
|
+
- name: avp_aws_secret_region
|
|
21667
|
+
value: $(params.avp_aws_secret_region)
|
|
21668
|
+
- name: git_branch
|
|
21669
|
+
value: $(params.git_branch)
|
|
21670
|
+
- name: github_org
|
|
21671
|
+
value: $(params.github_org)
|
|
21672
|
+
- name: github_repo
|
|
21673
|
+
value: $(params.github_repo)
|
|
21674
|
+
- name: github_host
|
|
21675
|
+
value: $(params.github_host)
|
|
21676
|
+
- name: git_commit_msg
|
|
21677
|
+
value: $(params.git_commit_msg)
|
|
21678
|
+
|
|
21679
|
+
- name: mas_instance_id
|
|
21680
|
+
value: $(params.mas_instance_id)
|
|
21681
|
+
|
|
21682
|
+
taskRef:
|
|
21683
|
+
kind: Task
|
|
21684
|
+
name: gitops-deprovision-cp4d
|
|
21685
|
+
workspaces:
|
|
21686
|
+
- name: configs
|
|
21687
|
+
workspace: configs
|
|
21688
|
+
when:
|
|
21689
|
+
- input: "$(params.cp4d_action)"
|
|
21690
|
+
operator: in
|
|
21691
|
+
values: ["uninstall"]
|
|
21191
21692
|
# --------------------------------------------------------------------------------
|
|
21192
21693
|
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-cluster.yaml
|
|
21193
21694
|
# --------------------------------------------------------------------------------
|
|
@@ -21279,7 +21780,7 @@ spec:
|
|
|
21279
21780
|
default: "Automatic"
|
|
21280
21781
|
- name: gpu_driver_version
|
|
21281
21782
|
type: string
|
|
21282
|
-
default:
|
|
21783
|
+
default: 575.57.08
|
|
21283
21784
|
- name: gpu_driver_repository_path
|
|
21284
21785
|
type: string
|
|
21285
21786
|
default: nvcr.io/nvidia
|