mas-cli 13.8.1__py3-none-any.whl → 13.10.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/install/catalogs.py +2 -2
- mas/cli/install/settings/kafkaSettings.py +2 -2
- mas/cli/templates/ibm-mas-tekton.yaml +170 -102
- mas/cli/update/app.py +8 -6
- {mas_cli-13.8.1.dist-info → mas_cli-13.10.0.dist-info}/METADATA +1 -1
- {mas_cli-13.8.1.dist-info → mas_cli-13.10.0.dist-info}/RECORD +11 -11
- {mas_cli-13.8.1.data → mas_cli-13.10.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.8.1.dist-info → mas_cli-13.10.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.8.1.dist-info → mas_cli-13.10.0.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "13.
|
|
120
|
+
self.version = "13.10.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
mas/cli/install/catalogs.py
CHANGED
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
# *****************************************************************************
|
|
10
10
|
supportedCatalogs = {
|
|
11
11
|
"amd64": [
|
|
12
|
+
"v9-250306-amd64",
|
|
12
13
|
"v9-250206-amd64",
|
|
13
14
|
"v9-250109-amd64",
|
|
14
15
|
"v9-241205-amd64",
|
|
15
|
-
"v9-241107-amd64",
|
|
16
16
|
],
|
|
17
17
|
"s390x": [
|
|
18
|
+
"v9-250306-amd64",
|
|
18
19
|
"v9-250206-s390x",
|
|
19
20
|
"v9-250109-s390x",
|
|
20
21
|
"v9-241205-s390x",
|
|
21
|
-
"v9-241107-s390x",
|
|
22
22
|
],
|
|
23
23
|
}
|
|
@@ -47,7 +47,7 @@ class KafkaSettingsMixin():
|
|
|
47
47
|
])
|
|
48
48
|
if self.showAdvancedOptions:
|
|
49
49
|
self.promptForString("Strimzi namespace", "kafka_namespace", default="strimzi")
|
|
50
|
-
self.promptForString("Kafka version", "kafka_version", default="3.
|
|
50
|
+
self.promptForString("Kafka version", "kafka_version", default="3.9.0")
|
|
51
51
|
|
|
52
52
|
elif self.getParam("kafka_provider") == "redhat":
|
|
53
53
|
self.printDescription([
|
|
@@ -58,7 +58,7 @@ class KafkaSettingsMixin():
|
|
|
58
58
|
" - If you are using older operator catalogs (e.g. in a disconnected install) you should confirm the supported versions in your OperatorHub"
|
|
59
59
|
])
|
|
60
60
|
self.promptForString("Install namespace", "kafka_namespace", default="amq-streams")
|
|
61
|
-
self.promptForString("Kafka version", "kafka_version", default="3.
|
|
61
|
+
self.promptForString("Kafka version", "kafka_version", default="3.8.0")
|
|
62
62
|
|
|
63
63
|
elif self.getParam("kafka_provider") == "ibm":
|
|
64
64
|
print()
|
|
@@ -231,7 +231,7 @@ spec:
|
|
|
231
231
|
command:
|
|
232
232
|
- /opt/app-root/src/run-role.sh
|
|
233
233
|
- aibroker
|
|
234
|
-
image: quay.io/ibmmas/cli:13.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:13.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:13.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:13.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:13.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -723,7 +723,7 @@ spec:
|
|
|
723
723
|
command:
|
|
724
724
|
- /opt/app-root/src/run-role.sh
|
|
725
725
|
- cos
|
|
726
|
-
image: quay.io/ibmmas/cli:13.
|
|
726
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
727
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
728
728
|
workingDir: /workspace/configs
|
|
729
729
|
|
|
@@ -843,7 +843,7 @@ spec:
|
|
|
843
843
|
command:
|
|
844
844
|
- /opt/app-root/src/run-role.sh
|
|
845
845
|
- cp4d_service
|
|
846
|
-
image: quay.io/ibmmas/cli:13.
|
|
846
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
847
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
848
848
|
workingDir: /workspace/configs
|
|
849
849
|
# --------------------------------------------------------------------------------
|
|
@@ -960,7 +960,7 @@ spec:
|
|
|
960
960
|
command:
|
|
961
961
|
- /opt/app-root/src/run-role.sh
|
|
962
962
|
- cp4d_service
|
|
963
|
-
image: quay.io/ibmmas/cli:13.
|
|
963
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
964
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
965
965
|
workingDir: /workspace/configs
|
|
966
966
|
|
|
@@ -1066,7 +1066,7 @@ spec:
|
|
|
1066
1066
|
command:
|
|
1067
1067
|
- /opt/app-root/src/run-role.sh
|
|
1068
1068
|
- cp4d
|
|
1069
|
-
image: quay.io/ibmmas/cli:13.
|
|
1069
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1070
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1071
1071
|
# --------------------------------------------------------------------------------
|
|
1072
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1388,7 +1388,7 @@ spec:
|
|
|
1388
1388
|
command:
|
|
1389
1389
|
- /opt/app-root/src/run-role.sh
|
|
1390
1390
|
- db2
|
|
1391
|
-
image: quay.io/ibmmas/cli:13.
|
|
1391
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1392
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1393
1393
|
workingDir: /workspace/configs
|
|
1394
1394
|
|
|
@@ -1498,7 +1498,7 @@ spec:
|
|
|
1498
1498
|
command:
|
|
1499
1499
|
- /opt/app-root/src/run-role.sh
|
|
1500
1500
|
- eck
|
|
1501
|
-
image: quay.io/ibmmas/cli:13.
|
|
1501
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1502
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1503
1503
|
# --------------------------------------------------------------------------------
|
|
1504
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1587,7 +1587,7 @@ spec:
|
|
|
1587
1587
|
command:
|
|
1588
1588
|
- /opt/app-root/src/run-role.sh
|
|
1589
1589
|
- gencfg_workspace
|
|
1590
|
-
image: quay.io/ibmmas/cli:13.
|
|
1590
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1591
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1592
1592
|
workingDir: /workspace/configs
|
|
1593
1593
|
|
|
@@ -1691,7 +1691,7 @@ spec:
|
|
|
1691
1691
|
- -c
|
|
1692
1692
|
name: gitops-bootstrap
|
|
1693
1693
|
imagePullPolicy: IfNotPresent
|
|
1694
|
-
image: quay.io/ibmmas/cli:13.
|
|
1694
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1695
1695
|
workspaces:
|
|
1696
1696
|
- name: configs
|
|
1697
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1773,7 +1773,7 @@ spec:
|
|
|
1773
1773
|
- -c
|
|
1774
1774
|
name: gitops-cis-compliance
|
|
1775
1775
|
imagePullPolicy: IfNotPresent
|
|
1776
|
-
image: quay.io/ibmmas/cli:13.
|
|
1776
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -2078,7 +2078,7 @@ spec:
|
|
|
2078
2078
|
- -c
|
|
2079
2079
|
name: gitops-cluster
|
|
2080
2080
|
imagePullPolicy: Always
|
|
2081
|
-
image: quay.io/ibmmas/cli:13.
|
|
2081
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2082
2082
|
workspaces:
|
|
2083
2083
|
- name: configs
|
|
2084
2084
|
# --------------------------------------------------------------------------------
|
|
@@ -2181,7 +2181,7 @@ spec:
|
|
|
2181
2181
|
- -c
|
|
2182
2182
|
name: gitops-cos
|
|
2183
2183
|
imagePullPolicy: IfNotPresent
|
|
2184
|
-
image: quay.io/ibmmas/cli:13.
|
|
2184
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2185
2185
|
workspaces:
|
|
2186
2186
|
- name: configs
|
|
2187
2187
|
# --------------------------------------------------------------------------------
|
|
@@ -2329,7 +2329,7 @@ spec:
|
|
|
2329
2329
|
- -c
|
|
2330
2330
|
name: gitops-cp4d-service
|
|
2331
2331
|
imagePullPolicy: IfNotPresent
|
|
2332
|
-
image: quay.io/ibmmas/cli:13.
|
|
2332
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2333
2333
|
workspaces:
|
|
2334
2334
|
- name: configs
|
|
2335
2335
|
- name: shared-gitops-configs
|
|
@@ -2458,7 +2458,7 @@ spec:
|
|
|
2458
2458
|
- -c
|
|
2459
2459
|
name: gitops-cp4d
|
|
2460
2460
|
imagePullPolicy: IfNotPresent
|
|
2461
|
-
image: quay.io/ibmmas/cli:13.
|
|
2461
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2462
2462
|
workspaces:
|
|
2463
2463
|
- name: configs
|
|
2464
2464
|
- name: shared-gitops-configs
|
|
@@ -2593,6 +2593,9 @@ spec:
|
|
|
2593
2593
|
- name: mas_annotations
|
|
2594
2594
|
type: string
|
|
2595
2595
|
default: ""
|
|
2596
|
+
- name: manually_set_enhanced_hadr
|
|
2597
|
+
type: string
|
|
2598
|
+
default: ""
|
|
2596
2599
|
stepTemplate:
|
|
2597
2600
|
name: gitops-db2u-database
|
|
2598
2601
|
env:
|
|
@@ -2710,6 +2713,8 @@ spec:
|
|
|
2710
2713
|
value: $(params.is_replica_task)
|
|
2711
2714
|
- name: MAS_ANNOTATIONS
|
|
2712
2715
|
value: $(params.mas_annotations)
|
|
2716
|
+
- name: MANUALLY_SET_ENHANCED_HADR
|
|
2717
|
+
value: $(params.manually_set_enhanced_hadr)
|
|
2713
2718
|
envFrom:
|
|
2714
2719
|
- configMapRef:
|
|
2715
2720
|
name: environment-properties
|
|
@@ -2739,7 +2744,7 @@ spec:
|
|
|
2739
2744
|
- -c
|
|
2740
2745
|
name: gitops-db2u-database
|
|
2741
2746
|
imagePullPolicy: Always
|
|
2742
|
-
image: quay.io/ibmmas/cli:13.
|
|
2747
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2743
2748
|
workspaces:
|
|
2744
2749
|
- name: configs
|
|
2745
2750
|
- name: shared-gitops-configs
|
|
@@ -2837,7 +2842,7 @@ spec:
|
|
|
2837
2842
|
- -c
|
|
2838
2843
|
name: gitops-db2u
|
|
2839
2844
|
imagePullPolicy: IfNotPresent
|
|
2840
|
-
image: quay.io/ibmmas/cli:13.
|
|
2845
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2841
2846
|
workspaces:
|
|
2842
2847
|
- name: configs
|
|
2843
2848
|
# --------------------------------------------------------------------------------
|
|
@@ -2964,7 +2969,7 @@ spec:
|
|
|
2964
2969
|
- -c
|
|
2965
2970
|
name: gitops-delete-jdbc-config
|
|
2966
2971
|
imagePullPolicy: IfNotPresent
|
|
2967
|
-
image: quay.io/ibmmas/cli:13.
|
|
2972
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2968
2973
|
workspaces:
|
|
2969
2974
|
- name: configs
|
|
2970
2975
|
# --------------------------------------------------------------------------------
|
|
@@ -3062,7 +3067,7 @@ spec:
|
|
|
3062
3067
|
- -c
|
|
3063
3068
|
name: gitops-delete-kafka-config
|
|
3064
3069
|
imagePullPolicy: Always
|
|
3065
|
-
image: quay.io/ibmmas/cli:13.
|
|
3070
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3066
3071
|
workspaces:
|
|
3067
3072
|
- name: configs
|
|
3068
3073
|
|
|
@@ -3154,7 +3159,7 @@ spec:
|
|
|
3154
3159
|
- -c
|
|
3155
3160
|
name: gitops-deprovision-app-config
|
|
3156
3161
|
imagePullPolicy: IfNotPresent
|
|
3157
|
-
image: quay.io/ibmmas/cli:13.
|
|
3162
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3158
3163
|
workspaces:
|
|
3159
3164
|
- name: configs
|
|
3160
3165
|
# --------------------------------------------------------------------------------
|
|
@@ -3239,7 +3244,7 @@ spec:
|
|
|
3239
3244
|
- -c
|
|
3240
3245
|
name: gitops-deprovision-app-install
|
|
3241
3246
|
imagePullPolicy: IfNotPresent
|
|
3242
|
-
image: quay.io/ibmmas/cli:13.
|
|
3247
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3243
3248
|
workspaces:
|
|
3244
3249
|
- name: configs
|
|
3245
3250
|
# --------------------------------------------------------------------------------
|
|
@@ -3324,7 +3329,7 @@ spec:
|
|
|
3324
3329
|
- -c
|
|
3325
3330
|
name: gitops-deprovision-cluster
|
|
3326
3331
|
imagePullPolicy: IfNotPresent
|
|
3327
|
-
image: quay.io/ibmmas/cli:13.
|
|
3332
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3328
3333
|
workspaces:
|
|
3329
3334
|
- name: configs
|
|
3330
3335
|
# --------------------------------------------------------------------------------
|
|
@@ -3443,7 +3448,7 @@ spec:
|
|
|
3443
3448
|
- -c
|
|
3444
3449
|
name: gitops-deprovision-cos
|
|
3445
3450
|
imagePullPolicy: IfNotPresent
|
|
3446
|
-
image: quay.io/ibmmas/cli:13.
|
|
3451
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3447
3452
|
workspaces:
|
|
3448
3453
|
- name: configs
|
|
3449
3454
|
# --------------------------------------------------------------------------------
|
|
@@ -3478,6 +3483,9 @@ spec:
|
|
|
3478
3483
|
type: string
|
|
3479
3484
|
- name: avp_aws_secret_region
|
|
3480
3485
|
type: string
|
|
3486
|
+
- name: is_replica_task
|
|
3487
|
+
type: string
|
|
3488
|
+
default: ""
|
|
3481
3489
|
stepTemplate:
|
|
3482
3490
|
name: gitops-deprovision-db2u-database
|
|
3483
3491
|
env:
|
|
@@ -3503,6 +3511,8 @@ spec:
|
|
|
3503
3511
|
value: $(params.github_repo)
|
|
3504
3512
|
- name: SM_AWS_REGION
|
|
3505
3513
|
value: $(params.avp_aws_secret_region)
|
|
3514
|
+
- name: IS_REPLICA_TASK
|
|
3515
|
+
value: $(params.is_replica_task)
|
|
3506
3516
|
envFrom:
|
|
3507
3517
|
- configMapRef:
|
|
3508
3518
|
name: environment-properties
|
|
@@ -3531,7 +3541,7 @@ spec:
|
|
|
3531
3541
|
- -c
|
|
3532
3542
|
name: gitops-deprovision-db2u-database
|
|
3533
3543
|
imagePullPolicy: IfNotPresent
|
|
3534
|
-
image: quay.io/ibmmas/cli:13.
|
|
3544
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3535
3545
|
workspaces:
|
|
3536
3546
|
- name: configs
|
|
3537
3547
|
|
|
@@ -3614,7 +3624,7 @@ spec:
|
|
|
3614
3624
|
- -c
|
|
3615
3625
|
name: gitops-deprovision-db2u
|
|
3616
3626
|
imagePullPolicy: IfNotPresent
|
|
3617
|
-
image: quay.io/ibmmas/cli:13.
|
|
3627
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3618
3628
|
workspaces:
|
|
3619
3629
|
- name: configs
|
|
3620
3630
|
|
|
@@ -3722,7 +3732,7 @@ spec:
|
|
|
3722
3732
|
- -c
|
|
3723
3733
|
name: gitops-deprovision-efs
|
|
3724
3734
|
imagePullPolicy: IfNotPresent
|
|
3725
|
-
image: quay.io/ibmmas/cli:13.
|
|
3735
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3726
3736
|
workspaces:
|
|
3727
3737
|
- name: configs
|
|
3728
3738
|
|
|
@@ -3832,7 +3842,7 @@ spec:
|
|
|
3832
3842
|
- -c
|
|
3833
3843
|
name: gitops-deprovision-kafka
|
|
3834
3844
|
imagePullPolicy: IfNotPresent
|
|
3835
|
-
image: quay.io/ibmmas/cli:13.
|
|
3845
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3836
3846
|
workspaces:
|
|
3837
3847
|
- name: configs
|
|
3838
3848
|
# --------------------------------------------------------------------------------
|
|
@@ -3935,7 +3945,7 @@ spec:
|
|
|
3935
3945
|
- -c
|
|
3936
3946
|
name: gitops-deprovision-mongo
|
|
3937
3947
|
imagePullPolicy: IfNotPresent
|
|
3938
|
-
image: quay.io/ibmmas/cli:13.
|
|
3948
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3939
3949
|
workspaces:
|
|
3940
3950
|
- name: configs
|
|
3941
3951
|
|
|
@@ -3992,7 +4002,7 @@ spec:
|
|
|
3992
4002
|
- -c
|
|
3993
4003
|
name: gitops-deprovision-rosa
|
|
3994
4004
|
imagePullPolicy: IfNotPresent
|
|
3995
|
-
image: quay.io/ibmmas/cli:13.
|
|
4005
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3996
4006
|
workspaces:
|
|
3997
4007
|
- name: configs
|
|
3998
4008
|
# --------------------------------------------------------------------------------
|
|
@@ -4197,7 +4207,7 @@ spec:
|
|
|
4197
4207
|
- -c
|
|
4198
4208
|
name: gitops-deprovision-suite-config
|
|
4199
4209
|
imagePullPolicy: IfNotPresent
|
|
4200
|
-
image: quay.io/ibmmas/cli:13.
|
|
4210
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4201
4211
|
workspaces:
|
|
4202
4212
|
- name: configs
|
|
4203
4213
|
|
|
@@ -4295,7 +4305,7 @@ spec:
|
|
|
4295
4305
|
- -c
|
|
4296
4306
|
name: gitops-deprovision-suite-idp-config
|
|
4297
4307
|
imagePullPolicy: IfNotPresent
|
|
4298
|
-
image: quay.io/ibmmas/cli:13.
|
|
4308
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4299
4309
|
workspaces:
|
|
4300
4310
|
- name: configs
|
|
4301
4311
|
# --------------------------------------------------------------------------------
|
|
@@ -4387,7 +4397,7 @@ spec:
|
|
|
4387
4397
|
- -c
|
|
4388
4398
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4389
4399
|
imagePullPolicy: IfNotPresent
|
|
4390
|
-
image: quay.io/ibmmas/cli:13.
|
|
4400
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4391
4401
|
workspaces:
|
|
4392
4402
|
- name: configs
|
|
4393
4403
|
# --------------------------------------------------------------------------------
|
|
@@ -4599,7 +4609,7 @@ spec:
|
|
|
4599
4609
|
- -c
|
|
4600
4610
|
name: gitops-deprovision-suite-smtp-config
|
|
4601
4611
|
imagePullPolicy: IfNotPresent
|
|
4602
|
-
image: quay.io/ibmmas/cli:13.
|
|
4612
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4603
4613
|
workspaces:
|
|
4604
4614
|
- name: configs
|
|
4605
4615
|
# --------------------------------------------------------------------------------
|
|
@@ -4692,7 +4702,7 @@ spec:
|
|
|
4692
4702
|
- -c
|
|
4693
4703
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4694
4704
|
imagePullPolicy: IfNotPresent
|
|
4695
|
-
image: quay.io/ibmmas/cli:13.
|
|
4705
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4696
4706
|
workspaces:
|
|
4697
4707
|
- name: configs
|
|
4698
4708
|
# --------------------------------------------------------------------------------
|
|
@@ -4783,7 +4793,7 @@ spec:
|
|
|
4783
4793
|
- -c
|
|
4784
4794
|
name: gitops-deprovision-suite-workspace
|
|
4785
4795
|
imagePullPolicy: Always
|
|
4786
|
-
image: quay.io/ibmmas/cli:13.
|
|
4796
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4787
4797
|
workspaces:
|
|
4788
4798
|
- name: configs
|
|
4789
4799
|
# --------------------------------------------------------------------------------
|
|
@@ -4876,7 +4886,7 @@ spec:
|
|
|
4876
4886
|
- -c
|
|
4877
4887
|
name: gitops-deprovision-suite
|
|
4878
4888
|
imagePullPolicy: IfNotPresent
|
|
4879
|
-
image: quay.io/ibmmas/cli:13.
|
|
4889
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4880
4890
|
workspaces:
|
|
4881
4891
|
- name: configs
|
|
4882
4892
|
|
|
@@ -4989,7 +4999,7 @@ spec:
|
|
|
4989
4999
|
- -c
|
|
4990
5000
|
name: gitops-dro
|
|
4991
5001
|
imagePullPolicy: IfNotPresent
|
|
4992
|
-
image: quay.io/ibmmas/cli:13.
|
|
5002
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4993
5003
|
workspaces:
|
|
4994
5004
|
- name: configs
|
|
4995
5005
|
# --------------------------------------------------------------------------------
|
|
@@ -5106,7 +5116,7 @@ spec:
|
|
|
5106
5116
|
- -c
|
|
5107
5117
|
name: gitops-efs
|
|
5108
5118
|
imagePullPolicy: IfNotPresent
|
|
5109
|
-
image: quay.io/ibmmas/cli:13.
|
|
5119
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5110
5120
|
workspaces:
|
|
5111
5121
|
- name: configs
|
|
5112
5122
|
|
|
@@ -5241,7 +5251,7 @@ spec:
|
|
|
5241
5251
|
- -c
|
|
5242
5252
|
name: gitops-jdbc-config
|
|
5243
5253
|
imagePullPolicy: Always
|
|
5244
|
-
image: quay.io/ibmmas/cli:13.
|
|
5254
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5245
5255
|
workspaces:
|
|
5246
5256
|
- name: configs
|
|
5247
5257
|
- name: shared-gitops-configs
|
|
@@ -5337,7 +5347,7 @@ spec:
|
|
|
5337
5347
|
- -c
|
|
5338
5348
|
name: gitops-kafka-config
|
|
5339
5349
|
imagePullPolicy: Always
|
|
5340
|
-
image: quay.io/ibmmas/cli:13.
|
|
5350
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5341
5351
|
workspaces:
|
|
5342
5352
|
- name: configs
|
|
5343
5353
|
|
|
@@ -5459,7 +5469,7 @@ spec:
|
|
|
5459
5469
|
- -c
|
|
5460
5470
|
name: gitops-kafka
|
|
5461
5471
|
imagePullPolicy: IfNotPresent
|
|
5462
|
-
image: quay.io/ibmmas/cli:13.
|
|
5472
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5463
5473
|
workspaces:
|
|
5464
5474
|
- name: configs
|
|
5465
5475
|
# --------------------------------------------------------------------------------
|
|
@@ -5585,7 +5595,7 @@ spec:
|
|
|
5585
5595
|
- -c
|
|
5586
5596
|
name: gitops-license
|
|
5587
5597
|
imagePullPolicy: Always
|
|
5588
|
-
image: quay.io/ibmmas/cli:13.
|
|
5598
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5589
5599
|
workspaces:
|
|
5590
5600
|
- name: shared-entitlement
|
|
5591
5601
|
|
|
@@ -6149,7 +6159,7 @@ spec:
|
|
|
6149
6159
|
- -c
|
|
6150
6160
|
name: gitops-mas-fvt-preparer
|
|
6151
6161
|
imagePullPolicy: Always
|
|
6152
|
-
image: quay.io/ibmmas/cli:13.
|
|
6162
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6153
6163
|
workspaces:
|
|
6154
6164
|
- name: configs
|
|
6155
6165
|
- name: shared-additional-configs
|
|
@@ -6591,7 +6601,7 @@ spec:
|
|
|
6591
6601
|
- -c
|
|
6592
6602
|
name: gitops-mas-initiator
|
|
6593
6603
|
imagePullPolicy: IfNotPresent
|
|
6594
|
-
image: quay.io/ibmmas/cli:13.
|
|
6604
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6595
6605
|
workspaces:
|
|
6596
6606
|
- name: configs
|
|
6597
6607
|
# --------------------------------------------------------------------------------
|
|
@@ -6699,7 +6709,7 @@ spec:
|
|
|
6699
6709
|
- -c
|
|
6700
6710
|
name: gitops-mongo
|
|
6701
6711
|
imagePullPolicy: IfNotPresent
|
|
6702
|
-
image: quay.io/ibmmas/cli:13.
|
|
6712
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6703
6713
|
workspaces:
|
|
6704
6714
|
- name: configs
|
|
6705
6715
|
|
|
@@ -6821,7 +6831,7 @@ spec:
|
|
|
6821
6831
|
- -c
|
|
6822
6832
|
name: gitops-nvidia-gpu
|
|
6823
6833
|
imagePullPolicy: IfNotPresent
|
|
6824
|
-
image: quay.io/ibmmas/cli:13.
|
|
6834
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6825
6835
|
workspaces:
|
|
6826
6836
|
- name: configs
|
|
6827
6837
|
# --------------------------------------------------------------------------------
|
|
@@ -6939,7 +6949,7 @@ spec:
|
|
|
6939
6949
|
- -c
|
|
6940
6950
|
name: gitops-process-mongo-user
|
|
6941
6951
|
imagePullPolicy: IfNotPresent
|
|
6942
|
-
image: quay.io/ibmmas/cli:13.
|
|
6952
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6943
6953
|
workspaces:
|
|
6944
6954
|
- name: configs
|
|
6945
6955
|
# --------------------------------------------------------------------------------
|
|
@@ -6995,7 +7005,7 @@ spec:
|
|
|
6995
7005
|
- -c
|
|
6996
7006
|
name: gitops-rosa
|
|
6997
7007
|
imagePullPolicy: IfNotPresent
|
|
6998
|
-
image: quay.io/ibmmas/cli:13.
|
|
7008
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6999
7009
|
workspaces:
|
|
7000
7010
|
- name: configs
|
|
7001
7011
|
# --------------------------------------------------------------------------------
|
|
@@ -7182,7 +7192,7 @@ spec:
|
|
|
7182
7192
|
- -c
|
|
7183
7193
|
name: gitops-suite-app-config
|
|
7184
7194
|
imagePullPolicy: IfNotPresent
|
|
7185
|
-
image: quay.io/ibmmas/cli:13.
|
|
7195
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7186
7196
|
workspaces:
|
|
7187
7197
|
- name: configs
|
|
7188
7198
|
- name: shared-gitops-configs
|
|
@@ -7340,7 +7350,7 @@ spec:
|
|
|
7340
7350
|
- -c
|
|
7341
7351
|
name: gitops-suite-app-install
|
|
7342
7352
|
imagePullPolicy: Always
|
|
7343
|
-
image: quay.io/ibmmas/cli:13.
|
|
7353
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7344
7354
|
workspaces:
|
|
7345
7355
|
- name: configs
|
|
7346
7356
|
- name: shared-gitops-configs
|
|
@@ -7446,7 +7456,7 @@ spec:
|
|
|
7446
7456
|
- -c
|
|
7447
7457
|
name: gitops-suite-certs
|
|
7448
7458
|
imagePullPolicy: IfNotPresent
|
|
7449
|
-
image: quay.io/ibmmas/cli:13.
|
|
7459
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7450
7460
|
workspaces:
|
|
7451
7461
|
- name: configs
|
|
7452
7462
|
- name: certificates
|
|
@@ -7616,7 +7626,7 @@ spec:
|
|
|
7616
7626
|
- -c
|
|
7617
7627
|
name: gitops-suite-config
|
|
7618
7628
|
imagePullPolicy: IfNotPresent
|
|
7619
|
-
image: quay.io/ibmmas/cli:13.
|
|
7629
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7620
7630
|
workspaces:
|
|
7621
7631
|
- name: configs
|
|
7622
7632
|
- name: shared-additional-configs
|
|
@@ -7716,7 +7726,7 @@ spec:
|
|
|
7716
7726
|
- -c
|
|
7717
7727
|
name: gitops-suite-dns
|
|
7718
7728
|
imagePullPolicy: IfNotPresent
|
|
7719
|
-
image: quay.io/ibmmas/cli:13.
|
|
7729
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7720
7730
|
workspaces:
|
|
7721
7731
|
- name: configs
|
|
7722
7732
|
|
|
@@ -7840,7 +7850,7 @@ spec:
|
|
|
7840
7850
|
- -c
|
|
7841
7851
|
name: gitops-suite-idp-config
|
|
7842
7852
|
imagePullPolicy: IfNotPresent
|
|
7843
|
-
image: quay.io/ibmmas/cli:13.
|
|
7853
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7844
7854
|
workspaces:
|
|
7845
7855
|
- name: configs
|
|
7846
7856
|
- name: shared-additional-configs
|
|
@@ -7941,7 +7951,7 @@ spec:
|
|
|
7941
7951
|
- -c
|
|
7942
7952
|
name: gitops-suite-objectstorage-config
|
|
7943
7953
|
imagePullPolicy: IfNotPresent
|
|
7944
|
-
image: quay.io/ibmmas/cli:13.
|
|
7954
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7945
7955
|
workspaces:
|
|
7946
7956
|
- name: configs
|
|
7947
7957
|
- name: shared-gitops-configs
|
|
@@ -8340,7 +8350,7 @@ spec:
|
|
|
8340
8350
|
- -c
|
|
8341
8351
|
name: gitops-suite-smtp-config
|
|
8342
8352
|
imagePullPolicy: IfNotPresent
|
|
8343
|
-
image: quay.io/ibmmas/cli:13.
|
|
8353
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8344
8354
|
workspaces:
|
|
8345
8355
|
- name: configs
|
|
8346
8356
|
|
|
@@ -8449,7 +8459,7 @@ spec:
|
|
|
8449
8459
|
- -c
|
|
8450
8460
|
name: gitops-suite-watson-studio-config
|
|
8451
8461
|
imagePullPolicy: IfNotPresent
|
|
8452
|
-
image: quay.io/ibmmas/cli:13.
|
|
8462
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8453
8463
|
workspaces:
|
|
8454
8464
|
- name: configs
|
|
8455
8465
|
- name: shared-gitops-configs
|
|
@@ -8546,7 +8556,7 @@ spec:
|
|
|
8546
8556
|
- -c
|
|
8547
8557
|
name: gitops-suite-workspace
|
|
8548
8558
|
imagePullPolicy: IfNotPresent
|
|
8549
|
-
image: quay.io/ibmmas/cli:13.
|
|
8559
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8550
8560
|
workspaces:
|
|
8551
8561
|
- name: configs
|
|
8552
8562
|
# --------------------------------------------------------------------------------
|
|
@@ -8831,7 +8841,7 @@ spec:
|
|
|
8831
8841
|
- -c
|
|
8832
8842
|
name: gitops-suite
|
|
8833
8843
|
imagePullPolicy: IfNotPresent
|
|
8834
|
-
image: quay.io/ibmmas/cli:13.
|
|
8844
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8835
8845
|
workspaces:
|
|
8836
8846
|
- name: configs
|
|
8837
8847
|
- name: shared-gitops-configs
|
|
@@ -8881,7 +8891,7 @@ spec:
|
|
|
8881
8891
|
|
|
8882
8892
|
steps:
|
|
8883
8893
|
- name: grafana
|
|
8884
|
-
image: quay.io/ibmmas/cli:13.
|
|
8894
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8885
8895
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8886
8896
|
command:
|
|
8887
8897
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9015,7 +9025,7 @@ spec:
|
|
|
9015
9025
|
command:
|
|
9016
9026
|
- /opt/app-root/src/run-role.sh
|
|
9017
9027
|
- ibm_catalogs
|
|
9018
|
-
image: quay.io/ibmmas/cli:13.
|
|
9028
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9019
9029
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9020
9030
|
workingDir: /workspace/configs
|
|
9021
9031
|
# --------------------------------------------------------------------------------
|
|
@@ -9257,7 +9267,7 @@ spec:
|
|
|
9257
9267
|
command:
|
|
9258
9268
|
- /opt/app-root/src/run-role.sh
|
|
9259
9269
|
- kafka
|
|
9260
|
-
image: quay.io/ibmmas/cli:13.
|
|
9270
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9261
9271
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9262
9272
|
workingDir: /workspace/configs
|
|
9263
9273
|
|
|
@@ -9473,7 +9483,7 @@ spec:
|
|
|
9473
9483
|
command:
|
|
9474
9484
|
- /opt/app-root/src/run-role.sh
|
|
9475
9485
|
- kmodels
|
|
9476
|
-
image: quay.io/ibmmas/cli:13.
|
|
9486
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9477
9487
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9478
9488
|
# --------------------------------------------------------------------------------
|
|
9479
9489
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9651,7 +9661,7 @@ spec:
|
|
|
9651
9661
|
command:
|
|
9652
9662
|
- /opt/app-root/src/run-role.sh
|
|
9653
9663
|
- mongodb
|
|
9654
|
-
image: quay.io/ibmmas/cli:13.
|
|
9664
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9655
9665
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9656
9666
|
workingDir: /workspace/configs
|
|
9657
9667
|
|
|
@@ -9694,7 +9704,7 @@ spec:
|
|
|
9694
9704
|
- $(params.base_output_dir)
|
|
9695
9705
|
- --extra-namespaces
|
|
9696
9706
|
- selenium
|
|
9697
|
-
image: quay.io/ibmmas/cli:13.
|
|
9707
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9698
9708
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9699
9709
|
env:
|
|
9700
9710
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9811,7 +9821,7 @@ spec:
|
|
|
9811
9821
|
command:
|
|
9812
9822
|
- /opt/app-root/src/run-role.sh
|
|
9813
9823
|
- nvidia_gpu
|
|
9814
|
-
image: quay.io/ibmmas/cli:13.
|
|
9824
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9815
9825
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9816
9826
|
workingDir: /workspace/configs
|
|
9817
9827
|
|
|
@@ -9847,7 +9857,7 @@ spec:
|
|
|
9847
9857
|
# Verify Cluster
|
|
9848
9858
|
# -------------------------------------------------------------------------
|
|
9849
9859
|
- name: ocp-verify-cluster
|
|
9850
|
-
image: quay.io/ibmmas/cli:13.
|
|
9860
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9851
9861
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9852
9862
|
command:
|
|
9853
9863
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9889,7 +9899,7 @@ spec:
|
|
|
9889
9899
|
# Verify Catalogs
|
|
9890
9900
|
# -------------------------------------------------------------------------
|
|
9891
9901
|
- name: ocp-verify-catalogs
|
|
9892
|
-
image: quay.io/ibmmas/cli:13.
|
|
9902
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9893
9903
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9894
9904
|
command:
|
|
9895
9905
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9931,7 +9941,7 @@ spec:
|
|
|
9931
9941
|
# Verify Subscriptions
|
|
9932
9942
|
# -------------------------------------------------------------------------
|
|
9933
9943
|
- name: ocp-verify-subscriptions
|
|
9934
|
-
image: quay.io/ibmmas/cli:13.
|
|
9944
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9935
9945
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9936
9946
|
command:
|
|
9937
9947
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9973,7 +9983,7 @@ spec:
|
|
|
9973
9983
|
# Verify Workloads
|
|
9974
9984
|
# -------------------------------------------------------------------------
|
|
9975
9985
|
- name: ocp-verify-workloads
|
|
9976
|
-
image: quay.io/ibmmas/cli:13.
|
|
9986
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9977
9987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9978
9988
|
command:
|
|
9979
9989
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10015,7 +10025,7 @@ spec:
|
|
|
10015
10025
|
# Verify Catalogs - Ingress TLS
|
|
10016
10026
|
# -------------------------------------------------------------------------
|
|
10017
10027
|
- name: ocp-verify-ingress
|
|
10018
|
-
image: quay.io/ibmmas/cli:13.
|
|
10028
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10019
10029
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10020
10030
|
command:
|
|
10021
10031
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10141,7 +10151,7 @@ spec:
|
|
|
10141
10151
|
command:
|
|
10142
10152
|
- /opt/app-root/src/run-role.sh
|
|
10143
10153
|
- ocp_verify
|
|
10144
|
-
image: quay.io/ibmmas/cli:13.
|
|
10154
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10145
10155
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10146
10156
|
workingDir: /workspace/configs
|
|
10147
10157
|
# --------------------------------------------------------------------------------
|
|
@@ -10209,7 +10219,7 @@ spec:
|
|
|
10209
10219
|
command:
|
|
10210
10220
|
- /opt/app-root/src/run-role.sh
|
|
10211
10221
|
- ocs
|
|
10212
|
-
image: quay.io/ibmmas/cli:13.
|
|
10222
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10213
10223
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10214
10224
|
workingDir: /workspace/configs
|
|
10215
10225
|
|
|
@@ -10445,7 +10455,7 @@ spec:
|
|
|
10445
10455
|
command:
|
|
10446
10456
|
- /opt/app-root/src/run-role.sh
|
|
10447
10457
|
- odh
|
|
10448
|
-
image: quay.io/ibmmas/cli:13.
|
|
10458
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10449
10459
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10450
10460
|
# --------------------------------------------------------------------------------
|
|
10451
10461
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10621,7 +10631,7 @@ spec:
|
|
|
10621
10631
|
command:
|
|
10622
10632
|
- /opt/app-root/src/run-role.sh
|
|
10623
10633
|
- sls
|
|
10624
|
-
image: quay.io/ibmmas/cli:13.
|
|
10634
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10625
10635
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10626
10636
|
workingDir: /workspace/configs
|
|
10627
10637
|
|
|
@@ -11010,12 +11020,12 @@ spec:
|
|
|
11010
11020
|
command:
|
|
11011
11021
|
- /opt/app-root/src/run-role.sh
|
|
11012
11022
|
- suite_app_config
|
|
11013
|
-
image: quay.io/ibmmas/cli:13.
|
|
11023
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11014
11024
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11015
11025
|
|
|
11016
11026
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11017
11027
|
- name: app-cfg-post-verify
|
|
11018
|
-
image: quay.io/ibmmas/cli:13.
|
|
11028
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11019
11029
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11020
11030
|
command:
|
|
11021
11031
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11210,7 +11220,7 @@ spec:
|
|
|
11210
11220
|
command:
|
|
11211
11221
|
- /opt/app-root/src/run-role.sh
|
|
11212
11222
|
- suite_app_install
|
|
11213
|
-
image: quay.io/ibmmas/cli:13.
|
|
11223
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11214
11224
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11215
11225
|
|
|
11216
11226
|
workspaces:
|
|
@@ -11299,7 +11309,7 @@ spec:
|
|
|
11299
11309
|
command:
|
|
11300
11310
|
- /opt/app-root/src/run-role.sh
|
|
11301
11311
|
- suite_app_rollback
|
|
11302
|
-
image: quay.io/ibmmas/cli:13.
|
|
11312
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11303
11313
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11304
11314
|
# --------------------------------------------------------------------------------
|
|
11305
11315
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11362,7 +11372,7 @@ spec:
|
|
|
11362
11372
|
command:
|
|
11363
11373
|
- /opt/app-root/src/run-role.sh
|
|
11364
11374
|
- suite_app_uninstall
|
|
11365
|
-
image: quay.io/ibmmas/cli:13.
|
|
11375
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11366
11376
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11367
11377
|
# --------------------------------------------------------------------------------
|
|
11368
11378
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11437,7 +11447,7 @@ spec:
|
|
|
11437
11447
|
command:
|
|
11438
11448
|
- /opt/app-root/src/run-role.sh
|
|
11439
11449
|
- suite_app_upgrade
|
|
11440
|
-
image: quay.io/ibmmas/cli:13.
|
|
11450
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11441
11451
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11442
11452
|
# --------------------------------------------------------------------------------
|
|
11443
11453
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11538,7 +11548,7 @@ spec:
|
|
|
11538
11548
|
command:
|
|
11539
11549
|
- /opt/app-root/src/run-role.sh
|
|
11540
11550
|
- suite_app_verify
|
|
11541
|
-
image: quay.io/ibmmas/cli:13.
|
|
11551
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11542
11552
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11543
11553
|
# --------------------------------------------------------------------------------
|
|
11544
11554
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11681,7 +11691,7 @@ spec:
|
|
|
11681
11691
|
command:
|
|
11682
11692
|
- /opt/app-root/src/run-role.sh
|
|
11683
11693
|
- suite_certs
|
|
11684
|
-
image: quay.io/ibmmas/cli:13.
|
|
11694
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11685
11695
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11686
11696
|
|
|
11687
11697
|
workspaces:
|
|
@@ -11748,7 +11758,7 @@ spec:
|
|
|
11748
11758
|
command:
|
|
11749
11759
|
- /opt/app-root/src/run-role.sh
|
|
11750
11760
|
- suite_config
|
|
11751
|
-
image: quay.io/ibmmas/cli:13.
|
|
11761
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11752
11762
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11753
11763
|
workingDir: /workspace/configs
|
|
11754
11764
|
|
|
@@ -11819,7 +11829,7 @@ spec:
|
|
|
11819
11829
|
command:
|
|
11820
11830
|
- /opt/app-root/src/run-role.sh
|
|
11821
11831
|
- suite_db2_setup_for_manage
|
|
11822
|
-
image: quay.io/ibmmas/cli:13.
|
|
11832
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11823
11833
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11824
11834
|
# --------------------------------------------------------------------------------
|
|
11825
11835
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12009,7 +12019,7 @@ spec:
|
|
|
12009
12019
|
command:
|
|
12010
12020
|
- /opt/app-root/src/run-role.sh
|
|
12011
12021
|
- suite_dns
|
|
12012
|
-
image: quay.io/ibmmas/cli:13.
|
|
12022
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12013
12023
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12014
12024
|
# --------------------------------------------------------------------------------
|
|
12015
12025
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12258,7 +12268,7 @@ spec:
|
|
|
12258
12268
|
command:
|
|
12259
12269
|
- /opt/app-root/src/run-role.sh
|
|
12260
12270
|
- suite_install
|
|
12261
|
-
image: quay.io/ibmmas/cli:13.
|
|
12271
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12262
12272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12263
12273
|
workingDir: /workspace/configs
|
|
12264
12274
|
|
|
@@ -12346,7 +12356,7 @@ spec:
|
|
|
12346
12356
|
command:
|
|
12347
12357
|
- /opt/app-root/src/run-role.sh
|
|
12348
12358
|
- suite_rollback
|
|
12349
|
-
image: quay.io/ibmmas/cli:13.
|
|
12359
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12350
12360
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12351
12361
|
# --------------------------------------------------------------------------------
|
|
12352
12362
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12411,7 +12421,7 @@ spec:
|
|
|
12411
12421
|
command:
|
|
12412
12422
|
- /opt/app-root/src/run-role.sh
|
|
12413
12423
|
- suite_uninstall
|
|
12414
|
-
image: quay.io/ibmmas/cli:13.
|
|
12424
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12415
12425
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12416
12426
|
# --------------------------------------------------------------------------------
|
|
12417
12427
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12481,7 +12491,7 @@ spec:
|
|
|
12481
12491
|
command:
|
|
12482
12492
|
- /opt/app-root/src/run-role.sh
|
|
12483
12493
|
- suite_upgrade
|
|
12484
|
-
image: quay.io/ibmmas/cli:13.
|
|
12494
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12485
12495
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12486
12496
|
# --------------------------------------------------------------------------------
|
|
12487
12497
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12548,12 +12558,12 @@ spec:
|
|
|
12548
12558
|
command:
|
|
12549
12559
|
- /opt/app-root/src/run-role.sh
|
|
12550
12560
|
- suite_verify
|
|
12551
|
-
image: quay.io/ibmmas/cli:13.
|
|
12561
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12552
12562
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12553
12563
|
|
|
12554
12564
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12555
12565
|
- name: suite-post-verify
|
|
12556
|
-
image: quay.io/ibmmas/cli:13.
|
|
12566
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12557
12567
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12558
12568
|
script: |
|
|
12559
12569
|
#!/usr/bin/env bash
|
|
@@ -12681,7 +12691,7 @@ spec:
|
|
|
12681
12691
|
command:
|
|
12682
12692
|
- /opt/app-root/src/run-role.sh
|
|
12683
12693
|
- turbonomic
|
|
12684
|
-
image: quay.io/ibmmas/cli:13.
|
|
12694
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12685
12695
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12686
12696
|
# --------------------------------------------------------------------------------
|
|
12687
12697
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12762,7 +12772,7 @@ spec:
|
|
|
12762
12772
|
# IBM User Data Services (UDS)
|
|
12763
12773
|
# -------------------------------------------------------------------------
|
|
12764
12774
|
- name: uds
|
|
12765
|
-
image: quay.io/ibmmas/cli:13.
|
|
12775
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12766
12776
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12767
12777
|
workingDir: /workspace/configs
|
|
12768
12778
|
command:
|
|
@@ -12825,7 +12835,7 @@ spec:
|
|
|
12825
12835
|
# IBM Data Reporter Operator (DRO)
|
|
12826
12836
|
# -------------------------------------------------------------------------
|
|
12827
12837
|
- name: dro
|
|
12828
|
-
image: quay.io/ibmmas/cli:13.
|
|
12838
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12829
12839
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12830
12840
|
workingDir: /workspace/configs
|
|
12831
12841
|
command:
|
|
@@ -12911,7 +12921,7 @@ spec:
|
|
|
12911
12921
|
description: "The value to set"
|
|
12912
12922
|
steps:
|
|
12913
12923
|
- name: update-configmap
|
|
12914
|
-
image: quay.io/ibmmas/cli:13.
|
|
12924
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12915
12925
|
command:
|
|
12916
12926
|
- /opt/app-root/src/update-configmap.sh
|
|
12917
12927
|
env:
|
|
@@ -12958,7 +12968,7 @@ spec:
|
|
|
12958
12968
|
|
|
12959
12969
|
steps:
|
|
12960
12970
|
- name: wait-for-configmap
|
|
12961
|
-
image: quay.io/ibmmas/cli:13.
|
|
12971
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12962
12972
|
command:
|
|
12963
12973
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12964
12974
|
env:
|
|
@@ -13039,7 +13049,7 @@ spec:
|
|
|
13039
13049
|
|
|
13040
13050
|
steps:
|
|
13041
13051
|
- name: wait-for-configmap
|
|
13042
|
-
image: quay.io/ibmmas/cli:13.
|
|
13052
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
13043
13053
|
command:
|
|
13044
13054
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13045
13055
|
env:
|
|
@@ -13099,7 +13109,7 @@ spec:
|
|
|
13099
13109
|
|
|
13100
13110
|
steps:
|
|
13101
13111
|
- name: wait
|
|
13102
|
-
image: quay.io/ibmmas/cli:13.
|
|
13112
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
13103
13113
|
command:
|
|
13104
13114
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13105
13115
|
env:
|
|
@@ -14711,6 +14721,9 @@ spec:
|
|
|
14711
14721
|
- name: replica_db
|
|
14712
14722
|
type: string
|
|
14713
14723
|
default: "false"
|
|
14724
|
+
- name: manually_set_enhanced_hadr
|
|
14725
|
+
type: string
|
|
14726
|
+
default: "false"
|
|
14714
14727
|
|
|
14715
14728
|
- name: custom_labels
|
|
14716
14729
|
type: string
|
|
@@ -15394,6 +15407,10 @@ spec:
|
|
|
15394
15407
|
value: $(params.db2_timezone)
|
|
15395
15408
|
- name: db2_backup_notify_slack_url
|
|
15396
15409
|
value: $(params.db2_backup_notify_slack_url)
|
|
15410
|
+
- name: replica_db
|
|
15411
|
+
value: $(params.replica_db)
|
|
15412
|
+
- name: manually_set_enhanced_hadr
|
|
15413
|
+
value: $(params.manually_set_enhanced_hadr)
|
|
15397
15414
|
- name: auto_backup
|
|
15398
15415
|
value: $(params.auto_backup)
|
|
15399
15416
|
|
|
@@ -15597,6 +15614,8 @@ spec:
|
|
|
15597
15614
|
value: "false"
|
|
15598
15615
|
- name: replica_db
|
|
15599
15616
|
value: $(params.replica_db)
|
|
15617
|
+
- name: manually_set_enhanced_hadr
|
|
15618
|
+
value: $(params.manually_set_enhanced_hadr)
|
|
15600
15619
|
- name: mas_annotations
|
|
15601
15620
|
value: $(params.mas_annotations)
|
|
15602
15621
|
- name: is_replica_task
|
|
@@ -17895,6 +17914,55 @@ spec:
|
|
|
17895
17914
|
- input: "$(params.mas_edition)"
|
|
17896
17915
|
operator: in
|
|
17897
17916
|
values: ["essentials-maintenance", "standard", "premium"]
|
|
17917
|
+
|
|
17918
|
+
# 6.5 Manage Replica Config
|
|
17919
|
+
- name: gitops-deprovision-db2u-replica-database-manage
|
|
17920
|
+
runAfter:
|
|
17921
|
+
- gitops-deprovision-mas-app-install-manage
|
|
17922
|
+
params:
|
|
17923
|
+
- name: cluster_name
|
|
17924
|
+
value: $(params.cluster_name)
|
|
17925
|
+
- name: cluster_url
|
|
17926
|
+
value: $(params.cluster_url)
|
|
17927
|
+
- name: region
|
|
17928
|
+
value: $(params.region)
|
|
17929
|
+
- name: account
|
|
17930
|
+
value: $(params.account)
|
|
17931
|
+
- name: secrets_path
|
|
17932
|
+
value: $(params.secrets_path)
|
|
17933
|
+
- name: avp_aws_secret_region
|
|
17934
|
+
value: $(params.avp_aws_secret_region)
|
|
17935
|
+
- name: git_branch
|
|
17936
|
+
value: $(params.git_branch)
|
|
17937
|
+
- name: github_org
|
|
17938
|
+
value: $(params.github_org)
|
|
17939
|
+
- name: github_repo
|
|
17940
|
+
value: $(params.github_repo)
|
|
17941
|
+
- name: github_host
|
|
17942
|
+
value: $(params.github_host)
|
|
17943
|
+
- name: git_commit_msg
|
|
17944
|
+
value: $(params.git_commit_msg)
|
|
17945
|
+
|
|
17946
|
+
- name: mas_instance_id
|
|
17947
|
+
value: $(params.mas_instance_id)
|
|
17948
|
+
- name: mas_app_id
|
|
17949
|
+
value: manage
|
|
17950
|
+
- name: is_replica_task
|
|
17951
|
+
value: 'true'
|
|
17952
|
+
|
|
17953
|
+
taskRef:
|
|
17954
|
+
kind: Task
|
|
17955
|
+
name: gitops-deprovision-db2u-database
|
|
17956
|
+
workspaces:
|
|
17957
|
+
- name: configs
|
|
17958
|
+
workspace: configs
|
|
17959
|
+
when:
|
|
17960
|
+
- input: "$(params.mas_app_channel_manage)"
|
|
17961
|
+
operator: in
|
|
17962
|
+
values: [""]
|
|
17963
|
+
- input: "$(params.mas_edition)"
|
|
17964
|
+
operator: in
|
|
17965
|
+
values: ["essentials-maintenance", "standard", "premium"]
|
|
17898
17966
|
|
|
17899
17967
|
# 7. IoT Deprovision
|
|
17900
17968
|
# -------------------------------------------------------------------------
|
mas/cli/update/app.py
CHANGED
|
@@ -242,13 +242,13 @@ class UpdateApp(BaseApp):
|
|
|
242
242
|
self.printH1("Select IBM Maximo Operator Catalog Version")
|
|
243
243
|
self.printDescription([
|
|
244
244
|
"Select MAS Catalog",
|
|
245
|
-
" 1)
|
|
246
|
-
" 2)
|
|
247
|
-
" 3)
|
|
245
|
+
" 1) Mar 06 2025 Update (MAS 9.0.9, 8.11.20, & 8.10.23)",
|
|
246
|
+
" 2) Feb 06 2025 Update (MAS 9.0.8, 8.11.19, & 8.10.22)",
|
|
247
|
+
" 3) Jan 09 2025 Update (MAS 9.0.7, 8.11.18, & 8.10.21)",
|
|
248
248
|
])
|
|
249
249
|
|
|
250
250
|
catalogOptions = [
|
|
251
|
-
"v9-
|
|
251
|
+
"v9-250306-amd64", "v9-250206-amd64", "v9-250109-amd64"
|
|
252
252
|
]
|
|
253
253
|
self.promptForListSelect("Select catalog version", catalogOptions, "mas_catalog_version", default=1)
|
|
254
254
|
|
|
@@ -359,7 +359,8 @@ class UpdateApp(BaseApp):
|
|
|
359
359
|
"v9-241107-amd64": "7.0.12",
|
|
360
360
|
"v9-241205-amd64": "7.0.12",
|
|
361
361
|
"v9-250109-amd64": "7.0.12",
|
|
362
|
-
"v9-250206-amd64": "7.0.12"
|
|
362
|
+
"v9-250206-amd64": "7.0.12",
|
|
363
|
+
"v9-250306-amd64": "7.0.12"
|
|
363
364
|
}
|
|
364
365
|
catalogVersion = self.getParam('mas_catalog_version')
|
|
365
366
|
if catalogVersion in mongoVersions:
|
|
@@ -490,7 +491,8 @@ class UpdateApp(BaseApp):
|
|
|
490
491
|
"v9-241107-amd64": "4.8.0",
|
|
491
492
|
"v9-241205-amd64": "5.0.0",
|
|
492
493
|
"v9-250109-amd64": "5.0.0",
|
|
493
|
-
"v9-250206-amd64": "5.0.0"
|
|
494
|
+
"v9-250206-amd64": "5.0.0",
|
|
495
|
+
"v9-250306-amd64": "5.0.0"
|
|
494
496
|
}
|
|
495
497
|
|
|
496
498
|
with Halo(text='Checking for IBM Cloud Pak for Data', spinner=self.spinner) as h:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=XBnXjwILoBl3a0cUFVb7mVxGCsYgZDnWgTQDcrT-Neg,527
|
|
2
|
+
mas/cli/cli.py,sha256=rcKRhZ-KoB_4HK7Nfc99Ou4H0NVknri2f_ZyZFAnSag,18175
|
|
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
|
|
@@ -7,17 +7,17 @@ mas/cli/install/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,5
|
|
|
7
7
|
mas/cli/install/app.py,sha256=6Iy04SnvEAS5FjapWcaCUXKznMxbNhCA0qm2KTJWOB4,59925
|
|
8
8
|
mas/cli/install/argBuilder.py,sha256=D_j_VjjEoI82FlexLGf2s2Ccegdnd4v4NFGzyCeNnws,24885
|
|
9
9
|
mas/cli/install/argParser.py,sha256=T9CrHgcTI8oMi1_Hj8tkeCxjI7aMEbpoofp836R7Od8,35504
|
|
10
|
-
mas/cli/install/catalogs.py,sha256=
|
|
10
|
+
mas/cli/install/catalogs.py,sha256=Du4zPwBnhX7L8tz5JyTjSBiOxJcC0kvEFW8AWhI_JqE,751
|
|
11
11
|
mas/cli/install/params.py,sha256=G5oJAwvaUeH8P8snyTP2nQEpH8WrUz3kHlYromAtTRc,5028
|
|
12
12
|
mas/cli/install/summarizer.py,sha256=PaWyEEJLMjTV8e-3xlPpTpir9IlnG9x2JQyM1pJM8-k,21527
|
|
13
13
|
mas/cli/install/settings/__init__.py,sha256=RdyBSh-rM0wkuvILVzJ1gxjOtLuQ1mF6QbEL0MyiKIY,1034
|
|
14
14
|
mas/cli/install/settings/additionalConfigs.py,sha256=u9DTwGZkPLIGfbNrz6yXsBi39EZgk2bwJuDUrNm_Nio,10008
|
|
15
15
|
mas/cli/install/settings/db2Settings.py,sha256=YlMosXmxj8L71U_pcg0M9o38Xw2W1fOK8rdj0hPgpCA,13003
|
|
16
|
-
mas/cli/install/settings/kafkaSettings.py,sha256=
|
|
16
|
+
mas/cli/install/settings/kafkaSettings.py,sha256=r1uK-IApqB9IQiSNt_8sP0wa4FPJcXU_qnadhElEOuI,7241
|
|
17
17
|
mas/cli/install/settings/manageSettings.py,sha256=rBBq3r9AaDS5fLeKbItgLBnsguuZwyNKo80oYBBEB-0,16241
|
|
18
18
|
mas/cli/install/settings/mongodbSettings.py,sha256=UVt8vMLNpgyewlcymSystIhICnHsd0uoM9qpgezVjGg,2567
|
|
19
19
|
mas/cli/install/settings/turbonomicSettings.py,sha256=ul4eWf53b1NCzJTFsEPX6DWM23YUlWILYBygplqXYlU,1631
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=_Lh4V6mDWq-87ZimN3LDGvGLfg67LniEBhDGr2Bq8WY,832109
|
|
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=VHdts2hNWQ-iV-6uOIEcyr9rRgRTH-gWxU2i59Q_E3c,38905
|
|
98
98
|
mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4711
|
|
99
99
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
100
100
|
mas/cli/upgrade/app.py,sha256=EuEZayc0nw9kA6Hz8M9Mv7uk0hgmspJSZCYhNEfCECk,6428
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=pqzNDSHy6l13JunHWQLyOI-NFnDGDoVJ_HM07FLYJSc,2033
|
|
102
|
-
mas_cli-13.
|
|
103
|
-
mas_cli-13.
|
|
104
|
-
mas_cli-13.
|
|
105
|
-
mas_cli-13.
|
|
106
|
-
mas_cli-13.
|
|
102
|
+
mas_cli-13.10.0.data/scripts/mas-cli,sha256=BbibIX0psLEOZdcNaFcO4mJvStD0pKLAe-p-NwVTrBs,3439
|
|
103
|
+
mas_cli-13.10.0.dist-info/METADATA,sha256=PoCgCSJdjZS3ExS-tI9CpRcsq0VCv6MFAMBgQ-iBzQ8,2259
|
|
104
|
+
mas_cli-13.10.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
105
|
+
mas_cli-13.10.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-13.10.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|