mas-cli 12.0.0__py3-none-any.whl → 12.1.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 +227 -117
- mas/cli/update/app.py +1 -1
- mas/cli/upgrade/app.py +1 -6
- {mas_cli-12.0.0.dist-info → mas_cli-12.1.0.dist-info}/METADATA +1 -1
- {mas_cli-12.0.0.dist-info → mas_cli-12.1.0.dist-info}/RECORD +10 -10
- {mas_cli-12.0.0.data → mas_cli-12.1.0.data}/scripts/mas-cli +0 -0
- {mas_cli-12.0.0.dist-info → mas_cli-12.1.0.dist-info}/WHEEL +0 -0
- {mas_cli-12.0.0.dist-info → mas_cli-12.1.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 = "12.
|
|
120
|
+
self.version = "12.1.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:12.
|
|
234
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
345
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
463
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
533
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
599
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
726
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
846
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
963
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
1069
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
1391
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
1501
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
1590
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
1694
|
+
image: quay.io/ibmmas/cli:12.1.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:12.
|
|
1776
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -2018,7 +2018,7 @@ spec:
|
|
|
2018
2018
|
- -c
|
|
2019
2019
|
name: gitops-cluster
|
|
2020
2020
|
imagePullPolicy: Always
|
|
2021
|
-
image: quay.io/ibmmas/cli:12.
|
|
2021
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2022
2022
|
workspaces:
|
|
2023
2023
|
- name: configs
|
|
2024
2024
|
# --------------------------------------------------------------------------------
|
|
@@ -2121,7 +2121,7 @@ spec:
|
|
|
2121
2121
|
- -c
|
|
2122
2122
|
name: gitops-cos
|
|
2123
2123
|
imagePullPolicy: IfNotPresent
|
|
2124
|
-
image: quay.io/ibmmas/cli:12.
|
|
2124
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2125
2125
|
workspaces:
|
|
2126
2126
|
- name: configs
|
|
2127
2127
|
# --------------------------------------------------------------------------------
|
|
@@ -2269,7 +2269,7 @@ spec:
|
|
|
2269
2269
|
- -c
|
|
2270
2270
|
name: gitops-cp4d-service
|
|
2271
2271
|
imagePullPolicy: IfNotPresent
|
|
2272
|
-
image: quay.io/ibmmas/cli:12.
|
|
2272
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2273
2273
|
workspaces:
|
|
2274
2274
|
- name: configs
|
|
2275
2275
|
- name: shared-gitops-configs
|
|
@@ -2398,7 +2398,7 @@ spec:
|
|
|
2398
2398
|
- -c
|
|
2399
2399
|
name: gitops-cp4d
|
|
2400
2400
|
imagePullPolicy: IfNotPresent
|
|
2401
|
-
image: quay.io/ibmmas/cli:12.
|
|
2401
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2402
2402
|
workspaces:
|
|
2403
2403
|
- name: configs
|
|
2404
2404
|
- name: shared-gitops-configs
|
|
@@ -2659,7 +2659,7 @@ spec:
|
|
|
2659
2659
|
- -c
|
|
2660
2660
|
name: gitops-db2u-database
|
|
2661
2661
|
imagePullPolicy: Always
|
|
2662
|
-
image: quay.io/ibmmas/cli:12.
|
|
2662
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2663
2663
|
workspaces:
|
|
2664
2664
|
- name: configs
|
|
2665
2665
|
- name: shared-gitops-configs
|
|
@@ -2757,7 +2757,7 @@ spec:
|
|
|
2757
2757
|
- -c
|
|
2758
2758
|
name: gitops-db2u
|
|
2759
2759
|
imagePullPolicy: IfNotPresent
|
|
2760
|
-
image: quay.io/ibmmas/cli:12.
|
|
2760
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2761
2761
|
workspaces:
|
|
2762
2762
|
- name: configs
|
|
2763
2763
|
# --------------------------------------------------------------------------------
|
|
@@ -2884,7 +2884,7 @@ spec:
|
|
|
2884
2884
|
- -c
|
|
2885
2885
|
name: gitops-delete-jdbc-config
|
|
2886
2886
|
imagePullPolicy: IfNotPresent
|
|
2887
|
-
image: quay.io/ibmmas/cli:12.
|
|
2887
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2888
2888
|
workspaces:
|
|
2889
2889
|
- name: configs
|
|
2890
2890
|
# --------------------------------------------------------------------------------
|
|
@@ -2982,7 +2982,7 @@ spec:
|
|
|
2982
2982
|
- -c
|
|
2983
2983
|
name: gitops-delete-kafka-config
|
|
2984
2984
|
imagePullPolicy: Always
|
|
2985
|
-
image: quay.io/ibmmas/cli:12.
|
|
2985
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
2986
2986
|
workspaces:
|
|
2987
2987
|
- name: configs
|
|
2988
2988
|
|
|
@@ -3074,7 +3074,7 @@ spec:
|
|
|
3074
3074
|
- -c
|
|
3075
3075
|
name: gitops-deprovision-app-config
|
|
3076
3076
|
imagePullPolicy: IfNotPresent
|
|
3077
|
-
image: quay.io/ibmmas/cli:12.
|
|
3077
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3078
3078
|
workspaces:
|
|
3079
3079
|
- name: configs
|
|
3080
3080
|
# --------------------------------------------------------------------------------
|
|
@@ -3159,7 +3159,7 @@ spec:
|
|
|
3159
3159
|
- -c
|
|
3160
3160
|
name: gitops-deprovision-app-install
|
|
3161
3161
|
imagePullPolicy: IfNotPresent
|
|
3162
|
-
image: quay.io/ibmmas/cli:12.
|
|
3162
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3163
3163
|
workspaces:
|
|
3164
3164
|
- name: configs
|
|
3165
3165
|
# --------------------------------------------------------------------------------
|
|
@@ -3244,7 +3244,7 @@ spec:
|
|
|
3244
3244
|
- -c
|
|
3245
3245
|
name: gitops-deprovision-cluster
|
|
3246
3246
|
imagePullPolicy: IfNotPresent
|
|
3247
|
-
image: quay.io/ibmmas/cli:12.
|
|
3247
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3248
3248
|
workspaces:
|
|
3249
3249
|
- name: configs
|
|
3250
3250
|
# --------------------------------------------------------------------------------
|
|
@@ -3363,7 +3363,7 @@ spec:
|
|
|
3363
3363
|
- -c
|
|
3364
3364
|
name: gitops-deprovision-cos
|
|
3365
3365
|
imagePullPolicy: IfNotPresent
|
|
3366
|
-
image: quay.io/ibmmas/cli:12.
|
|
3366
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3367
3367
|
workspaces:
|
|
3368
3368
|
- name: configs
|
|
3369
3369
|
# --------------------------------------------------------------------------------
|
|
@@ -3451,7 +3451,7 @@ spec:
|
|
|
3451
3451
|
- -c
|
|
3452
3452
|
name: gitops-deprovision-db2u-database
|
|
3453
3453
|
imagePullPolicy: IfNotPresent
|
|
3454
|
-
image: quay.io/ibmmas/cli:12.
|
|
3454
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3455
3455
|
workspaces:
|
|
3456
3456
|
- name: configs
|
|
3457
3457
|
|
|
@@ -3534,7 +3534,7 @@ spec:
|
|
|
3534
3534
|
- -c
|
|
3535
3535
|
name: gitops-deprovision-db2u
|
|
3536
3536
|
imagePullPolicy: IfNotPresent
|
|
3537
|
-
image: quay.io/ibmmas/cli:12.
|
|
3537
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3538
3538
|
workspaces:
|
|
3539
3539
|
- name: configs
|
|
3540
3540
|
|
|
@@ -3642,7 +3642,7 @@ spec:
|
|
|
3642
3642
|
- -c
|
|
3643
3643
|
name: gitops-deprovision-efs
|
|
3644
3644
|
imagePullPolicy: IfNotPresent
|
|
3645
|
-
image: quay.io/ibmmas/cli:12.
|
|
3645
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3646
3646
|
workspaces:
|
|
3647
3647
|
- name: configs
|
|
3648
3648
|
|
|
@@ -3752,7 +3752,7 @@ spec:
|
|
|
3752
3752
|
- -c
|
|
3753
3753
|
name: gitops-deprovision-kafka
|
|
3754
3754
|
imagePullPolicy: IfNotPresent
|
|
3755
|
-
image: quay.io/ibmmas/cli:12.
|
|
3755
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3756
3756
|
workspaces:
|
|
3757
3757
|
- name: configs
|
|
3758
3758
|
# --------------------------------------------------------------------------------
|
|
@@ -3855,7 +3855,7 @@ spec:
|
|
|
3855
3855
|
- -c
|
|
3856
3856
|
name: gitops-deprovision-mongo
|
|
3857
3857
|
imagePullPolicy: IfNotPresent
|
|
3858
|
-
image: quay.io/ibmmas/cli:12.
|
|
3858
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3859
3859
|
workspaces:
|
|
3860
3860
|
- name: configs
|
|
3861
3861
|
|
|
@@ -3912,7 +3912,7 @@ spec:
|
|
|
3912
3912
|
- -c
|
|
3913
3913
|
name: gitops-deprovision-rosa
|
|
3914
3914
|
imagePullPolicy: IfNotPresent
|
|
3915
|
-
image: quay.io/ibmmas/cli:12.
|
|
3915
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
3916
3916
|
workspaces:
|
|
3917
3917
|
- name: configs
|
|
3918
3918
|
# --------------------------------------------------------------------------------
|
|
@@ -4117,7 +4117,7 @@ spec:
|
|
|
4117
4117
|
- -c
|
|
4118
4118
|
name: gitops-deprovision-suite-config
|
|
4119
4119
|
imagePullPolicy: IfNotPresent
|
|
4120
|
-
image: quay.io/ibmmas/cli:12.
|
|
4120
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4121
4121
|
workspaces:
|
|
4122
4122
|
- name: configs
|
|
4123
4123
|
|
|
@@ -4215,7 +4215,7 @@ spec:
|
|
|
4215
4215
|
- -c
|
|
4216
4216
|
name: gitops-deprovision-suite-idp-config
|
|
4217
4217
|
imagePullPolicy: IfNotPresent
|
|
4218
|
-
image: quay.io/ibmmas/cli:12.
|
|
4218
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4219
4219
|
workspaces:
|
|
4220
4220
|
- name: configs
|
|
4221
4221
|
# --------------------------------------------------------------------------------
|
|
@@ -4307,7 +4307,7 @@ spec:
|
|
|
4307
4307
|
- -c
|
|
4308
4308
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4309
4309
|
imagePullPolicy: IfNotPresent
|
|
4310
|
-
image: quay.io/ibmmas/cli:12.
|
|
4310
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4311
4311
|
workspaces:
|
|
4312
4312
|
- name: configs
|
|
4313
4313
|
# --------------------------------------------------------------------------------
|
|
@@ -4399,7 +4399,7 @@ spec:
|
|
|
4399
4399
|
- -c
|
|
4400
4400
|
name: gitops-deprovision-suite-smtp-config
|
|
4401
4401
|
imagePullPolicy: IfNotPresent
|
|
4402
|
-
image: quay.io/ibmmas/cli:12.
|
|
4402
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4403
4403
|
workspaces:
|
|
4404
4404
|
- name: configs
|
|
4405
4405
|
# --------------------------------------------------------------------------------
|
|
@@ -4492,7 +4492,7 @@ spec:
|
|
|
4492
4492
|
- -c
|
|
4493
4493
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4494
4494
|
imagePullPolicy: IfNotPresent
|
|
4495
|
-
image: quay.io/ibmmas/cli:12.
|
|
4495
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4496
4496
|
workspaces:
|
|
4497
4497
|
- name: configs
|
|
4498
4498
|
# --------------------------------------------------------------------------------
|
|
@@ -4583,7 +4583,7 @@ spec:
|
|
|
4583
4583
|
- -c
|
|
4584
4584
|
name: gitops-deprovision-suite-workspace
|
|
4585
4585
|
imagePullPolicy: Always
|
|
4586
|
-
image: quay.io/ibmmas/cli:12.
|
|
4586
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4587
4587
|
workspaces:
|
|
4588
4588
|
- name: configs
|
|
4589
4589
|
# --------------------------------------------------------------------------------
|
|
@@ -4676,7 +4676,7 @@ spec:
|
|
|
4676
4676
|
- -c
|
|
4677
4677
|
name: gitops-deprovision-suite
|
|
4678
4678
|
imagePullPolicy: IfNotPresent
|
|
4679
|
-
image: quay.io/ibmmas/cli:12.
|
|
4679
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4680
4680
|
workspaces:
|
|
4681
4681
|
- name: configs
|
|
4682
4682
|
|
|
@@ -4789,7 +4789,7 @@ spec:
|
|
|
4789
4789
|
- -c
|
|
4790
4790
|
name: gitops-dro
|
|
4791
4791
|
imagePullPolicy: IfNotPresent
|
|
4792
|
-
image: quay.io/ibmmas/cli:12.
|
|
4792
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4793
4793
|
workspaces:
|
|
4794
4794
|
- name: configs
|
|
4795
4795
|
# --------------------------------------------------------------------------------
|
|
@@ -4906,7 +4906,7 @@ spec:
|
|
|
4906
4906
|
- -c
|
|
4907
4907
|
name: gitops-efs
|
|
4908
4908
|
imagePullPolicy: IfNotPresent
|
|
4909
|
-
image: quay.io/ibmmas/cli:12.
|
|
4909
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
4910
4910
|
workspaces:
|
|
4911
4911
|
- name: configs
|
|
4912
4912
|
|
|
@@ -5041,7 +5041,7 @@ spec:
|
|
|
5041
5041
|
- -c
|
|
5042
5042
|
name: gitops-jdbc-config
|
|
5043
5043
|
imagePullPolicy: Always
|
|
5044
|
-
image: quay.io/ibmmas/cli:12.
|
|
5044
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
5045
5045
|
workspaces:
|
|
5046
5046
|
- name: configs
|
|
5047
5047
|
- name: shared-gitops-configs
|
|
@@ -5137,7 +5137,7 @@ spec:
|
|
|
5137
5137
|
- -c
|
|
5138
5138
|
name: gitops-kafka-config
|
|
5139
5139
|
imagePullPolicy: Always
|
|
5140
|
-
image: quay.io/ibmmas/cli:12.
|
|
5140
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
5141
5141
|
workspaces:
|
|
5142
5142
|
- name: configs
|
|
5143
5143
|
|
|
@@ -5259,7 +5259,7 @@ spec:
|
|
|
5259
5259
|
- -c
|
|
5260
5260
|
name: gitops-kafka
|
|
5261
5261
|
imagePullPolicy: IfNotPresent
|
|
5262
|
-
image: quay.io/ibmmas/cli:12.
|
|
5262
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
5263
5263
|
workspaces:
|
|
5264
5264
|
- name: configs
|
|
5265
5265
|
# --------------------------------------------------------------------------------
|
|
@@ -5385,7 +5385,7 @@ spec:
|
|
|
5385
5385
|
- -c
|
|
5386
5386
|
name: gitops-license
|
|
5387
5387
|
imagePullPolicy: Always
|
|
5388
|
-
image: quay.io/ibmmas/cli:12.
|
|
5388
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
5389
5389
|
workspaces:
|
|
5390
5390
|
- name: shared-entitlement
|
|
5391
5391
|
|
|
@@ -5888,7 +5888,7 @@ spec:
|
|
|
5888
5888
|
- -c
|
|
5889
5889
|
name: gitops-mas-fvt-preparer
|
|
5890
5890
|
imagePullPolicy: Always
|
|
5891
|
-
image: quay.io/ibmmas/cli:12.
|
|
5891
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
5892
5892
|
workspaces:
|
|
5893
5893
|
- name: configs
|
|
5894
5894
|
- name: shared-additional-configs
|
|
@@ -6330,7 +6330,7 @@ spec:
|
|
|
6330
6330
|
- -c
|
|
6331
6331
|
name: gitops-mas-initiator
|
|
6332
6332
|
imagePullPolicy: IfNotPresent
|
|
6333
|
-
image: quay.io/ibmmas/cli:12.
|
|
6333
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
6334
6334
|
workspaces:
|
|
6335
6335
|
- name: configs
|
|
6336
6336
|
# --------------------------------------------------------------------------------
|
|
@@ -6438,7 +6438,7 @@ spec:
|
|
|
6438
6438
|
- -c
|
|
6439
6439
|
name: gitops-mongo
|
|
6440
6440
|
imagePullPolicy: IfNotPresent
|
|
6441
|
-
image: quay.io/ibmmas/cli:12.
|
|
6441
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
6442
6442
|
workspaces:
|
|
6443
6443
|
- name: configs
|
|
6444
6444
|
|
|
@@ -6560,7 +6560,7 @@ spec:
|
|
|
6560
6560
|
- -c
|
|
6561
6561
|
name: gitops-nvidia-gpu
|
|
6562
6562
|
imagePullPolicy: IfNotPresent
|
|
6563
|
-
image: quay.io/ibmmas/cli:12.
|
|
6563
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
6564
6564
|
workspaces:
|
|
6565
6565
|
- name: configs
|
|
6566
6566
|
# --------------------------------------------------------------------------------
|
|
@@ -6678,7 +6678,7 @@ spec:
|
|
|
6678
6678
|
- -c
|
|
6679
6679
|
name: gitops-process-mongo-user
|
|
6680
6680
|
imagePullPolicy: IfNotPresent
|
|
6681
|
-
image: quay.io/ibmmas/cli:12.
|
|
6681
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
6682
6682
|
workspaces:
|
|
6683
6683
|
- name: configs
|
|
6684
6684
|
# --------------------------------------------------------------------------------
|
|
@@ -6734,7 +6734,7 @@ spec:
|
|
|
6734
6734
|
- -c
|
|
6735
6735
|
name: gitops-rosa
|
|
6736
6736
|
imagePullPolicy: IfNotPresent
|
|
6737
|
-
image: quay.io/ibmmas/cli:12.
|
|
6737
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
6738
6738
|
workspaces:
|
|
6739
6739
|
- name: configs
|
|
6740
6740
|
# --------------------------------------------------------------------------------
|
|
@@ -6921,7 +6921,7 @@ spec:
|
|
|
6921
6921
|
- -c
|
|
6922
6922
|
name: gitops-suite-app-config
|
|
6923
6923
|
imagePullPolicy: IfNotPresent
|
|
6924
|
-
image: quay.io/ibmmas/cli:12.
|
|
6924
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
6925
6925
|
workspaces:
|
|
6926
6926
|
- name: configs
|
|
6927
6927
|
- name: shared-gitops-configs
|
|
@@ -7079,7 +7079,7 @@ spec:
|
|
|
7079
7079
|
- -c
|
|
7080
7080
|
name: gitops-suite-app-install
|
|
7081
7081
|
imagePullPolicy: Always
|
|
7082
|
-
image: quay.io/ibmmas/cli:12.
|
|
7082
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7083
7083
|
workspaces:
|
|
7084
7084
|
- name: configs
|
|
7085
7085
|
- name: shared-gitops-configs
|
|
@@ -7185,7 +7185,7 @@ spec:
|
|
|
7185
7185
|
- -c
|
|
7186
7186
|
name: gitops-suite-certs
|
|
7187
7187
|
imagePullPolicy: IfNotPresent
|
|
7188
|
-
image: quay.io/ibmmas/cli:12.
|
|
7188
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7189
7189
|
workspaces:
|
|
7190
7190
|
- name: configs
|
|
7191
7191
|
- name: certificates
|
|
@@ -7355,7 +7355,7 @@ spec:
|
|
|
7355
7355
|
- -c
|
|
7356
7356
|
name: gitops-suite-config
|
|
7357
7357
|
imagePullPolicy: IfNotPresent
|
|
7358
|
-
image: quay.io/ibmmas/cli:12.
|
|
7358
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7359
7359
|
workspaces:
|
|
7360
7360
|
- name: configs
|
|
7361
7361
|
- name: shared-additional-configs
|
|
@@ -7455,7 +7455,7 @@ spec:
|
|
|
7455
7455
|
- -c
|
|
7456
7456
|
name: gitops-suite-dns
|
|
7457
7457
|
imagePullPolicy: IfNotPresent
|
|
7458
|
-
image: quay.io/ibmmas/cli:12.
|
|
7458
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7459
7459
|
workspaces:
|
|
7460
7460
|
- name: configs
|
|
7461
7461
|
|
|
@@ -7579,7 +7579,7 @@ spec:
|
|
|
7579
7579
|
- -c
|
|
7580
7580
|
name: gitops-suite-idp-config
|
|
7581
7581
|
imagePullPolicy: IfNotPresent
|
|
7582
|
-
image: quay.io/ibmmas/cli:12.
|
|
7582
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7583
7583
|
workspaces:
|
|
7584
7584
|
- name: configs
|
|
7585
7585
|
- name: shared-additional-configs
|
|
@@ -7680,7 +7680,7 @@ spec:
|
|
|
7680
7680
|
- -c
|
|
7681
7681
|
name: gitops-suite-objectstorage-config
|
|
7682
7682
|
imagePullPolicy: IfNotPresent
|
|
7683
|
-
image: quay.io/ibmmas/cli:12.
|
|
7683
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7684
7684
|
workspaces:
|
|
7685
7685
|
- name: configs
|
|
7686
7686
|
- name: shared-gitops-configs
|
|
@@ -7821,7 +7821,7 @@ spec:
|
|
|
7821
7821
|
- -c
|
|
7822
7822
|
name: gitops-suite-smtp-config
|
|
7823
7823
|
imagePullPolicy: IfNotPresent
|
|
7824
|
-
image: quay.io/ibmmas/cli:12.
|
|
7824
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7825
7825
|
workspaces:
|
|
7826
7826
|
- name: configs
|
|
7827
7827
|
|
|
@@ -7930,7 +7930,7 @@ spec:
|
|
|
7930
7930
|
- -c
|
|
7931
7931
|
name: gitops-suite-watson-studio-config
|
|
7932
7932
|
imagePullPolicy: IfNotPresent
|
|
7933
|
-
image: quay.io/ibmmas/cli:12.
|
|
7933
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
7934
7934
|
workspaces:
|
|
7935
7935
|
- name: configs
|
|
7936
7936
|
- name: shared-gitops-configs
|
|
@@ -8027,7 +8027,7 @@ spec:
|
|
|
8027
8027
|
- -c
|
|
8028
8028
|
name: gitops-suite-workspace
|
|
8029
8029
|
imagePullPolicy: IfNotPresent
|
|
8030
|
-
image: quay.io/ibmmas/cli:12.
|
|
8030
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
8031
8031
|
workspaces:
|
|
8032
8032
|
- name: configs
|
|
8033
8033
|
# --------------------------------------------------------------------------------
|
|
@@ -8307,7 +8307,7 @@ spec:
|
|
|
8307
8307
|
- -c
|
|
8308
8308
|
name: gitops-suite
|
|
8309
8309
|
imagePullPolicy: IfNotPresent
|
|
8310
|
-
image: quay.io/ibmmas/cli:12.
|
|
8310
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
8311
8311
|
workspaces:
|
|
8312
8312
|
- name: configs
|
|
8313
8313
|
- name: shared-gitops-configs
|
|
@@ -8357,7 +8357,7 @@ spec:
|
|
|
8357
8357
|
|
|
8358
8358
|
steps:
|
|
8359
8359
|
- name: grafana
|
|
8360
|
-
image: quay.io/ibmmas/cli:12.
|
|
8360
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
8361
8361
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8362
8362
|
command:
|
|
8363
8363
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8491,7 +8491,7 @@ spec:
|
|
|
8491
8491
|
command:
|
|
8492
8492
|
- /opt/app-root/src/run-role.sh
|
|
8493
8493
|
- ibm_catalogs
|
|
8494
|
-
image: quay.io/ibmmas/cli:12.
|
|
8494
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
8495
8495
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8496
8496
|
workingDir: /workspace/configs
|
|
8497
8497
|
# --------------------------------------------------------------------------------
|
|
@@ -8733,7 +8733,7 @@ spec:
|
|
|
8733
8733
|
command:
|
|
8734
8734
|
- /opt/app-root/src/run-role.sh
|
|
8735
8735
|
- kafka
|
|
8736
|
-
image: quay.io/ibmmas/cli:12.
|
|
8736
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
8737
8737
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8738
8738
|
workingDir: /workspace/configs
|
|
8739
8739
|
|
|
@@ -8949,7 +8949,7 @@ spec:
|
|
|
8949
8949
|
command:
|
|
8950
8950
|
- /opt/app-root/src/run-role.sh
|
|
8951
8951
|
- kmodels
|
|
8952
|
-
image: quay.io/ibmmas/cli:12.
|
|
8952
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
8953
8953
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8954
8954
|
# --------------------------------------------------------------------------------
|
|
8955
8955
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9127,7 +9127,7 @@ spec:
|
|
|
9127
9127
|
command:
|
|
9128
9128
|
- /opt/app-root/src/run-role.sh
|
|
9129
9129
|
- mongodb
|
|
9130
|
-
image: quay.io/ibmmas/cli:12.
|
|
9130
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9131
9131
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9132
9132
|
workingDir: /workspace/configs
|
|
9133
9133
|
|
|
@@ -9170,7 +9170,7 @@ spec:
|
|
|
9170
9170
|
- $(params.base_output_dir)
|
|
9171
9171
|
- --extra-namespaces
|
|
9172
9172
|
- selenium
|
|
9173
|
-
image: quay.io/ibmmas/cli:12.
|
|
9173
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9174
9174
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9175
9175
|
env:
|
|
9176
9176
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9287,7 +9287,7 @@ spec:
|
|
|
9287
9287
|
command:
|
|
9288
9288
|
- /opt/app-root/src/run-role.sh
|
|
9289
9289
|
- nvidia_gpu
|
|
9290
|
-
image: quay.io/ibmmas/cli:12.
|
|
9290
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9291
9291
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9292
9292
|
workingDir: /workspace/configs
|
|
9293
9293
|
|
|
@@ -9323,7 +9323,7 @@ spec:
|
|
|
9323
9323
|
# Verify Cluster
|
|
9324
9324
|
# -------------------------------------------------------------------------
|
|
9325
9325
|
- name: ocp-verify-cluster
|
|
9326
|
-
image: quay.io/ibmmas/cli:12.
|
|
9326
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9327
9327
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9328
9328
|
command:
|
|
9329
9329
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9365,7 +9365,7 @@ spec:
|
|
|
9365
9365
|
# Verify Catalogs
|
|
9366
9366
|
# -------------------------------------------------------------------------
|
|
9367
9367
|
- name: ocp-verify-catalogs
|
|
9368
|
-
image: quay.io/ibmmas/cli:12.
|
|
9368
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9369
9369
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9370
9370
|
command:
|
|
9371
9371
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9407,7 +9407,7 @@ spec:
|
|
|
9407
9407
|
# Verify Subscriptions
|
|
9408
9408
|
# -------------------------------------------------------------------------
|
|
9409
9409
|
- name: ocp-verify-subscriptions
|
|
9410
|
-
image: quay.io/ibmmas/cli:12.
|
|
9410
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9411
9411
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9412
9412
|
command:
|
|
9413
9413
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9449,7 +9449,7 @@ spec:
|
|
|
9449
9449
|
# Verify Workloads
|
|
9450
9450
|
# -------------------------------------------------------------------------
|
|
9451
9451
|
- name: ocp-verify-workloads
|
|
9452
|
-
image: quay.io/ibmmas/cli:12.
|
|
9452
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9453
9453
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9454
9454
|
command:
|
|
9455
9455
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9491,7 +9491,7 @@ spec:
|
|
|
9491
9491
|
# Verify Catalogs - Ingress TLS
|
|
9492
9492
|
# -------------------------------------------------------------------------
|
|
9493
9493
|
- name: ocp-verify-ingress
|
|
9494
|
-
image: quay.io/ibmmas/cli:12.
|
|
9494
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9495
9495
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9496
9496
|
command:
|
|
9497
9497
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9617,7 +9617,7 @@ spec:
|
|
|
9617
9617
|
command:
|
|
9618
9618
|
- /opt/app-root/src/run-role.sh
|
|
9619
9619
|
- ocp_verify
|
|
9620
|
-
image: quay.io/ibmmas/cli:12.
|
|
9620
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9621
9621
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9622
9622
|
workingDir: /workspace/configs
|
|
9623
9623
|
# --------------------------------------------------------------------------------
|
|
@@ -9685,7 +9685,7 @@ spec:
|
|
|
9685
9685
|
command:
|
|
9686
9686
|
- /opt/app-root/src/run-role.sh
|
|
9687
9687
|
- ocs
|
|
9688
|
-
image: quay.io/ibmmas/cli:12.
|
|
9688
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9689
9689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9690
9690
|
workingDir: /workspace/configs
|
|
9691
9691
|
|
|
@@ -9921,7 +9921,7 @@ spec:
|
|
|
9921
9921
|
command:
|
|
9922
9922
|
- /opt/app-root/src/run-role.sh
|
|
9923
9923
|
- odh
|
|
9924
|
-
image: quay.io/ibmmas/cli:12.
|
|
9924
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
9925
9925
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9926
9926
|
# --------------------------------------------------------------------------------
|
|
9927
9927
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10097,7 +10097,7 @@ spec:
|
|
|
10097
10097
|
command:
|
|
10098
10098
|
- /opt/app-root/src/run-role.sh
|
|
10099
10099
|
- sls
|
|
10100
|
-
image: quay.io/ibmmas/cli:12.
|
|
10100
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
10101
10101
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10102
10102
|
workingDir: /workspace/configs
|
|
10103
10103
|
|
|
@@ -10486,12 +10486,12 @@ spec:
|
|
|
10486
10486
|
command:
|
|
10487
10487
|
- /opt/app-root/src/run-role.sh
|
|
10488
10488
|
- suite_app_config
|
|
10489
|
-
image: quay.io/ibmmas/cli:12.
|
|
10489
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
10490
10490
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10491
10491
|
|
|
10492
10492
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10493
10493
|
- name: app-cfg-post-verify
|
|
10494
|
-
image: quay.io/ibmmas/cli:12.
|
|
10494
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
10495
10495
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10496
10496
|
command:
|
|
10497
10497
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10692,7 +10692,7 @@ spec:
|
|
|
10692
10692
|
command:
|
|
10693
10693
|
- /opt/app-root/src/run-role.sh
|
|
10694
10694
|
- suite_app_install
|
|
10695
|
-
image: quay.io/ibmmas/cli:12.
|
|
10695
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
10696
10696
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10697
10697
|
|
|
10698
10698
|
workspaces:
|
|
@@ -10781,7 +10781,7 @@ spec:
|
|
|
10781
10781
|
command:
|
|
10782
10782
|
- /opt/app-root/src/run-role.sh
|
|
10783
10783
|
- suite_app_rollback
|
|
10784
|
-
image: quay.io/ibmmas/cli:12.
|
|
10784
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
10785
10785
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10786
10786
|
# --------------------------------------------------------------------------------
|
|
10787
10787
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10844,7 +10844,7 @@ spec:
|
|
|
10844
10844
|
command:
|
|
10845
10845
|
- /opt/app-root/src/run-role.sh
|
|
10846
10846
|
- suite_app_uninstall
|
|
10847
|
-
image: quay.io/ibmmas/cli:12.
|
|
10847
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
10848
10848
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10849
10849
|
# --------------------------------------------------------------------------------
|
|
10850
10850
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10919,7 +10919,7 @@ spec:
|
|
|
10919
10919
|
command:
|
|
10920
10920
|
- /opt/app-root/src/run-role.sh
|
|
10921
10921
|
- suite_app_upgrade
|
|
10922
|
-
image: quay.io/ibmmas/cli:12.
|
|
10922
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
10923
10923
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10924
10924
|
# --------------------------------------------------------------------------------
|
|
10925
10925
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11020,7 +11020,7 @@ spec:
|
|
|
11020
11020
|
command:
|
|
11021
11021
|
- /opt/app-root/src/run-role.sh
|
|
11022
11022
|
- suite_app_verify
|
|
11023
|
-
image: quay.io/ibmmas/cli:12.
|
|
11023
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11024
11024
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11025
11025
|
# --------------------------------------------------------------------------------
|
|
11026
11026
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11163,7 +11163,7 @@ spec:
|
|
|
11163
11163
|
command:
|
|
11164
11164
|
- /opt/app-root/src/run-role.sh
|
|
11165
11165
|
- suite_certs
|
|
11166
|
-
image: quay.io/ibmmas/cli:12.
|
|
11166
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11167
11167
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11168
11168
|
|
|
11169
11169
|
workspaces:
|
|
@@ -11230,7 +11230,7 @@ spec:
|
|
|
11230
11230
|
command:
|
|
11231
11231
|
- /opt/app-root/src/run-role.sh
|
|
11232
11232
|
- suite_config
|
|
11233
|
-
image: quay.io/ibmmas/cli:12.
|
|
11233
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11234
11234
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11235
11235
|
workingDir: /workspace/configs
|
|
11236
11236
|
|
|
@@ -11301,7 +11301,7 @@ spec:
|
|
|
11301
11301
|
command:
|
|
11302
11302
|
- /opt/app-root/src/run-role.sh
|
|
11303
11303
|
- suite_db2_setup_for_manage
|
|
11304
|
-
image: quay.io/ibmmas/cli:12.
|
|
11304
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11305
11305
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11306
11306
|
# --------------------------------------------------------------------------------
|
|
11307
11307
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11491,7 +11491,7 @@ spec:
|
|
|
11491
11491
|
command:
|
|
11492
11492
|
- /opt/app-root/src/run-role.sh
|
|
11493
11493
|
- suite_dns
|
|
11494
|
-
image: quay.io/ibmmas/cli:12.
|
|
11494
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11495
11495
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11496
11496
|
# --------------------------------------------------------------------------------
|
|
11497
11497
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11740,7 +11740,7 @@ spec:
|
|
|
11740
11740
|
command:
|
|
11741
11741
|
- /opt/app-root/src/run-role.sh
|
|
11742
11742
|
- suite_install
|
|
11743
|
-
image: quay.io/ibmmas/cli:12.
|
|
11743
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11744
11744
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11745
11745
|
workingDir: /workspace/configs
|
|
11746
11746
|
|
|
@@ -11828,7 +11828,7 @@ spec:
|
|
|
11828
11828
|
command:
|
|
11829
11829
|
- /opt/app-root/src/run-role.sh
|
|
11830
11830
|
- suite_rollback
|
|
11831
|
-
image: quay.io/ibmmas/cli:12.
|
|
11831
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11832
11832
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11833
11833
|
# --------------------------------------------------------------------------------
|
|
11834
11834
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11893,7 +11893,7 @@ spec:
|
|
|
11893
11893
|
command:
|
|
11894
11894
|
- /opt/app-root/src/run-role.sh
|
|
11895
11895
|
- suite_uninstall
|
|
11896
|
-
image: quay.io/ibmmas/cli:12.
|
|
11896
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11897
11897
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11898
11898
|
# --------------------------------------------------------------------------------
|
|
11899
11899
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11963,7 +11963,7 @@ spec:
|
|
|
11963
11963
|
command:
|
|
11964
11964
|
- /opt/app-root/src/run-role.sh
|
|
11965
11965
|
- suite_upgrade
|
|
11966
|
-
image: quay.io/ibmmas/cli:12.
|
|
11966
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
11967
11967
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11968
11968
|
# --------------------------------------------------------------------------------
|
|
11969
11969
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12030,12 +12030,12 @@ spec:
|
|
|
12030
12030
|
command:
|
|
12031
12031
|
- /opt/app-root/src/run-role.sh
|
|
12032
12032
|
- suite_verify
|
|
12033
|
-
image: quay.io/ibmmas/cli:12.
|
|
12033
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12034
12034
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12035
12035
|
|
|
12036
12036
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
12037
12037
|
- name: suite-post-verify
|
|
12038
|
-
image: quay.io/ibmmas/cli:12.
|
|
12038
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12039
12039
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12040
12040
|
script: |
|
|
12041
12041
|
#!/usr/bin/env bash
|
|
@@ -12169,7 +12169,7 @@ spec:
|
|
|
12169
12169
|
command:
|
|
12170
12170
|
- /opt/app-root/src/run-role.sh
|
|
12171
12171
|
- turbonomic
|
|
12172
|
-
image: quay.io/ibmmas/cli:12.
|
|
12172
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12173
12173
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12174
12174
|
# --------------------------------------------------------------------------------
|
|
12175
12175
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12250,7 +12250,7 @@ spec:
|
|
|
12250
12250
|
# IBM User Data Services (UDS)
|
|
12251
12251
|
# -------------------------------------------------------------------------
|
|
12252
12252
|
- name: uds
|
|
12253
|
-
image: quay.io/ibmmas/cli:12.
|
|
12253
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12254
12254
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12255
12255
|
workingDir: /workspace/configs
|
|
12256
12256
|
command:
|
|
@@ -12313,7 +12313,7 @@ spec:
|
|
|
12313
12313
|
# IBM Data Reporter Operator (DRO)
|
|
12314
12314
|
# -------------------------------------------------------------------------
|
|
12315
12315
|
- name: dro
|
|
12316
|
-
image: quay.io/ibmmas/cli:12.
|
|
12316
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12317
12317
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12318
12318
|
workingDir: /workspace/configs
|
|
12319
12319
|
command:
|
|
@@ -12392,14 +12392,14 @@ spec:
|
|
|
12392
12392
|
description: "The name of the configmap to update"
|
|
12393
12393
|
- name: configmap_key
|
|
12394
12394
|
type: string
|
|
12395
|
-
description: "The key in the configmap to update"
|
|
12395
|
+
description: "The key in the configmap to update (defaults to 'STATUS')"
|
|
12396
|
+
default: "STATUS"
|
|
12396
12397
|
- name: configmap_value
|
|
12397
12398
|
type: string
|
|
12398
12399
|
description: "The value to set"
|
|
12399
|
-
|
|
12400
12400
|
steps:
|
|
12401
12401
|
- name: update-configmap
|
|
12402
|
-
image: quay.io/ibmmas/cli:12.
|
|
12402
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12403
12403
|
command:
|
|
12404
12404
|
- /opt/app-root/src/update-configmap.sh
|
|
12405
12405
|
env:
|
|
@@ -12413,6 +12413,87 @@ spec:
|
|
|
12413
12413
|
- name: CONFIGMAP_VALUE
|
|
12414
12414
|
value: $(params.configmap_value)
|
|
12415
12415
|
# --------------------------------------------------------------------------------
|
|
12416
|
+
# /home/runner/work/cli/cli/tekton/target/tasks/wait-for-configmap-v2.yaml
|
|
12417
|
+
# --------------------------------------------------------------------------------
|
|
12418
|
+
---
|
|
12419
|
+
apiVersion: tekton.dev/v1beta1
|
|
12420
|
+
kind: Task
|
|
12421
|
+
metadata:
|
|
12422
|
+
name: mas-devops-wait-for-configmap-v2
|
|
12423
|
+
spec:
|
|
12424
|
+
params:
|
|
12425
|
+
- name: configmap_name
|
|
12426
|
+
type: string
|
|
12427
|
+
description: "The name of the configmap to wait for"
|
|
12428
|
+
- name: configmap_initial_value
|
|
12429
|
+
type: string
|
|
12430
|
+
description: "Optional value to initialise the configmap with if it does not already exist"
|
|
12431
|
+
default: ""
|
|
12432
|
+
- name: configmap_target_value
|
|
12433
|
+
type: string
|
|
12434
|
+
description: "The value to wait for the configmap to change to (defaults to 'approved')"
|
|
12435
|
+
default: "approved"
|
|
12436
|
+
|
|
12437
|
+
# Optional escape route
|
|
12438
|
+
- name: escape_configmap_name
|
|
12439
|
+
type: string
|
|
12440
|
+
description: "The name of the configmap wait for"
|
|
12441
|
+
default: ""
|
|
12442
|
+
- name: escape_configmap_key
|
|
12443
|
+
type: string
|
|
12444
|
+
description: "The key in the configmap to watch for"
|
|
12445
|
+
default: ""
|
|
12446
|
+
|
|
12447
|
+
steps:
|
|
12448
|
+
- name: wait-for-configmap
|
|
12449
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12450
|
+
command:
|
|
12451
|
+
- /opt/app-root/src/wait-for-configmap.sh
|
|
12452
|
+
env:
|
|
12453
|
+
# What to wait for
|
|
12454
|
+
- name: NAMESPACE
|
|
12455
|
+
value: $(context.taskRun.namespace)
|
|
12456
|
+
- name: CONFIGMAP_NAME
|
|
12457
|
+
value: $(params.configmap_name)
|
|
12458
|
+
- name: CONFIGMAP_KEY
|
|
12459
|
+
valueFrom:
|
|
12460
|
+
configMapKeyRef:
|
|
12461
|
+
name: $(params.configmap_name)
|
|
12462
|
+
key: CONFIGMAP_KEY
|
|
12463
|
+
optional: true
|
|
12464
|
+
- name: CONFIGMAP_INITIAL_VALUE
|
|
12465
|
+
value: $(params.configmap_initial_value)
|
|
12466
|
+
- name: CONFIGMAP_TARGET_VALUE
|
|
12467
|
+
value: $(params.configmap_target_value)
|
|
12468
|
+
|
|
12469
|
+
# How long to wait
|
|
12470
|
+
- name: DELAY
|
|
12471
|
+
valueFrom:
|
|
12472
|
+
configMapKeyRef:
|
|
12473
|
+
name: $(params.configmap_name)
|
|
12474
|
+
key: DELAY
|
|
12475
|
+
optional: true
|
|
12476
|
+
- name: MAX_RETRIES
|
|
12477
|
+
valueFrom:
|
|
12478
|
+
configMapKeyRef:
|
|
12479
|
+
name: $(params.configmap_name)
|
|
12480
|
+
key: MAX_RETRIES
|
|
12481
|
+
optional: true
|
|
12482
|
+
|
|
12483
|
+
# Optional escape route
|
|
12484
|
+
- name: ESCAPE_CONFIGMAP_NAME
|
|
12485
|
+
value: $(params.escape_configmap_name)
|
|
12486
|
+
- name: ESCAPE_CONFIGMAP_KEY
|
|
12487
|
+
value: $(params.escape_configmap_key)
|
|
12488
|
+
|
|
12489
|
+
# How to handle errors
|
|
12490
|
+
- name: IGNORE_FAILURE
|
|
12491
|
+
valueFrom:
|
|
12492
|
+
configMapKeyRef:
|
|
12493
|
+
name: $(params.configmap_name)
|
|
12494
|
+
key: IGNORE_FAILURE
|
|
12495
|
+
optional: true
|
|
12496
|
+
# --------------------------------------------------------------------------------
|
|
12416
12497
|
# /home/runner/work/cli/cli/tekton/target/tasks/wait-for-configmap.yaml
|
|
12417
12498
|
# --------------------------------------------------------------------------------
|
|
12418
12499
|
---
|
|
@@ -12461,7 +12542,7 @@ spec:
|
|
|
12461
12542
|
|
|
12462
12543
|
steps:
|
|
12463
12544
|
- name: wait-for-configmap
|
|
12464
|
-
image: quay.io/ibmmas/cli:12.
|
|
12545
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12465
12546
|
command:
|
|
12466
12547
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12467
12548
|
env:
|
|
@@ -12525,7 +12606,7 @@ spec:
|
|
|
12525
12606
|
|
|
12526
12607
|
steps:
|
|
12527
12608
|
- name: wait
|
|
12528
|
-
image: quay.io/ibmmas/cli:12.
|
|
12609
|
+
image: quay.io/ibmmas/cli:12.1.0
|
|
12529
12610
|
command:
|
|
12530
12611
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12531
12612
|
env:
|
|
@@ -25156,7 +25237,6 @@ kind: Pipeline
|
|
|
25156
25237
|
metadata:
|
|
25157
25238
|
name: mas-upgrade
|
|
25158
25239
|
spec:
|
|
25159
|
-
|
|
25160
25240
|
params:
|
|
25161
25241
|
# 1. Common Parameters
|
|
25162
25242
|
# -------------------------------------------------------------------------
|
|
@@ -25204,7 +25284,6 @@ spec:
|
|
|
25204
25284
|
type: string
|
|
25205
25285
|
default: ""
|
|
25206
25286
|
|
|
25207
|
-
|
|
25208
25287
|
# MAS Configuration - Application Channels
|
|
25209
25288
|
# -------------------------------------------------------------------------
|
|
25210
25289
|
- name: mas_app_channel_iot
|
|
@@ -25242,9 +25321,19 @@ spec:
|
|
|
25242
25321
|
|
|
25243
25322
|
|
|
25244
25323
|
tasks:
|
|
25245
|
-
|
|
25246
|
-
# 1. Verify health of the cluster before we change anything
|
|
25324
|
+
# 1. Wait for approval & verify health of the cluster before we change anything
|
|
25247
25325
|
# -------------------------------------------------------------------------
|
|
25326
|
+
- name: approval
|
|
25327
|
+
timeout: "0"
|
|
25328
|
+
taskRef:
|
|
25329
|
+
kind: Task
|
|
25330
|
+
name: mas-devops-wait-for-configmap-v2
|
|
25331
|
+
params:
|
|
25332
|
+
- name: image_pull_policy
|
|
25333
|
+
value: $(params.image_pull_policy)
|
|
25334
|
+
- name: configmap_name
|
|
25335
|
+
value: approval-upgrade
|
|
25336
|
+
|
|
25248
25337
|
- name: pre-upgrade-check
|
|
25249
25338
|
timeout: "0"
|
|
25250
25339
|
taskRef:
|
|
@@ -25265,9 +25354,11 @@ spec:
|
|
|
25265
25354
|
operator: notin
|
|
25266
25355
|
values: ["True", "true"]
|
|
25267
25356
|
|
|
25357
|
+
runAfter:
|
|
25358
|
+
- approval
|
|
25268
25359
|
|
|
25269
25360
|
|
|
25270
|
-
#
|
|
25361
|
+
# 2. Suite Upgrade (Phase 1)
|
|
25271
25362
|
# -------------------------------------------------------------------------
|
|
25272
25363
|
- name: core-upgrade
|
|
25273
25364
|
timeout: "0"
|
|
@@ -25304,7 +25395,7 @@ spec:
|
|
|
25304
25395
|
- core-upgrade
|
|
25305
25396
|
|
|
25306
25397
|
|
|
25307
|
-
#
|
|
25398
|
+
# 3. IoT Upgrade (Phase 2)
|
|
25308
25399
|
# -------------------------------------------------------------------------
|
|
25309
25400
|
- name: iot-upgrade
|
|
25310
25401
|
timeout: "0"
|
|
@@ -25326,7 +25417,7 @@ spec:
|
|
|
25326
25417
|
- core-verify
|
|
25327
25418
|
|
|
25328
25419
|
|
|
25329
|
-
#
|
|
25420
|
+
# 4. Manage Upgrade (Phase 2)
|
|
25330
25421
|
# -------------------------------------------------------------------------
|
|
25331
25422
|
- name: manage-upgrade
|
|
25332
25423
|
timeout: "0"
|
|
@@ -25348,7 +25439,7 @@ spec:
|
|
|
25348
25439
|
- core-verify
|
|
25349
25440
|
|
|
25350
25441
|
|
|
25351
|
-
#
|
|
25442
|
+
# 5. Visual Inspection Upgrade (Phase 2)
|
|
25352
25443
|
# -------------------------------------------------------------------------
|
|
25353
25444
|
- name: visualinspection-upgrade
|
|
25354
25445
|
timeout: "0"
|
|
@@ -25370,7 +25461,7 @@ spec:
|
|
|
25370
25461
|
- core-verify
|
|
25371
25462
|
|
|
25372
25463
|
|
|
25373
|
-
#
|
|
25464
|
+
# 6. Assist Upgrade (Phase 2)
|
|
25374
25465
|
# -------------------------------------------------------------------------
|
|
25375
25466
|
- name: assist-upgrade
|
|
25376
25467
|
timeout: "0"
|
|
@@ -25392,7 +25483,7 @@ spec:
|
|
|
25392
25483
|
- core-verify
|
|
25393
25484
|
|
|
25394
25485
|
|
|
25395
|
-
#
|
|
25486
|
+
# 7. Optimizer Upgrade (Phase 2)
|
|
25396
25487
|
# -------------------------------------------------------------------------
|
|
25397
25488
|
- name: optimizer-upgrade
|
|
25398
25489
|
timeout: "0"
|
|
@@ -25414,7 +25505,7 @@ spec:
|
|
|
25414
25505
|
- core-verify
|
|
25415
25506
|
|
|
25416
25507
|
|
|
25417
|
-
#
|
|
25508
|
+
# 8. Monitor Upgrade (Phase 3 - after IoT)
|
|
25418
25509
|
# -------------------------------------------------------------------------
|
|
25419
25510
|
- name: monitor-upgrade
|
|
25420
25511
|
timeout: "0"
|
|
@@ -25436,7 +25527,7 @@ spec:
|
|
|
25436
25527
|
- iot-upgrade
|
|
25437
25528
|
|
|
25438
25529
|
|
|
25439
|
-
#
|
|
25530
|
+
# 9. Predict Upgrade (Phase 3 - after Manage)
|
|
25440
25531
|
# -------------------------------------------------------------------------
|
|
25441
25532
|
- name: predict-upgrade
|
|
25442
25533
|
timeout: "0"
|
|
@@ -25457,7 +25548,8 @@ spec:
|
|
|
25457
25548
|
runAfter:
|
|
25458
25549
|
- manage-upgrade
|
|
25459
25550
|
|
|
25460
|
-
|
|
25551
|
+
|
|
25552
|
+
# 10. Verify health of the cluster after upgrade
|
|
25461
25553
|
# -------------------------------------------------------------------------
|
|
25462
25554
|
- name: post-upgrade-verify
|
|
25463
25555
|
timeout: "0"
|
|
@@ -25488,4 +25580,22 @@ spec:
|
|
|
25488
25580
|
- predict-upgrade
|
|
25489
25581
|
- monitor-upgrade
|
|
25490
25582
|
|
|
25491
|
-
|
|
25583
|
+
finally:
|
|
25584
|
+
# Update synchronization configmap
|
|
25585
|
+
# -------------------------------------------------------------------------
|
|
25586
|
+
- name: sync-upgrade
|
|
25587
|
+
timeout: "0"
|
|
25588
|
+
taskRef:
|
|
25589
|
+
kind: Task
|
|
25590
|
+
name: mas-devops-update-configmap
|
|
25591
|
+
params:
|
|
25592
|
+
- name: image_pull_policy
|
|
25593
|
+
value: $(params.image_pull_policy)
|
|
25594
|
+
- name: configmap_name
|
|
25595
|
+
value: sync-upgrade
|
|
25596
|
+
- name: configmap_key
|
|
25597
|
+
value: UPGRADE_STATUS
|
|
25598
|
+
- name: configmap_value
|
|
25599
|
+
# An aggregate status of all the pipelineTasks under the tasks section (excluding the finally section).
|
|
25600
|
+
# This variable is only available in the finally tasks and can have any one of the values (Succeeded, Failed, Completed, or None)
|
|
25601
|
+
value: $(tasks.status)
|
mas/cli/update/app.py
CHANGED
mas/cli/upgrade/app.py
CHANGED
|
@@ -22,7 +22,7 @@ from ..validators import InstanceIDValidator
|
|
|
22
22
|
from .argParser import upgradeArgParser
|
|
23
23
|
|
|
24
24
|
from mas.devops.ocp import createNamespace
|
|
25
|
-
from mas.devops.mas import listMasInstances,
|
|
25
|
+
from mas.devops.mas import listMasInstances, getMasChannel
|
|
26
26
|
from mas.devops.tekton import installOpenShiftPipelines, updateTektonDefinitions, launchUpgradePipeline
|
|
27
27
|
|
|
28
28
|
logger = logging.getLogger(__name__)
|
|
@@ -69,11 +69,6 @@ class UpgradeApp(BaseApp):
|
|
|
69
69
|
suiteCompleter = WordCompleter(suiteOptions)
|
|
70
70
|
print()
|
|
71
71
|
instanceId = prompt(HTML('<Yellow>Enter MAS instance ID: </Yellow>'), completer=suiteCompleter, validator=InstanceIDValidator(), validate_while_typing=False)
|
|
72
|
-
else:
|
|
73
|
-
# Non-interactive mode
|
|
74
|
-
if not verifyMasInstance(self.dynamicClient, instanceId):
|
|
75
|
-
print_formatted_text(HTML(f"<Red>Error: MAS instance {instanceId} not found on this cluster</Red>"))
|
|
76
|
-
sys.exit(1)
|
|
77
72
|
|
|
78
73
|
current_mas_channel = getMasChannel(self.dynamicClient, instanceId)
|
|
79
74
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=WYSU0MV45wJvR2Cf4OZj_ri1t50MpWfvDrWdQM1McsI,526
|
|
2
|
+
mas/cli/cli.py,sha256=0ZAuvGjjcxyV8svC-bsUvBVZBfNLA_cmUwjPWU0J_0g,17484
|
|
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=wRAFV0Rg3Em_ILkLd8xR-a_oglXivnVeF6nVI_73Q9o,1695
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=WRCMHV-1nCKFlcgP93syRxtuvAvvJr03fD8N5dCh3vs,797296
|
|
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
|
|
@@ -94,13 +94,13 @@ mas/cli/uninstall/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc
|
|
|
94
94
|
mas/cli/uninstall/app.py,sha256=uPJy3z-1Yt66MSFdZz1Qh8MjA97ZrQmjSgTx-Gqua9I,10047
|
|
95
95
|
mas/cli/uninstall/argParser.py,sha256=VVG4myUvFOtg98L6HAzpgGg7s5c-vub_UMZPGuNQko4,3452
|
|
96
96
|
mas/cli/update/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
97
|
-
mas/cli/update/app.py,sha256=
|
|
97
|
+
mas/cli/update/app.py,sha256=onkB2Gn9aJooMQB0AKrGvjN1B7yhajWTGTRdBRiM4I8,37226
|
|
98
98
|
mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4711
|
|
99
99
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
100
|
-
mas/cli/upgrade/app.py,sha256=
|
|
100
|
+
mas/cli/upgrade/app.py,sha256=xSM5r-3tE3ohphHvUSsXqRMvnxNFSoy_8-jlQLjLEno,6180
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=pqzNDSHy6l13JunHWQLyOI-NFnDGDoVJ_HM07FLYJSc,2033
|
|
102
|
-
mas_cli-12.
|
|
103
|
-
mas_cli-12.
|
|
104
|
-
mas_cli-12.
|
|
105
|
-
mas_cli-12.
|
|
106
|
-
mas_cli-12.
|
|
102
|
+
mas_cli-12.1.0.data/scripts/mas-cli,sha256=Es-wSefTBcR3Vs5_kIUHQLfWHxTXVrmIPMFY0hbrxt8,3493
|
|
103
|
+
mas_cli-12.1.0.dist-info/METADATA,sha256=UQUNyyzKoA5SrTtn785A_tY3RY6-NDOqKIRMbMn6iGc,2080
|
|
104
|
+
mas_cli-12.1.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
105
|
+
mas_cli-12.1.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-12.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|