mas-cli 15.5.0__py3-none-any.whl → 15.6.1__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/aiservice/install/app.py +4 -3
- mas/cli/cli.py +11 -4
- mas/cli/displayMixins.py +9 -9
- mas/cli/install/app.py +6 -6
- mas/cli/install/catalogs.py +3 -2
- mas/cli/install/params.py +0 -2
- mas/cli/install/settings/manageSettings.py +9 -3
- mas/cli/templates/ibm-mas-tekton.yaml +780 -174
- mas/cli/validators.py +18 -0
- {mas_cli-15.5.0.dist-info → mas_cli-15.6.1.dist-info}/METADATA +1 -1
- {mas_cli-15.5.0.dist-info → mas_cli-15.6.1.dist-info}/RECORD +15 -15
- {mas_cli-15.5.0.data → mas_cli-15.6.1.data}/scripts/mas-cli +0 -0
- {mas_cli-15.5.0.dist-info → mas_cli-15.6.1.dist-info}/WHEEL +0 -0
- {mas_cli-15.5.0.dist-info → mas_cli-15.6.1.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.
|
|
132
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
204
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
284
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
498
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
714
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
830
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
948
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1018
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1084
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1211
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1331
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1448
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1554
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1876
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
1986
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
1987
1987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1988
1988
|
# --------------------------------------------------------------------------------
|
|
1989
1989
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2072,7 +2072,7 @@ spec:
|
|
|
2072
2072
|
command:
|
|
2073
2073
|
- /opt/app-root/src/run-role.sh
|
|
2074
2074
|
- gencfg_workspace
|
|
2075
|
-
image: quay.io/ibmmas/cli:15.
|
|
2075
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
2076
2076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2077
2077
|
workingDir: /workspace/configs
|
|
2078
2078
|
|
|
@@ -2267,7 +2267,7 @@ spec:
|
|
|
2267
2267
|
- -c
|
|
2268
2268
|
name: gitops-aibroker-tenant
|
|
2269
2269
|
imagePullPolicy: IfNotPresent
|
|
2270
|
-
image: quay.io/ibmmas/cli:15.
|
|
2270
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
2271
2271
|
workspaces:
|
|
2272
2272
|
- name: configs
|
|
2273
2273
|
# --------------------------------------------------------------------------------
|
|
@@ -2460,7 +2460,7 @@ spec:
|
|
|
2460
2460
|
- -c
|
|
2461
2461
|
name: gitops-aibroker
|
|
2462
2462
|
imagePullPolicy: IfNotPresent
|
|
2463
|
-
image: quay.io/ibmmas/cli:15.
|
|
2463
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
2564
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
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.
|
|
2646
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
2647
2647
|
workspaces:
|
|
2648
2648
|
- name: configs
|
|
2649
2649
|
# --------------------------------------------------------------------------------
|
|
@@ -2785,6 +2785,9 @@ spec:
|
|
|
2785
2785
|
- name: cluster_logging_operator_syslog_forwarder_version
|
|
2786
2786
|
type: string
|
|
2787
2787
|
default: "1.8-amd64"
|
|
2788
|
+
- name: cluster_logging_operator_dlc_ca_bundle_file
|
|
2789
|
+
type: string
|
|
2790
|
+
default: ""
|
|
2788
2791
|
|
|
2789
2792
|
- name: instana_agent_operator_install
|
|
2790
2793
|
type: string
|
|
@@ -2903,6 +2906,8 @@ spec:
|
|
|
2903
2906
|
value: $(params.cluster_logging_operator_setup_log_forwarding)
|
|
2904
2907
|
- name: CLUSTER_LOGGING_OPERATOR_SYSLOG_FORWARDER_VERSION
|
|
2905
2908
|
value: $(params.cluster_logging_operator_syslog_forwarder_version)
|
|
2909
|
+
- name: CLUSTER_LOGGING_OPERATOR_DLC_CA_BUNDLE_FILE
|
|
2910
|
+
value: $(params.cluster_logging_operator_dlc_ca_bundle_file)
|
|
2906
2911
|
|
|
2907
2912
|
- name: INSTANA_AGENT_OPERATOR_INSTALL
|
|
2908
2913
|
value: $(params.instana_agent_operator_install)
|
|
@@ -2978,9 +2983,10 @@ spec:
|
|
|
2978
2983
|
- -c
|
|
2979
2984
|
name: gitops-cluster
|
|
2980
2985
|
imagePullPolicy: Always
|
|
2981
|
-
image: quay.io/ibmmas/cli:15.
|
|
2986
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
2982
2987
|
workspaces:
|
|
2983
2988
|
- name: configs
|
|
2989
|
+
- name: gitops-cluster-configs
|
|
2984
2990
|
# --------------------------------------------------------------------------------
|
|
2985
2991
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-cos.yaml
|
|
2986
2992
|
# --------------------------------------------------------------------------------
|
|
@@ -3086,7 +3092,7 @@ spec:
|
|
|
3086
3092
|
- -c
|
|
3087
3093
|
name: gitops-cos
|
|
3088
3094
|
imagePullPolicy: IfNotPresent
|
|
3089
|
-
image: quay.io/ibmmas/cli:15.
|
|
3095
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
3090
3096
|
workspaces:
|
|
3091
3097
|
- name: configs
|
|
3092
3098
|
# --------------------------------------------------------------------------------
|
|
@@ -3234,7 +3240,7 @@ spec:
|
|
|
3234
3240
|
- -c
|
|
3235
3241
|
name: gitops-cp4d-service
|
|
3236
3242
|
imagePullPolicy: IfNotPresent
|
|
3237
|
-
image: quay.io/ibmmas/cli:15.
|
|
3243
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
3238
3244
|
workspaces:
|
|
3239
3245
|
- name: configs
|
|
3240
3246
|
- name: shared-gitops-configs
|
|
@@ -3363,7 +3369,7 @@ spec:
|
|
|
3363
3369
|
- -c
|
|
3364
3370
|
name: gitops-cp4d
|
|
3365
3371
|
imagePullPolicy: IfNotPresent
|
|
3366
|
-
image: quay.io/ibmmas/cli:15.
|
|
3372
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
3367
3373
|
workspaces:
|
|
3368
3374
|
- name: configs
|
|
3369
3375
|
- name: shared-gitops-configs
|
|
@@ -3654,7 +3660,7 @@ spec:
|
|
|
3654
3660
|
- -c
|
|
3655
3661
|
name: gitops-db2u-database
|
|
3656
3662
|
imagePullPolicy: Always
|
|
3657
|
-
image: quay.io/ibmmas/cli:15.
|
|
3663
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
3658
3664
|
workspaces:
|
|
3659
3665
|
- name: configs
|
|
3660
3666
|
- name: shared-gitops-configs
|
|
@@ -3752,7 +3758,7 @@ spec:
|
|
|
3752
3758
|
- -c
|
|
3753
3759
|
name: gitops-db2u
|
|
3754
3760
|
imagePullPolicy: IfNotPresent
|
|
3755
|
-
image: quay.io/ibmmas/cli:15.
|
|
3761
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
3756
3762
|
workspaces:
|
|
3757
3763
|
- name: configs
|
|
3758
3764
|
# --------------------------------------------------------------------------------
|
|
@@ -3879,7 +3885,7 @@ spec:
|
|
|
3879
3885
|
- -c
|
|
3880
3886
|
name: gitops-delete-jdbc-config
|
|
3881
3887
|
imagePullPolicy: IfNotPresent
|
|
3882
|
-
image: quay.io/ibmmas/cli:15.
|
|
3888
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
3883
3889
|
workspaces:
|
|
3884
3890
|
- name: configs
|
|
3885
3891
|
# --------------------------------------------------------------------------------
|
|
@@ -3977,7 +3983,7 @@ spec:
|
|
|
3977
3983
|
- -c
|
|
3978
3984
|
name: gitops-delete-kafka-config
|
|
3979
3985
|
imagePullPolicy: Always
|
|
3980
|
-
image: quay.io/ibmmas/cli:15.
|
|
3986
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
3981
3987
|
workspaces:
|
|
3982
3988
|
- name: configs
|
|
3983
3989
|
|
|
@@ -4069,7 +4075,7 @@ spec:
|
|
|
4069
4075
|
- -c
|
|
4070
4076
|
name: gitops-deprovision-app-config
|
|
4071
4077
|
imagePullPolicy: IfNotPresent
|
|
4072
|
-
image: quay.io/ibmmas/cli:15.
|
|
4078
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4073
4079
|
workspaces:
|
|
4074
4080
|
- name: configs
|
|
4075
4081
|
# --------------------------------------------------------------------------------
|
|
@@ -4154,7 +4160,7 @@ spec:
|
|
|
4154
4160
|
- -c
|
|
4155
4161
|
name: gitops-deprovision-app-install
|
|
4156
4162
|
imagePullPolicy: IfNotPresent
|
|
4157
|
-
image: quay.io/ibmmas/cli:15.
|
|
4163
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4158
4164
|
workspaces:
|
|
4159
4165
|
- name: configs
|
|
4160
4166
|
# --------------------------------------------------------------------------------
|
|
@@ -4239,7 +4245,7 @@ spec:
|
|
|
4239
4245
|
- -c
|
|
4240
4246
|
name: gitops-deprovision-cluster
|
|
4241
4247
|
imagePullPolicy: IfNotPresent
|
|
4242
|
-
image: quay.io/ibmmas/cli:15.
|
|
4248
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4243
4249
|
workspaces:
|
|
4244
4250
|
- name: configs
|
|
4245
4251
|
# --------------------------------------------------------------------------------
|
|
@@ -4358,7 +4364,7 @@ spec:
|
|
|
4358
4364
|
- -c
|
|
4359
4365
|
name: gitops-deprovision-cos
|
|
4360
4366
|
imagePullPolicy: IfNotPresent
|
|
4361
|
-
image: quay.io/ibmmas/cli:15.
|
|
4367
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4362
4368
|
workspaces:
|
|
4363
4369
|
- name: configs
|
|
4364
4370
|
# --------------------------------------------------------------------------------
|
|
@@ -4463,7 +4469,7 @@ spec:
|
|
|
4463
4469
|
- -c
|
|
4464
4470
|
name: gitops-deprovision-cp4d-service
|
|
4465
4471
|
imagePullPolicy: IfNotPresent
|
|
4466
|
-
image: quay.io/ibmmas/cli:15.
|
|
4472
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4467
4473
|
workspaces:
|
|
4468
4474
|
- name: configs
|
|
4469
4475
|
# --------------------------------------------------------------------------------
|
|
@@ -4551,10 +4557,95 @@ spec:
|
|
|
4551
4557
|
- -c
|
|
4552
4558
|
name: gitops-deprovision-cp4d
|
|
4553
4559
|
imagePullPolicy: IfNotPresent
|
|
4554
|
-
image: quay.io/ibmmas/cli:15.
|
|
4560
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4555
4561
|
workspaces:
|
|
4556
4562
|
- name: configs
|
|
4557
4563
|
# --------------------------------------------------------------------------------
|
|
4564
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-customer-subscription.yaml
|
|
4565
|
+
# --------------------------------------------------------------------------------
|
|
4566
|
+
---
|
|
4567
|
+
apiVersion: tekton.dev/v1beta1
|
|
4568
|
+
kind: Task
|
|
4569
|
+
metadata:
|
|
4570
|
+
name: gitops-deprovision-customer-subscription
|
|
4571
|
+
spec:
|
|
4572
|
+
params:
|
|
4573
|
+
- name: sls_license_icn
|
|
4574
|
+
type: string
|
|
4575
|
+
- name: sls_license_subscription_id
|
|
4576
|
+
type: string
|
|
4577
|
+
- name: account
|
|
4578
|
+
type: string
|
|
4579
|
+
- name: secrets_path
|
|
4580
|
+
type: string
|
|
4581
|
+
- name: git_branch
|
|
4582
|
+
type: string
|
|
4583
|
+
- name: github_org
|
|
4584
|
+
type: string
|
|
4585
|
+
- name: github_repo
|
|
4586
|
+
type: string
|
|
4587
|
+
- name: github_host
|
|
4588
|
+
type: string
|
|
4589
|
+
- name: git_commit_msg
|
|
4590
|
+
type: string
|
|
4591
|
+
- name: avp_aws_secret_region
|
|
4592
|
+
type: string
|
|
4593
|
+
stepTemplate:
|
|
4594
|
+
name: gitops-deprovision-customer-subscription
|
|
4595
|
+
env:
|
|
4596
|
+
- name: ACCOUNT
|
|
4597
|
+
value: $(params.account)
|
|
4598
|
+
- name: ICN
|
|
4599
|
+
value: $(params.sls_license_icn)
|
|
4600
|
+
- name: SAAS_SUB_ID
|
|
4601
|
+
value: $(params.sls_license_subscription_id)
|
|
4602
|
+
- name: GIT_BRANCH
|
|
4603
|
+
value: $(params.git_branch)
|
|
4604
|
+
- name: GITHUB_ORG
|
|
4605
|
+
value: $(params.github_org)
|
|
4606
|
+
- name: GITHUB_HOST
|
|
4607
|
+
value: $(params.github_host)
|
|
4608
|
+
- name: GITHUB_REPO
|
|
4609
|
+
value: $(params.github_repo)
|
|
4610
|
+
- name: GIT_COMMIT_MSG
|
|
4611
|
+
value: $(params.git_commit_msg)
|
|
4612
|
+
- name: SM_AWS_REGION
|
|
4613
|
+
value: $(params.avp_aws_secret_region)
|
|
4614
|
+
- name: SECRET_PATH
|
|
4615
|
+
value: $(params.secrets_path)
|
|
4616
|
+
envFrom:
|
|
4617
|
+
- configMapRef:
|
|
4618
|
+
name: environment-properties
|
|
4619
|
+
optional: true
|
|
4620
|
+
- secretRef:
|
|
4621
|
+
name: secure-properties
|
|
4622
|
+
steps:
|
|
4623
|
+
- args:
|
|
4624
|
+
- |-
|
|
4625
|
+
git config --global user.name "MAS Automation"
|
|
4626
|
+
git config --global user.email "mas_automation@email.com"
|
|
4627
|
+
git config --global user.password $GITHUB_PAT
|
|
4628
|
+
|
|
4629
|
+
mkdir -p /tmp/deprovision-customer-subscription
|
|
4630
|
+
mas gitops-deprovision-suite-license-service -a $ACCOUNT -i ${ICN} -s ${SAAS_SUB_ID} \
|
|
4631
|
+
--dir /tmp/deprovision-suite-license-service \
|
|
4632
|
+
--github-push \
|
|
4633
|
+
--github-host $GITHUB_HOST \
|
|
4634
|
+
--github-org $GITHUB_ORG \
|
|
4635
|
+
--github-repo $GITHUB_REPO \
|
|
4636
|
+
--git-branch $GIT_BRANCH \
|
|
4637
|
+
--secrets-path $SECRET_PATH
|
|
4638
|
+
|
|
4639
|
+
exit $?
|
|
4640
|
+
command:
|
|
4641
|
+
- /bin/sh
|
|
4642
|
+
- -c
|
|
4643
|
+
name: gitops-deprovision-customer-subscription
|
|
4644
|
+
imagePullPolicy: IfNotPresent
|
|
4645
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4646
|
+
workspaces:
|
|
4647
|
+
- name: shared-entitlement
|
|
4648
|
+
# --------------------------------------------------------------------------------
|
|
4558
4649
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-deprovision-db2u-database.yaml
|
|
4559
4650
|
# --------------------------------------------------------------------------------
|
|
4560
4651
|
---
|
|
@@ -4644,7 +4735,7 @@ spec:
|
|
|
4644
4735
|
- -c
|
|
4645
4736
|
name: gitops-deprovision-db2u-database
|
|
4646
4737
|
imagePullPolicy: IfNotPresent
|
|
4647
|
-
image: quay.io/ibmmas/cli:15.
|
|
4738
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4648
4739
|
workspaces:
|
|
4649
4740
|
- name: configs
|
|
4650
4741
|
|
|
@@ -4727,7 +4818,7 @@ spec:
|
|
|
4727
4818
|
- -c
|
|
4728
4819
|
name: gitops-deprovision-db2u
|
|
4729
4820
|
imagePullPolicy: IfNotPresent
|
|
4730
|
-
image: quay.io/ibmmas/cli:15.
|
|
4821
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4731
4822
|
workspaces:
|
|
4732
4823
|
- name: configs
|
|
4733
4824
|
|
|
@@ -4844,7 +4935,7 @@ spec:
|
|
|
4844
4935
|
- -c
|
|
4845
4936
|
name: gitops-deprovision-efs
|
|
4846
4937
|
imagePullPolicy: IfNotPresent
|
|
4847
|
-
image: quay.io/ibmmas/cli:15.
|
|
4938
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4848
4939
|
workspaces:
|
|
4849
4940
|
- name: configs
|
|
4850
4941
|
|
|
@@ -4954,7 +5045,7 @@ spec:
|
|
|
4954
5045
|
- -c
|
|
4955
5046
|
name: gitops-deprovision-kafka
|
|
4956
5047
|
imagePullPolicy: IfNotPresent
|
|
4957
|
-
image: quay.io/ibmmas/cli:15.
|
|
5048
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
4958
5049
|
workspaces:
|
|
4959
5050
|
- name: configs
|
|
4960
5051
|
# --------------------------------------------------------------------------------
|
|
@@ -5057,7 +5148,7 @@ spec:
|
|
|
5057
5148
|
- -c
|
|
5058
5149
|
name: gitops-deprovision-mongo
|
|
5059
5150
|
imagePullPolicy: IfNotPresent
|
|
5060
|
-
image: quay.io/ibmmas/cli:15.
|
|
5151
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5061
5152
|
workspaces:
|
|
5062
5153
|
- name: configs
|
|
5063
5154
|
|
|
@@ -5114,7 +5205,7 @@ spec:
|
|
|
5114
5205
|
- -c
|
|
5115
5206
|
name: gitops-deprovision-rosa
|
|
5116
5207
|
imagePullPolicy: IfNotPresent
|
|
5117
|
-
image: quay.io/ibmmas/cli:15.
|
|
5208
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5118
5209
|
workspaces:
|
|
5119
5210
|
- name: configs
|
|
5120
5211
|
# --------------------------------------------------------------------------------
|
|
@@ -5319,7 +5410,7 @@ spec:
|
|
|
5319
5410
|
- -c
|
|
5320
5411
|
name: gitops-deprovision-suite-config
|
|
5321
5412
|
imagePullPolicy: IfNotPresent
|
|
5322
|
-
image: quay.io/ibmmas/cli:15.
|
|
5413
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5323
5414
|
workspaces:
|
|
5324
5415
|
- name: configs
|
|
5325
5416
|
|
|
@@ -5417,7 +5508,7 @@ spec:
|
|
|
5417
5508
|
- -c
|
|
5418
5509
|
name: gitops-deprovision-suite-idp-config
|
|
5419
5510
|
imagePullPolicy: IfNotPresent
|
|
5420
|
-
image: quay.io/ibmmas/cli:15.
|
|
5511
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5421
5512
|
workspaces:
|
|
5422
5513
|
- name: configs
|
|
5423
5514
|
# --------------------------------------------------------------------------------
|
|
@@ -5509,7 +5600,7 @@ spec:
|
|
|
5509
5600
|
- -c
|
|
5510
5601
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5511
5602
|
imagePullPolicy: IfNotPresent
|
|
5512
|
-
image: quay.io/ibmmas/cli:15.
|
|
5603
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5513
5604
|
workspaces:
|
|
5514
5605
|
- name: configs
|
|
5515
5606
|
# --------------------------------------------------------------------------------
|
|
@@ -5721,7 +5812,7 @@ spec:
|
|
|
5721
5812
|
- -c
|
|
5722
5813
|
name: gitops-deprovision-suite-smtp-config
|
|
5723
5814
|
imagePullPolicy: IfNotPresent
|
|
5724
|
-
image: quay.io/ibmmas/cli:15.
|
|
5815
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5725
5816
|
workspaces:
|
|
5726
5817
|
- name: configs
|
|
5727
5818
|
# --------------------------------------------------------------------------------
|
|
@@ -5814,7 +5905,7 @@ spec:
|
|
|
5814
5905
|
- -c
|
|
5815
5906
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5816
5907
|
imagePullPolicy: IfNotPresent
|
|
5817
|
-
image: quay.io/ibmmas/cli:15.
|
|
5908
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5818
5909
|
workspaces:
|
|
5819
5910
|
- name: configs
|
|
5820
5911
|
# --------------------------------------------------------------------------------
|
|
@@ -5905,7 +5996,7 @@ spec:
|
|
|
5905
5996
|
- -c
|
|
5906
5997
|
name: gitops-deprovision-suite-workspace
|
|
5907
5998
|
imagePullPolicy: Always
|
|
5908
|
-
image: quay.io/ibmmas/cli:15.
|
|
5999
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
5909
6000
|
workspaces:
|
|
5910
6001
|
- name: configs
|
|
5911
6002
|
# --------------------------------------------------------------------------------
|
|
@@ -5998,7 +6089,7 @@ spec:
|
|
|
5998
6089
|
- -c
|
|
5999
6090
|
name: gitops-deprovision-suite
|
|
6000
6091
|
imagePullPolicy: IfNotPresent
|
|
6001
|
-
image: quay.io/ibmmas/cli:15.
|
|
6092
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6002
6093
|
workspaces:
|
|
6003
6094
|
- name: configs
|
|
6004
6095
|
|
|
@@ -6111,7 +6202,7 @@ spec:
|
|
|
6111
6202
|
- -c
|
|
6112
6203
|
name: gitops-dro
|
|
6113
6204
|
imagePullPolicy: IfNotPresent
|
|
6114
|
-
image: quay.io/ibmmas/cli:15.
|
|
6205
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6115
6206
|
workspaces:
|
|
6116
6207
|
- name: configs
|
|
6117
6208
|
# --------------------------------------------------------------------------------
|
|
@@ -6238,7 +6329,7 @@ spec:
|
|
|
6238
6329
|
- -c
|
|
6239
6330
|
name: gitops-efs
|
|
6240
6331
|
imagePullPolicy: IfNotPresent
|
|
6241
|
-
image: quay.io/ibmmas/cli:15.
|
|
6332
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6242
6333
|
workspaces:
|
|
6243
6334
|
- name: configs
|
|
6244
6335
|
|
|
@@ -6373,7 +6464,7 @@ spec:
|
|
|
6373
6464
|
- -c
|
|
6374
6465
|
name: gitops-jdbc-config
|
|
6375
6466
|
imagePullPolicy: Always
|
|
6376
|
-
image: quay.io/ibmmas/cli:15.
|
|
6467
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6377
6468
|
workspaces:
|
|
6378
6469
|
- name: configs
|
|
6379
6470
|
- name: shared-gitops-configs
|
|
@@ -6469,7 +6560,7 @@ spec:
|
|
|
6469
6560
|
- -c
|
|
6470
6561
|
name: gitops-kafka-config
|
|
6471
6562
|
imagePullPolicy: Always
|
|
6472
|
-
image: quay.io/ibmmas/cli:15.
|
|
6563
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6473
6564
|
workspaces:
|
|
6474
6565
|
- name: configs
|
|
6475
6566
|
|
|
@@ -6591,7 +6682,7 @@ spec:
|
|
|
6591
6682
|
- -c
|
|
6592
6683
|
name: gitops-kafka
|
|
6593
6684
|
imagePullPolicy: IfNotPresent
|
|
6594
|
-
image: quay.io/ibmmas/cli:15.
|
|
6685
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6595
6686
|
workspaces:
|
|
6596
6687
|
- name: configs
|
|
6597
6688
|
# --------------------------------------------------------------------------------
|
|
@@ -6785,7 +6876,7 @@ spec:
|
|
|
6785
6876
|
- -c
|
|
6786
6877
|
name: gitops-kmodel
|
|
6787
6878
|
imagePullPolicy: IfNotPresent
|
|
6788
|
-
image: quay.io/ibmmas/cli:15.
|
|
6879
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6789
6880
|
workspaces:
|
|
6790
6881
|
- name: configs
|
|
6791
6882
|
# --------------------------------------------------------------------------------
|
|
@@ -6815,7 +6906,9 @@ spec:
|
|
|
6815
6906
|
type: string
|
|
6816
6907
|
- name: country
|
|
6817
6908
|
type: string
|
|
6818
|
-
- name:
|
|
6909
|
+
- name: sls_license_icn
|
|
6910
|
+
type: string
|
|
6911
|
+
- name: sls_subscription_id
|
|
6819
6912
|
type: string
|
|
6820
6913
|
stepTemplate:
|
|
6821
6914
|
name: gitops-license-generator
|
|
@@ -6838,7 +6931,9 @@ spec:
|
|
|
6838
6931
|
- name: COUNTRY
|
|
6839
6932
|
value: $(params.country)
|
|
6840
6933
|
- name: ICN
|
|
6841
|
-
value: $(params.
|
|
6934
|
+
value: $(params.sls_license_icn)
|
|
6935
|
+
- name: SAAS_SUB_ID
|
|
6936
|
+
value: $(params.sls_subscription_id)
|
|
6842
6937
|
envFrom:
|
|
6843
6938
|
- configMapRef:
|
|
6844
6939
|
name: environment-properties
|
|
@@ -6848,13 +6943,24 @@ spec:
|
|
|
6848
6943
|
steps:
|
|
6849
6944
|
- args:
|
|
6850
6945
|
- |-
|
|
6851
|
-
|
|
6852
|
-
|
|
6853
|
-
|
|
6854
|
-
-
|
|
6855
|
-
|
|
6856
|
-
|
|
6857
|
-
|
|
6946
|
+
if [[ -z "${MAS_INSTANCE_ID}" ]]; then
|
|
6947
|
+
MAS_INSTANCE_ID=${SAAS_SUB_ID}
|
|
6948
|
+
ansible-playbook ibm.mas_saas.generate_saas_license_file || exit 1
|
|
6949
|
+
mas gitops-license \
|
|
6950
|
+
-a ${ACCOUNT} \
|
|
6951
|
+
-i ${ICN} \
|
|
6952
|
+
-s ${SAAS_SUB_ID} \
|
|
6953
|
+
--license-file /tmp/authorized_entitlement_saas.lic
|
|
6954
|
+
exit $?
|
|
6955
|
+
else
|
|
6956
|
+
ansible-playbook ibm.mas_saas.generate_saas_license_file || exit 1
|
|
6957
|
+
mas gitops-license \
|
|
6958
|
+
-a ${ACCOUNT} \
|
|
6959
|
+
-c ${CLUSTER_NAME} \
|
|
6960
|
+
-m ${MAS_INSTANCE_ID} \
|
|
6961
|
+
--license-file /tmp/authorized_entitlement_saas.lic
|
|
6962
|
+
exit $?
|
|
6963
|
+
fi
|
|
6858
6964
|
|
|
6859
6965
|
exit $?
|
|
6860
6966
|
command:
|
|
@@ -6881,6 +6987,11 @@ spec:
|
|
|
6881
6987
|
type: string
|
|
6882
6988
|
- name: avp_aws_secret_region
|
|
6883
6989
|
type: string
|
|
6990
|
+
|
|
6991
|
+
- name: sls_license_icn
|
|
6992
|
+
type: string
|
|
6993
|
+
- name: sls_subscription_id
|
|
6994
|
+
type: string
|
|
6884
6995
|
stepTemplate:
|
|
6885
6996
|
name: gitops-license
|
|
6886
6997
|
env:
|
|
@@ -6892,6 +7003,10 @@ spec:
|
|
|
6892
7003
|
value: $(params.mas_instance_id)
|
|
6893
7004
|
- name: SM_AWS_REGION
|
|
6894
7005
|
value: $(params.avp_aws_secret_region)
|
|
7006
|
+
- name: ICN
|
|
7007
|
+
value: $(params.sls_license_icn)
|
|
7008
|
+
- name: SAAS_SUB_ID
|
|
7009
|
+
value: $(params.sls_subscription_id)
|
|
6895
7010
|
envFrom:
|
|
6896
7011
|
- configMapRef:
|
|
6897
7012
|
name: environment-properties
|
|
@@ -6902,16 +7017,22 @@ spec:
|
|
|
6902
7017
|
- args:
|
|
6903
7018
|
- |-
|
|
6904
7019
|
|
|
6905
|
-
|
|
6906
|
-
|
|
7020
|
+
if [[ -z "${MAS_INSTANCE_ID}" ]]; then
|
|
7021
|
+
mas gitops-license -a $ACCOUNT -i $ICN -s $SAAS_SUB_ID \
|
|
7022
|
+
--license-file /workspace/shared-entitlement/entitlement.lic
|
|
7023
|
+
exit $?
|
|
7024
|
+
else
|
|
7025
|
+
mas gitops-license -a $ACCOUNT -c $CLUSTER_NAME -m $MAS_INSTANCE_ID \
|
|
7026
|
+
--license-file /workspace/shared-entitlement/entitlement.lic
|
|
7027
|
+
exit $?
|
|
7028
|
+
fi
|
|
6907
7029
|
|
|
6908
|
-
exit $?
|
|
6909
7030
|
command:
|
|
6910
7031
|
- /bin/sh
|
|
6911
7032
|
- -c
|
|
6912
7033
|
name: gitops-license
|
|
6913
7034
|
imagePullPolicy: Always
|
|
6914
|
-
image: quay.io/ibmmas/cli:15.
|
|
7035
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
6915
7036
|
workspaces:
|
|
6916
7037
|
- name: shared-entitlement
|
|
6917
7038
|
|
|
@@ -7635,7 +7756,7 @@ spec:
|
|
|
7635
7756
|
- -c
|
|
7636
7757
|
name: gitops-mas-fvt-preparer
|
|
7637
7758
|
imagePullPolicy: Always
|
|
7638
|
-
image: quay.io/ibmmas/cli:15.
|
|
7759
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
7639
7760
|
workspaces:
|
|
7640
7761
|
- name: configs
|
|
7641
7762
|
- name: shared-additional-configs
|
|
@@ -8135,7 +8256,7 @@ spec:
|
|
|
8135
8256
|
- -c
|
|
8136
8257
|
name: gitops-mas-initiator
|
|
8137
8258
|
imagePullPolicy: IfNotPresent
|
|
8138
|
-
image: quay.io/ibmmas/cli:15.
|
|
8259
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8139
8260
|
workspaces:
|
|
8140
8261
|
- name: configs
|
|
8141
8262
|
# --------------------------------------------------------------------------------
|
|
@@ -8191,6 +8312,8 @@ spec:
|
|
|
8191
8312
|
type: string
|
|
8192
8313
|
- name: service_port
|
|
8193
8314
|
type: string
|
|
8315
|
+
- name: csb_ca_certificate_file
|
|
8316
|
+
type: string
|
|
8194
8317
|
|
|
8195
8318
|
stepTemplate:
|
|
8196
8319
|
name: gitops-mas-provisioner
|
|
@@ -8239,6 +8362,8 @@ spec:
|
|
|
8239
8362
|
value: $(params.async_poll_interval)
|
|
8240
8363
|
- name: ASYNC_POLL_MAX
|
|
8241
8364
|
value: $(params.async_poll_max)
|
|
8365
|
+
- name: CSB_CA_CERTIFICATE_FILE
|
|
8366
|
+
value: $(params.csb_ca_certificate_file)
|
|
8242
8367
|
envFrom:
|
|
8243
8368
|
- configMapRef:
|
|
8244
8369
|
name: environment-properties
|
|
@@ -8268,9 +8393,10 @@ spec:
|
|
|
8268
8393
|
- -c
|
|
8269
8394
|
name: gitops-mas-provisioner
|
|
8270
8395
|
imagePullPolicy: IfNotPresent
|
|
8271
|
-
image: quay.io/ibmmas/cli:15.
|
|
8396
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8272
8397
|
workspaces:
|
|
8273
8398
|
- name: configs
|
|
8399
|
+
- name: gitops-cluster-configs
|
|
8274
8400
|
# --------------------------------------------------------------------------------
|
|
8275
8401
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-mongo.yaml
|
|
8276
8402
|
# --------------------------------------------------------------------------------
|
|
@@ -8376,7 +8502,7 @@ spec:
|
|
|
8376
8502
|
- -c
|
|
8377
8503
|
name: gitops-mongo
|
|
8378
8504
|
imagePullPolicy: IfNotPresent
|
|
8379
|
-
image: quay.io/ibmmas/cli:15.
|
|
8505
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8380
8506
|
workspaces:
|
|
8381
8507
|
- name: configs
|
|
8382
8508
|
|
|
@@ -8502,7 +8628,7 @@ spec:
|
|
|
8502
8628
|
- -c
|
|
8503
8629
|
name: gitops-nvidia-gpu
|
|
8504
8630
|
imagePullPolicy: IfNotPresent
|
|
8505
|
-
image: quay.io/ibmmas/cli:15.
|
|
8631
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8506
8632
|
workspaces:
|
|
8507
8633
|
- name: configs
|
|
8508
8634
|
# --------------------------------------------------------------------------------
|
|
@@ -8623,7 +8749,7 @@ spec:
|
|
|
8623
8749
|
- -c
|
|
8624
8750
|
name: gitops-odh
|
|
8625
8751
|
imagePullPolicy: IfNotPresent
|
|
8626
|
-
image: quay.io/ibmmas/cli:15.
|
|
8752
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8627
8753
|
workspaces:
|
|
8628
8754
|
- name: configs
|
|
8629
8755
|
# --------------------------------------------------------------------------------
|
|
@@ -8741,7 +8867,7 @@ spec:
|
|
|
8741
8867
|
- -c
|
|
8742
8868
|
name: gitops-process-mongo-user
|
|
8743
8869
|
imagePullPolicy: IfNotPresent
|
|
8744
|
-
image: quay.io/ibmmas/cli:15.
|
|
8870
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8745
8871
|
workspaces:
|
|
8746
8872
|
- name: configs
|
|
8747
8873
|
# --------------------------------------------------------------------------------
|
|
@@ -8797,10 +8923,140 @@ spec:
|
|
|
8797
8923
|
- -c
|
|
8798
8924
|
name: gitops-rosa
|
|
8799
8925
|
imagePullPolicy: IfNotPresent
|
|
8800
|
-
image: quay.io/ibmmas/cli:15.
|
|
8926
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8801
8927
|
workspaces:
|
|
8802
8928
|
- name: configs
|
|
8803
8929
|
# --------------------------------------------------------------------------------
|
|
8930
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-sls.yaml
|
|
8931
|
+
# --------------------------------------------------------------------------------
|
|
8932
|
+
---
|
|
8933
|
+
apiVersion: tekton.dev/v1beta1
|
|
8934
|
+
kind: Task
|
|
8935
|
+
metadata:
|
|
8936
|
+
name: gitops-sls
|
|
8937
|
+
spec:
|
|
8938
|
+
params:
|
|
8939
|
+
- name: cluster_name
|
|
8940
|
+
type: string
|
|
8941
|
+
- name: account
|
|
8942
|
+
type: string
|
|
8943
|
+
- name: cluster_url
|
|
8944
|
+
type: string
|
|
8945
|
+
- name: mas_instance_id
|
|
8946
|
+
type: string
|
|
8947
|
+
- name: avp_aws_secret_region
|
|
8948
|
+
type: string
|
|
8949
|
+
- name: sls_license_icn
|
|
8950
|
+
type: string
|
|
8951
|
+
- name: sls_subscription_id
|
|
8952
|
+
type: string
|
|
8953
|
+
- name: sls_install_plan
|
|
8954
|
+
type: string
|
|
8955
|
+
- name: sls_channel
|
|
8956
|
+
type: string
|
|
8957
|
+
- name: ocp_cluster_domain
|
|
8958
|
+
type: string
|
|
8959
|
+
- name: secrets_path
|
|
8960
|
+
type: string
|
|
8961
|
+
- name: mongo_provider
|
|
8962
|
+
type: string
|
|
8963
|
+
- name: icr_cp
|
|
8964
|
+
type: string
|
|
8965
|
+
- name: icr_cp_open
|
|
8966
|
+
type: string
|
|
8967
|
+
|
|
8968
|
+
- name: github_push
|
|
8969
|
+
type: string
|
|
8970
|
+
- name: git_branch
|
|
8971
|
+
type: string
|
|
8972
|
+
- name: github_org
|
|
8973
|
+
type: string
|
|
8974
|
+
- name: github_repo
|
|
8975
|
+
type: string
|
|
8976
|
+
- name: github_host
|
|
8977
|
+
type: string
|
|
8978
|
+
- name: git_commit_msg
|
|
8979
|
+
type: string
|
|
8980
|
+
- name: github_ssh
|
|
8981
|
+
type: string
|
|
8982
|
+
|
|
8983
|
+
stepTemplate:
|
|
8984
|
+
name: gitops-sls
|
|
8985
|
+
env:
|
|
8986
|
+
- name: CLUSTER_NAME
|
|
8987
|
+
value: $(params.cluster_name)
|
|
8988
|
+
- name: ACCOUNT
|
|
8989
|
+
value: $(params.account)
|
|
8990
|
+
- name: CLUSTER_URL
|
|
8991
|
+
value: $(params.cluster_url)
|
|
8992
|
+
- name: MAS_INSTANCE_ID
|
|
8993
|
+
value: $(params.mas_instance_id)
|
|
8994
|
+
- name: SM_AWS_REGION
|
|
8995
|
+
value: $(params.avp_aws_secret_region)
|
|
8996
|
+
- name: ICN
|
|
8997
|
+
value: $(params.sls_license_icn)
|
|
8998
|
+
- name: SAAS_SUB_ID
|
|
8999
|
+
value: $(params.sls_subscription_id)
|
|
9000
|
+
- name: MONGODB_PROVIDER
|
|
9001
|
+
value: $(params.mongo_provider)
|
|
9002
|
+
- name: SLS_CHANNEL
|
|
9003
|
+
value: $(params.sls_channel)
|
|
9004
|
+
- name: SLS_INSTALL_PLAN
|
|
9005
|
+
value: $(params.sls_install_plan)
|
|
9006
|
+
- name: SLS_DOMAIN
|
|
9007
|
+
value: $(params.ocp_cluster_domain)
|
|
9008
|
+
- name: SECRETS_PATH
|
|
9009
|
+
value: $(params.secrets_path)
|
|
9010
|
+
- name: ICR_CP
|
|
9011
|
+
value: $(params.icr_cp)
|
|
9012
|
+
- name: ICR_CP_OPEN
|
|
9013
|
+
value: $(params.icr_cp_open)
|
|
9014
|
+
|
|
9015
|
+
- name: GITHUB_PUSH
|
|
9016
|
+
value: $(params.github_push)
|
|
9017
|
+
- name: GIT_BRANCH
|
|
9018
|
+
value: $(params.git_branch)
|
|
9019
|
+
- name: GITHUB_ORG
|
|
9020
|
+
value: $(params.github_org)
|
|
9021
|
+
- name: GITHUB_REPO
|
|
9022
|
+
value: $(params.github_repo)
|
|
9023
|
+
- name: GITHUB_HOST
|
|
9024
|
+
value: $(params.github_host)
|
|
9025
|
+
- name: GIT_COMMIT_MSG
|
|
9026
|
+
value: $(params.git_commit_msg)
|
|
9027
|
+
- name: GIT_SSH
|
|
9028
|
+
value: $(params.github_ssh)
|
|
9029
|
+
|
|
9030
|
+
envFrom:
|
|
9031
|
+
- configMapRef:
|
|
9032
|
+
name: environment-properties
|
|
9033
|
+
optional: true
|
|
9034
|
+
- secretRef:
|
|
9035
|
+
name: secure-properties
|
|
9036
|
+
steps:
|
|
9037
|
+
- args:
|
|
9038
|
+
- |-
|
|
9039
|
+
|
|
9040
|
+
git config --global user.name "MAS Automation"
|
|
9041
|
+
git config --global user.email "you@example.com"
|
|
9042
|
+
git config --global user.password $GITHUB_PAT
|
|
9043
|
+
|
|
9044
|
+
WORKING_DIR=/tmp
|
|
9045
|
+
|
|
9046
|
+
mas gitops-suite-license-service -d $WORKING_DIR -a $ACCOUNT -c $CLUSTER_NAME --ibm-customer-number ${ICN} --subscription-id ${SAAS_SUB_ID} \
|
|
9047
|
+
--secrets-path "${SECRETS_PATH}" --domain ${SLS_DOMAIN} --sls-channel ${SLS_CHANNEL} --sls-install-plan ${SLS_INSTALL_PLAN} --cluster-url ${CLUSTER_URL}
|
|
9048
|
+
|
|
9049
|
+
sleep 3000
|
|
9050
|
+
command:
|
|
9051
|
+
- /bin/sh
|
|
9052
|
+
- -c
|
|
9053
|
+
name: gitops-sls
|
|
9054
|
+
imagePullPolicy: Always
|
|
9055
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
9056
|
+
workspaces:
|
|
9057
|
+
- name: shared-entitlement
|
|
9058
|
+
|
|
9059
|
+
# --------------------------------------------------------------------------------
|
|
8804
9060
|
# /home/runner/work/cli/cli/tekton/target/tasks/gitops-suite-app-config.yaml
|
|
8805
9061
|
# --------------------------------------------------------------------------------
|
|
8806
9062
|
---
|
|
@@ -8979,7 +9235,7 @@ spec:
|
|
|
8979
9235
|
- -c
|
|
8980
9236
|
name: gitops-suite-app-config
|
|
8981
9237
|
imagePullPolicy: IfNotPresent
|
|
8982
|
-
image: quay.io/ibmmas/cli:15.
|
|
9238
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
8983
9239
|
workspaces:
|
|
8984
9240
|
- name: configs
|
|
8985
9241
|
- name: shared-gitops-configs
|
|
@@ -9137,7 +9393,7 @@ spec:
|
|
|
9137
9393
|
- -c
|
|
9138
9394
|
name: gitops-suite-app-install
|
|
9139
9395
|
imagePullPolicy: Always
|
|
9140
|
-
image: quay.io/ibmmas/cli:15.
|
|
9396
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
9141
9397
|
workspaces:
|
|
9142
9398
|
- name: configs
|
|
9143
9399
|
- name: shared-gitops-configs
|
|
@@ -9243,7 +9499,7 @@ spec:
|
|
|
9243
9499
|
- -c
|
|
9244
9500
|
name: gitops-suite-certs
|
|
9245
9501
|
imagePullPolicy: IfNotPresent
|
|
9246
|
-
image: quay.io/ibmmas/cli:15.
|
|
9502
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
9247
9503
|
workspaces:
|
|
9248
9504
|
- name: configs
|
|
9249
9505
|
- name: certificates
|
|
@@ -9418,7 +9674,7 @@ spec:
|
|
|
9418
9674
|
- -c
|
|
9419
9675
|
name: gitops-suite-config
|
|
9420
9676
|
imagePullPolicy: IfNotPresent
|
|
9421
|
-
image: quay.io/ibmmas/cli:15.
|
|
9677
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
9422
9678
|
workspaces:
|
|
9423
9679
|
- name: configs
|
|
9424
9680
|
- name: shared-additional-configs
|
|
@@ -9518,7 +9774,7 @@ spec:
|
|
|
9518
9774
|
- -c
|
|
9519
9775
|
name: gitops-suite-dns
|
|
9520
9776
|
imagePullPolicy: IfNotPresent
|
|
9521
|
-
image: quay.io/ibmmas/cli:15.
|
|
9777
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
9522
9778
|
workspaces:
|
|
9523
9779
|
- name: configs
|
|
9524
9780
|
|
|
@@ -9642,7 +9898,7 @@ spec:
|
|
|
9642
9898
|
- -c
|
|
9643
9899
|
name: gitops-suite-idp-config
|
|
9644
9900
|
imagePullPolicy: IfNotPresent
|
|
9645
|
-
image: quay.io/ibmmas/cli:15.
|
|
9901
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
9646
9902
|
workspaces:
|
|
9647
9903
|
- name: configs
|
|
9648
9904
|
- name: shared-additional-configs
|
|
@@ -9743,7 +9999,7 @@ spec:
|
|
|
9743
9999
|
- -c
|
|
9744
10000
|
name: gitops-suite-objectstorage-config
|
|
9745
10001
|
imagePullPolicy: IfNotPresent
|
|
9746
|
-
image: quay.io/ibmmas/cli:15.
|
|
10002
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
9747
10003
|
workspaces:
|
|
9748
10004
|
- name: configs
|
|
9749
10005
|
- name: shared-gitops-configs
|
|
@@ -10165,7 +10421,7 @@ spec:
|
|
|
10165
10421
|
- -c
|
|
10166
10422
|
name: gitops-suite-smtp-config
|
|
10167
10423
|
imagePullPolicy: IfNotPresent
|
|
10168
|
-
image: quay.io/ibmmas/cli:15.
|
|
10424
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
10169
10425
|
workspaces:
|
|
10170
10426
|
- name: configs
|
|
10171
10427
|
- name: shared-gitops-configs
|
|
@@ -10285,7 +10541,7 @@ spec:
|
|
|
10285
10541
|
- -c
|
|
10286
10542
|
name: gitops-suite-watson-studio-config
|
|
10287
10543
|
imagePullPolicy: IfNotPresent
|
|
10288
|
-
image: quay.io/ibmmas/cli:15.
|
|
10544
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
10289
10545
|
workspaces:
|
|
10290
10546
|
- name: configs
|
|
10291
10547
|
- name: shared-gitops-configs
|
|
@@ -10387,7 +10643,7 @@ spec:
|
|
|
10387
10643
|
- -c
|
|
10388
10644
|
name: gitops-suite-workspace
|
|
10389
10645
|
imagePullPolicy: IfNotPresent
|
|
10390
|
-
image: quay.io/ibmmas/cli:15.
|
|
10646
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
10391
10647
|
workspaces:
|
|
10392
10648
|
- name: configs
|
|
10393
10649
|
# --------------------------------------------------------------------------------
|
|
@@ -10725,7 +10981,7 @@ spec:
|
|
|
10725
10981
|
- -c
|
|
10726
10982
|
name: gitops-suite
|
|
10727
10983
|
imagePullPolicy: IfNotPresent
|
|
10728
|
-
image: quay.io/ibmmas/cli:15.
|
|
10984
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
10729
10985
|
workspaces:
|
|
10730
10986
|
- name: configs
|
|
10731
10987
|
- name: shared-gitops-configs
|
|
@@ -10775,7 +11031,7 @@ spec:
|
|
|
10775
11031
|
|
|
10776
11032
|
steps:
|
|
10777
11033
|
- name: grafana
|
|
10778
|
-
image: quay.io/ibmmas/cli:15.
|
|
11034
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
10779
11035
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10780
11036
|
command:
|
|
10781
11037
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10909,7 +11165,7 @@ spec:
|
|
|
10909
11165
|
command:
|
|
10910
11166
|
- /opt/app-root/src/run-role.sh
|
|
10911
11167
|
- ibm_catalogs
|
|
10912
|
-
image: quay.io/ibmmas/cli:15.
|
|
11168
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
10913
11169
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10914
11170
|
workingDir: /workspace/configs
|
|
10915
11171
|
# --------------------------------------------------------------------------------
|
|
@@ -11151,7 +11407,7 @@ spec:
|
|
|
11151
11407
|
command:
|
|
11152
11408
|
- /opt/app-root/src/run-role.sh
|
|
11153
11409
|
- kafka
|
|
11154
|
-
image: quay.io/ibmmas/cli:15.
|
|
11410
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
11155
11411
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11156
11412
|
workingDir: /workspace/configs
|
|
11157
11413
|
|
|
@@ -11619,7 +11875,7 @@ spec:
|
|
|
11619
11875
|
description: Extracted component names as a JSON array
|
|
11620
11876
|
steps:
|
|
11621
11877
|
- name: extract
|
|
11622
|
-
image: quay.io/ibmmas/cli:15.
|
|
11878
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
11623
11879
|
script: |
|
|
11624
11880
|
#!/bin/sh
|
|
11625
11881
|
echo "Hello.. Start extraction for $(params.mas_appws_components)"
|
|
@@ -11972,7 +12228,7 @@ spec:
|
|
|
11972
12228
|
echo "No IBM COS instance to delete"
|
|
11973
12229
|
fi
|
|
11974
12230
|
exit 0
|
|
11975
|
-
image: quay.io/ibmmas/cli:15.
|
|
12231
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
11976
12232
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11977
12233
|
workingDir: /workspace/configs
|
|
11978
12234
|
env:
|
|
@@ -12072,7 +12328,7 @@ spec:
|
|
|
12072
12328
|
echo "No EventStreams instance to delete"
|
|
12073
12329
|
fi
|
|
12074
12330
|
exit 0
|
|
12075
|
-
image: quay.io/ibmmas/cli:15.
|
|
12331
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
12076
12332
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12077
12333
|
workingDir: /workspace/configs
|
|
12078
12334
|
env:
|
|
@@ -12173,7 +12429,7 @@ spec:
|
|
|
12173
12429
|
command:
|
|
12174
12430
|
- /opt/app-root/src/run-role.sh
|
|
12175
12431
|
- ocp_deprovision
|
|
12176
|
-
image: quay.io/ibmmas/cli:15.
|
|
12432
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
12177
12433
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12178
12434
|
env:
|
|
12179
12435
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12273,7 +12529,7 @@ spec:
|
|
|
12273
12529
|
command:
|
|
12274
12530
|
- python3
|
|
12275
12531
|
- /opt/app-root/src/finalizer.py
|
|
12276
|
-
image: quay.io/ibmmas/cli:15.
|
|
12532
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
12277
12533
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12278
12534
|
env:
|
|
12279
12535
|
- name: DEVOPS_MONGO_URI
|
|
@@ -13977,7 +14233,7 @@ spec:
|
|
|
13977
14233
|
command:
|
|
13978
14234
|
- python3
|
|
13979
14235
|
- /opt/app-root/src/mobilever.py
|
|
13980
|
-
image: quay.io/ibmmas/cli:15.
|
|
14236
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
13981
14237
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13982
14238
|
onError: continue
|
|
13983
14239
|
|
|
@@ -14340,7 +14596,7 @@ spec:
|
|
|
14340
14596
|
|
|
14341
14597
|
steps:
|
|
14342
14598
|
- name: post-update-verify
|
|
14343
|
-
image: quay.io/ibmmas/cli:15.
|
|
14599
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
14344
14600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14345
14601
|
command:
|
|
14346
14602
|
- ansible-playbook
|
|
@@ -14396,7 +14652,7 @@ spec:
|
|
|
14396
14652
|
|
|
14397
14653
|
steps:
|
|
14398
14654
|
- name: create-offline-upgrade-cron
|
|
14399
|
-
image: quay.io/ibmmas/cli:15.
|
|
14655
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
14400
14656
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14401
14657
|
command:
|
|
14402
14658
|
- ansible-playbook
|
|
@@ -14452,7 +14708,7 @@ spec:
|
|
|
14452
14708
|
|
|
14453
14709
|
steps:
|
|
14454
14710
|
- name: create-offline-upgrade-cron
|
|
14455
|
-
image: quay.io/ibmmas/cli:15.
|
|
14711
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
14456
14712
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14457
14713
|
command:
|
|
14458
14714
|
- ansible-playbook
|
|
@@ -14886,7 +15142,7 @@ spec:
|
|
|
14886
15142
|
echo '--------------------------------------------------------------------------------'
|
|
14887
15143
|
exit $RESULT
|
|
14888
15144
|
timeout: "0"
|
|
14889
|
-
image: quay.io/ibmmas/cli:15.
|
|
15145
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
14890
15146
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14891
15147
|
env:
|
|
14892
15148
|
- name: DEVOPS_MONGO_URI
|
|
@@ -14946,7 +15202,7 @@ spec:
|
|
|
14946
15202
|
echo '--------------------------------------------------------------------------------'
|
|
14947
15203
|
exit $RESULT
|
|
14948
15204
|
timeout: "0"
|
|
14949
|
-
image: quay.io/ibmmas/cli:15.
|
|
15205
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
14950
15206
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14951
15207
|
env:
|
|
14952
15208
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15019,7 +15275,7 @@ spec:
|
|
|
15019
15275
|
echo '--------------------------------------------------------------------------------'
|
|
15020
15276
|
exit $RESULT
|
|
15021
15277
|
timeout: "0"
|
|
15022
|
-
image: quay.io/ibmmas/cli:15.
|
|
15278
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15023
15279
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15024
15280
|
env:
|
|
15025
15281
|
- name: DEVOPS_MONGO_URI
|
|
@@ -15065,7 +15321,7 @@ spec:
|
|
|
15065
15321
|
|
|
15066
15322
|
steps:
|
|
15067
15323
|
- name: start-pipelinerun
|
|
15068
|
-
image: quay.io/ibmmas/cli:15.
|
|
15324
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15069
15325
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15070
15326
|
command:
|
|
15071
15327
|
- ansible-playbook
|
|
@@ -15162,7 +15418,7 @@ spec:
|
|
|
15162
15418
|
optional: false
|
|
15163
15419
|
|
|
15164
15420
|
- name: wait-for-pipelinerun
|
|
15165
|
-
image: quay.io/ibmmas/cli:15.
|
|
15421
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15166
15422
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15167
15423
|
# 50 retries at 5 minute intervals = just over 4 hours
|
|
15168
15424
|
command:
|
|
@@ -15206,7 +15462,7 @@ spec:
|
|
|
15206
15462
|
|
|
15207
15463
|
steps:
|
|
15208
15464
|
- name: start-pipelinerun
|
|
15209
|
-
image: quay.io/ibmmas/cli:15.
|
|
15465
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15210
15466
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15211
15467
|
command:
|
|
15212
15468
|
- ansible-playbook
|
|
@@ -15359,7 +15615,7 @@ spec:
|
|
|
15359
15615
|
optional: false
|
|
15360
15616
|
|
|
15361
15617
|
- name: wait-for-pipelinerun
|
|
15362
|
-
image: quay.io/ibmmas/cli:15.
|
|
15618
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15363
15619
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15364
15620
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15365
15621
|
command:
|
|
@@ -15408,7 +15664,7 @@ spec:
|
|
|
15408
15664
|
|
|
15409
15665
|
steps:
|
|
15410
15666
|
- name: start-pipelinerun
|
|
15411
|
-
image: quay.io/ibmmas/cli:15.
|
|
15667
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15412
15668
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15413
15669
|
command:
|
|
15414
15670
|
- ansible-playbook
|
|
@@ -15458,7 +15714,7 @@ spec:
|
|
|
15458
15714
|
|
|
15459
15715
|
steps:
|
|
15460
15716
|
- name: start-pipelinerun
|
|
15461
|
-
image: quay.io/ibmmas/cli:15.
|
|
15717
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15462
15718
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15463
15719
|
command:
|
|
15464
15720
|
- ansible-playbook
|
|
@@ -15537,7 +15793,7 @@ spec:
|
|
|
15537
15793
|
optional: false
|
|
15538
15794
|
|
|
15539
15795
|
- name: wait-for-pipelinerun
|
|
15540
|
-
image: quay.io/ibmmas/cli:15.
|
|
15796
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15541
15797
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15542
15798
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
15543
15799
|
command:
|
|
@@ -15582,7 +15838,7 @@ spec:
|
|
|
15582
15838
|
|
|
15583
15839
|
steps:
|
|
15584
15840
|
- name: start-pipelinerun
|
|
15585
|
-
image: quay.io/ibmmas/cli:15.
|
|
15841
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15586
15842
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15587
15843
|
command:
|
|
15588
15844
|
- ansible-playbook
|
|
@@ -15710,7 +15966,7 @@ spec:
|
|
|
15710
15966
|
optional: false
|
|
15711
15967
|
|
|
15712
15968
|
- name: wait-for-pipelinerun
|
|
15713
|
-
image: quay.io/ibmmas/cli:15.
|
|
15969
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15714
15970
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15715
15971
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15716
15972
|
command:
|
|
@@ -15754,7 +16010,7 @@ spec:
|
|
|
15754
16010
|
|
|
15755
16011
|
steps:
|
|
15756
16012
|
- name: start-pipelinerun
|
|
15757
|
-
image: quay.io/ibmmas/cli:15.
|
|
16013
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15758
16014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15759
16015
|
command:
|
|
15760
16016
|
- ansible-playbook
|
|
@@ -15907,7 +16163,7 @@ spec:
|
|
|
15907
16163
|
optional: false
|
|
15908
16164
|
|
|
15909
16165
|
- name: wait-for-pipelinerun
|
|
15910
|
-
image: quay.io/ibmmas/cli:15.
|
|
16166
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15911
16167
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15912
16168
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
15913
16169
|
command:
|
|
@@ -15954,7 +16210,7 @@ spec:
|
|
|
15954
16210
|
|
|
15955
16211
|
steps:
|
|
15956
16212
|
- name: start-testng-pipelinerun
|
|
15957
|
-
image: quay.io/ibmmas/cli:15.
|
|
16213
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
15958
16214
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15959
16215
|
command:
|
|
15960
16216
|
- ansible-playbook
|
|
@@ -16046,7 +16302,7 @@ spec:
|
|
|
16046
16302
|
optional: false
|
|
16047
16303
|
|
|
16048
16304
|
- name: wait-for-testng-pipelinerun
|
|
16049
|
-
image: quay.io/ibmmas/cli:15.
|
|
16305
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16050
16306
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16051
16307
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16052
16308
|
command:
|
|
@@ -16093,7 +16349,7 @@ spec:
|
|
|
16093
16349
|
|
|
16094
16350
|
steps:
|
|
16095
16351
|
- name: start-pytest-pipelinerun
|
|
16096
|
-
image: quay.io/ibmmas/cli:15.
|
|
16352
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16097
16353
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16098
16354
|
command:
|
|
16099
16355
|
- ansible-playbook
|
|
@@ -16176,7 +16432,7 @@ spec:
|
|
|
16176
16432
|
optional: false
|
|
16177
16433
|
|
|
16178
16434
|
- name: wait-for-pytest-pipelinerun
|
|
16179
|
-
image: quay.io/ibmmas/cli:15.
|
|
16435
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16180
16436
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16181
16437
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16182
16438
|
command:
|
|
@@ -16224,7 +16480,7 @@ spec:
|
|
|
16224
16480
|
|
|
16225
16481
|
steps:
|
|
16226
16482
|
- name: start-pytest-pipelinerun
|
|
16227
|
-
image: quay.io/ibmmas/cli:15.
|
|
16483
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16228
16484
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16229
16485
|
command:
|
|
16230
16486
|
- ansible-playbook
|
|
@@ -16304,7 +16560,7 @@ spec:
|
|
|
16304
16560
|
optional: false
|
|
16305
16561
|
|
|
16306
16562
|
- name: wait-for-pytest-pipelinerun
|
|
16307
|
-
image: quay.io/ibmmas/cli:15.
|
|
16563
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16308
16564
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16309
16565
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16310
16566
|
command:
|
|
@@ -16330,7 +16586,7 @@ spec:
|
|
|
16330
16586
|
value: "True"
|
|
16331
16587
|
|
|
16332
16588
|
- name: start-testng-pipelinerun
|
|
16333
|
-
image: quay.io/ibmmas/cli:15.
|
|
16589
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16334
16590
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16335
16591
|
command:
|
|
16336
16592
|
- ansible-playbook
|
|
@@ -16429,7 +16685,7 @@ spec:
|
|
|
16429
16685
|
optional: false
|
|
16430
16686
|
|
|
16431
16687
|
- name: wait-for-testng-pipelinerun
|
|
16432
|
-
image: quay.io/ibmmas/cli:15.
|
|
16688
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16433
16689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16434
16690
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
16435
16691
|
command:
|
|
@@ -16472,7 +16728,7 @@ spec:
|
|
|
16472
16728
|
|
|
16473
16729
|
steps:
|
|
16474
16730
|
- name: start-pipelinerun
|
|
16475
|
-
image: quay.io/ibmmas/cli:15.
|
|
16731
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16476
16732
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16477
16733
|
command:
|
|
16478
16734
|
- ansible-playbook
|
|
@@ -16563,7 +16819,7 @@ spec:
|
|
|
16563
16819
|
optional: false
|
|
16564
16820
|
|
|
16565
16821
|
- name: wait-for-pipelinerun
|
|
16566
|
-
image: quay.io/ibmmas/cli:15.
|
|
16822
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16567
16823
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16568
16824
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16569
16825
|
command:
|
|
@@ -16607,7 +16863,7 @@ spec:
|
|
|
16607
16863
|
|
|
16608
16864
|
steps:
|
|
16609
16865
|
- name: start-pipelinerun
|
|
16610
|
-
image: quay.io/ibmmas/cli:15.
|
|
16866
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16611
16867
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16612
16868
|
command:
|
|
16613
16869
|
- ansible-playbook
|
|
@@ -16698,7 +16954,7 @@ spec:
|
|
|
16698
16954
|
optional: false
|
|
16699
16955
|
|
|
16700
16956
|
- name: wait-for-pipelinerun
|
|
16701
|
-
image: quay.io/ibmmas/cli:15.
|
|
16957
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16702
16958
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16703
16959
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16704
16960
|
command:
|
|
@@ -16742,7 +16998,7 @@ spec:
|
|
|
16742
16998
|
|
|
16743
16999
|
steps:
|
|
16744
17000
|
- name: start-pipelinerun
|
|
16745
|
-
image: quay.io/ibmmas/cli:15.
|
|
17001
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16746
17002
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16747
17003
|
command:
|
|
16748
17004
|
- ansible-playbook
|
|
@@ -16821,7 +17077,7 @@ spec:
|
|
|
16821
17077
|
optional: false
|
|
16822
17078
|
|
|
16823
17079
|
- name: wait-for-pipelinerun
|
|
16824
|
-
image: quay.io/ibmmas/cli:15.
|
|
17080
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16825
17081
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16826
17082
|
# 50 retries at 5 minute intervals = 4 hours
|
|
16827
17083
|
command:
|
|
@@ -16865,7 +17121,7 @@ spec:
|
|
|
16865
17121
|
|
|
16866
17122
|
steps:
|
|
16867
17123
|
- name: start-pipelinerun
|
|
16868
|
-
image: quay.io/ibmmas/cli:15.
|
|
17124
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16869
17125
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16870
17126
|
command:
|
|
16871
17127
|
- ansible-playbook
|
|
@@ -16950,7 +17206,7 @@ spec:
|
|
|
16950
17206
|
optional: false
|
|
16951
17207
|
|
|
16952
17208
|
- name: wait-for-pipelinerun
|
|
16953
|
-
image: quay.io/ibmmas/cli:15.
|
|
17209
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16954
17210
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16955
17211
|
# 15 retries at 5 minute intervals = just over 1 hour
|
|
16956
17212
|
command:
|
|
@@ -16994,7 +17250,7 @@ spec:
|
|
|
16994
17250
|
|
|
16995
17251
|
steps:
|
|
16996
17252
|
- name: start-pipelinerun
|
|
16997
|
-
image: quay.io/ibmmas/cli:15.
|
|
17253
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
16998
17254
|
imagePullPolicy: $(params.image_pull_policy)
|
|
16999
17255
|
command:
|
|
17000
17256
|
- ansible-playbook
|
|
@@ -17090,7 +17346,7 @@ spec:
|
|
|
17090
17346
|
optional: false
|
|
17091
17347
|
|
|
17092
17348
|
- name: wait-for-pipelinerun
|
|
17093
|
-
image: quay.io/ibmmas/cli:15.
|
|
17349
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17094
17350
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17095
17351
|
# 10 retries at 5 minute intervals = 50 min
|
|
17096
17352
|
command:
|
|
@@ -17138,7 +17394,7 @@ spec:
|
|
|
17138
17394
|
|
|
17139
17395
|
steps:
|
|
17140
17396
|
- name: start-pipelinerun
|
|
17141
|
-
image: quay.io/ibmmas/cli:15.
|
|
17397
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17142
17398
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17143
17399
|
command:
|
|
17144
17400
|
- ansible-playbook
|
|
@@ -17242,7 +17498,7 @@ spec:
|
|
|
17242
17498
|
optional: false
|
|
17243
17499
|
|
|
17244
17500
|
- name: wait-for-pipelinerun
|
|
17245
|
-
image: quay.io/ibmmas/cli:15.
|
|
17501
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17246
17502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17247
17503
|
# 10 retries at 5 minute intervals = 50 min
|
|
17248
17504
|
command:
|
|
@@ -17286,7 +17542,7 @@ spec:
|
|
|
17286
17542
|
|
|
17287
17543
|
steps:
|
|
17288
17544
|
- name: start-pipelinerun
|
|
17289
|
-
image: quay.io/ibmmas/cli:15.
|
|
17545
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17290
17546
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17291
17547
|
command:
|
|
17292
17548
|
- ansible-playbook
|
|
@@ -17365,7 +17621,7 @@ spec:
|
|
|
17365
17621
|
optional: false
|
|
17366
17622
|
|
|
17367
17623
|
- name: wait-for-pipelinerun
|
|
17368
|
-
image: quay.io/ibmmas/cli:15.
|
|
17624
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17369
17625
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17370
17626
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17371
17627
|
command:
|
|
@@ -17409,7 +17665,7 @@ spec:
|
|
|
17409
17665
|
|
|
17410
17666
|
steps:
|
|
17411
17667
|
- name: start-pipelinerun
|
|
17412
|
-
image: quay.io/ibmmas/cli:15.
|
|
17668
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17413
17669
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17414
17670
|
command:
|
|
17415
17671
|
- ansible-playbook
|
|
@@ -17514,7 +17770,7 @@ spec:
|
|
|
17514
17770
|
optional: false
|
|
17515
17771
|
|
|
17516
17772
|
- name: wait-for-pipelinerun
|
|
17517
|
-
image: quay.io/ibmmas/cli:15.
|
|
17773
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17518
17774
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17519
17775
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
17520
17776
|
command:
|
|
@@ -17642,7 +17898,7 @@ spec:
|
|
|
17642
17898
|
command:
|
|
17643
17899
|
- /opt/app-root/src/run-role.sh
|
|
17644
17900
|
- minio
|
|
17645
|
-
image: quay.io/ibmmas/cli:15.
|
|
17901
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17646
17902
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17647
17903
|
# --------------------------------------------------------------------------------
|
|
17648
17904
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -17820,7 +18076,7 @@ spec:
|
|
|
17820
18076
|
command:
|
|
17821
18077
|
- /opt/app-root/src/run-role.sh
|
|
17822
18078
|
- mongodb
|
|
17823
|
-
image: quay.io/ibmmas/cli:15.
|
|
18079
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17824
18080
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17825
18081
|
workingDir: /workspace/configs
|
|
17826
18082
|
|
|
@@ -17863,7 +18119,7 @@ spec:
|
|
|
17863
18119
|
- $(params.base_output_dir)
|
|
17864
18120
|
- --extra-namespaces
|
|
17865
18121
|
- selenium
|
|
17866
|
-
image: quay.io/ibmmas/cli:15.
|
|
18122
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17867
18123
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17868
18124
|
env:
|
|
17869
18125
|
- name: DEVOPS_MONGO_URI
|
|
@@ -17980,7 +18236,7 @@ spec:
|
|
|
17980
18236
|
command:
|
|
17981
18237
|
- /opt/app-root/src/run-role.sh
|
|
17982
18238
|
- nvidia_gpu
|
|
17983
|
-
image: quay.io/ibmmas/cli:15.
|
|
18239
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
17984
18240
|
imagePullPolicy: $(params.image_pull_policy)
|
|
17985
18241
|
workingDir: /workspace/configs
|
|
17986
18242
|
|
|
@@ -18016,7 +18272,7 @@ spec:
|
|
|
18016
18272
|
# Verify Cluster
|
|
18017
18273
|
# -------------------------------------------------------------------------
|
|
18018
18274
|
- name: ocp-verify-cluster
|
|
18019
|
-
image: quay.io/ibmmas/cli:15.
|
|
18275
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18020
18276
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18021
18277
|
command:
|
|
18022
18278
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18058,7 +18314,7 @@ spec:
|
|
|
18058
18314
|
# Verify Catalogs
|
|
18059
18315
|
# -------------------------------------------------------------------------
|
|
18060
18316
|
- name: ocp-verify-catalogs
|
|
18061
|
-
image: quay.io/ibmmas/cli:15.
|
|
18317
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18062
18318
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18063
18319
|
command:
|
|
18064
18320
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18100,7 +18356,7 @@ spec:
|
|
|
18100
18356
|
# Verify Subscriptions
|
|
18101
18357
|
# -------------------------------------------------------------------------
|
|
18102
18358
|
- name: ocp-verify-subscriptions
|
|
18103
|
-
image: quay.io/ibmmas/cli:15.
|
|
18359
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18104
18360
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18105
18361
|
command:
|
|
18106
18362
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18142,7 +18398,7 @@ spec:
|
|
|
18142
18398
|
# Verify Workloads
|
|
18143
18399
|
# -------------------------------------------------------------------------
|
|
18144
18400
|
- name: ocp-verify-workloads
|
|
18145
|
-
image: quay.io/ibmmas/cli:15.
|
|
18401
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18146
18402
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18147
18403
|
command:
|
|
18148
18404
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18184,7 +18440,7 @@ spec:
|
|
|
18184
18440
|
# Verify Catalogs - Ingress TLS
|
|
18185
18441
|
# -------------------------------------------------------------------------
|
|
18186
18442
|
- name: ocp-verify-ingress
|
|
18187
|
-
image: quay.io/ibmmas/cli:15.
|
|
18443
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18188
18444
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18189
18445
|
command:
|
|
18190
18446
|
- /opt/app-root/src/run-role.sh
|
|
@@ -18310,7 +18566,7 @@ spec:
|
|
|
18310
18566
|
command:
|
|
18311
18567
|
- /opt/app-root/src/run-role.sh
|
|
18312
18568
|
- ocp_verify
|
|
18313
|
-
image: quay.io/ibmmas/cli:15.
|
|
18569
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18314
18570
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18315
18571
|
workingDir: /workspace/configs
|
|
18316
18572
|
# --------------------------------------------------------------------------------
|
|
@@ -18378,7 +18634,7 @@ spec:
|
|
|
18378
18634
|
command:
|
|
18379
18635
|
- /opt/app-root/src/run-role.sh
|
|
18380
18636
|
- ocs
|
|
18381
|
-
image: quay.io/ibmmas/cli:15.
|
|
18637
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18382
18638
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18383
18639
|
workingDir: /workspace/configs
|
|
18384
18640
|
|
|
@@ -18507,7 +18763,7 @@ spec:
|
|
|
18507
18763
|
command:
|
|
18508
18764
|
- /opt/app-root/src/run-role.sh
|
|
18509
18765
|
- aiservice_odh
|
|
18510
|
-
image: quay.io/ibmmas/cli:15.
|
|
18766
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18511
18767
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18512
18768
|
# --------------------------------------------------------------------------------
|
|
18513
18769
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -18683,7 +18939,7 @@ spec:
|
|
|
18683
18939
|
command:
|
|
18684
18940
|
- /opt/app-root/src/run-role.sh
|
|
18685
18941
|
- sls
|
|
18686
|
-
image: quay.io/ibmmas/cli:15.
|
|
18942
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
18687
18943
|
imagePullPolicy: $(params.image_pull_policy)
|
|
18688
18944
|
workingDir: /workspace/configs
|
|
18689
18945
|
|
|
@@ -19143,12 +19399,12 @@ spec:
|
|
|
19143
19399
|
command:
|
|
19144
19400
|
- /opt/app-root/src/run-role.sh
|
|
19145
19401
|
- suite_app_config
|
|
19146
|
-
image: quay.io/ibmmas/cli:15.
|
|
19402
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19147
19403
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19148
19404
|
|
|
19149
19405
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
19150
19406
|
- name: app-cfg-post-verify
|
|
19151
|
-
image: quay.io/ibmmas/cli:15.
|
|
19407
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19152
19408
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19153
19409
|
command:
|
|
19154
19410
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -19343,7 +19599,7 @@ spec:
|
|
|
19343
19599
|
command:
|
|
19344
19600
|
- /opt/app-root/src/run-role.sh
|
|
19345
19601
|
- suite_app_install
|
|
19346
|
-
image: quay.io/ibmmas/cli:15.
|
|
19602
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19347
19603
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19348
19604
|
|
|
19349
19605
|
workspaces:
|
|
@@ -19432,7 +19688,7 @@ spec:
|
|
|
19432
19688
|
command:
|
|
19433
19689
|
- /opt/app-root/src/run-role.sh
|
|
19434
19690
|
- suite_app_rollback
|
|
19435
|
-
image: quay.io/ibmmas/cli:15.
|
|
19691
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19436
19692
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19437
19693
|
# --------------------------------------------------------------------------------
|
|
19438
19694
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -19495,7 +19751,7 @@ spec:
|
|
|
19495
19751
|
command:
|
|
19496
19752
|
- /opt/app-root/src/run-role.sh
|
|
19497
19753
|
- suite_app_uninstall
|
|
19498
|
-
image: quay.io/ibmmas/cli:15.
|
|
19754
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19499
19755
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19500
19756
|
# --------------------------------------------------------------------------------
|
|
19501
19757
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -19570,7 +19826,7 @@ spec:
|
|
|
19570
19826
|
command:
|
|
19571
19827
|
- /opt/app-root/src/run-role.sh
|
|
19572
19828
|
- suite_app_upgrade
|
|
19573
|
-
image: quay.io/ibmmas/cli:15.
|
|
19829
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19574
19830
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19575
19831
|
# --------------------------------------------------------------------------------
|
|
19576
19832
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -19671,7 +19927,7 @@ spec:
|
|
|
19671
19927
|
command:
|
|
19672
19928
|
- /opt/app-root/src/run-role.sh
|
|
19673
19929
|
- suite_app_verify
|
|
19674
|
-
image: quay.io/ibmmas/cli:15.
|
|
19930
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19675
19931
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19676
19932
|
# --------------------------------------------------------------------------------
|
|
19677
19933
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -19814,7 +20070,7 @@ spec:
|
|
|
19814
20070
|
command:
|
|
19815
20071
|
- /opt/app-root/src/run-role.sh
|
|
19816
20072
|
- suite_certs
|
|
19817
|
-
image: quay.io/ibmmas/cli:15.
|
|
20073
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19818
20074
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19819
20075
|
|
|
19820
20076
|
workspaces:
|
|
@@ -19881,7 +20137,7 @@ spec:
|
|
|
19881
20137
|
command:
|
|
19882
20138
|
- /opt/app-root/src/run-role.sh
|
|
19883
20139
|
- suite_config
|
|
19884
|
-
image: quay.io/ibmmas/cli:15.
|
|
20140
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
19885
20141
|
imagePullPolicy: $(params.image_pull_policy)
|
|
19886
20142
|
workingDir: /workspace/configs
|
|
19887
20143
|
|
|
@@ -20213,7 +20469,7 @@ spec:
|
|
|
20213
20469
|
command:
|
|
20214
20470
|
- /opt/app-root/src/run-role.sh
|
|
20215
20471
|
- suite_db2_setup_for_facilities
|
|
20216
|
-
image: quay.io/ibmmas/cli:15.
|
|
20472
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
20217
20473
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20218
20474
|
workingDir: /workspace/configs
|
|
20219
20475
|
|
|
@@ -20285,7 +20541,7 @@ spec:
|
|
|
20285
20541
|
command:
|
|
20286
20542
|
- /opt/app-root/src/run-role.sh
|
|
20287
20543
|
- suite_db2_setup_for_manage
|
|
20288
|
-
image: quay.io/ibmmas/cli:15.
|
|
20544
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
20289
20545
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20290
20546
|
# --------------------------------------------------------------------------------
|
|
20291
20547
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -20480,7 +20736,7 @@ spec:
|
|
|
20480
20736
|
command:
|
|
20481
20737
|
- /opt/app-root/src/run-role.sh
|
|
20482
20738
|
- suite_dns
|
|
20483
|
-
image: quay.io/ibmmas/cli:15.
|
|
20739
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
20484
20740
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20485
20741
|
# --------------------------------------------------------------------------------
|
|
20486
20742
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -20729,7 +20985,7 @@ spec:
|
|
|
20729
20985
|
command:
|
|
20730
20986
|
- /opt/app-root/src/run-role.sh
|
|
20731
20987
|
- suite_install
|
|
20732
|
-
image: quay.io/ibmmas/cli:15.
|
|
20988
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
20733
20989
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20734
20990
|
workingDir: /workspace/configs
|
|
20735
20991
|
|
|
@@ -20817,7 +21073,7 @@ spec:
|
|
|
20817
21073
|
command:
|
|
20818
21074
|
- /opt/app-root/src/run-role.sh
|
|
20819
21075
|
- suite_rollback
|
|
20820
|
-
image: quay.io/ibmmas/cli:15.
|
|
21076
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
20821
21077
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20822
21078
|
# --------------------------------------------------------------------------------
|
|
20823
21079
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -20882,7 +21138,7 @@ spec:
|
|
|
20882
21138
|
command:
|
|
20883
21139
|
- /opt/app-root/src/run-role.sh
|
|
20884
21140
|
- suite_uninstall
|
|
20885
|
-
image: quay.io/ibmmas/cli:15.
|
|
21141
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
20886
21142
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20887
21143
|
# --------------------------------------------------------------------------------
|
|
20888
21144
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -20952,7 +21208,7 @@ spec:
|
|
|
20952
21208
|
command:
|
|
20953
21209
|
- /opt/app-root/src/run-role.sh
|
|
20954
21210
|
- suite_upgrade
|
|
20955
|
-
image: quay.io/ibmmas/cli:15.
|
|
21211
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
20956
21212
|
imagePullPolicy: $(params.image_pull_policy)
|
|
20957
21213
|
# --------------------------------------------------------------------------------
|
|
20958
21214
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -21014,12 +21270,12 @@ spec:
|
|
|
21014
21270
|
command:
|
|
21015
21271
|
- /opt/app-root/src/run-role.sh
|
|
21016
21272
|
- suite_verify
|
|
21017
|
-
image: quay.io/ibmmas/cli:15.
|
|
21273
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21018
21274
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21019
21275
|
|
|
21020
21276
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
21021
21277
|
- name: suite-post-verify
|
|
21022
|
-
image: quay.io/ibmmas/cli:15.
|
|
21278
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21023
21279
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21024
21280
|
command:
|
|
21025
21281
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -21142,7 +21398,7 @@ spec:
|
|
|
21142
21398
|
command:
|
|
21143
21399
|
- /opt/app-root/src/run-role.sh
|
|
21144
21400
|
- turbonomic
|
|
21145
|
-
image: quay.io/ibmmas/cli:15.
|
|
21401
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21146
21402
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21147
21403
|
# --------------------------------------------------------------------------------
|
|
21148
21404
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -21223,7 +21479,7 @@ spec:
|
|
|
21223
21479
|
# IBM User Data Services (UDS)
|
|
21224
21480
|
# -------------------------------------------------------------------------
|
|
21225
21481
|
- name: uds
|
|
21226
|
-
image: quay.io/ibmmas/cli:15.
|
|
21482
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21227
21483
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21228
21484
|
workingDir: /workspace/configs
|
|
21229
21485
|
command:
|
|
@@ -21286,7 +21542,7 @@ spec:
|
|
|
21286
21542
|
# IBM Data Reporter Operator (DRO)
|
|
21287
21543
|
# -------------------------------------------------------------------------
|
|
21288
21544
|
- name: dro
|
|
21289
|
-
image: quay.io/ibmmas/cli:15.
|
|
21545
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21290
21546
|
imagePullPolicy: $(params.image_pull_policy)
|
|
21291
21547
|
workingDir: /workspace/configs
|
|
21292
21548
|
command:
|
|
@@ -21372,7 +21628,7 @@ spec:
|
|
|
21372
21628
|
description: "The value to set"
|
|
21373
21629
|
steps:
|
|
21374
21630
|
- name: update-configmap
|
|
21375
|
-
image: quay.io/ibmmas/cli:15.
|
|
21631
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21376
21632
|
command:
|
|
21377
21633
|
- /opt/app-root/src/update-configmap.sh
|
|
21378
21634
|
env:
|
|
@@ -21419,7 +21675,7 @@ spec:
|
|
|
21419
21675
|
|
|
21420
21676
|
steps:
|
|
21421
21677
|
- name: wait-for-configmap
|
|
21422
|
-
image: quay.io/ibmmas/cli:15.
|
|
21678
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21423
21679
|
command:
|
|
21424
21680
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21425
21681
|
env:
|
|
@@ -21500,7 +21756,7 @@ spec:
|
|
|
21500
21756
|
|
|
21501
21757
|
steps:
|
|
21502
21758
|
- name: wait-for-configmap
|
|
21503
|
-
image: quay.io/ibmmas/cli:15.
|
|
21759
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21504
21760
|
command:
|
|
21505
21761
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
21506
21762
|
env:
|
|
@@ -21560,7 +21816,7 @@ spec:
|
|
|
21560
21816
|
|
|
21561
21817
|
steps:
|
|
21562
21818
|
- name: wait
|
|
21563
|
-
image: quay.io/ibmmas/cli:15.
|
|
21819
|
+
image: quay.io/ibmmas/cli:15.6.1
|
|
21564
21820
|
command:
|
|
21565
21821
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
21566
21822
|
env:
|
|
@@ -24483,6 +24739,73 @@ spec:
|
|
|
24483
24739
|
workspace: configs
|
|
24484
24740
|
|
|
24485
24741
|
# --------------------------------------------------------------------------------
|
|
24742
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-suite-license-service.yaml
|
|
24743
|
+
# --------------------------------------------------------------------------------
|
|
24744
|
+
---
|
|
24745
|
+
apiVersion: tekton.dev/v1beta1
|
|
24746
|
+
kind: Pipeline
|
|
24747
|
+
metadata:
|
|
24748
|
+
name: gitops-deprovision-suite-license-service
|
|
24749
|
+
spec:
|
|
24750
|
+
description: MAS deprovision Suite License Service for customer subscription
|
|
24751
|
+
workspaces:
|
|
24752
|
+
- name: shared-entitlement
|
|
24753
|
+
params:
|
|
24754
|
+
|
|
24755
|
+
- name: sls_license_icn
|
|
24756
|
+
type: string
|
|
24757
|
+
- name: sls_license_subscription_id
|
|
24758
|
+
type: string
|
|
24759
|
+
- name: account
|
|
24760
|
+
type: string
|
|
24761
|
+
- name: git_branch
|
|
24762
|
+
type: string
|
|
24763
|
+
- name: github_org
|
|
24764
|
+
type: string
|
|
24765
|
+
- name: github_repo
|
|
24766
|
+
type: string
|
|
24767
|
+
- name: github_host
|
|
24768
|
+
type: string
|
|
24769
|
+
- name: github_user
|
|
24770
|
+
type: string
|
|
24771
|
+
- name: git_commit_msg
|
|
24772
|
+
type: string
|
|
24773
|
+
- name: secrets_path
|
|
24774
|
+
type: string
|
|
24775
|
+
- name: avp_aws_secret_region
|
|
24776
|
+
type: string
|
|
24777
|
+
|
|
24778
|
+
tasks:
|
|
24779
|
+
- name: gitops-deprovision-customer-subscription
|
|
24780
|
+
params:
|
|
24781
|
+
- name: sls_license_icn
|
|
24782
|
+
value: $(params.sls_license_icn)
|
|
24783
|
+
- name: sls_license_subscription_id
|
|
24784
|
+
value: $(params.sls_license_subscription_id)
|
|
24785
|
+
- name: account
|
|
24786
|
+
value: $(params.account)
|
|
24787
|
+
- name: git_branch
|
|
24788
|
+
value: $(params.git_branch)
|
|
24789
|
+
- name: github_org
|
|
24790
|
+
value: $(params.github_org)
|
|
24791
|
+
- name: github_repo
|
|
24792
|
+
value: $(params.github_repo)
|
|
24793
|
+
- name: github_host
|
|
24794
|
+
value: $(params.github_host)
|
|
24795
|
+
- name: git_commit_msg
|
|
24796
|
+
value: $(params.git_commit_msg)
|
|
24797
|
+
- name: secrets_path
|
|
24798
|
+
value: $(params.secrets_path)
|
|
24799
|
+
- name: avp_aws_secret_region
|
|
24800
|
+
value: $(params.avp_aws_secret_region)
|
|
24801
|
+
|
|
24802
|
+
taskRef:
|
|
24803
|
+
kind: Task
|
|
24804
|
+
name: gitops-deprovision-customer-subscription
|
|
24805
|
+
workspaces:
|
|
24806
|
+
- name: shared-entitlement
|
|
24807
|
+
workspace: shared-entitlement
|
|
24808
|
+
# --------------------------------------------------------------------------------
|
|
24486
24809
|
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-aibroker-tenant.yaml
|
|
24487
24810
|
# --------------------------------------------------------------------------------
|
|
24488
24811
|
apiVersion: tekton.dev/v1beta1
|
|
@@ -30190,6 +30513,7 @@ spec:
|
|
|
30190
30513
|
description: MAS Cluster scope
|
|
30191
30514
|
workspaces:
|
|
30192
30515
|
- name: configs
|
|
30516
|
+
- name: gitops-cluster-configs
|
|
30193
30517
|
params:
|
|
30194
30518
|
- name: cluster_name
|
|
30195
30519
|
type: string
|
|
@@ -30371,6 +30695,9 @@ spec:
|
|
|
30371
30695
|
- name: cluster_logging_operator_syslog_forwarder_version
|
|
30372
30696
|
type: string
|
|
30373
30697
|
default: "1.8-amd64"
|
|
30698
|
+
- name: cluster_logging_operator_dlc_ca_bundle_file
|
|
30699
|
+
type: string
|
|
30700
|
+
default: ""
|
|
30374
30701
|
|
|
30375
30702
|
- name: instana_agent_operator_install
|
|
30376
30703
|
type: string
|
|
@@ -30424,6 +30751,9 @@ spec:
|
|
|
30424
30751
|
- name: provisioner_async_poll_max
|
|
30425
30752
|
type: string
|
|
30426
30753
|
default: ''
|
|
30754
|
+
- name: provisioner_csb_ca_certificate_file
|
|
30755
|
+
type: string
|
|
30756
|
+
default: ''
|
|
30427
30757
|
|
|
30428
30758
|
tasks:
|
|
30429
30759
|
- name: gitops-cluster
|
|
@@ -30529,6 +30859,8 @@ spec:
|
|
|
30529
30859
|
value: $(params.cluster_logging_operator_setup_log_forwarding)
|
|
30530
30860
|
- name: cluster_logging_operator_syslog_forwarder_version
|
|
30531
30861
|
value: $(params.cluster_logging_operator_syslog_forwarder_version)
|
|
30862
|
+
- name: cluster_logging_operator_dlc_ca_bundle_file
|
|
30863
|
+
value: $(params.cluster_logging_operator_dlc_ca_bundle_file)
|
|
30532
30864
|
|
|
30533
30865
|
- name: instana_agent_operator_install
|
|
30534
30866
|
value: $(params.instana_agent_operator_install)
|
|
@@ -30547,6 +30879,8 @@ spec:
|
|
|
30547
30879
|
workspaces:
|
|
30548
30880
|
- name: configs
|
|
30549
30881
|
workspace: configs
|
|
30882
|
+
- name: gitops-cluster-configs
|
|
30883
|
+
workspace: gitops-cluster-configs
|
|
30550
30884
|
|
|
30551
30885
|
- name: gitops-dro
|
|
30552
30886
|
runAfter:
|
|
@@ -30725,12 +31059,16 @@ spec:
|
|
|
30725
31059
|
value: $(params.provisioner_enable_ocm_alert)
|
|
30726
31060
|
- name: enable_pd_alert
|
|
30727
31061
|
value: $(params.provisioner_enable_pd_alert)
|
|
31062
|
+
- name: csb_ca_certificate_file
|
|
31063
|
+
value: $(params.provisioner_csb_ca_certificate_file)
|
|
30728
31064
|
taskRef:
|
|
30729
31065
|
kind: Task
|
|
30730
31066
|
name: gitops-mas-provisioner
|
|
30731
31067
|
workspaces:
|
|
30732
31068
|
- name: configs
|
|
30733
31069
|
workspace: configs
|
|
31070
|
+
- name: gitops-cluster-configs
|
|
31071
|
+
workspace: gitops-cluster-configs
|
|
30734
31072
|
when:
|
|
30735
31073
|
- input: "$(params.provisioner_status_repo_url)"
|
|
30736
31074
|
operator: notin
|
|
@@ -32911,6 +33249,243 @@ spec:
|
|
|
32911
33249
|
workspace: configs
|
|
32912
33250
|
|
|
32913
33251
|
# --------------------------------------------------------------------------------
|
|
33252
|
+
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-suite-license-service.yaml
|
|
33253
|
+
# --------------------------------------------------------------------------------
|
|
33254
|
+
---
|
|
33255
|
+
apiVersion: tekton.dev/v1beta1
|
|
33256
|
+
kind: Pipeline
|
|
33257
|
+
metadata:
|
|
33258
|
+
name: gitops-suite-license-service
|
|
33259
|
+
spec:
|
|
33260
|
+
workspaces:
|
|
33261
|
+
- name: shared-entitlement
|
|
33262
|
+
description: MAS provision Suite License Service for customer subscription
|
|
33263
|
+
params:
|
|
33264
|
+
- name: cluster_name
|
|
33265
|
+
type: string
|
|
33266
|
+
- name: account
|
|
33267
|
+
type: string
|
|
33268
|
+
- name: secrets_path
|
|
33269
|
+
type: string
|
|
33270
|
+
- name: avp_aws_secret_region
|
|
33271
|
+
type: string
|
|
33272
|
+
# 1. Gitops git Parameters
|
|
33273
|
+
# -------------------------------------------------------------------------
|
|
33274
|
+
# Gitops Git Parameters
|
|
33275
|
+
# -------------------------------------------------------------------------
|
|
33276
|
+
- name: github_push
|
|
33277
|
+
type: string
|
|
33278
|
+
default: "False"
|
|
33279
|
+
description: Whether to push changes to github or not. True or False
|
|
33280
|
+
- name: git_branch
|
|
33281
|
+
type: string
|
|
33282
|
+
description: The git branch to push too
|
|
33283
|
+
default: ""
|
|
33284
|
+
- name: github_org
|
|
33285
|
+
type: string
|
|
33286
|
+
description: The git org to push too
|
|
33287
|
+
default: ""
|
|
33288
|
+
- name: github_repo
|
|
33289
|
+
type: string
|
|
33290
|
+
description: The git repo to push too
|
|
33291
|
+
default: ""
|
|
33292
|
+
- name: github_host
|
|
33293
|
+
type: string
|
|
33294
|
+
description: The git host to push too
|
|
33295
|
+
default: ""
|
|
33296
|
+
- name: github_pat
|
|
33297
|
+
type: string
|
|
33298
|
+
description: The git personal access token to use on the commit
|
|
33299
|
+
default: ""
|
|
33300
|
+
- name: git_commit_msg
|
|
33301
|
+
type: string
|
|
33302
|
+
description: The git commit message to use in the push
|
|
33303
|
+
default: ""
|
|
33304
|
+
- name: github_url
|
|
33305
|
+
type: string
|
|
33306
|
+
- name: github_ssh
|
|
33307
|
+
type: string
|
|
33308
|
+
default: ""
|
|
33309
|
+
|
|
33310
|
+
- name: mas_instance_id
|
|
33311
|
+
type: string
|
|
33312
|
+
default: ""
|
|
33313
|
+
|
|
33314
|
+
- name: mongo_provider
|
|
33315
|
+
type: string
|
|
33316
|
+
default: aws
|
|
33317
|
+
- name: sls_channel
|
|
33318
|
+
type: string
|
|
33319
|
+
|
|
33320
|
+
- name: sls_install_plan
|
|
33321
|
+
type: string
|
|
33322
|
+
default: "Automatic"
|
|
33323
|
+
|
|
33324
|
+
- name: docdb_user_action
|
|
33325
|
+
type: string
|
|
33326
|
+
default: add
|
|
33327
|
+
|
|
33328
|
+
- name: icr_cp
|
|
33329
|
+
type: string
|
|
33330
|
+
- name: icr_cp_open
|
|
33331
|
+
type: string
|
|
33332
|
+
|
|
33333
|
+
- name: ocp_cluster_domain
|
|
33334
|
+
type: string
|
|
33335
|
+
default: ""
|
|
33336
|
+
|
|
33337
|
+
- name: cluster_url
|
|
33338
|
+
type: string
|
|
33339
|
+
default: ""
|
|
33340
|
+
|
|
33341
|
+
- name: mas_slscfg_pod_template_yaml
|
|
33342
|
+
type: string
|
|
33343
|
+
default: ""
|
|
33344
|
+
|
|
33345
|
+
# gitops-license-generator parameters
|
|
33346
|
+
# -------------------------------------------------------------------------
|
|
33347
|
+
- name: sls_license_expiry_date
|
|
33348
|
+
type: string
|
|
33349
|
+
- name: sls_license_app_points
|
|
33350
|
+
type: string
|
|
33351
|
+
- name: sls_license_customer_name
|
|
33352
|
+
type: string
|
|
33353
|
+
- name: sls_license_country
|
|
33354
|
+
type: string
|
|
33355
|
+
- name: sls_license_icn
|
|
33356
|
+
type: string
|
|
33357
|
+
default: ""
|
|
33358
|
+
- name: sls_subscription_id
|
|
33359
|
+
type: string
|
|
33360
|
+
default: ""
|
|
33361
|
+
|
|
33362
|
+
tasks:
|
|
33363
|
+
|
|
33364
|
+
# 1. License Entitlement
|
|
33365
|
+
# -------------------------------------------------------------------------
|
|
33366
|
+
- name: gitops-license
|
|
33367
|
+
params:
|
|
33368
|
+
- name: cluster_name
|
|
33369
|
+
value: $(params.cluster_name)
|
|
33370
|
+
- name: account
|
|
33371
|
+
value: $(params.account)
|
|
33372
|
+
- name: mas_instance_id
|
|
33373
|
+
value: $(params.mas_instance_id)
|
|
33374
|
+
- name: avp_aws_secret_region
|
|
33375
|
+
value: $(params.avp_aws_secret_region)
|
|
33376
|
+
|
|
33377
|
+
- name: sls_license_icn
|
|
33378
|
+
value: $(params.sls_license_icn)
|
|
33379
|
+
- name: sls_subscription_id
|
|
33380
|
+
value: $(params.sls_subscription_id)
|
|
33381
|
+
|
|
33382
|
+
workspaces:
|
|
33383
|
+
- name: shared-entitlement
|
|
33384
|
+
workspace: shared-entitlement
|
|
33385
|
+
taskRef:
|
|
33386
|
+
kind: Task
|
|
33387
|
+
name: gitops-license
|
|
33388
|
+
when:
|
|
33389
|
+
- input: "$(params.sls_subscription_id)"
|
|
33390
|
+
operator: in
|
|
33391
|
+
values: [""]
|
|
33392
|
+
|
|
33393
|
+
- name: gitops-license-generator
|
|
33394
|
+
runAfter:
|
|
33395
|
+
- gitops-license
|
|
33396
|
+
params:
|
|
33397
|
+
- name: cluster_name
|
|
33398
|
+
value: $(params.cluster_name)
|
|
33399
|
+
- name: account
|
|
33400
|
+
value: $(params.account)
|
|
33401
|
+
- name: mas_instance_id
|
|
33402
|
+
value: $(params.mas_instance_id)
|
|
33403
|
+
- name: avp_aws_secret_region
|
|
33404
|
+
value: $(params.avp_aws_secret_region)
|
|
33405
|
+
|
|
33406
|
+
- name: expiry_date
|
|
33407
|
+
value: $(params.sls_license_expiry_date)
|
|
33408
|
+
- name: app_points
|
|
33409
|
+
value: $(params.sls_license_app_points)
|
|
33410
|
+
- name: customer_name
|
|
33411
|
+
value: $(params.sls_license_customer_name)
|
|
33412
|
+
- name: country
|
|
33413
|
+
value: $(params.sls_license_country)
|
|
33414
|
+
- name: sls_license_icn
|
|
33415
|
+
value: $(params.sls_license_icn)
|
|
33416
|
+
- name: sls_subscription_id
|
|
33417
|
+
value: $(params.sls_subscription_id)
|
|
33418
|
+
taskRef:
|
|
33419
|
+
kind: Task
|
|
33420
|
+
name: gitops-license-generator
|
|
33421
|
+
when:
|
|
33422
|
+
- input: "$(params.sls_subscription_id)"
|
|
33423
|
+
operator: notin
|
|
33424
|
+
values: [""]
|
|
33425
|
+
|
|
33426
|
+
# 2.
|
|
33427
|
+
# -------------------------------------------------------------------------
|
|
33428
|
+
- name: gitops-sls
|
|
33429
|
+
runAfter:
|
|
33430
|
+
- gitops-license-generator
|
|
33431
|
+
params:
|
|
33432
|
+
- name: cluster_name
|
|
33433
|
+
value: $(params.cluster_name)
|
|
33434
|
+
- name: account
|
|
33435
|
+
value: $(params.account)
|
|
33436
|
+
- name: secrets_path
|
|
33437
|
+
value: $(params.secrets_path)
|
|
33438
|
+
- name: mas_instance_id
|
|
33439
|
+
value: $(params.mas_instance_id)
|
|
33440
|
+
- name: mongo_provider
|
|
33441
|
+
value: $(params.mongo_provider)
|
|
33442
|
+
- name: user_action
|
|
33443
|
+
value: $(params.docdb_user_action)
|
|
33444
|
+
|
|
33445
|
+
- name: github_push
|
|
33446
|
+
value: $(params.github_push)
|
|
33447
|
+
- name: git_branch
|
|
33448
|
+
value: $(params.git_branch)
|
|
33449
|
+
- name: github_org
|
|
33450
|
+
value: $(params.github_org)
|
|
33451
|
+
- name: github_repo
|
|
33452
|
+
value: $(params.github_repo)
|
|
33453
|
+
- name: github_host
|
|
33454
|
+
value: $(params.github_host)
|
|
33455
|
+
- name: git_commit_msg
|
|
33456
|
+
value: $(params.git_commit_msg)
|
|
33457
|
+
- name: github_ssh
|
|
33458
|
+
value: $(params.github_ssh)
|
|
33459
|
+
|
|
33460
|
+
- name: avp_aws_secret_region
|
|
33461
|
+
value: $(params.avp_aws_secret_region)
|
|
33462
|
+
|
|
33463
|
+
- name: sls_channel
|
|
33464
|
+
value: $(params.sls_channel)
|
|
33465
|
+
- name: sls_install_plan
|
|
33466
|
+
value: $(params.sls_install_plan)
|
|
33467
|
+
- name: icr_cp
|
|
33468
|
+
value: $(params.icr_cp)
|
|
33469
|
+
- name: icr_cp_open
|
|
33470
|
+
value: $(params.icr_cp_open)
|
|
33471
|
+
|
|
33472
|
+
- name: cluster_url
|
|
33473
|
+
value: $(params.cluster_url)
|
|
33474
|
+
- name: ocp_cluster_domain
|
|
33475
|
+
value: $(params.ocp_cluster_domain)
|
|
33476
|
+
|
|
33477
|
+
- name: sls_license_icn
|
|
33478
|
+
value: $(params.sls_license_icn)
|
|
33479
|
+
- name: sls_subscription_id
|
|
33480
|
+
value: $(params.sls_subscription_id)
|
|
33481
|
+
|
|
33482
|
+
taskRef:
|
|
33483
|
+
kind: Task
|
|
33484
|
+
name: gitops-sls
|
|
33485
|
+
workspaces:
|
|
33486
|
+
- name: shared-entitlement
|
|
33487
|
+
workspace: shared-entitlement
|
|
33488
|
+
# --------------------------------------------------------------------------------
|
|
32914
33489
|
# /home/runner/work/cli/cli/tekton/target/pipelines/mas-fvt-assist.yaml
|
|
32915
33490
|
# --------------------------------------------------------------------------------
|
|
32916
33491
|
---
|
|
@@ -33366,6 +33941,37 @@ spec:
|
|
|
33366
33941
|
- input: "$(params.ivt_digest_core)"
|
|
33367
33942
|
operator: notin
|
|
33368
33943
|
values: [""]
|
|
33944
|
+
|
|
33945
|
+
- name: kyverno-dependencies
|
|
33946
|
+
timeout: "0"
|
|
33947
|
+
taskRef:
|
|
33948
|
+
kind: Task
|
|
33949
|
+
name: mas-ivt-core
|
|
33950
|
+
workspaces:
|
|
33951
|
+
- name: configs
|
|
33952
|
+
workspace: shared-configs
|
|
33953
|
+
params:
|
|
33954
|
+
- name: mas_instance_id
|
|
33955
|
+
value: $(params.mas_instance_id)
|
|
33956
|
+
- name: mas_workspace_id
|
|
33957
|
+
value: $(params.mas_workspace_id)
|
|
33958
|
+
- name: fvt_image_registry
|
|
33959
|
+
value: $(params.fvt_image_registry)
|
|
33960
|
+
- name: fvt_image_digest
|
|
33961
|
+
value: $(params.ivt_digest_core)
|
|
33962
|
+
|
|
33963
|
+
- name: product_id
|
|
33964
|
+
value: ibm-mas
|
|
33965
|
+
- name: product_channel
|
|
33966
|
+
value: $(params.mas_channel)
|
|
33967
|
+
- name: fvt_test_suite
|
|
33968
|
+
value: kyverno-dependencies
|
|
33969
|
+
when:
|
|
33970
|
+
- input: "$(params.ivt_digest_core)"
|
|
33971
|
+
operator: notin
|
|
33972
|
+
values: [""]
|
|
33973
|
+
runAfter:
|
|
33974
|
+
- kyverno
|
|
33369
33975
|
|
|
33370
33976
|
# Core FVT 1.0 coreidp-auth ~20m - Refresh token and authentication patterns
|
|
33371
33977
|
# We are running this test first since it happens to set the Suite accessTokenTimeout from the default of 30m to 12h
|
|
@@ -33396,7 +34002,7 @@ spec:
|
|
|
33396
34002
|
- name: fvt_test_suite
|
|
33397
34003
|
value: coreidp-auth
|
|
33398
34004
|
runAfter:
|
|
33399
|
-
- kyverno
|
|
34005
|
+
- kyverno-dependencies
|
|
33400
34006
|
|
|
33401
34007
|
- name: imagescan
|
|
33402
34008
|
timeout: "0"
|