mas-cli 11.11.2__py3-none-any.whl → 11.11.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/install/settings/mongodbSettings.py +4 -0
- mas/cli/templates/ibm-mas-tekton.yaml +105 -101
- {mas_cli-11.11.2.dist-info → mas_cli-11.11.3.dist-info}/METADATA +1 -1
- {mas_cli-11.11.2.dist-info → mas_cli-11.11.3.dist-info}/RECORD +9 -9
- {mas_cli-11.11.2.data → mas_cli-11.11.3.data}/scripts/mas-cli +0 -0
- {mas_cli-11.11.2.dist-info → mas_cli-11.11.3.dist-info}/WHEEL +0 -0
- {mas_cli-11.11.2.dist-info → mas_cli-11.11.3.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 = "11.11.
|
|
120
|
+
self.version = "11.11.3"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
|
@@ -22,6 +22,10 @@ class MongoDbSettingsMixin():
|
|
|
22
22
|
if self.architecture != "s390x" and self.yesOrNo("Create MongoDb cluster using MongoDb Community Edition Operator"):
|
|
23
23
|
if self.showAdvancedOptions:
|
|
24
24
|
self.promptForString("MongoDb namespace", "mongodb_namespace", default="mongoce")
|
|
25
|
+
else:
|
|
26
|
+
# Even though "" works as the default, we use this value to contruct other values so we need to explicitly set it
|
|
27
|
+
self.setParam("mongodb_namespace", "mongoce")
|
|
28
|
+
|
|
25
29
|
self.setParam("mongodb_action", "install")
|
|
26
30
|
self.setParam("sls_mongodb_cfg_file", f"/workspace/configs/mongo-{self.getParam('mongodb_namespace')}.yml")
|
|
27
31
|
else:
|
|
@@ -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:11.11.
|
|
234
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
345
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
463
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
533
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
599
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
726
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
846
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
963
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
1069
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
1391
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
1501
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
1590
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
1694
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
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:11.11.
|
|
1776
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -1985,7 +1985,7 @@ spec:
|
|
|
1985
1985
|
- -c
|
|
1986
1986
|
name: gitops-cluster
|
|
1987
1987
|
imagePullPolicy: Always
|
|
1988
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
1988
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
1989
1989
|
workspaces:
|
|
1990
1990
|
- name: configs
|
|
1991
1991
|
# --------------------------------------------------------------------------------
|
|
@@ -2088,7 +2088,7 @@ spec:
|
|
|
2088
2088
|
- -c
|
|
2089
2089
|
name: gitops-cos
|
|
2090
2090
|
imagePullPolicy: IfNotPresent
|
|
2091
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
2091
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
2092
2092
|
workspaces:
|
|
2093
2093
|
- name: configs
|
|
2094
2094
|
# --------------------------------------------------------------------------------
|
|
@@ -2236,7 +2236,7 @@ spec:
|
|
|
2236
2236
|
- -c
|
|
2237
2237
|
name: gitops-cp4d-service
|
|
2238
2238
|
imagePullPolicy: IfNotPresent
|
|
2239
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
2239
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
2240
2240
|
workspaces:
|
|
2241
2241
|
- name: configs
|
|
2242
2242
|
- name: shared-gitops-configs
|
|
@@ -2365,7 +2365,7 @@ spec:
|
|
|
2365
2365
|
- -c
|
|
2366
2366
|
name: gitops-cp4d
|
|
2367
2367
|
imagePullPolicy: IfNotPresent
|
|
2368
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
2368
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
2369
2369
|
workspaces:
|
|
2370
2370
|
- name: configs
|
|
2371
2371
|
- name: shared-gitops-configs
|
|
@@ -2476,6 +2476,8 @@ spec:
|
|
|
2476
2476
|
type: string
|
|
2477
2477
|
- name: db2_timezone
|
|
2478
2478
|
type: string
|
|
2479
|
+
- name: db2_tls_version
|
|
2480
|
+
type: string
|
|
2479
2481
|
- name: mas_instance_id
|
|
2480
2482
|
type: string
|
|
2481
2483
|
- name: mas_app_id
|
|
@@ -2584,6 +2586,8 @@ spec:
|
|
|
2584
2586
|
value: $(params.db2_tolerate_effect)
|
|
2585
2587
|
- name: DB2_TIMEZONE
|
|
2586
2588
|
value: $(params.db2_timezone)
|
|
2589
|
+
- name: DB2_TLS_VERSION
|
|
2590
|
+
value: $(params.db2_tls_version)
|
|
2587
2591
|
- name: MAS_APP_ID
|
|
2588
2592
|
value: $(params.mas_app_id)
|
|
2589
2593
|
- name: JDBC_ROUTE
|
|
@@ -2617,7 +2621,7 @@ spec:
|
|
|
2617
2621
|
- -c
|
|
2618
2622
|
name: gitops-db2u-database
|
|
2619
2623
|
imagePullPolicy: Always
|
|
2620
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
2624
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
2621
2625
|
workspaces:
|
|
2622
2626
|
- name: configs
|
|
2623
2627
|
- name: shared-gitops-configs
|
|
@@ -2715,7 +2719,7 @@ spec:
|
|
|
2715
2719
|
- -c
|
|
2716
2720
|
name: gitops-db2u
|
|
2717
2721
|
imagePullPolicy: IfNotPresent
|
|
2718
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
2722
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
2719
2723
|
workspaces:
|
|
2720
2724
|
- name: configs
|
|
2721
2725
|
# --------------------------------------------------------------------------------
|
|
@@ -2842,7 +2846,7 @@ spec:
|
|
|
2842
2846
|
- -c
|
|
2843
2847
|
name: gitops-delete-jdbc-config
|
|
2844
2848
|
imagePullPolicy: IfNotPresent
|
|
2845
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
2849
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
2846
2850
|
workspaces:
|
|
2847
2851
|
- name: configs
|
|
2848
2852
|
# --------------------------------------------------------------------------------
|
|
@@ -2940,7 +2944,7 @@ spec:
|
|
|
2940
2944
|
- -c
|
|
2941
2945
|
name: gitops-delete-kafka-config
|
|
2942
2946
|
imagePullPolicy: Always
|
|
2943
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
2947
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
2944
2948
|
workspaces:
|
|
2945
2949
|
- name: configs
|
|
2946
2950
|
|
|
@@ -3032,7 +3036,7 @@ spec:
|
|
|
3032
3036
|
- -c
|
|
3033
3037
|
name: gitops-deprovision-app-config
|
|
3034
3038
|
imagePullPolicy: IfNotPresent
|
|
3035
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3039
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3036
3040
|
workspaces:
|
|
3037
3041
|
- name: configs
|
|
3038
3042
|
# --------------------------------------------------------------------------------
|
|
@@ -3117,7 +3121,7 @@ spec:
|
|
|
3117
3121
|
- -c
|
|
3118
3122
|
name: gitops-deprovision-app-install
|
|
3119
3123
|
imagePullPolicy: IfNotPresent
|
|
3120
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3124
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3121
3125
|
workspaces:
|
|
3122
3126
|
- name: configs
|
|
3123
3127
|
# --------------------------------------------------------------------------------
|
|
@@ -3202,7 +3206,7 @@ spec:
|
|
|
3202
3206
|
- -c
|
|
3203
3207
|
name: gitops-deprovision-cluster
|
|
3204
3208
|
imagePullPolicy: IfNotPresent
|
|
3205
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3209
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3206
3210
|
workspaces:
|
|
3207
3211
|
- name: configs
|
|
3208
3212
|
# --------------------------------------------------------------------------------
|
|
@@ -3321,7 +3325,7 @@ spec:
|
|
|
3321
3325
|
- -c
|
|
3322
3326
|
name: gitops-deprovision-cos
|
|
3323
3327
|
imagePullPolicy: IfNotPresent
|
|
3324
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3328
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3325
3329
|
workspaces:
|
|
3326
3330
|
- name: configs
|
|
3327
3331
|
# --------------------------------------------------------------------------------
|
|
@@ -3409,7 +3413,7 @@ spec:
|
|
|
3409
3413
|
- -c
|
|
3410
3414
|
name: gitops-deprovision-db2u-database
|
|
3411
3415
|
imagePullPolicy: IfNotPresent
|
|
3412
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3416
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3413
3417
|
workspaces:
|
|
3414
3418
|
- name: configs
|
|
3415
3419
|
|
|
@@ -3492,7 +3496,7 @@ spec:
|
|
|
3492
3496
|
- -c
|
|
3493
3497
|
name: gitops-deprovision-db2u
|
|
3494
3498
|
imagePullPolicy: IfNotPresent
|
|
3495
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3499
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3496
3500
|
workspaces:
|
|
3497
3501
|
- name: configs
|
|
3498
3502
|
|
|
@@ -3600,7 +3604,7 @@ spec:
|
|
|
3600
3604
|
- -c
|
|
3601
3605
|
name: gitops-deprovision-efs
|
|
3602
3606
|
imagePullPolicy: IfNotPresent
|
|
3603
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3607
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3604
3608
|
workspaces:
|
|
3605
3609
|
- name: configs
|
|
3606
3610
|
|
|
@@ -3710,7 +3714,7 @@ spec:
|
|
|
3710
3714
|
- -c
|
|
3711
3715
|
name: gitops-deprovision-kafka
|
|
3712
3716
|
imagePullPolicy: IfNotPresent
|
|
3713
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3717
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3714
3718
|
workspaces:
|
|
3715
3719
|
- name: configs
|
|
3716
3720
|
# --------------------------------------------------------------------------------
|
|
@@ -3813,7 +3817,7 @@ spec:
|
|
|
3813
3817
|
- -c
|
|
3814
3818
|
name: gitops-deprovision-mongo
|
|
3815
3819
|
imagePullPolicy: IfNotPresent
|
|
3816
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3820
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3817
3821
|
workspaces:
|
|
3818
3822
|
- name: configs
|
|
3819
3823
|
|
|
@@ -3870,7 +3874,7 @@ spec:
|
|
|
3870
3874
|
- -c
|
|
3871
3875
|
name: gitops-deprovision-rosa
|
|
3872
3876
|
imagePullPolicy: IfNotPresent
|
|
3873
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
3877
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
3874
3878
|
workspaces:
|
|
3875
3879
|
- name: configs
|
|
3876
3880
|
# --------------------------------------------------------------------------------
|
|
@@ -4075,7 +4079,7 @@ spec:
|
|
|
4075
4079
|
- -c
|
|
4076
4080
|
name: gitops-deprovision-suite-config
|
|
4077
4081
|
imagePullPolicy: IfNotPresent
|
|
4078
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4082
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4079
4083
|
workspaces:
|
|
4080
4084
|
- name: configs
|
|
4081
4085
|
|
|
@@ -4173,7 +4177,7 @@ spec:
|
|
|
4173
4177
|
- -c
|
|
4174
4178
|
name: gitops-deprovision-suite-idp-config
|
|
4175
4179
|
imagePullPolicy: IfNotPresent
|
|
4176
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4180
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4177
4181
|
workspaces:
|
|
4178
4182
|
- name: configs
|
|
4179
4183
|
# --------------------------------------------------------------------------------
|
|
@@ -4265,7 +4269,7 @@ spec:
|
|
|
4265
4269
|
- -c
|
|
4266
4270
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4267
4271
|
imagePullPolicy: IfNotPresent
|
|
4268
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4272
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4269
4273
|
workspaces:
|
|
4270
4274
|
- name: configs
|
|
4271
4275
|
# --------------------------------------------------------------------------------
|
|
@@ -4357,7 +4361,7 @@ spec:
|
|
|
4357
4361
|
- -c
|
|
4358
4362
|
name: gitops-deprovision-suite-smtp-config
|
|
4359
4363
|
imagePullPolicy: IfNotPresent
|
|
4360
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4364
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4361
4365
|
workspaces:
|
|
4362
4366
|
- name: configs
|
|
4363
4367
|
# --------------------------------------------------------------------------------
|
|
@@ -4450,7 +4454,7 @@ spec:
|
|
|
4450
4454
|
- -c
|
|
4451
4455
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4452
4456
|
imagePullPolicy: IfNotPresent
|
|
4453
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4457
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4454
4458
|
workspaces:
|
|
4455
4459
|
- name: configs
|
|
4456
4460
|
# --------------------------------------------------------------------------------
|
|
@@ -4541,7 +4545,7 @@ spec:
|
|
|
4541
4545
|
- -c
|
|
4542
4546
|
name: gitops-deprovision-suite-workspace
|
|
4543
4547
|
imagePullPolicy: Always
|
|
4544
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4548
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4545
4549
|
workspaces:
|
|
4546
4550
|
- name: configs
|
|
4547
4551
|
# --------------------------------------------------------------------------------
|
|
@@ -4634,7 +4638,7 @@ spec:
|
|
|
4634
4638
|
- -c
|
|
4635
4639
|
name: gitops-deprovision-suite
|
|
4636
4640
|
imagePullPolicy: IfNotPresent
|
|
4637
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4641
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4638
4642
|
workspaces:
|
|
4639
4643
|
- name: configs
|
|
4640
4644
|
|
|
@@ -4747,7 +4751,7 @@ spec:
|
|
|
4747
4751
|
- -c
|
|
4748
4752
|
name: gitops-dro
|
|
4749
4753
|
imagePullPolicy: IfNotPresent
|
|
4750
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4754
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4751
4755
|
workspaces:
|
|
4752
4756
|
- name: configs
|
|
4753
4757
|
# --------------------------------------------------------------------------------
|
|
@@ -4864,7 +4868,7 @@ spec:
|
|
|
4864
4868
|
- -c
|
|
4865
4869
|
name: gitops-efs
|
|
4866
4870
|
imagePullPolicy: IfNotPresent
|
|
4867
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
4871
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
4868
4872
|
workspaces:
|
|
4869
4873
|
- name: configs
|
|
4870
4874
|
|
|
@@ -4999,7 +5003,7 @@ spec:
|
|
|
4999
5003
|
- -c
|
|
5000
5004
|
name: gitops-jdbc-config
|
|
5001
5005
|
imagePullPolicy: Always
|
|
5002
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
5006
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
5003
5007
|
workspaces:
|
|
5004
5008
|
- name: configs
|
|
5005
5009
|
- name: shared-gitops-configs
|
|
@@ -5095,7 +5099,7 @@ spec:
|
|
|
5095
5099
|
- -c
|
|
5096
5100
|
name: gitops-kafka-config
|
|
5097
5101
|
imagePullPolicy: Always
|
|
5098
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
5102
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
5099
5103
|
workspaces:
|
|
5100
5104
|
- name: configs
|
|
5101
5105
|
|
|
@@ -5217,7 +5221,7 @@ spec:
|
|
|
5217
5221
|
- -c
|
|
5218
5222
|
name: gitops-kafka
|
|
5219
5223
|
imagePullPolicy: IfNotPresent
|
|
5220
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
5224
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
5221
5225
|
workspaces:
|
|
5222
5226
|
- name: configs
|
|
5223
5227
|
# --------------------------------------------------------------------------------
|
|
@@ -5343,7 +5347,7 @@ spec:
|
|
|
5343
5347
|
- -c
|
|
5344
5348
|
name: gitops-license
|
|
5345
5349
|
imagePullPolicy: Always
|
|
5346
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
5350
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
5347
5351
|
workspaces:
|
|
5348
5352
|
- name: shared-entitlement
|
|
5349
5353
|
|
|
@@ -5846,7 +5850,7 @@ spec:
|
|
|
5846
5850
|
- -c
|
|
5847
5851
|
name: gitops-mas-fvt-preparer
|
|
5848
5852
|
imagePullPolicy: Always
|
|
5849
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
5853
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
5850
5854
|
workspaces:
|
|
5851
5855
|
- name: configs
|
|
5852
5856
|
- name: shared-additional-configs
|
|
@@ -6288,7 +6292,7 @@ spec:
|
|
|
6288
6292
|
- -c
|
|
6289
6293
|
name: gitops-mas-initiator
|
|
6290
6294
|
imagePullPolicy: IfNotPresent
|
|
6291
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
6295
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
6292
6296
|
workspaces:
|
|
6293
6297
|
- name: configs
|
|
6294
6298
|
# --------------------------------------------------------------------------------
|
|
@@ -6396,7 +6400,7 @@ spec:
|
|
|
6396
6400
|
- -c
|
|
6397
6401
|
name: gitops-mongo
|
|
6398
6402
|
imagePullPolicy: IfNotPresent
|
|
6399
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
6403
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
6400
6404
|
workspaces:
|
|
6401
6405
|
- name: configs
|
|
6402
6406
|
|
|
@@ -6518,7 +6522,7 @@ spec:
|
|
|
6518
6522
|
- -c
|
|
6519
6523
|
name: gitops-nvidia-gpu
|
|
6520
6524
|
imagePullPolicy: IfNotPresent
|
|
6521
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
6525
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
6522
6526
|
workspaces:
|
|
6523
6527
|
- name: configs
|
|
6524
6528
|
# --------------------------------------------------------------------------------
|
|
@@ -6636,7 +6640,7 @@ spec:
|
|
|
6636
6640
|
- -c
|
|
6637
6641
|
name: gitops-process-mongo-user
|
|
6638
6642
|
imagePullPolicy: IfNotPresent
|
|
6639
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
6643
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
6640
6644
|
workspaces:
|
|
6641
6645
|
- name: configs
|
|
6642
6646
|
# --------------------------------------------------------------------------------
|
|
@@ -6692,7 +6696,7 @@ spec:
|
|
|
6692
6696
|
- -c
|
|
6693
6697
|
name: gitops-rosa
|
|
6694
6698
|
imagePullPolicy: IfNotPresent
|
|
6695
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
6699
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
6696
6700
|
workspaces:
|
|
6697
6701
|
- name: configs
|
|
6698
6702
|
# --------------------------------------------------------------------------------
|
|
@@ -6874,7 +6878,7 @@ spec:
|
|
|
6874
6878
|
- -c
|
|
6875
6879
|
name: gitops-suite-app-config
|
|
6876
6880
|
imagePullPolicy: IfNotPresent
|
|
6877
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
6881
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
6878
6882
|
workspaces:
|
|
6879
6883
|
- name: configs
|
|
6880
6884
|
- name: shared-gitops-configs
|
|
@@ -7032,7 +7036,7 @@ spec:
|
|
|
7032
7036
|
- -c
|
|
7033
7037
|
name: gitops-suite-app-install
|
|
7034
7038
|
imagePullPolicy: Always
|
|
7035
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7039
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7036
7040
|
workspaces:
|
|
7037
7041
|
- name: configs
|
|
7038
7042
|
- name: shared-gitops-configs
|
|
@@ -7138,7 +7142,7 @@ spec:
|
|
|
7138
7142
|
- -c
|
|
7139
7143
|
name: gitops-suite-certs
|
|
7140
7144
|
imagePullPolicy: IfNotPresent
|
|
7141
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7145
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7142
7146
|
workspaces:
|
|
7143
7147
|
- name: configs
|
|
7144
7148
|
- name: certificates
|
|
@@ -7308,7 +7312,7 @@ spec:
|
|
|
7308
7312
|
- -c
|
|
7309
7313
|
name: gitops-suite-config
|
|
7310
7314
|
imagePullPolicy: IfNotPresent
|
|
7311
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7315
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7312
7316
|
workspaces:
|
|
7313
7317
|
- name: configs
|
|
7314
7318
|
- name: shared-additional-configs
|
|
@@ -7408,7 +7412,7 @@ spec:
|
|
|
7408
7412
|
- -c
|
|
7409
7413
|
name: gitops-suite-dns
|
|
7410
7414
|
imagePullPolicy: IfNotPresent
|
|
7411
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7415
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7412
7416
|
workspaces:
|
|
7413
7417
|
- name: configs
|
|
7414
7418
|
|
|
@@ -7532,7 +7536,7 @@ spec:
|
|
|
7532
7536
|
- -c
|
|
7533
7537
|
name: gitops-suite-idp-config
|
|
7534
7538
|
imagePullPolicy: IfNotPresent
|
|
7535
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7539
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7536
7540
|
workspaces:
|
|
7537
7541
|
- name: configs
|
|
7538
7542
|
- name: shared-additional-configs
|
|
@@ -7633,7 +7637,7 @@ spec:
|
|
|
7633
7637
|
- -c
|
|
7634
7638
|
name: gitops-suite-objectstorage-config
|
|
7635
7639
|
imagePullPolicy: IfNotPresent
|
|
7636
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7640
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7637
7641
|
workspaces:
|
|
7638
7642
|
- name: configs
|
|
7639
7643
|
- name: shared-gitops-configs
|
|
@@ -7774,7 +7778,7 @@ spec:
|
|
|
7774
7778
|
- -c
|
|
7775
7779
|
name: gitops-suite-smtp-config
|
|
7776
7780
|
imagePullPolicy: IfNotPresent
|
|
7777
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7781
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7778
7782
|
workspaces:
|
|
7779
7783
|
- name: configs
|
|
7780
7784
|
|
|
@@ -7883,7 +7887,7 @@ spec:
|
|
|
7883
7887
|
- -c
|
|
7884
7888
|
name: gitops-suite-watson-studio-config
|
|
7885
7889
|
imagePullPolicy: IfNotPresent
|
|
7886
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7890
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7887
7891
|
workspaces:
|
|
7888
7892
|
- name: configs
|
|
7889
7893
|
- name: shared-gitops-configs
|
|
@@ -7980,7 +7984,7 @@ spec:
|
|
|
7980
7984
|
- -c
|
|
7981
7985
|
name: gitops-suite-workspace
|
|
7982
7986
|
imagePullPolicy: IfNotPresent
|
|
7983
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
7987
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
7984
7988
|
workspaces:
|
|
7985
7989
|
- name: configs
|
|
7986
7990
|
# --------------------------------------------------------------------------------
|
|
@@ -8260,7 +8264,7 @@ spec:
|
|
|
8260
8264
|
- -c
|
|
8261
8265
|
name: gitops-suite
|
|
8262
8266
|
imagePullPolicy: IfNotPresent
|
|
8263
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
8267
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
8264
8268
|
workspaces:
|
|
8265
8269
|
- name: configs
|
|
8266
8270
|
- name: shared-gitops-configs
|
|
@@ -8310,7 +8314,7 @@ spec:
|
|
|
8310
8314
|
|
|
8311
8315
|
steps:
|
|
8312
8316
|
- name: grafana
|
|
8313
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
8317
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
8314
8318
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8315
8319
|
command:
|
|
8316
8320
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8444,7 +8448,7 @@ spec:
|
|
|
8444
8448
|
command:
|
|
8445
8449
|
- /opt/app-root/src/run-role.sh
|
|
8446
8450
|
- ibm_catalogs
|
|
8447
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
8451
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
8448
8452
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8449
8453
|
workingDir: /workspace/configs
|
|
8450
8454
|
# --------------------------------------------------------------------------------
|
|
@@ -8686,7 +8690,7 @@ spec:
|
|
|
8686
8690
|
command:
|
|
8687
8691
|
- /opt/app-root/src/run-role.sh
|
|
8688
8692
|
- kafka
|
|
8689
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
8693
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
8690
8694
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8691
8695
|
workingDir: /workspace/configs
|
|
8692
8696
|
|
|
@@ -8902,7 +8906,7 @@ spec:
|
|
|
8902
8906
|
command:
|
|
8903
8907
|
- /opt/app-root/src/run-role.sh
|
|
8904
8908
|
- kmodels
|
|
8905
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
8909
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
8906
8910
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8907
8911
|
# --------------------------------------------------------------------------------
|
|
8908
8912
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9080,7 +9084,7 @@ spec:
|
|
|
9080
9084
|
command:
|
|
9081
9085
|
- /opt/app-root/src/run-role.sh
|
|
9082
9086
|
- mongodb
|
|
9083
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9087
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9084
9088
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9085
9089
|
workingDir: /workspace/configs
|
|
9086
9090
|
|
|
@@ -9123,7 +9127,7 @@ spec:
|
|
|
9123
9127
|
- $(params.base_output_dir)
|
|
9124
9128
|
- --extra-namespaces
|
|
9125
9129
|
- selenium
|
|
9126
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9130
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9127
9131
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9128
9132
|
env:
|
|
9129
9133
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9240,7 +9244,7 @@ spec:
|
|
|
9240
9244
|
command:
|
|
9241
9245
|
- /opt/app-root/src/run-role.sh
|
|
9242
9246
|
- nvidia_gpu
|
|
9243
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9247
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9244
9248
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9245
9249
|
workingDir: /workspace/configs
|
|
9246
9250
|
|
|
@@ -9276,7 +9280,7 @@ spec:
|
|
|
9276
9280
|
# Verify Cluster
|
|
9277
9281
|
# -------------------------------------------------------------------------
|
|
9278
9282
|
- name: ocp-verify-cluster
|
|
9279
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9283
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9280
9284
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9281
9285
|
command:
|
|
9282
9286
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9318,7 +9322,7 @@ spec:
|
|
|
9318
9322
|
# Verify Catalogs
|
|
9319
9323
|
# -------------------------------------------------------------------------
|
|
9320
9324
|
- name: ocp-verify-catalogs
|
|
9321
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9325
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9322
9326
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9323
9327
|
command:
|
|
9324
9328
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9360,7 +9364,7 @@ spec:
|
|
|
9360
9364
|
# Verify Subscriptions
|
|
9361
9365
|
# -------------------------------------------------------------------------
|
|
9362
9366
|
- name: ocp-verify-subscriptions
|
|
9363
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9367
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9364
9368
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9365
9369
|
command:
|
|
9366
9370
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9402,7 +9406,7 @@ spec:
|
|
|
9402
9406
|
# Verify Workloads
|
|
9403
9407
|
# -------------------------------------------------------------------------
|
|
9404
9408
|
- name: ocp-verify-workloads
|
|
9405
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9409
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9406
9410
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9407
9411
|
command:
|
|
9408
9412
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9444,7 +9448,7 @@ spec:
|
|
|
9444
9448
|
# Verify Catalogs - Ingress TLS
|
|
9445
9449
|
# -------------------------------------------------------------------------
|
|
9446
9450
|
- name: ocp-verify-ingress
|
|
9447
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9451
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9448
9452
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9449
9453
|
command:
|
|
9450
9454
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9570,7 +9574,7 @@ spec:
|
|
|
9570
9574
|
command:
|
|
9571
9575
|
- /opt/app-root/src/run-role.sh
|
|
9572
9576
|
- ocp_verify
|
|
9573
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9577
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9574
9578
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9575
9579
|
workingDir: /workspace/configs
|
|
9576
9580
|
# --------------------------------------------------------------------------------
|
|
@@ -9638,7 +9642,7 @@ spec:
|
|
|
9638
9642
|
command:
|
|
9639
9643
|
- /opt/app-root/src/run-role.sh
|
|
9640
9644
|
- ocs
|
|
9641
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9645
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9642
9646
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9643
9647
|
workingDir: /workspace/configs
|
|
9644
9648
|
|
|
@@ -9874,7 +9878,7 @@ spec:
|
|
|
9874
9878
|
command:
|
|
9875
9879
|
- /opt/app-root/src/run-role.sh
|
|
9876
9880
|
- odh
|
|
9877
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
9881
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
9878
9882
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9879
9883
|
# --------------------------------------------------------------------------------
|
|
9880
9884
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10050,7 +10054,7 @@ spec:
|
|
|
10050
10054
|
command:
|
|
10051
10055
|
- /opt/app-root/src/run-role.sh
|
|
10052
10056
|
- sls
|
|
10053
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10057
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10054
10058
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10055
10059
|
workingDir: /workspace/configs
|
|
10056
10060
|
|
|
@@ -10439,12 +10443,12 @@ spec:
|
|
|
10439
10443
|
command:
|
|
10440
10444
|
- /opt/app-root/src/run-role.sh
|
|
10441
10445
|
- suite_app_config
|
|
10442
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10446
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10443
10447
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10444
10448
|
|
|
10445
10449
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10446
10450
|
- name: app-cfg-post-verify
|
|
10447
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10451
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10448
10452
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10449
10453
|
command:
|
|
10450
10454
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10645,7 +10649,7 @@ spec:
|
|
|
10645
10649
|
command:
|
|
10646
10650
|
- /opt/app-root/src/run-role.sh
|
|
10647
10651
|
- suite_app_install
|
|
10648
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10652
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10649
10653
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10650
10654
|
|
|
10651
10655
|
workspaces:
|
|
@@ -10734,7 +10738,7 @@ spec:
|
|
|
10734
10738
|
command:
|
|
10735
10739
|
- /opt/app-root/src/run-role.sh
|
|
10736
10740
|
- suite_app_rollback
|
|
10737
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10741
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10738
10742
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10739
10743
|
# --------------------------------------------------------------------------------
|
|
10740
10744
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10797,7 +10801,7 @@ spec:
|
|
|
10797
10801
|
command:
|
|
10798
10802
|
- /opt/app-root/src/run-role.sh
|
|
10799
10803
|
- suite_app_uninstall
|
|
10800
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10804
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10801
10805
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10802
10806
|
# --------------------------------------------------------------------------------
|
|
10803
10807
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10872,7 +10876,7 @@ spec:
|
|
|
10872
10876
|
command:
|
|
10873
10877
|
- /opt/app-root/src/run-role.sh
|
|
10874
10878
|
- suite_app_upgrade
|
|
10875
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10879
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10876
10880
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10877
10881
|
# --------------------------------------------------------------------------------
|
|
10878
10882
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10973,7 +10977,7 @@ spec:
|
|
|
10973
10977
|
command:
|
|
10974
10978
|
- /opt/app-root/src/run-role.sh
|
|
10975
10979
|
- suite_app_verify
|
|
10976
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
10980
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
10977
10981
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10978
10982
|
# --------------------------------------------------------------------------------
|
|
10979
10983
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11116,7 +11120,7 @@ spec:
|
|
|
11116
11120
|
command:
|
|
11117
11121
|
- /opt/app-root/src/run-role.sh
|
|
11118
11122
|
- suite_certs
|
|
11119
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11123
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11120
11124
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11121
11125
|
|
|
11122
11126
|
workspaces:
|
|
@@ -11183,7 +11187,7 @@ spec:
|
|
|
11183
11187
|
command:
|
|
11184
11188
|
- /opt/app-root/src/run-role.sh
|
|
11185
11189
|
- suite_config
|
|
11186
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11190
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11187
11191
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11188
11192
|
workingDir: /workspace/configs
|
|
11189
11193
|
|
|
@@ -11254,7 +11258,7 @@ spec:
|
|
|
11254
11258
|
command:
|
|
11255
11259
|
- /opt/app-root/src/run-role.sh
|
|
11256
11260
|
- suite_db2_setup_for_manage
|
|
11257
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11261
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11258
11262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11259
11263
|
# --------------------------------------------------------------------------------
|
|
11260
11264
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11444,7 +11448,7 @@ spec:
|
|
|
11444
11448
|
command:
|
|
11445
11449
|
- /opt/app-root/src/run-role.sh
|
|
11446
11450
|
- suite_dns
|
|
11447
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11451
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11448
11452
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11449
11453
|
# --------------------------------------------------------------------------------
|
|
11450
11454
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11693,7 +11697,7 @@ spec:
|
|
|
11693
11697
|
command:
|
|
11694
11698
|
- /opt/app-root/src/run-role.sh
|
|
11695
11699
|
- suite_install
|
|
11696
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11700
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11697
11701
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11698
11702
|
workingDir: /workspace/configs
|
|
11699
11703
|
|
|
@@ -11781,7 +11785,7 @@ spec:
|
|
|
11781
11785
|
command:
|
|
11782
11786
|
- /opt/app-root/src/run-role.sh
|
|
11783
11787
|
- suite_rollback
|
|
11784
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11788
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11785
11789
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11786
11790
|
# --------------------------------------------------------------------------------
|
|
11787
11791
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11846,7 +11850,7 @@ spec:
|
|
|
11846
11850
|
command:
|
|
11847
11851
|
- /opt/app-root/src/run-role.sh
|
|
11848
11852
|
- suite_uninstall
|
|
11849
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11853
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11850
11854
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11851
11855
|
# --------------------------------------------------------------------------------
|
|
11852
11856
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11916,7 +11920,7 @@ spec:
|
|
|
11916
11920
|
command:
|
|
11917
11921
|
- /opt/app-root/src/run-role.sh
|
|
11918
11922
|
- suite_upgrade
|
|
11919
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11923
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11920
11924
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11921
11925
|
# --------------------------------------------------------------------------------
|
|
11922
11926
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11983,12 +11987,12 @@ spec:
|
|
|
11983
11987
|
command:
|
|
11984
11988
|
- /opt/app-root/src/run-role.sh
|
|
11985
11989
|
- suite_verify
|
|
11986
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11990
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11987
11991
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11988
11992
|
|
|
11989
11993
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11990
11994
|
- name: suite-post-verify
|
|
11991
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
11995
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
11992
11996
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11993
11997
|
script: |
|
|
11994
11998
|
#!/usr/bin/env bash
|
|
@@ -12122,7 +12126,7 @@ spec:
|
|
|
12122
12126
|
command:
|
|
12123
12127
|
- /opt/app-root/src/run-role.sh
|
|
12124
12128
|
- turbonomic
|
|
12125
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
12129
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
12126
12130
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12127
12131
|
# --------------------------------------------------------------------------------
|
|
12128
12132
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12203,7 +12207,7 @@ spec:
|
|
|
12203
12207
|
# IBM User Data Services (UDS)
|
|
12204
12208
|
# -------------------------------------------------------------------------
|
|
12205
12209
|
- name: uds
|
|
12206
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
12210
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
12207
12211
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12208
12212
|
workingDir: /workspace/configs
|
|
12209
12213
|
command:
|
|
@@ -12266,7 +12270,7 @@ spec:
|
|
|
12266
12270
|
# IBM Data Reporter Operator (DRO)
|
|
12267
12271
|
# -------------------------------------------------------------------------
|
|
12268
12272
|
- name: dro
|
|
12269
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
12273
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
12270
12274
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12271
12275
|
workingDir: /workspace/configs
|
|
12272
12276
|
command:
|
|
@@ -12352,7 +12356,7 @@ spec:
|
|
|
12352
12356
|
|
|
12353
12357
|
steps:
|
|
12354
12358
|
- name: update-configmap
|
|
12355
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
12359
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
12356
12360
|
command:
|
|
12357
12361
|
- /opt/app-root/src/update-configmap.sh
|
|
12358
12362
|
env:
|
|
@@ -12414,7 +12418,7 @@ spec:
|
|
|
12414
12418
|
|
|
12415
12419
|
steps:
|
|
12416
12420
|
- name: wait-for-configmap
|
|
12417
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
12421
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
12418
12422
|
command:
|
|
12419
12423
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12420
12424
|
env:
|
|
@@ -12478,7 +12482,7 @@ spec:
|
|
|
12478
12482
|
|
|
12479
12483
|
steps:
|
|
12480
12484
|
- name: wait
|
|
12481
|
-
image: quay.io/ibmmas/cli:11.11.
|
|
12485
|
+
image: quay.io/ibmmas/cli:11.11.3
|
|
12482
12486
|
command:
|
|
12483
12487
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12484
12488
|
env:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=3srDgi-4-_AI5zuirhLABbzVOr8NH5DdzgcNm9fArWA,527
|
|
2
|
+
mas/cli/cli.py,sha256=WyDw_solFvnzAJ2oXVgPZ2SAowjt-B68DLwURqVhAC4,15770
|
|
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
|
|
@@ -15,9 +15,9 @@ mas/cli/install/settings/additionalConfigs.py,sha256=QyeVN_y3aXL3GU5RxtfPSgQTon7
|
|
|
15
15
|
mas/cli/install/settings/db2Settings.py,sha256=0jWV_Wgvs5X7UcGQGRa3KA6qAZoJsYgP5kxX1yKZsIY,13003
|
|
16
16
|
mas/cli/install/settings/kafkaSettings.py,sha256=oJxFhWQkqPi7Do53tu4oxskGbEL4hroH2129OLom5lU,7241
|
|
17
17
|
mas/cli/install/settings/manageSettings.py,sha256=rBBq3r9AaDS5fLeKbItgLBnsguuZwyNKo80oYBBEB-0,16241
|
|
18
|
-
mas/cli/install/settings/mongodbSettings.py,sha256=
|
|
18
|
+
mas/cli/install/settings/mongodbSettings.py,sha256=UVt8vMLNpgyewlcymSystIhICnHsd0uoM9qpgezVjGg,2567
|
|
19
19
|
mas/cli/install/settings/turbonomicSettings.py,sha256=wRAFV0Rg3Em_ILkLd8xR-a_oglXivnVeF6nVI_73Q9o,1695
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=kOrtwORQ69lOwgloVrGBVjsTHd2KLR9EVI9-0qx9MaU,788625
|
|
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=f1qfvzRdmf7YiYMtVTqKwE5RFVMcUkLGavCIZDuU_7c,5247
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=zk629svjIk-hD40Ytc5e5UOLO3xogVrfqSz09S17mWw,1882
|
|
102
|
-
mas_cli-11.11.
|
|
103
|
-
mas_cli-11.11.
|
|
104
|
-
mas_cli-11.11.
|
|
105
|
-
mas_cli-11.11.
|
|
106
|
-
mas_cli-11.11.
|
|
102
|
+
mas_cli-11.11.3.data/scripts/mas-cli,sha256=Es-wSefTBcR3Vs5_kIUHQLfWHxTXVrmIPMFY0hbrxt8,3493
|
|
103
|
+
mas_cli-11.11.3.dist-info/METADATA,sha256=7pHGBglsjcQwB5HjiNa6RO0A5lJUer3SK_flDdEw1eY,2081
|
|
104
|
+
mas_cli-11.11.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
105
|
+
mas_cli-11.11.3.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-11.11.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|