mas-cli 13.4.1__py3-none-any.whl → 13.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +116 -102
- {mas_cli-13.4.1.dist-info → mas_cli-13.5.0.dist-info}/METADATA +1 -1
- {mas_cli-13.4.1.dist-info → mas_cli-13.5.0.dist-info}/RECORD +8 -8
- {mas_cli-13.4.1.data → mas_cli-13.5.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.4.1.dist-info → mas_cli-13.5.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.4.1.dist-info → mas_cli-13.5.0.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "13.
|
|
120
|
+
self.version = "13.5.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
|
@@ -231,7 +231,7 @@ spec:
|
|
|
231
231
|
command:
|
|
232
232
|
- /opt/app-root/src/run-role.sh
|
|
233
233
|
- aibroker
|
|
234
|
-
image: quay.io/ibmmas/cli:13.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:13.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:13.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:13.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:13.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -723,7 +723,7 @@ spec:
|
|
|
723
723
|
command:
|
|
724
724
|
- /opt/app-root/src/run-role.sh
|
|
725
725
|
- cos
|
|
726
|
-
image: quay.io/ibmmas/cli:13.
|
|
726
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
727
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
728
728
|
workingDir: /workspace/configs
|
|
729
729
|
|
|
@@ -843,7 +843,7 @@ spec:
|
|
|
843
843
|
command:
|
|
844
844
|
- /opt/app-root/src/run-role.sh
|
|
845
845
|
- cp4d_service
|
|
846
|
-
image: quay.io/ibmmas/cli:13.
|
|
846
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
847
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
848
848
|
workingDir: /workspace/configs
|
|
849
849
|
# --------------------------------------------------------------------------------
|
|
@@ -960,7 +960,7 @@ spec:
|
|
|
960
960
|
command:
|
|
961
961
|
- /opt/app-root/src/run-role.sh
|
|
962
962
|
- cp4d_service
|
|
963
|
-
image: quay.io/ibmmas/cli:13.
|
|
963
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
964
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
965
965
|
workingDir: /workspace/configs
|
|
966
966
|
|
|
@@ -1066,7 +1066,7 @@ spec:
|
|
|
1066
1066
|
command:
|
|
1067
1067
|
- /opt/app-root/src/run-role.sh
|
|
1068
1068
|
- cp4d
|
|
1069
|
-
image: quay.io/ibmmas/cli:13.
|
|
1069
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
1070
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1071
1071
|
# --------------------------------------------------------------------------------
|
|
1072
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1388,7 +1388,7 @@ spec:
|
|
|
1388
1388
|
command:
|
|
1389
1389
|
- /opt/app-root/src/run-role.sh
|
|
1390
1390
|
- db2
|
|
1391
|
-
image: quay.io/ibmmas/cli:13.
|
|
1391
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
1392
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1393
1393
|
workingDir: /workspace/configs
|
|
1394
1394
|
|
|
@@ -1498,7 +1498,7 @@ spec:
|
|
|
1498
1498
|
command:
|
|
1499
1499
|
- /opt/app-root/src/run-role.sh
|
|
1500
1500
|
- eck
|
|
1501
|
-
image: quay.io/ibmmas/cli:13.
|
|
1501
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
1502
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1503
1503
|
# --------------------------------------------------------------------------------
|
|
1504
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1587,7 +1587,7 @@ spec:
|
|
|
1587
1587
|
command:
|
|
1588
1588
|
- /opt/app-root/src/run-role.sh
|
|
1589
1589
|
- gencfg_workspace
|
|
1590
|
-
image: quay.io/ibmmas/cli:13.
|
|
1590
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
1591
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1592
1592
|
workingDir: /workspace/configs
|
|
1593
1593
|
|
|
@@ -1691,7 +1691,7 @@ spec:
|
|
|
1691
1691
|
- -c
|
|
1692
1692
|
name: gitops-bootstrap
|
|
1693
1693
|
imagePullPolicy: IfNotPresent
|
|
1694
|
-
image: quay.io/ibmmas/cli:13.
|
|
1694
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
1695
1695
|
workspaces:
|
|
1696
1696
|
- name: configs
|
|
1697
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1773,7 +1773,7 @@ spec:
|
|
|
1773
1773
|
- -c
|
|
1774
1774
|
name: gitops-cis-compliance
|
|
1775
1775
|
imagePullPolicy: IfNotPresent
|
|
1776
|
-
image: quay.io/ibmmas/cli:13.
|
|
1776
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -2078,7 +2078,7 @@ spec:
|
|
|
2078
2078
|
- -c
|
|
2079
2079
|
name: gitops-cluster
|
|
2080
2080
|
imagePullPolicy: Always
|
|
2081
|
-
image: quay.io/ibmmas/cli:13.
|
|
2081
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
2082
2082
|
workspaces:
|
|
2083
2083
|
- name: configs
|
|
2084
2084
|
# --------------------------------------------------------------------------------
|
|
@@ -2181,7 +2181,7 @@ spec:
|
|
|
2181
2181
|
- -c
|
|
2182
2182
|
name: gitops-cos
|
|
2183
2183
|
imagePullPolicy: IfNotPresent
|
|
2184
|
-
image: quay.io/ibmmas/cli:13.
|
|
2184
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
2185
2185
|
workspaces:
|
|
2186
2186
|
- name: configs
|
|
2187
2187
|
# --------------------------------------------------------------------------------
|
|
@@ -2329,7 +2329,7 @@ spec:
|
|
|
2329
2329
|
- -c
|
|
2330
2330
|
name: gitops-cp4d-service
|
|
2331
2331
|
imagePullPolicy: IfNotPresent
|
|
2332
|
-
image: quay.io/ibmmas/cli:13.
|
|
2332
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
2333
2333
|
workspaces:
|
|
2334
2334
|
- name: configs
|
|
2335
2335
|
- name: shared-gitops-configs
|
|
@@ -2458,7 +2458,7 @@ spec:
|
|
|
2458
2458
|
- -c
|
|
2459
2459
|
name: gitops-cp4d
|
|
2460
2460
|
imagePullPolicy: IfNotPresent
|
|
2461
|
-
image: quay.io/ibmmas/cli:13.
|
|
2461
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
2462
2462
|
workspaces:
|
|
2463
2463
|
- name: configs
|
|
2464
2464
|
- name: shared-gitops-configs
|
|
@@ -2581,6 +2581,9 @@ spec:
|
|
|
2581
2581
|
- name: db2_backup_notify_slack_url
|
|
2582
2582
|
type: string
|
|
2583
2583
|
default: ""
|
|
2584
|
+
- name: auto_backup
|
|
2585
|
+
type: string
|
|
2586
|
+
default: ""
|
|
2584
2587
|
- name: replica_db
|
|
2585
2588
|
type: string
|
|
2586
2589
|
default: "false"
|
|
@@ -2699,6 +2702,8 @@ spec:
|
|
|
2699
2702
|
value: $(params.jdbc_route)
|
|
2700
2703
|
- name: DB2_BACKUP_NOTIFY_SLACK_URL
|
|
2701
2704
|
value: $(params.db2_backup_notify_slack_url)
|
|
2705
|
+
- name: AUTO_BACKUP
|
|
2706
|
+
value: $(params.auto_backup)
|
|
2702
2707
|
- name: REPLICA_DB
|
|
2703
2708
|
value: $(params.replica_db)
|
|
2704
2709
|
- name: IS_REPLICA_TASK
|
|
@@ -2734,7 +2739,7 @@ spec:
|
|
|
2734
2739
|
- -c
|
|
2735
2740
|
name: gitops-db2u-database
|
|
2736
2741
|
imagePullPolicy: Always
|
|
2737
|
-
image: quay.io/ibmmas/cli:13.
|
|
2742
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
2738
2743
|
workspaces:
|
|
2739
2744
|
- name: configs
|
|
2740
2745
|
- name: shared-gitops-configs
|
|
@@ -2832,7 +2837,7 @@ spec:
|
|
|
2832
2837
|
- -c
|
|
2833
2838
|
name: gitops-db2u
|
|
2834
2839
|
imagePullPolicy: IfNotPresent
|
|
2835
|
-
image: quay.io/ibmmas/cli:13.
|
|
2840
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
2836
2841
|
workspaces:
|
|
2837
2842
|
- name: configs
|
|
2838
2843
|
# --------------------------------------------------------------------------------
|
|
@@ -2959,7 +2964,7 @@ spec:
|
|
|
2959
2964
|
- -c
|
|
2960
2965
|
name: gitops-delete-jdbc-config
|
|
2961
2966
|
imagePullPolicy: IfNotPresent
|
|
2962
|
-
image: quay.io/ibmmas/cli:13.
|
|
2967
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
2963
2968
|
workspaces:
|
|
2964
2969
|
- name: configs
|
|
2965
2970
|
# --------------------------------------------------------------------------------
|
|
@@ -3057,7 +3062,7 @@ spec:
|
|
|
3057
3062
|
- -c
|
|
3058
3063
|
name: gitops-delete-kafka-config
|
|
3059
3064
|
imagePullPolicy: Always
|
|
3060
|
-
image: quay.io/ibmmas/cli:13.
|
|
3065
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3061
3066
|
workspaces:
|
|
3062
3067
|
- name: configs
|
|
3063
3068
|
|
|
@@ -3149,7 +3154,7 @@ spec:
|
|
|
3149
3154
|
- -c
|
|
3150
3155
|
name: gitops-deprovision-app-config
|
|
3151
3156
|
imagePullPolicy: IfNotPresent
|
|
3152
|
-
image: quay.io/ibmmas/cli:13.
|
|
3157
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3153
3158
|
workspaces:
|
|
3154
3159
|
- name: configs
|
|
3155
3160
|
# --------------------------------------------------------------------------------
|
|
@@ -3234,7 +3239,7 @@ spec:
|
|
|
3234
3239
|
- -c
|
|
3235
3240
|
name: gitops-deprovision-app-install
|
|
3236
3241
|
imagePullPolicy: IfNotPresent
|
|
3237
|
-
image: quay.io/ibmmas/cli:13.
|
|
3242
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3238
3243
|
workspaces:
|
|
3239
3244
|
- name: configs
|
|
3240
3245
|
# --------------------------------------------------------------------------------
|
|
@@ -3319,7 +3324,7 @@ spec:
|
|
|
3319
3324
|
- -c
|
|
3320
3325
|
name: gitops-deprovision-cluster
|
|
3321
3326
|
imagePullPolicy: IfNotPresent
|
|
3322
|
-
image: quay.io/ibmmas/cli:13.
|
|
3327
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3323
3328
|
workspaces:
|
|
3324
3329
|
- name: configs
|
|
3325
3330
|
# --------------------------------------------------------------------------------
|
|
@@ -3438,7 +3443,7 @@ spec:
|
|
|
3438
3443
|
- -c
|
|
3439
3444
|
name: gitops-deprovision-cos
|
|
3440
3445
|
imagePullPolicy: IfNotPresent
|
|
3441
|
-
image: quay.io/ibmmas/cli:13.
|
|
3446
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3442
3447
|
workspaces:
|
|
3443
3448
|
- name: configs
|
|
3444
3449
|
# --------------------------------------------------------------------------------
|
|
@@ -3526,7 +3531,7 @@ spec:
|
|
|
3526
3531
|
- -c
|
|
3527
3532
|
name: gitops-deprovision-db2u-database
|
|
3528
3533
|
imagePullPolicy: IfNotPresent
|
|
3529
|
-
image: quay.io/ibmmas/cli:13.
|
|
3534
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3530
3535
|
workspaces:
|
|
3531
3536
|
- name: configs
|
|
3532
3537
|
|
|
@@ -3609,7 +3614,7 @@ spec:
|
|
|
3609
3614
|
- -c
|
|
3610
3615
|
name: gitops-deprovision-db2u
|
|
3611
3616
|
imagePullPolicy: IfNotPresent
|
|
3612
|
-
image: quay.io/ibmmas/cli:13.
|
|
3617
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3613
3618
|
workspaces:
|
|
3614
3619
|
- name: configs
|
|
3615
3620
|
|
|
@@ -3717,7 +3722,7 @@ spec:
|
|
|
3717
3722
|
- -c
|
|
3718
3723
|
name: gitops-deprovision-efs
|
|
3719
3724
|
imagePullPolicy: IfNotPresent
|
|
3720
|
-
image: quay.io/ibmmas/cli:13.
|
|
3725
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3721
3726
|
workspaces:
|
|
3722
3727
|
- name: configs
|
|
3723
3728
|
|
|
@@ -3827,7 +3832,7 @@ spec:
|
|
|
3827
3832
|
- -c
|
|
3828
3833
|
name: gitops-deprovision-kafka
|
|
3829
3834
|
imagePullPolicy: IfNotPresent
|
|
3830
|
-
image: quay.io/ibmmas/cli:13.
|
|
3835
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3831
3836
|
workspaces:
|
|
3832
3837
|
- name: configs
|
|
3833
3838
|
# --------------------------------------------------------------------------------
|
|
@@ -3930,7 +3935,7 @@ spec:
|
|
|
3930
3935
|
- -c
|
|
3931
3936
|
name: gitops-deprovision-mongo
|
|
3932
3937
|
imagePullPolicy: IfNotPresent
|
|
3933
|
-
image: quay.io/ibmmas/cli:13.
|
|
3938
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3934
3939
|
workspaces:
|
|
3935
3940
|
- name: configs
|
|
3936
3941
|
|
|
@@ -3987,7 +3992,7 @@ spec:
|
|
|
3987
3992
|
- -c
|
|
3988
3993
|
name: gitops-deprovision-rosa
|
|
3989
3994
|
imagePullPolicy: IfNotPresent
|
|
3990
|
-
image: quay.io/ibmmas/cli:13.
|
|
3995
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
3991
3996
|
workspaces:
|
|
3992
3997
|
- name: configs
|
|
3993
3998
|
# --------------------------------------------------------------------------------
|
|
@@ -4192,7 +4197,7 @@ spec:
|
|
|
4192
4197
|
- -c
|
|
4193
4198
|
name: gitops-deprovision-suite-config
|
|
4194
4199
|
imagePullPolicy: IfNotPresent
|
|
4195
|
-
image: quay.io/ibmmas/cli:13.
|
|
4200
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4196
4201
|
workspaces:
|
|
4197
4202
|
- name: configs
|
|
4198
4203
|
|
|
@@ -4290,7 +4295,7 @@ spec:
|
|
|
4290
4295
|
- -c
|
|
4291
4296
|
name: gitops-deprovision-suite-idp-config
|
|
4292
4297
|
imagePullPolicy: IfNotPresent
|
|
4293
|
-
image: quay.io/ibmmas/cli:13.
|
|
4298
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4294
4299
|
workspaces:
|
|
4295
4300
|
- name: configs
|
|
4296
4301
|
# --------------------------------------------------------------------------------
|
|
@@ -4382,7 +4387,7 @@ spec:
|
|
|
4382
4387
|
- -c
|
|
4383
4388
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4384
4389
|
imagePullPolicy: IfNotPresent
|
|
4385
|
-
image: quay.io/ibmmas/cli:13.
|
|
4390
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4386
4391
|
workspaces:
|
|
4387
4392
|
- name: configs
|
|
4388
4393
|
# --------------------------------------------------------------------------------
|
|
@@ -4594,7 +4599,7 @@ spec:
|
|
|
4594
4599
|
- -c
|
|
4595
4600
|
name: gitops-deprovision-suite-smtp-config
|
|
4596
4601
|
imagePullPolicy: IfNotPresent
|
|
4597
|
-
image: quay.io/ibmmas/cli:13.
|
|
4602
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4598
4603
|
workspaces:
|
|
4599
4604
|
- name: configs
|
|
4600
4605
|
# --------------------------------------------------------------------------------
|
|
@@ -4687,7 +4692,7 @@ spec:
|
|
|
4687
4692
|
- -c
|
|
4688
4693
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4689
4694
|
imagePullPolicy: IfNotPresent
|
|
4690
|
-
image: quay.io/ibmmas/cli:13.
|
|
4695
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4691
4696
|
workspaces:
|
|
4692
4697
|
- name: configs
|
|
4693
4698
|
# --------------------------------------------------------------------------------
|
|
@@ -4778,7 +4783,7 @@ spec:
|
|
|
4778
4783
|
- -c
|
|
4779
4784
|
name: gitops-deprovision-suite-workspace
|
|
4780
4785
|
imagePullPolicy: Always
|
|
4781
|
-
image: quay.io/ibmmas/cli:13.
|
|
4786
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4782
4787
|
workspaces:
|
|
4783
4788
|
- name: configs
|
|
4784
4789
|
# --------------------------------------------------------------------------------
|
|
@@ -4871,7 +4876,7 @@ spec:
|
|
|
4871
4876
|
- -c
|
|
4872
4877
|
name: gitops-deprovision-suite
|
|
4873
4878
|
imagePullPolicy: IfNotPresent
|
|
4874
|
-
image: quay.io/ibmmas/cli:13.
|
|
4879
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4875
4880
|
workspaces:
|
|
4876
4881
|
- name: configs
|
|
4877
4882
|
|
|
@@ -4984,7 +4989,7 @@ spec:
|
|
|
4984
4989
|
- -c
|
|
4985
4990
|
name: gitops-dro
|
|
4986
4991
|
imagePullPolicy: IfNotPresent
|
|
4987
|
-
image: quay.io/ibmmas/cli:13.
|
|
4992
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
4988
4993
|
workspaces:
|
|
4989
4994
|
- name: configs
|
|
4990
4995
|
# --------------------------------------------------------------------------------
|
|
@@ -5101,7 +5106,7 @@ spec:
|
|
|
5101
5106
|
- -c
|
|
5102
5107
|
name: gitops-efs
|
|
5103
5108
|
imagePullPolicy: IfNotPresent
|
|
5104
|
-
image: quay.io/ibmmas/cli:13.
|
|
5109
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
5105
5110
|
workspaces:
|
|
5106
5111
|
- name: configs
|
|
5107
5112
|
|
|
@@ -5236,7 +5241,7 @@ spec:
|
|
|
5236
5241
|
- -c
|
|
5237
5242
|
name: gitops-jdbc-config
|
|
5238
5243
|
imagePullPolicy: Always
|
|
5239
|
-
image: quay.io/ibmmas/cli:13.
|
|
5244
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
5240
5245
|
workspaces:
|
|
5241
5246
|
- name: configs
|
|
5242
5247
|
- name: shared-gitops-configs
|
|
@@ -5332,7 +5337,7 @@ spec:
|
|
|
5332
5337
|
- -c
|
|
5333
5338
|
name: gitops-kafka-config
|
|
5334
5339
|
imagePullPolicy: Always
|
|
5335
|
-
image: quay.io/ibmmas/cli:13.
|
|
5340
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
5336
5341
|
workspaces:
|
|
5337
5342
|
- name: configs
|
|
5338
5343
|
|
|
@@ -5454,7 +5459,7 @@ spec:
|
|
|
5454
5459
|
- -c
|
|
5455
5460
|
name: gitops-kafka
|
|
5456
5461
|
imagePullPolicy: IfNotPresent
|
|
5457
|
-
image: quay.io/ibmmas/cli:13.
|
|
5462
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
5458
5463
|
workspaces:
|
|
5459
5464
|
- name: configs
|
|
5460
5465
|
# --------------------------------------------------------------------------------
|
|
@@ -5580,7 +5585,7 @@ spec:
|
|
|
5580
5585
|
- -c
|
|
5581
5586
|
name: gitops-license
|
|
5582
5587
|
imagePullPolicy: Always
|
|
5583
|
-
image: quay.io/ibmmas/cli:13.
|
|
5588
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
5584
5589
|
workspaces:
|
|
5585
5590
|
- name: shared-entitlement
|
|
5586
5591
|
|
|
@@ -6144,7 +6149,7 @@ spec:
|
|
|
6144
6149
|
- -c
|
|
6145
6150
|
name: gitops-mas-fvt-preparer
|
|
6146
6151
|
imagePullPolicy: Always
|
|
6147
|
-
image: quay.io/ibmmas/cli:13.
|
|
6152
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
6148
6153
|
workspaces:
|
|
6149
6154
|
- name: configs
|
|
6150
6155
|
- name: shared-additional-configs
|
|
@@ -6586,7 +6591,7 @@ spec:
|
|
|
6586
6591
|
- -c
|
|
6587
6592
|
name: gitops-mas-initiator
|
|
6588
6593
|
imagePullPolicy: IfNotPresent
|
|
6589
|
-
image: quay.io/ibmmas/cli:13.
|
|
6594
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
6590
6595
|
workspaces:
|
|
6591
6596
|
- name: configs
|
|
6592
6597
|
# --------------------------------------------------------------------------------
|
|
@@ -6694,7 +6699,7 @@ spec:
|
|
|
6694
6699
|
- -c
|
|
6695
6700
|
name: gitops-mongo
|
|
6696
6701
|
imagePullPolicy: IfNotPresent
|
|
6697
|
-
image: quay.io/ibmmas/cli:13.
|
|
6702
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
6698
6703
|
workspaces:
|
|
6699
6704
|
- name: configs
|
|
6700
6705
|
|
|
@@ -6816,7 +6821,7 @@ spec:
|
|
|
6816
6821
|
- -c
|
|
6817
6822
|
name: gitops-nvidia-gpu
|
|
6818
6823
|
imagePullPolicy: IfNotPresent
|
|
6819
|
-
image: quay.io/ibmmas/cli:13.
|
|
6824
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
6820
6825
|
workspaces:
|
|
6821
6826
|
- name: configs
|
|
6822
6827
|
# --------------------------------------------------------------------------------
|
|
@@ -6934,7 +6939,7 @@ spec:
|
|
|
6934
6939
|
- -c
|
|
6935
6940
|
name: gitops-process-mongo-user
|
|
6936
6941
|
imagePullPolicy: IfNotPresent
|
|
6937
|
-
image: quay.io/ibmmas/cli:13.
|
|
6942
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
6938
6943
|
workspaces:
|
|
6939
6944
|
- name: configs
|
|
6940
6945
|
# --------------------------------------------------------------------------------
|
|
@@ -6990,7 +6995,7 @@ spec:
|
|
|
6990
6995
|
- -c
|
|
6991
6996
|
name: gitops-rosa
|
|
6992
6997
|
imagePullPolicy: IfNotPresent
|
|
6993
|
-
image: quay.io/ibmmas/cli:13.
|
|
6998
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
6994
6999
|
workspaces:
|
|
6995
7000
|
- name: configs
|
|
6996
7001
|
# --------------------------------------------------------------------------------
|
|
@@ -7177,7 +7182,7 @@ spec:
|
|
|
7177
7182
|
- -c
|
|
7178
7183
|
name: gitops-suite-app-config
|
|
7179
7184
|
imagePullPolicy: IfNotPresent
|
|
7180
|
-
image: quay.io/ibmmas/cli:13.
|
|
7185
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
7181
7186
|
workspaces:
|
|
7182
7187
|
- name: configs
|
|
7183
7188
|
- name: shared-gitops-configs
|
|
@@ -7335,7 +7340,7 @@ spec:
|
|
|
7335
7340
|
- -c
|
|
7336
7341
|
name: gitops-suite-app-install
|
|
7337
7342
|
imagePullPolicy: Always
|
|
7338
|
-
image: quay.io/ibmmas/cli:13.
|
|
7343
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
7339
7344
|
workspaces:
|
|
7340
7345
|
- name: configs
|
|
7341
7346
|
- name: shared-gitops-configs
|
|
@@ -7441,7 +7446,7 @@ spec:
|
|
|
7441
7446
|
- -c
|
|
7442
7447
|
name: gitops-suite-certs
|
|
7443
7448
|
imagePullPolicy: IfNotPresent
|
|
7444
|
-
image: quay.io/ibmmas/cli:13.
|
|
7449
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
7445
7450
|
workspaces:
|
|
7446
7451
|
- name: configs
|
|
7447
7452
|
- name: certificates
|
|
@@ -7611,7 +7616,7 @@ spec:
|
|
|
7611
7616
|
- -c
|
|
7612
7617
|
name: gitops-suite-config
|
|
7613
7618
|
imagePullPolicy: IfNotPresent
|
|
7614
|
-
image: quay.io/ibmmas/cli:13.
|
|
7619
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
7615
7620
|
workspaces:
|
|
7616
7621
|
- name: configs
|
|
7617
7622
|
- name: shared-additional-configs
|
|
@@ -7711,7 +7716,7 @@ spec:
|
|
|
7711
7716
|
- -c
|
|
7712
7717
|
name: gitops-suite-dns
|
|
7713
7718
|
imagePullPolicy: IfNotPresent
|
|
7714
|
-
image: quay.io/ibmmas/cli:13.
|
|
7719
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
7715
7720
|
workspaces:
|
|
7716
7721
|
- name: configs
|
|
7717
7722
|
|
|
@@ -7835,7 +7840,7 @@ spec:
|
|
|
7835
7840
|
- -c
|
|
7836
7841
|
name: gitops-suite-idp-config
|
|
7837
7842
|
imagePullPolicy: IfNotPresent
|
|
7838
|
-
image: quay.io/ibmmas/cli:13.
|
|
7843
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
7839
7844
|
workspaces:
|
|
7840
7845
|
- name: configs
|
|
7841
7846
|
- name: shared-additional-configs
|
|
@@ -7936,7 +7941,7 @@ spec:
|
|
|
7936
7941
|
- -c
|
|
7937
7942
|
name: gitops-suite-objectstorage-config
|
|
7938
7943
|
imagePullPolicy: IfNotPresent
|
|
7939
|
-
image: quay.io/ibmmas/cli:13.
|
|
7944
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
7940
7945
|
workspaces:
|
|
7941
7946
|
- name: configs
|
|
7942
7947
|
- name: shared-gitops-configs
|
|
@@ -8335,7 +8340,7 @@ spec:
|
|
|
8335
8340
|
- -c
|
|
8336
8341
|
name: gitops-suite-smtp-config
|
|
8337
8342
|
imagePullPolicy: IfNotPresent
|
|
8338
|
-
image: quay.io/ibmmas/cli:13.
|
|
8343
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
8339
8344
|
workspaces:
|
|
8340
8345
|
- name: configs
|
|
8341
8346
|
|
|
@@ -8444,7 +8449,7 @@ spec:
|
|
|
8444
8449
|
- -c
|
|
8445
8450
|
name: gitops-suite-watson-studio-config
|
|
8446
8451
|
imagePullPolicy: IfNotPresent
|
|
8447
|
-
image: quay.io/ibmmas/cli:13.
|
|
8452
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
8448
8453
|
workspaces:
|
|
8449
8454
|
- name: configs
|
|
8450
8455
|
- name: shared-gitops-configs
|
|
@@ -8541,7 +8546,7 @@ spec:
|
|
|
8541
8546
|
- -c
|
|
8542
8547
|
name: gitops-suite-workspace
|
|
8543
8548
|
imagePullPolicy: IfNotPresent
|
|
8544
|
-
image: quay.io/ibmmas/cli:13.
|
|
8549
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
8545
8550
|
workspaces:
|
|
8546
8551
|
- name: configs
|
|
8547
8552
|
# --------------------------------------------------------------------------------
|
|
@@ -8826,7 +8831,7 @@ spec:
|
|
|
8826
8831
|
- -c
|
|
8827
8832
|
name: gitops-suite
|
|
8828
8833
|
imagePullPolicy: IfNotPresent
|
|
8829
|
-
image: quay.io/ibmmas/cli:13.
|
|
8834
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
8830
8835
|
workspaces:
|
|
8831
8836
|
- name: configs
|
|
8832
8837
|
- name: shared-gitops-configs
|
|
@@ -8876,7 +8881,7 @@ spec:
|
|
|
8876
8881
|
|
|
8877
8882
|
steps:
|
|
8878
8883
|
- name: grafana
|
|
8879
|
-
image: quay.io/ibmmas/cli:13.
|
|
8884
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
8880
8885
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8881
8886
|
command:
|
|
8882
8887
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9010,7 +9015,7 @@ spec:
|
|
|
9010
9015
|
command:
|
|
9011
9016
|
- /opt/app-root/src/run-role.sh
|
|
9012
9017
|
- ibm_catalogs
|
|
9013
|
-
image: quay.io/ibmmas/cli:13.
|
|
9018
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9014
9019
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9015
9020
|
workingDir: /workspace/configs
|
|
9016
9021
|
# --------------------------------------------------------------------------------
|
|
@@ -9252,7 +9257,7 @@ spec:
|
|
|
9252
9257
|
command:
|
|
9253
9258
|
- /opt/app-root/src/run-role.sh
|
|
9254
9259
|
- kafka
|
|
9255
|
-
image: quay.io/ibmmas/cli:13.
|
|
9260
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9256
9261
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9257
9262
|
workingDir: /workspace/configs
|
|
9258
9263
|
|
|
@@ -9468,7 +9473,7 @@ spec:
|
|
|
9468
9473
|
command:
|
|
9469
9474
|
- /opt/app-root/src/run-role.sh
|
|
9470
9475
|
- kmodels
|
|
9471
|
-
image: quay.io/ibmmas/cli:13.
|
|
9476
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9472
9477
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9473
9478
|
# --------------------------------------------------------------------------------
|
|
9474
9479
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9646,7 +9651,7 @@ spec:
|
|
|
9646
9651
|
command:
|
|
9647
9652
|
- /opt/app-root/src/run-role.sh
|
|
9648
9653
|
- mongodb
|
|
9649
|
-
image: quay.io/ibmmas/cli:13.
|
|
9654
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9650
9655
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9651
9656
|
workingDir: /workspace/configs
|
|
9652
9657
|
|
|
@@ -9689,7 +9694,7 @@ spec:
|
|
|
9689
9694
|
- $(params.base_output_dir)
|
|
9690
9695
|
- --extra-namespaces
|
|
9691
9696
|
- selenium
|
|
9692
|
-
image: quay.io/ibmmas/cli:13.
|
|
9697
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9693
9698
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9694
9699
|
env:
|
|
9695
9700
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9806,7 +9811,7 @@ spec:
|
|
|
9806
9811
|
command:
|
|
9807
9812
|
- /opt/app-root/src/run-role.sh
|
|
9808
9813
|
- nvidia_gpu
|
|
9809
|
-
image: quay.io/ibmmas/cli:13.
|
|
9814
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9810
9815
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9811
9816
|
workingDir: /workspace/configs
|
|
9812
9817
|
|
|
@@ -9842,7 +9847,7 @@ spec:
|
|
|
9842
9847
|
# Verify Cluster
|
|
9843
9848
|
# -------------------------------------------------------------------------
|
|
9844
9849
|
- name: ocp-verify-cluster
|
|
9845
|
-
image: quay.io/ibmmas/cli:13.
|
|
9850
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9846
9851
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9847
9852
|
command:
|
|
9848
9853
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9884,7 +9889,7 @@ spec:
|
|
|
9884
9889
|
# Verify Catalogs
|
|
9885
9890
|
# -------------------------------------------------------------------------
|
|
9886
9891
|
- name: ocp-verify-catalogs
|
|
9887
|
-
image: quay.io/ibmmas/cli:13.
|
|
9892
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9888
9893
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9889
9894
|
command:
|
|
9890
9895
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9926,7 +9931,7 @@ spec:
|
|
|
9926
9931
|
# Verify Subscriptions
|
|
9927
9932
|
# -------------------------------------------------------------------------
|
|
9928
9933
|
- name: ocp-verify-subscriptions
|
|
9929
|
-
image: quay.io/ibmmas/cli:13.
|
|
9934
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9930
9935
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9931
9936
|
command:
|
|
9932
9937
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9968,7 +9973,7 @@ spec:
|
|
|
9968
9973
|
# Verify Workloads
|
|
9969
9974
|
# -------------------------------------------------------------------------
|
|
9970
9975
|
- name: ocp-verify-workloads
|
|
9971
|
-
image: quay.io/ibmmas/cli:13.
|
|
9976
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
9972
9977
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9973
9978
|
command:
|
|
9974
9979
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10010,7 +10015,7 @@ spec:
|
|
|
10010
10015
|
# Verify Catalogs - Ingress TLS
|
|
10011
10016
|
# -------------------------------------------------------------------------
|
|
10012
10017
|
- name: ocp-verify-ingress
|
|
10013
|
-
image: quay.io/ibmmas/cli:13.
|
|
10018
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
10014
10019
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10015
10020
|
command:
|
|
10016
10021
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10136,7 +10141,7 @@ spec:
|
|
|
10136
10141
|
command:
|
|
10137
10142
|
- /opt/app-root/src/run-role.sh
|
|
10138
10143
|
- ocp_verify
|
|
10139
|
-
image: quay.io/ibmmas/cli:13.
|
|
10144
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
10140
10145
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10141
10146
|
workingDir: /workspace/configs
|
|
10142
10147
|
# --------------------------------------------------------------------------------
|
|
@@ -10204,7 +10209,7 @@ spec:
|
|
|
10204
10209
|
command:
|
|
10205
10210
|
- /opt/app-root/src/run-role.sh
|
|
10206
10211
|
- ocs
|
|
10207
|
-
image: quay.io/ibmmas/cli:13.
|
|
10212
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
10208
10213
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10209
10214
|
workingDir: /workspace/configs
|
|
10210
10215
|
|
|
@@ -10440,7 +10445,7 @@ spec:
|
|
|
10440
10445
|
command:
|
|
10441
10446
|
- /opt/app-root/src/run-role.sh
|
|
10442
10447
|
- odh
|
|
10443
|
-
image: quay.io/ibmmas/cli:13.
|
|
10448
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
10444
10449
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10445
10450
|
# --------------------------------------------------------------------------------
|
|
10446
10451
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10616,7 +10621,7 @@ spec:
|
|
|
10616
10621
|
command:
|
|
10617
10622
|
- /opt/app-root/src/run-role.sh
|
|
10618
10623
|
- sls
|
|
10619
|
-
image: quay.io/ibmmas/cli:13.
|
|
10624
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
10620
10625
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10621
10626
|
workingDir: /workspace/configs
|
|
10622
10627
|
|
|
@@ -11005,12 +11010,12 @@ spec:
|
|
|
11005
11010
|
command:
|
|
11006
11011
|
- /opt/app-root/src/run-role.sh
|
|
11007
11012
|
- suite_app_config
|
|
11008
|
-
image: quay.io/ibmmas/cli:13.
|
|
11013
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11009
11014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11010
11015
|
|
|
11011
11016
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11012
11017
|
- name: app-cfg-post-verify
|
|
11013
|
-
image: quay.io/ibmmas/cli:13.
|
|
11018
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11014
11019
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11015
11020
|
command:
|
|
11016
11021
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11205,7 +11210,7 @@ spec:
|
|
|
11205
11210
|
command:
|
|
11206
11211
|
- /opt/app-root/src/run-role.sh
|
|
11207
11212
|
- suite_app_install
|
|
11208
|
-
image: quay.io/ibmmas/cli:13.
|
|
11213
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11209
11214
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11210
11215
|
|
|
11211
11216
|
workspaces:
|
|
@@ -11294,7 +11299,7 @@ spec:
|
|
|
11294
11299
|
command:
|
|
11295
11300
|
- /opt/app-root/src/run-role.sh
|
|
11296
11301
|
- suite_app_rollback
|
|
11297
|
-
image: quay.io/ibmmas/cli:13.
|
|
11302
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11298
11303
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11299
11304
|
# --------------------------------------------------------------------------------
|
|
11300
11305
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11357,7 +11362,7 @@ spec:
|
|
|
11357
11362
|
command:
|
|
11358
11363
|
- /opt/app-root/src/run-role.sh
|
|
11359
11364
|
- suite_app_uninstall
|
|
11360
|
-
image: quay.io/ibmmas/cli:13.
|
|
11365
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11361
11366
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11362
11367
|
# --------------------------------------------------------------------------------
|
|
11363
11368
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11432,7 +11437,7 @@ spec:
|
|
|
11432
11437
|
command:
|
|
11433
11438
|
- /opt/app-root/src/run-role.sh
|
|
11434
11439
|
- suite_app_upgrade
|
|
11435
|
-
image: quay.io/ibmmas/cli:13.
|
|
11440
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11436
11441
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11437
11442
|
# --------------------------------------------------------------------------------
|
|
11438
11443
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11533,7 +11538,7 @@ spec:
|
|
|
11533
11538
|
command:
|
|
11534
11539
|
- /opt/app-root/src/run-role.sh
|
|
11535
11540
|
- suite_app_verify
|
|
11536
|
-
image: quay.io/ibmmas/cli:13.
|
|
11541
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11537
11542
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11538
11543
|
# --------------------------------------------------------------------------------
|
|
11539
11544
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11676,7 +11681,7 @@ spec:
|
|
|
11676
11681
|
command:
|
|
11677
11682
|
- /opt/app-root/src/run-role.sh
|
|
11678
11683
|
- suite_certs
|
|
11679
|
-
image: quay.io/ibmmas/cli:13.
|
|
11684
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11680
11685
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11681
11686
|
|
|
11682
11687
|
workspaces:
|
|
@@ -11743,7 +11748,7 @@ spec:
|
|
|
11743
11748
|
command:
|
|
11744
11749
|
- /opt/app-root/src/run-role.sh
|
|
11745
11750
|
- suite_config
|
|
11746
|
-
image: quay.io/ibmmas/cli:13.
|
|
11751
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11747
11752
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11748
11753
|
workingDir: /workspace/configs
|
|
11749
11754
|
|
|
@@ -11814,7 +11819,7 @@ spec:
|
|
|
11814
11819
|
command:
|
|
11815
11820
|
- /opt/app-root/src/run-role.sh
|
|
11816
11821
|
- suite_db2_setup_for_manage
|
|
11817
|
-
image: quay.io/ibmmas/cli:13.
|
|
11822
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
11818
11823
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11819
11824
|
# --------------------------------------------------------------------------------
|
|
11820
11825
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12004,7 +12009,7 @@ spec:
|
|
|
12004
12009
|
command:
|
|
12005
12010
|
- /opt/app-root/src/run-role.sh
|
|
12006
12011
|
- suite_dns
|
|
12007
|
-
image: quay.io/ibmmas/cli:13.
|
|
12012
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12008
12013
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12009
12014
|
# --------------------------------------------------------------------------------
|
|
12010
12015
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12253,7 +12258,7 @@ spec:
|
|
|
12253
12258
|
command:
|
|
12254
12259
|
- /opt/app-root/src/run-role.sh
|
|
12255
12260
|
- suite_install
|
|
12256
|
-
image: quay.io/ibmmas/cli:13.
|
|
12261
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12257
12262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12258
12263
|
workingDir: /workspace/configs
|
|
12259
12264
|
|
|
@@ -12341,7 +12346,7 @@ spec:
|
|
|
12341
12346
|
command:
|
|
12342
12347
|
- /opt/app-root/src/run-role.sh
|
|
12343
12348
|
- suite_rollback
|
|
12344
|
-
image: quay.io/ibmmas/cli:13.
|
|
12349
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12345
12350
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12346
12351
|
# --------------------------------------------------------------------------------
|
|
12347
12352
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12406,7 +12411,7 @@ spec:
|
|
|
12406
12411
|
command:
|
|
12407
12412
|
- /opt/app-root/src/run-role.sh
|
|
12408
12413
|
- suite_uninstall
|
|
12409
|
-
image: quay.io/ibmmas/cli:13.
|
|
12414
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12410
12415
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12411
12416
|
# --------------------------------------------------------------------------------
|
|
12412
12417
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12476,7 +12481,7 @@ spec:
|
|
|
12476
12481
|
command:
|
|
12477
12482
|
- /opt/app-root/src/run-role.sh
|
|
12478
12483
|
- suite_upgrade
|
|
12479
|
-
image: quay.io/ibmmas/cli:13.
|
|
12484
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12480
12485
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12481
12486
|
# --------------------------------------------------------------------------------
|
|
12482
12487
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12543,12 +12548,12 @@ spec:
|
|
|
12543
12548
|
command:
|
|
12544
12549
|
- /opt/app-root/src/run-role.sh
|
|
12545
12550
|
- suite_verify
|
|
12546
|
-
image: quay.io/ibmmas/cli:13.
|
|
12551
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12547
12552
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12548
12553
|
|
|
12549
12554
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12550
12555
|
- name: suite-post-verify
|
|
12551
|
-
image: quay.io/ibmmas/cli:13.
|
|
12556
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12552
12557
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12553
12558
|
script: |
|
|
12554
12559
|
#!/usr/bin/env bash
|
|
@@ -12676,7 +12681,7 @@ spec:
|
|
|
12676
12681
|
command:
|
|
12677
12682
|
- /opt/app-root/src/run-role.sh
|
|
12678
12683
|
- turbonomic
|
|
12679
|
-
image: quay.io/ibmmas/cli:13.
|
|
12684
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12680
12685
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12681
12686
|
# --------------------------------------------------------------------------------
|
|
12682
12687
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12757,7 +12762,7 @@ spec:
|
|
|
12757
12762
|
# IBM User Data Services (UDS)
|
|
12758
12763
|
# -------------------------------------------------------------------------
|
|
12759
12764
|
- name: uds
|
|
12760
|
-
image: quay.io/ibmmas/cli:13.
|
|
12765
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12761
12766
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12762
12767
|
workingDir: /workspace/configs
|
|
12763
12768
|
command:
|
|
@@ -12820,7 +12825,7 @@ spec:
|
|
|
12820
12825
|
# IBM Data Reporter Operator (DRO)
|
|
12821
12826
|
# -------------------------------------------------------------------------
|
|
12822
12827
|
- name: dro
|
|
12823
|
-
image: quay.io/ibmmas/cli:13.
|
|
12828
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12824
12829
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12825
12830
|
workingDir: /workspace/configs
|
|
12826
12831
|
command:
|
|
@@ -12906,7 +12911,7 @@ spec:
|
|
|
12906
12911
|
description: "The value to set"
|
|
12907
12912
|
steps:
|
|
12908
12913
|
- name: update-configmap
|
|
12909
|
-
image: quay.io/ibmmas/cli:13.
|
|
12914
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12910
12915
|
command:
|
|
12911
12916
|
- /opt/app-root/src/update-configmap.sh
|
|
12912
12917
|
env:
|
|
@@ -12953,7 +12958,7 @@ spec:
|
|
|
12953
12958
|
|
|
12954
12959
|
steps:
|
|
12955
12960
|
- name: wait-for-configmap
|
|
12956
|
-
image: quay.io/ibmmas/cli:13.
|
|
12961
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
12957
12962
|
command:
|
|
12958
12963
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12959
12964
|
env:
|
|
@@ -13034,7 +13039,7 @@ spec:
|
|
|
13034
13039
|
|
|
13035
13040
|
steps:
|
|
13036
13041
|
- name: wait-for-configmap
|
|
13037
|
-
image: quay.io/ibmmas/cli:13.
|
|
13042
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
13038
13043
|
command:
|
|
13039
13044
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13040
13045
|
env:
|
|
@@ -13094,7 +13099,7 @@ spec:
|
|
|
13094
13099
|
|
|
13095
13100
|
steps:
|
|
13096
13101
|
- name: wait
|
|
13097
|
-
image: quay.io/ibmmas/cli:13.
|
|
13102
|
+
image: quay.io/ibmmas/cli:13.5.0
|
|
13098
13103
|
command:
|
|
13099
13104
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13100
13105
|
env:
|
|
@@ -14700,6 +14705,9 @@ spec:
|
|
|
14700
14705
|
- name: db2_backup_notify_slack_url
|
|
14701
14706
|
type: string
|
|
14702
14707
|
default: ""
|
|
14708
|
+
- name: auto_backup
|
|
14709
|
+
type: string
|
|
14710
|
+
default: ""
|
|
14703
14711
|
- name: replica_db
|
|
14704
14712
|
type: string
|
|
14705
14713
|
default: "false"
|
|
@@ -15188,6 +15196,8 @@ spec:
|
|
|
15188
15196
|
value: $(params.db2_timezone)
|
|
15189
15197
|
- name: db2_backup_notify_slack_url
|
|
15190
15198
|
value: $(params.db2_backup_notify_slack_url)
|
|
15199
|
+
- name: auto_backup
|
|
15200
|
+
value: $(params.auto_backup)
|
|
15191
15201
|
|
|
15192
15202
|
workspaces:
|
|
15193
15203
|
- name: configs
|
|
@@ -15386,6 +15396,8 @@ spec:
|
|
|
15386
15396
|
value: $(params.db2_timezone)
|
|
15387
15397
|
- name: db2_backup_notify_slack_url
|
|
15388
15398
|
value: $(params.db2_backup_notify_slack_url)
|
|
15399
|
+
- name: auto_backup
|
|
15400
|
+
value: $(params.auto_backup)
|
|
15389
15401
|
|
|
15390
15402
|
workspaces:
|
|
15391
15403
|
- name: configs
|
|
@@ -15583,6 +15595,8 @@ spec:
|
|
|
15583
15595
|
value: $(params.db2_timezone)
|
|
15584
15596
|
- name: db2_backup_notify_slack_url
|
|
15585
15597
|
value: $(params.db2_backup_notify_slack_url)
|
|
15598
|
+
- name: auto_backup
|
|
15599
|
+
value: "false"
|
|
15586
15600
|
- name: replica_db
|
|
15587
15601
|
value: $(params.replica_db)
|
|
15588
15602
|
- name: mas_annotations
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=yCzX9Dny6iVacyeq5StJ0JbiZn0rDXsLarJaXnqVYJo,526
|
|
2
|
+
mas/cli/cli.py,sha256=uyJ-8VJIQj4UUvUzvYZRPYadpkQfiwglGipj44cIEJg,18174
|
|
3
3
|
mas/cli/displayMixins.py,sha256=e3lAx1DIOwsriDcNI0M2JyP1jeLOZKvId6sPrvWLyqs,5984
|
|
4
4
|
mas/cli/gencfg.py,sha256=p38Ss_ooiNHOZTJT8l0YxDaEaPwD4ZXgxEbW-S9YLNY,3311
|
|
5
5
|
mas/cli/validators.py,sha256=vi1pFA8QtqMhqtGk1NlkkNDUrlFCi53kS5wJqFGDgOU,5108
|
|
@@ -17,7 +17,7 @@ mas/cli/install/settings/kafkaSettings.py,sha256=oJxFhWQkqPi7Do53tu4oxskGbEL4hro
|
|
|
17
17
|
mas/cli/install/settings/manageSettings.py,sha256=rBBq3r9AaDS5fLeKbItgLBnsguuZwyNKo80oYBBEB-0,16241
|
|
18
18
|
mas/cli/install/settings/mongodbSettings.py,sha256=UVt8vMLNpgyewlcymSystIhICnHsd0uoM9qpgezVjGg,2567
|
|
19
19
|
mas/cli/install/settings/turbonomicSettings.py,sha256=ul4eWf53b1NCzJTFsEPX6DWM23YUlWILYBygplqXYlU,1631
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=MjCWrUhBoVjFi0FLeI2PcyAnlMz2edXr3QfpYAMhUEw,833179
|
|
21
21
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
22
22
|
mas/cli/templates/suite_mongocfg.yml.j2,sha256=WrgJUfGyvfaRIHjY5VR_zLZ5irTpV5khKNq76ejIxKU,1606
|
|
23
23
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
@@ -99,8 +99,8 @@ mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4
|
|
|
99
99
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
100
100
|
mas/cli/upgrade/app.py,sha256=EuEZayc0nw9kA6Hz8M9Mv7uk0hgmspJSZCYhNEfCECk,6428
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=pqzNDSHy6l13JunHWQLyOI-NFnDGDoVJ_HM07FLYJSc,2033
|
|
102
|
-
mas_cli-13.
|
|
103
|
-
mas_cli-13.
|
|
104
|
-
mas_cli-13.
|
|
105
|
-
mas_cli-13.
|
|
106
|
-
mas_cli-13.
|
|
102
|
+
mas_cli-13.5.0.data/scripts/mas-cli,sha256=Es-wSefTBcR3Vs5_kIUHQLfWHxTXVrmIPMFY0hbrxt8,3493
|
|
103
|
+
mas_cli-13.5.0.dist-info/METADATA,sha256=8-4nRxLJN2MQ0vJzdsRyzQSs9XZ5XkXy4DNKKOvoV1M,2258
|
|
104
|
+
mas_cli-13.5.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
105
|
+
mas_cli-13.5.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-13.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|