mas-cli 10.0.0__py3-none-any.whl → 10.0.2__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/install/argParser.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +136 -67
- {mas_cli-10.0.0.data → mas_cli-10.0.2.data}/scripts/mas-install +3 -1
- {mas_cli-10.0.0.dist-info → mas_cli-10.0.2.dist-info}/METADATA +1 -1
- {mas_cli-10.0.0.dist-info → mas_cli-10.0.2.dist-info}/RECORD +10 -10
- {mas_cli-10.0.0.dist-info → mas_cli-10.0.2.dist-info}/WHEEL +1 -1
- {mas_cli-10.0.0.data → mas_cli-10.0.2.data}/scripts/mas-uninstall +0 -0
- {mas_cli-10.0.0.data → mas_cli-10.0.2.data}/scripts/mas-upgrade +0 -0
- {mas_cli-10.0.0.dist-info → mas_cli-10.0.2.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/install/argParser.py
CHANGED
|
@@ -108,7 +108,7 @@ spec:
|
|
|
108
108
|
command:
|
|
109
109
|
- /opt/app-root/src/run-role.sh
|
|
110
110
|
- appconnect
|
|
111
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
111
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
112
112
|
imagePullPolicy: $(params.image_pull_policy)
|
|
113
113
|
workingDir: /workspace/configs
|
|
114
114
|
|
|
@@ -226,7 +226,7 @@ spec:
|
|
|
226
226
|
command:
|
|
227
227
|
- /opt/app-root/src/run-role.sh
|
|
228
228
|
- arcgis
|
|
229
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
229
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
230
230
|
imagePullPolicy: $(params.image_pull_policy)
|
|
231
231
|
# --------------------------------------------------------------------------------
|
|
232
232
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -296,7 +296,7 @@ spec:
|
|
|
296
296
|
command:
|
|
297
297
|
- /opt/app-root/src/run-role.sh
|
|
298
298
|
- cert_manager
|
|
299
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
299
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
300
300
|
imagePullPolicy: $(params.image_pull_policy)
|
|
301
301
|
workingDir: /workspace/configs
|
|
302
302
|
# --------------------------------------------------------------------------------
|
|
@@ -359,7 +359,7 @@ spec:
|
|
|
359
359
|
command:
|
|
360
360
|
- /opt/app-root/src/run-role.sh
|
|
361
361
|
- common_services
|
|
362
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
362
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
363
363
|
imagePullPolicy: $(params.image_pull_policy)
|
|
364
364
|
workingDir: /workspace/configs
|
|
365
365
|
# --------------------------------------------------------------------------------
|
|
@@ -401,7 +401,7 @@ spec:
|
|
|
401
401
|
type: string
|
|
402
402
|
description: Name of an existing Resource Group in IBM Cloud account
|
|
403
403
|
default: "Default"
|
|
404
|
-
- name:
|
|
404
|
+
- name: cos_resourcegroup
|
|
405
405
|
type: string
|
|
406
406
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
407
407
|
default: ""
|
|
@@ -445,8 +445,8 @@ spec:
|
|
|
445
445
|
value: $(params.cos_action)
|
|
446
446
|
- name: IBMCLOUD_APIKEY
|
|
447
447
|
value: $(params.ibmcloud_apikey)
|
|
448
|
-
- name:
|
|
449
|
-
value: $(params.
|
|
448
|
+
- name: COS_RESOURCEGROUP
|
|
449
|
+
value: $(params.cos_resourcegroup)
|
|
450
450
|
- name: IBMCLOUD_RESOURCEGROUP
|
|
451
451
|
value: $(params.ibmcloud_resourcegroup)
|
|
452
452
|
steps:
|
|
@@ -454,7 +454,7 @@ spec:
|
|
|
454
454
|
command:
|
|
455
455
|
- /opt/app-root/src/run-role.sh
|
|
456
456
|
- cos
|
|
457
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
457
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
458
458
|
imagePullPolicy: $(params.image_pull_policy)
|
|
459
459
|
workingDir: /workspace/configs
|
|
460
460
|
# --------------------------------------------------------------------------------
|
|
@@ -503,7 +503,7 @@ spec:
|
|
|
503
503
|
type: string
|
|
504
504
|
description: Name of an existing Resource Group in IBM Cloud account
|
|
505
505
|
default: "Default"
|
|
506
|
-
- name:
|
|
506
|
+
- name: cos_resourcegroup
|
|
507
507
|
type: string
|
|
508
508
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
509
509
|
default: ""
|
|
@@ -511,7 +511,7 @@ spec:
|
|
|
511
511
|
type: string
|
|
512
512
|
description: COS action to be performed
|
|
513
513
|
default: ""
|
|
514
|
-
- name:
|
|
514
|
+
- name: cos_instance_name
|
|
515
515
|
type: string
|
|
516
516
|
description: Name of COS instance in IBM Cloud account
|
|
517
517
|
default: ""
|
|
@@ -557,11 +557,11 @@ spec:
|
|
|
557
557
|
- name: COS_ACTION
|
|
558
558
|
value: $(params.cos_action)
|
|
559
559
|
- name: COS_INSTANCE_NAME
|
|
560
|
-
value: $(params.
|
|
560
|
+
value: $(params.cos_instance_name)
|
|
561
561
|
- name: IBMCLOUD_APIKEY
|
|
562
562
|
value: $(params.ibmcloud_apikey)
|
|
563
|
-
- name:
|
|
564
|
-
value: $(params.
|
|
563
|
+
- name: COS_RESOURCEGROUP
|
|
564
|
+
value: $(params.cos_resourcegroup)
|
|
565
565
|
- name: IBMCLOUD_RESOURCEGROUP
|
|
566
566
|
value: $(params.ibmcloud_resourcegroup)
|
|
567
567
|
steps:
|
|
@@ -569,7 +569,7 @@ spec:
|
|
|
569
569
|
command:
|
|
570
570
|
- /opt/app-root/src/run-role.sh
|
|
571
571
|
- cos
|
|
572
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
572
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
573
573
|
imagePullPolicy: $(params.image_pull_policy)
|
|
574
574
|
workingDir: /workspace/configs
|
|
575
575
|
|
|
@@ -689,7 +689,7 @@ spec:
|
|
|
689
689
|
command:
|
|
690
690
|
- /opt/app-root/src/run-role.sh
|
|
691
691
|
- cp4d_service
|
|
692
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
692
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
693
693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
694
694
|
workingDir: /workspace/configs
|
|
695
695
|
# --------------------------------------------------------------------------------
|
|
@@ -806,7 +806,7 @@ spec:
|
|
|
806
806
|
command:
|
|
807
807
|
- /opt/app-root/src/run-role.sh
|
|
808
808
|
- cp4d_service
|
|
809
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
809
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
810
810
|
imagePullPolicy: $(params.image_pull_policy)
|
|
811
811
|
workingDir: /workspace/configs
|
|
812
812
|
|
|
@@ -912,7 +912,7 @@ spec:
|
|
|
912
912
|
command:
|
|
913
913
|
- /opt/app-root/src/run-role.sh
|
|
914
914
|
- cp4d
|
|
915
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
915
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
916
916
|
imagePullPolicy: $(params.image_pull_policy)
|
|
917
917
|
# --------------------------------------------------------------------------------
|
|
918
918
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1234,7 +1234,7 @@ spec:
|
|
|
1234
1234
|
command:
|
|
1235
1235
|
- /opt/app-root/src/run-role.sh
|
|
1236
1236
|
- db2
|
|
1237
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1237
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1238
1238
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1239
1239
|
workingDir: /workspace/configs
|
|
1240
1240
|
|
|
@@ -1337,7 +1337,7 @@ spec:
|
|
|
1337
1337
|
command:
|
|
1338
1338
|
- /opt/app-root/src/run-role.sh
|
|
1339
1339
|
- eck
|
|
1340
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1340
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1341
1341
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1342
1342
|
# --------------------------------------------------------------------------------
|
|
1343
1343
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1426,7 +1426,7 @@ spec:
|
|
|
1426
1426
|
command:
|
|
1427
1427
|
- /opt/app-root/src/run-role.sh
|
|
1428
1428
|
- gencfg_workspace
|
|
1429
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1429
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1430
1430
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1431
1431
|
workingDir: /workspace/configs
|
|
1432
1432
|
|
|
@@ -1478,7 +1478,7 @@ spec:
|
|
|
1478
1478
|
|
|
1479
1479
|
steps:
|
|
1480
1480
|
- name: grafana
|
|
1481
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1481
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1482
1482
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1483
1483
|
command:
|
|
1484
1484
|
- /opt/app-root/src/run-role.sh
|
|
@@ -1612,7 +1612,7 @@ spec:
|
|
|
1612
1612
|
command:
|
|
1613
1613
|
- /opt/app-root/src/run-role.sh
|
|
1614
1614
|
- ibm_catalogs
|
|
1615
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1615
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1616
1616
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1617
1617
|
workingDir: /workspace/configs
|
|
1618
1618
|
# --------------------------------------------------------------------------------
|
|
@@ -1719,7 +1719,7 @@ spec:
|
|
|
1719
1719
|
command:
|
|
1720
1720
|
- /opt/app-root/src/run-role.sh
|
|
1721
1721
|
- kafka
|
|
1722
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1722
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1723
1723
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1724
1724
|
workingDir: /workspace/configs
|
|
1725
1725
|
# --------------------------------------------------------------------------------
|
|
@@ -1961,7 +1961,7 @@ spec:
|
|
|
1961
1961
|
command:
|
|
1962
1962
|
- /opt/app-root/src/run-role.sh
|
|
1963
1963
|
- kafka
|
|
1964
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1964
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1965
1965
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1966
1966
|
workingDir: /workspace/configs
|
|
1967
1967
|
|
|
@@ -1988,7 +1988,7 @@ spec:
|
|
|
1988
1988
|
|
|
1989
1989
|
steps:
|
|
1990
1990
|
- name: start-pipelinerun
|
|
1991
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
1991
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
1992
1992
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1993
1993
|
command:
|
|
1994
1994
|
- ansible-playbook
|
|
@@ -2093,7 +2093,7 @@ spec:
|
|
|
2093
2093
|
optional: false
|
|
2094
2094
|
|
|
2095
2095
|
- name: wait-for-pipelinerun
|
|
2096
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2096
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2097
2097
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2098
2098
|
# 50 retries at 10 minute intervals = just over 8 hours
|
|
2099
2099
|
command:
|
|
@@ -2287,7 +2287,7 @@ spec:
|
|
|
2287
2287
|
command:
|
|
2288
2288
|
- /opt/app-root/src/run-role.sh
|
|
2289
2289
|
- mongodb
|
|
2290
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2290
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2291
2291
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2292
2292
|
workingDir: /workspace/configs
|
|
2293
2293
|
|
|
@@ -2330,7 +2330,7 @@ spec:
|
|
|
2330
2330
|
- $(params.base_output_dir)
|
|
2331
2331
|
- --extra-namespaces
|
|
2332
2332
|
- selenium
|
|
2333
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2333
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2334
2334
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2335
2335
|
env:
|
|
2336
2336
|
- name: DEVOPS_MONGO_URI
|
|
@@ -2447,7 +2447,7 @@ spec:
|
|
|
2447
2447
|
command:
|
|
2448
2448
|
- /opt/app-root/src/run-role.sh
|
|
2449
2449
|
- nvidia_gpu
|
|
2450
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2450
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2451
2451
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2452
2452
|
workingDir: /workspace/configs
|
|
2453
2453
|
|
|
@@ -2526,7 +2526,7 @@ spec:
|
|
|
2526
2526
|
command:
|
|
2527
2527
|
- /opt/app-root/src/run-role.sh
|
|
2528
2528
|
- ocp_deprovision
|
|
2529
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2529
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2530
2530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2531
2531
|
# --------------------------------------------------------------------------------
|
|
2532
2532
|
# /home/runner/work/cli/cli/tekton/target/tasks/ocp-verify-all.yaml
|
|
@@ -2558,7 +2558,7 @@ spec:
|
|
|
2558
2558
|
# Verify Cluster
|
|
2559
2559
|
# -------------------------------------------------------------------------
|
|
2560
2560
|
- name: ocp-verify-cluster
|
|
2561
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2561
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2562
2562
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2563
2563
|
command:
|
|
2564
2564
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2600,7 +2600,7 @@ spec:
|
|
|
2600
2600
|
# Verify Catalogs
|
|
2601
2601
|
# -------------------------------------------------------------------------
|
|
2602
2602
|
- name: ocp-verify-catalogs
|
|
2603
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2603
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2604
2604
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2605
2605
|
command:
|
|
2606
2606
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2642,7 +2642,7 @@ spec:
|
|
|
2642
2642
|
# Verify Subscriptions
|
|
2643
2643
|
# -------------------------------------------------------------------------
|
|
2644
2644
|
- name: ocp-verify-subscriptions
|
|
2645
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2645
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2646
2646
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2647
2647
|
command:
|
|
2648
2648
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2684,7 +2684,7 @@ spec:
|
|
|
2684
2684
|
# Verify Workloads
|
|
2685
2685
|
# -------------------------------------------------------------------------
|
|
2686
2686
|
- name: ocp-verify-workloads
|
|
2687
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2687
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2688
2688
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2689
2689
|
command:
|
|
2690
2690
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2726,7 +2726,7 @@ spec:
|
|
|
2726
2726
|
# Verify Catalogs - Ingress TLS
|
|
2727
2727
|
# -------------------------------------------------------------------------
|
|
2728
2728
|
- name: ocp-verify-ingress
|
|
2729
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2729
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2730
2730
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2731
2731
|
command:
|
|
2732
2732
|
- /opt/app-root/src/run-role.sh
|
|
@@ -2852,7 +2852,7 @@ spec:
|
|
|
2852
2852
|
command:
|
|
2853
2853
|
- /opt/app-root/src/run-role.sh
|
|
2854
2854
|
- ocp_verify
|
|
2855
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2855
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2856
2856
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2857
2857
|
workingDir: /workspace/configs
|
|
2858
2858
|
# --------------------------------------------------------------------------------
|
|
@@ -2920,7 +2920,7 @@ spec:
|
|
|
2920
2920
|
command:
|
|
2921
2921
|
- /opt/app-root/src/run-role.sh
|
|
2922
2922
|
- ocs
|
|
2923
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
2923
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
2924
2924
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2925
2925
|
workingDir: /workspace/configs
|
|
2926
2926
|
|
|
@@ -3101,7 +3101,7 @@ spec:
|
|
|
3101
3101
|
command:
|
|
3102
3102
|
- /opt/app-root/src/run-role.sh
|
|
3103
3103
|
- sls
|
|
3104
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
3104
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3105
3105
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3106
3106
|
workingDir: /workspace/configs
|
|
3107
3107
|
|
|
@@ -3272,6 +3272,34 @@ spec:
|
|
|
3272
3272
|
type: string
|
|
3273
3273
|
description: Set true if you want to configure JMS queues. It is false by default.
|
|
3274
3274
|
default: "" # default is handled by ansible-devops
|
|
3275
|
+
- name: mas_manage_attachment_configuration_mode
|
|
3276
|
+
type: string
|
|
3277
|
+
description: Manage attachment configuration mode (cr or db)
|
|
3278
|
+
default: ""
|
|
3279
|
+
- name: mas_manage_attachments_provider
|
|
3280
|
+
type: string
|
|
3281
|
+
description: Manage attachment provider (filestorage, ibm, aws)
|
|
3282
|
+
default: ""
|
|
3283
|
+
- name: db2_namespace
|
|
3284
|
+
type: string
|
|
3285
|
+
description: Namespace to create Db2uCluster instances
|
|
3286
|
+
default: ""
|
|
3287
|
+
- name: ibmcloud_resourcegroup
|
|
3288
|
+
type: string
|
|
3289
|
+
description: IBM Cloud Resource Group where COS is installed (for when attachments is configured via ibm provider)
|
|
3290
|
+
default: ""
|
|
3291
|
+
- name: ibmcloud_apikey
|
|
3292
|
+
type: string
|
|
3293
|
+
description: API Key used to configure COS and buckets in IBM Cloud (used by Manage attachments settings)
|
|
3294
|
+
default: ""
|
|
3295
|
+
- name: cos_instance_name # cos_instance_name in attachments devops role
|
|
3296
|
+
type: string
|
|
3297
|
+
description: Name of COS instance in IBM Cloud account
|
|
3298
|
+
default: ""
|
|
3299
|
+
- name: cos_bucket_name # cos_bucket_name in attachments devops role
|
|
3300
|
+
type: string
|
|
3301
|
+
description: COS Bucket optionally used to hold attachments in Manage
|
|
3302
|
+
default: ""
|
|
3275
3303
|
|
|
3276
3304
|
# Application Workspace - Operand (Predict)
|
|
3277
3305
|
- name: predict_deployment_size
|
|
@@ -3408,6 +3436,20 @@ spec:
|
|
|
3408
3436
|
value: $(params.mas_app_settings_default_jms)
|
|
3409
3437
|
- name: MAS_POD_TEMPLATES_DIR
|
|
3410
3438
|
value: /workspace/pod-templates
|
|
3439
|
+
- name: MAS_MANAGE_ATTACHMENT_CONFIGURATION_MODE
|
|
3440
|
+
value: $(params.mas_manage_attachment_configuration_mode)
|
|
3441
|
+
- name: MAS_MANAGE_ATTACHMENTS_PROVIDER
|
|
3442
|
+
value: $(params.mas_manage_attachments_provider)
|
|
3443
|
+
- name: DB2_NAMESPACE
|
|
3444
|
+
value: $(params.db2_namespace)
|
|
3445
|
+
- name: IBMCLOUD_RESOURCEGROUP
|
|
3446
|
+
value: $(params.ibmcloud_resourcegroup)
|
|
3447
|
+
- name: IBMCLOUD_APIKEY
|
|
3448
|
+
value: $(params.ibmcloud_apikey)
|
|
3449
|
+
- name: COS_INSTANCE_NAME
|
|
3450
|
+
value: $(params.cos_instance_name)
|
|
3451
|
+
- name: COS_BUCKET_NAME
|
|
3452
|
+
value: $(params.cos_bucket_name)
|
|
3411
3453
|
|
|
3412
3454
|
# Application Workspace - Operand (Predict)
|
|
3413
3455
|
- name: PREDICT_DEPLOYMENT_SIZE
|
|
@@ -3434,12 +3476,12 @@ spec:
|
|
|
3434
3476
|
command:
|
|
3435
3477
|
- /opt/app-root/src/run-role.sh
|
|
3436
3478
|
- suite_app_config
|
|
3437
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
3479
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3438
3480
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3439
3481
|
|
|
3440
3482
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
3441
3483
|
- name: app-cfg-post-verify
|
|
3442
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
3484
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3443
3485
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3444
3486
|
command:
|
|
3445
3487
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -3640,7 +3682,7 @@ spec:
|
|
|
3640
3682
|
command:
|
|
3641
3683
|
- /opt/app-root/src/run-role.sh
|
|
3642
3684
|
- suite_app_install
|
|
3643
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
3685
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3644
3686
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3645
3687
|
|
|
3646
3688
|
workspaces:
|
|
@@ -3729,7 +3771,7 @@ spec:
|
|
|
3729
3771
|
command:
|
|
3730
3772
|
- /opt/app-root/src/run-role.sh
|
|
3731
3773
|
- suite_app_rollback
|
|
3732
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
3774
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3733
3775
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3734
3776
|
# --------------------------------------------------------------------------------
|
|
3735
3777
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -3792,7 +3834,7 @@ spec:
|
|
|
3792
3834
|
command:
|
|
3793
3835
|
- /opt/app-root/src/run-role.sh
|
|
3794
3836
|
- suite_app_uninstall
|
|
3795
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
3837
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3796
3838
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3797
3839
|
# --------------------------------------------------------------------------------
|
|
3798
3840
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -3867,7 +3909,7 @@ spec:
|
|
|
3867
3909
|
command:
|
|
3868
3910
|
- /opt/app-root/src/run-role.sh
|
|
3869
3911
|
- suite_app_upgrade
|
|
3870
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
3912
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3871
3913
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3872
3914
|
# --------------------------------------------------------------------------------
|
|
3873
3915
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -3968,7 +4010,7 @@ spec:
|
|
|
3968
4010
|
command:
|
|
3969
4011
|
- /opt/app-root/src/run-role.sh
|
|
3970
4012
|
- suite_app_verify
|
|
3971
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4013
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
3972
4014
|
imagePullPolicy: $(params.image_pull_policy)
|
|
3973
4015
|
# --------------------------------------------------------------------------------
|
|
3974
4016
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -4111,7 +4153,7 @@ spec:
|
|
|
4111
4153
|
command:
|
|
4112
4154
|
- /opt/app-root/src/run-role.sh
|
|
4113
4155
|
- suite_certs
|
|
4114
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4156
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4115
4157
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4116
4158
|
|
|
4117
4159
|
workspaces:
|
|
@@ -4178,7 +4220,7 @@ spec:
|
|
|
4178
4220
|
command:
|
|
4179
4221
|
- /opt/app-root/src/run-role.sh
|
|
4180
4222
|
- suite_config
|
|
4181
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4223
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4182
4224
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4183
4225
|
workingDir: /workspace/configs
|
|
4184
4226
|
|
|
@@ -4249,7 +4291,7 @@ spec:
|
|
|
4249
4291
|
command:
|
|
4250
4292
|
- /opt/app-root/src/run-role.sh
|
|
4251
4293
|
- suite_db2_setup_for_manage
|
|
4252
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4294
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4253
4295
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4254
4296
|
# --------------------------------------------------------------------------------
|
|
4255
4297
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -4439,7 +4481,7 @@ spec:
|
|
|
4439
4481
|
command:
|
|
4440
4482
|
- /opt/app-root/src/run-role.sh
|
|
4441
4483
|
- suite_dns
|
|
4442
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4484
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4443
4485
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4444
4486
|
# --------------------------------------------------------------------------------
|
|
4445
4487
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -4619,7 +4661,7 @@ spec:
|
|
|
4619
4661
|
command:
|
|
4620
4662
|
- /opt/app-root/src/run-role.sh
|
|
4621
4663
|
- suite_install
|
|
4622
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4664
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4623
4665
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4624
4666
|
workingDir: /workspace/configs
|
|
4625
4667
|
|
|
@@ -4707,7 +4749,7 @@ spec:
|
|
|
4707
4749
|
command:
|
|
4708
4750
|
- /opt/app-root/src/run-role.sh
|
|
4709
4751
|
- suite_rollback
|
|
4710
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4752
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4711
4753
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4712
4754
|
# --------------------------------------------------------------------------------
|
|
4713
4755
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -4772,7 +4814,7 @@ spec:
|
|
|
4772
4814
|
command:
|
|
4773
4815
|
- /opt/app-root/src/run-role.sh
|
|
4774
4816
|
- suite_uninstall
|
|
4775
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4817
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4776
4818
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4777
4819
|
# --------------------------------------------------------------------------------
|
|
4778
4820
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -4842,7 +4884,7 @@ spec:
|
|
|
4842
4884
|
command:
|
|
4843
4885
|
- /opt/app-root/src/run-role.sh
|
|
4844
4886
|
- suite_upgrade
|
|
4845
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4887
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4846
4888
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4847
4889
|
# --------------------------------------------------------------------------------
|
|
4848
4890
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -4904,12 +4946,12 @@ spec:
|
|
|
4904
4946
|
command:
|
|
4905
4947
|
- /opt/app-root/src/run-role.sh
|
|
4906
4948
|
- suite_verify
|
|
4907
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4949
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4908
4950
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4909
4951
|
|
|
4910
4952
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
4911
4953
|
- name: suite-post-verify
|
|
4912
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
4954
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
4913
4955
|
imagePullPolicy: $(params.image_pull_policy)
|
|
4914
4956
|
command:
|
|
4915
4957
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -5038,7 +5080,7 @@ spec:
|
|
|
5038
5080
|
command:
|
|
5039
5081
|
- /opt/app-root/src/run-role.sh
|
|
5040
5082
|
- turbonomic
|
|
5041
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
5083
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
5042
5084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
5043
5085
|
# --------------------------------------------------------------------------------
|
|
5044
5086
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -5119,7 +5161,7 @@ spec:
|
|
|
5119
5161
|
# IBM User Data Services (UDS)
|
|
5120
5162
|
# -------------------------------------------------------------------------
|
|
5121
5163
|
- name: uds
|
|
5122
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
5164
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
5123
5165
|
imagePullPolicy: $(params.image_pull_policy)
|
|
5124
5166
|
workingDir: /workspace/configs
|
|
5125
5167
|
command:
|
|
@@ -5182,7 +5224,7 @@ spec:
|
|
|
5182
5224
|
# IBM Data Reporter Operator (DRO)
|
|
5183
5225
|
# -------------------------------------------------------------------------
|
|
5184
5226
|
- name: dro
|
|
5185
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
5227
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
5186
5228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
5187
5229
|
workingDir: /workspace/configs
|
|
5188
5230
|
command:
|
|
@@ -5268,7 +5310,7 @@ spec:
|
|
|
5268
5310
|
|
|
5269
5311
|
steps:
|
|
5270
5312
|
- name: update-configmap
|
|
5271
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
5313
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
5272
5314
|
command:
|
|
5273
5315
|
- /opt/app-root/src/update-configmap.sh
|
|
5274
5316
|
env:
|
|
@@ -5330,7 +5372,7 @@ spec:
|
|
|
5330
5372
|
|
|
5331
5373
|
steps:
|
|
5332
5374
|
- name: wait-for-configmap
|
|
5333
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
5375
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
5334
5376
|
command:
|
|
5335
5377
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
5336
5378
|
env:
|
|
@@ -5394,7 +5436,7 @@ spec:
|
|
|
5394
5436
|
|
|
5395
5437
|
steps:
|
|
5396
5438
|
- name: wait
|
|
5397
|
-
image: quay.io/ibmmas/cli:10.0.
|
|
5439
|
+
image: quay.io/ibmmas/cli:10.0.2
|
|
5398
5440
|
command:
|
|
5399
5441
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
5400
5442
|
env:
|
|
@@ -6585,11 +6627,11 @@ spec:
|
|
|
6585
6627
|
type: string
|
|
6586
6628
|
description: COS Provider (ibm or ocs)
|
|
6587
6629
|
default: ""
|
|
6588
|
-
- name:
|
|
6630
|
+
- name: cos_resourcegroup
|
|
6589
6631
|
type: string
|
|
6590
6632
|
description: Name of an existing COS Resource Group in IBM Cloud account
|
|
6591
6633
|
default: ""
|
|
6592
|
-
- name:
|
|
6634
|
+
- name: cos_instance_name
|
|
6593
6635
|
type: string
|
|
6594
6636
|
description: Name of COS instance in IBM Cloud account
|
|
6595
6637
|
default: ""
|
|
@@ -6938,6 +6980,18 @@ spec:
|
|
|
6938
6980
|
type: string
|
|
6939
6981
|
description: Set true if you want to configure JMS queues. It is false by default.
|
|
6940
6982
|
default: "" # default is handled by ansible-devops
|
|
6983
|
+
- name: mas_manage_attachment_configuration_mode
|
|
6984
|
+
type: string
|
|
6985
|
+
description: Manage attachment configuration mode (cr or db)
|
|
6986
|
+
default: ""
|
|
6987
|
+
- name: mas_manage_attachments_provider
|
|
6988
|
+
type: string
|
|
6989
|
+
description: Manage attachment provider (filestorage, ibm, aws)
|
|
6990
|
+
default: ""
|
|
6991
|
+
- name: cos_bucket_name # cos_bucket_name in attachments role
|
|
6992
|
+
type: string
|
|
6993
|
+
description: COS Bucket optionally used to hold attachments in Manage
|
|
6994
|
+
default: ""
|
|
6941
6995
|
|
|
6942
6996
|
# MAS Application Configuration - IBM Maximo Location Services for ESRI
|
|
6943
6997
|
# -----------------------------------------------------------------------------
|
|
@@ -8015,8 +8069,8 @@ spec:
|
|
|
8015
8069
|
value: $(params.ibmcloud_resourcegroup)
|
|
8016
8070
|
- name: ibmcloud_apikey
|
|
8017
8071
|
value: $(params.ibmcloud_apikey)
|
|
8018
|
-
- name:
|
|
8019
|
-
value: $(params.
|
|
8072
|
+
- name: cos_resourcegroup
|
|
8073
|
+
value: $(params.cos_resourcegroup)
|
|
8020
8074
|
|
|
8021
8075
|
- name: custom_labels
|
|
8022
8076
|
value: $(params.custom_labels)
|
|
@@ -8753,6 +8807,20 @@ spec:
|
|
|
8753
8807
|
value: $(params.mas_app_settings_override_encryption_secrets_flag)
|
|
8754
8808
|
- name: mas_app_settings_default_jms
|
|
8755
8809
|
value: $(params.mas_app_settings_default_jms)
|
|
8810
|
+
- name: mas_manage_attachment_configuration_mode
|
|
8811
|
+
value: $(params.mas_manage_attachment_configuration_mode)
|
|
8812
|
+
- name: mas_manage_attachments_provider
|
|
8813
|
+
value: $(params.mas_manage_attachments_provider)
|
|
8814
|
+
- name: db2_namespace
|
|
8815
|
+
value: $(params.db2_namespace)
|
|
8816
|
+
- name: ibmcloud_resourcegroup
|
|
8817
|
+
value: $(params.ibmcloud_resourcegroup)
|
|
8818
|
+
- name: ibmcloud_apikey
|
|
8819
|
+
value: $(params.ibmcloud_apikey)
|
|
8820
|
+
- name: cos_instance_name
|
|
8821
|
+
value: $(params.cos_instance_name)
|
|
8822
|
+
- name: cos_bucket_name
|
|
8823
|
+
value: $(params.cos_bucket_name)
|
|
8756
8824
|
|
|
8757
8825
|
# Custom Label Support
|
|
8758
8826
|
- name: custom_labels
|
|
@@ -8809,8 +8877,9 @@ spec:
|
|
|
8809
8877
|
operator: notin
|
|
8810
8878
|
values: [""]
|
|
8811
8879
|
- input: "$(params.install_arcgis)"
|
|
8812
|
-
operator:
|
|
8813
|
-
values: [""]
|
|
8880
|
+
operator: in
|
|
8881
|
+
values: ["true", "True"]
|
|
8882
|
+
|
|
8814
8883
|
runAfter:
|
|
8815
8884
|
- suite-verify
|
|
8816
8885
|
|
|
@@ -387,6 +387,8 @@ class App(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGenerator
|
|
|
387
387
|
self.installAssist = self.yesOrNo("Install Assist")
|
|
388
388
|
if self.installAssist:
|
|
389
389
|
self.configAppChannel("assist")
|
|
390
|
+
else:
|
|
391
|
+
self.installAssist = False
|
|
390
392
|
|
|
391
393
|
self.installOptimizer = self.yesOrNo("Install Optimizer")
|
|
392
394
|
if self.installOptimizer:
|
|
@@ -503,7 +505,7 @@ class App(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGenerator
|
|
|
503
505
|
self.promptForString("COS Provider [ibm/ocs]", "cos_type")
|
|
504
506
|
if self.getParam("cos_type") == "ibm":
|
|
505
507
|
self.promptForString("IBM Cloud API Key", "ibmcloud_apikey", isPassword=True)
|
|
506
|
-
self.promptForString("IBM Cloud Resource Group", "
|
|
508
|
+
self.promptForString("IBM Cloud Resource Group", "cos_resourcegroup")
|
|
507
509
|
|
|
508
510
|
def interactiveMode(self) -> None:
|
|
509
511
|
# Interactive mode
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=OcUv_utZ5qbE4a-mn1Ab1qSEVugcBeUrflAdwSmasUs,491
|
|
2
2
|
mas/cli/cli.py,sha256=DEIMWmIt0dyhmJL2CDWHABRx3AG61LSZr10UBxNbDmY,8355
|
|
3
3
|
mas/cli/displayMixins.py,sha256=Dcr-q02wjGA9Mec2nGqZD42vWKyjqLtmh92s2ZhWHZw,5013
|
|
4
4
|
mas/cli/gencfg.py,sha256=57ik5x73gQBFXPl_8h2byXmV_vhCgxfeSDZk4Wg5-Pw,2102
|
|
5
5
|
mas/cli/validators.py,sha256=5QwiDQn2EIqJABJyDbHGGaSvlkE38IeJ98d1Czz682A,4550
|
|
6
6
|
mas/cli/install/__init__.py,sha256=55HhFzQjZrWuEIYRC5-fyGRpiMmC5g17MZJlH9_w7rk,467
|
|
7
|
-
mas/cli/install/argParser.py,sha256=
|
|
7
|
+
mas/cli/install/argParser.py,sha256=AEbodAediMlIGHtOE-jlLSKILcqSKCbOix7o2iTI6xY,18766
|
|
8
8
|
mas/cli/install/summarizer.py,sha256=iDdyiYkgGgLeYfl5asDkmGRUXAYGZAMPxF1PIGjF74c,17781
|
|
9
9
|
mas/cli/install/settings/__init__.py,sha256=eGdNVHVALUxJlZyGYkBet8LbHvVfa-1UjL_8Zl3d-lY,953
|
|
10
10
|
mas/cli/install/settings/additionalConfigs.py,sha256=ewwZew58q0k5AL3jxz8Uw8KxbM4ZPFZmYn_Sp3PiffM,6840
|
|
@@ -12,7 +12,7 @@ mas/cli/install/settings/db2Settings.py,sha256=R5g_Mxiu27ilP1eHikSgvuPsdsCbE660o
|
|
|
12
12
|
mas/cli/install/settings/kafkaSettings.py,sha256=OJ5JRR_6f0PiXNfCJoZdurO2WGjGPBfRUpFdspm37Os,7125
|
|
13
13
|
mas/cli/install/settings/manageSettings.py,sha256=LTink4BKos2s4wVw2J9Z2kGFC5xGhgtFmTtCIXkj5rs,13214
|
|
14
14
|
mas/cli/install/settings/turbonomicSettings.py,sha256=OC-sn6_Z6MAq0kf33OC3c96gqT8FT4P7A51PenPiCXw,1368
|
|
15
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
15
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=GMuhGZaty9YtjOCanuECz28zQ2amrdEqdajKgBntmts,335567
|
|
16
16
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
17
17
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
18
18
|
mas/cli/templates/pod-templates/best-effort/ibm-mas-bascfg.yml,sha256=rkq8c2pVJoskgict9tCZzCchGSE2MBC-dJ47JyMYm7A,1559
|
|
@@ -85,10 +85,10 @@ mas/cli/templates/pod-templates/guaranteed/ibm-mas-suite.yml,sha256=aB-buCWUAqD0
|
|
|
85
85
|
mas/cli/templates/pod-templates/guaranteed/ibm-mas-visualinspection.yml,sha256=NiXBlXKe3j2RvroEcx3kCSuD92G6WB-jcpNAYGAg3T0,1975
|
|
86
86
|
mas/cli/templates/pod-templates/guaranteed/ibm-sls-licenseservice.yml,sha256=CKt1yim4L3ClloVcQDHiXLD8EMvmKXIltmDxJTxNdDs,546
|
|
87
87
|
mas/cli/templates/pod-templates/saas-essentials/ibm-mas-visualinspection.yml,sha256=4skVNh-8HG55ik0O0QG4jAwiQBRxxrPSRaUwllPYZ_I,1270
|
|
88
|
-
mas_cli-10.0.
|
|
89
|
-
mas_cli-10.0.
|
|
90
|
-
mas_cli-10.0.
|
|
91
|
-
mas_cli-10.0.
|
|
92
|
-
mas_cli-10.0.
|
|
93
|
-
mas_cli-10.0.
|
|
94
|
-
mas_cli-10.0.
|
|
88
|
+
mas_cli-10.0.2.data/scripts/mas-install,sha256=JqKAViyFINb782T7s_tqxQSgrkUT9Drn41QMsM8fbSM,46118
|
|
89
|
+
mas_cli-10.0.2.data/scripts/mas-uninstall,sha256=U4eZcs8UHo3K_h4VyQURMJ4P8OoZZKBOvTUSd7vWaQI,13217
|
|
90
|
+
mas_cli-10.0.2.data/scripts/mas-upgrade,sha256=piUrsPtEZR_LWPkK6p1j_mQK3Cg-SNyTTcxGgHGFYqc,6900
|
|
91
|
+
mas_cli-10.0.2.dist-info/METADATA,sha256=6UGcQggFjktSA2f3QI6naQ-cKSym3nE3nISFcqLY6A8,2076
|
|
92
|
+
mas_cli-10.0.2.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
93
|
+
mas_cli-10.0.2.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
94
|
+
mas_cli-10.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|