mas-cli 11.1.3__py3-none-any.whl → 11.2.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 +267 -205
- mas/cli/update/app.py +14 -12
- {mas_cli-11.1.3.dist-info → mas_cli-11.2.0.dist-info}/METADATA +1 -1
- {mas_cli-11.1.3.dist-info → mas_cli-11.2.0.dist-info}/RECORD +9 -9
- {mas_cli-11.1.3.data → mas_cli-11.2.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.1.3.dist-info → mas_cli-11.2.0.dist-info}/WHEEL +0 -0
- {mas_cli-11.1.3.dist-info → mas_cli-11.2.0.dist-info}/top_level.txt +0 -0
|
@@ -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:11.
|
|
111
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
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:11.
|
|
229
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
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:11.
|
|
299
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
300
300
|
imagePullPolicy: $(params.image_pull_policy)
|
|
301
301
|
workingDir: /workspace/configs
|
|
302
302
|
# --------------------------------------------------------------------------------
|
|
@@ -362,7 +362,7 @@ spec:
|
|
|
362
362
|
command:
|
|
363
363
|
- /opt/app-root/src/run-role.sh
|
|
364
364
|
- common_services
|
|
365
|
-
image: quay.io/ibmmas/cli:11.
|
|
365
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
366
366
|
imagePullPolicy: $(params.image_pull_policy)
|
|
367
367
|
workingDir: /workspace/configs
|
|
368
368
|
# --------------------------------------------------------------------------------
|
|
@@ -483,7 +483,7 @@ spec:
|
|
|
483
483
|
command:
|
|
484
484
|
- /opt/app-root/src/run-role.sh
|
|
485
485
|
- cos
|
|
486
|
-
image: quay.io/ibmmas/cli:11.
|
|
486
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
487
487
|
imagePullPolicy: $(params.image_pull_policy)
|
|
488
488
|
workingDir: /workspace/configs
|
|
489
489
|
|
|
@@ -603,7 +603,7 @@ spec:
|
|
|
603
603
|
command:
|
|
604
604
|
- /opt/app-root/src/run-role.sh
|
|
605
605
|
- cp4d_service
|
|
606
|
-
image: quay.io/ibmmas/cli:11.
|
|
606
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
607
607
|
imagePullPolicy: $(params.image_pull_policy)
|
|
608
608
|
workingDir: /workspace/configs
|
|
609
609
|
# --------------------------------------------------------------------------------
|
|
@@ -720,7 +720,7 @@ spec:
|
|
|
720
720
|
command:
|
|
721
721
|
- /opt/app-root/src/run-role.sh
|
|
722
722
|
- cp4d_service
|
|
723
|
-
image: quay.io/ibmmas/cli:11.
|
|
723
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
724
724
|
imagePullPolicy: $(params.image_pull_policy)
|
|
725
725
|
workingDir: /workspace/configs
|
|
726
726
|
|
|
@@ -826,7 +826,7 @@ spec:
|
|
|
826
826
|
command:
|
|
827
827
|
- /opt/app-root/src/run-role.sh
|
|
828
828
|
- cp4d
|
|
829
|
-
image: quay.io/ibmmas/cli:11.
|
|
829
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
830
830
|
imagePullPolicy: $(params.image_pull_policy)
|
|
831
831
|
# --------------------------------------------------------------------------------
|
|
832
832
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1148,7 +1148,7 @@ spec:
|
|
|
1148
1148
|
command:
|
|
1149
1149
|
- /opt/app-root/src/run-role.sh
|
|
1150
1150
|
- db2
|
|
1151
|
-
image: quay.io/ibmmas/cli:11.
|
|
1151
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1152
1152
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1153
1153
|
workingDir: /workspace/configs
|
|
1154
1154
|
|
|
@@ -1258,7 +1258,7 @@ spec:
|
|
|
1258
1258
|
command:
|
|
1259
1259
|
- /opt/app-root/src/run-role.sh
|
|
1260
1260
|
- eck
|
|
1261
|
-
image: quay.io/ibmmas/cli:11.
|
|
1261
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1262
1262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1263
1263
|
# --------------------------------------------------------------------------------
|
|
1264
1264
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1347,7 +1347,7 @@ spec:
|
|
|
1347
1347
|
command:
|
|
1348
1348
|
- /opt/app-root/src/run-role.sh
|
|
1349
1349
|
- gencfg_workspace
|
|
1350
|
-
image: quay.io/ibmmas/cli:11.
|
|
1350
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1351
1351
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1352
1352
|
workingDir: /workspace/configs
|
|
1353
1353
|
|
|
@@ -1451,7 +1451,7 @@ spec:
|
|
|
1451
1451
|
- -c
|
|
1452
1452
|
name: gitops-bootstrap
|
|
1453
1453
|
imagePullPolicy: IfNotPresent
|
|
1454
|
-
image: quay.io/ibmmas/cli:11.
|
|
1454
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1455
1455
|
workspaces:
|
|
1456
1456
|
- name: configs
|
|
1457
1457
|
# --------------------------------------------------------------------------------
|
|
@@ -1528,7 +1528,7 @@ spec:
|
|
|
1528
1528
|
- -c
|
|
1529
1529
|
name: gitops-cis-compliance
|
|
1530
1530
|
imagePullPolicy: IfNotPresent
|
|
1531
|
-
image: quay.io/ibmmas/cli:11.
|
|
1531
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1532
1532
|
workspaces:
|
|
1533
1533
|
- name: configs
|
|
1534
1534
|
# --------------------------------------------------------------------------------
|
|
@@ -1599,6 +1599,10 @@ spec:
|
|
|
1599
1599
|
type: string
|
|
1600
1600
|
default: ''
|
|
1601
1601
|
|
|
1602
|
+
- name: devops_build_number
|
|
1603
|
+
type: string
|
|
1604
|
+
default: ''
|
|
1605
|
+
|
|
1602
1606
|
- name: dns_provider
|
|
1603
1607
|
type: string
|
|
1604
1608
|
default: cis
|
|
@@ -1658,6 +1662,9 @@ spec:
|
|
|
1658
1662
|
value: $(params.cluster_promotion_target_pr_title)
|
|
1659
1663
|
- name: CLUSTER_PROMOTION_CLUSTER_VALUES
|
|
1660
1664
|
value: $(params.cluster_promotion_cluster_values)
|
|
1665
|
+
|
|
1666
|
+
- name: DEVOPS_BUILD_NUMBER
|
|
1667
|
+
value: $(params.devops_build_number)
|
|
1661
1668
|
|
|
1662
1669
|
- name: DNS_PROVIDER
|
|
1663
1670
|
value: $(params.dns_provider)
|
|
@@ -1712,7 +1719,7 @@ spec:
|
|
|
1712
1719
|
- -c
|
|
1713
1720
|
name: gitops-cluster
|
|
1714
1721
|
imagePullPolicy: Always
|
|
1715
|
-
image: quay.io/ibmmas/cli:11.
|
|
1722
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1716
1723
|
workspaces:
|
|
1717
1724
|
- name: configs
|
|
1718
1725
|
# --------------------------------------------------------------------------------
|
|
@@ -1807,7 +1814,7 @@ spec:
|
|
|
1807
1814
|
- -c
|
|
1808
1815
|
name: gitops-cos
|
|
1809
1816
|
imagePullPolicy: IfNotPresent
|
|
1810
|
-
image: quay.io/ibmmas/cli:11.
|
|
1817
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1811
1818
|
workspaces:
|
|
1812
1819
|
- name: configs
|
|
1813
1820
|
# --------------------------------------------------------------------------------
|
|
@@ -1920,7 +1927,7 @@ spec:
|
|
|
1920
1927
|
- -c
|
|
1921
1928
|
name: gitops-cp4d-service
|
|
1922
1929
|
imagePullPolicy: IfNotPresent
|
|
1923
|
-
image: quay.io/ibmmas/cli:11.
|
|
1930
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
1924
1931
|
workspaces:
|
|
1925
1932
|
- name: configs
|
|
1926
1933
|
- name: shared-gitops-configs
|
|
@@ -2029,7 +2036,7 @@ spec:
|
|
|
2029
2036
|
- -c
|
|
2030
2037
|
name: gitops-cp4d
|
|
2031
2038
|
imagePullPolicy: IfNotPresent
|
|
2032
|
-
image: quay.io/ibmmas/cli:11.
|
|
2039
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2033
2040
|
workspaces:
|
|
2034
2041
|
- name: configs
|
|
2035
2042
|
- name: shared-gitops-configs
|
|
@@ -2281,7 +2288,7 @@ spec:
|
|
|
2281
2288
|
- -c
|
|
2282
2289
|
name: gitops-db2u-database
|
|
2283
2290
|
imagePullPolicy: Always
|
|
2284
|
-
image: quay.io/ibmmas/cli:11.
|
|
2291
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2285
2292
|
workspaces:
|
|
2286
2293
|
- name: configs
|
|
2287
2294
|
- name: shared-gitops-configs
|
|
@@ -2374,7 +2381,7 @@ spec:
|
|
|
2374
2381
|
- -c
|
|
2375
2382
|
name: gitops-db2u
|
|
2376
2383
|
imagePullPolicy: IfNotPresent
|
|
2377
|
-
image: quay.io/ibmmas/cli:11.
|
|
2384
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2378
2385
|
workspaces:
|
|
2379
2386
|
- name: configs
|
|
2380
2387
|
# --------------------------------------------------------------------------------
|
|
@@ -2501,7 +2508,7 @@ spec:
|
|
|
2501
2508
|
- -c
|
|
2502
2509
|
name: gitops-delete-jdbc-config
|
|
2503
2510
|
imagePullPolicy: IfNotPresent
|
|
2504
|
-
image: quay.io/ibmmas/cli:11.
|
|
2511
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2505
2512
|
workspaces:
|
|
2506
2513
|
- name: configs
|
|
2507
2514
|
# --------------------------------------------------------------------------------
|
|
@@ -2599,7 +2606,7 @@ spec:
|
|
|
2599
2606
|
- -c
|
|
2600
2607
|
name: gitops-delete-kafka-config
|
|
2601
2608
|
imagePullPolicy: Always
|
|
2602
|
-
image: quay.io/ibmmas/cli:11.
|
|
2609
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2603
2610
|
workspaces:
|
|
2604
2611
|
- name: configs
|
|
2605
2612
|
|
|
@@ -2691,7 +2698,7 @@ spec:
|
|
|
2691
2698
|
- -c
|
|
2692
2699
|
name: gitops-deprovision-app-config
|
|
2693
2700
|
imagePullPolicy: IfNotPresent
|
|
2694
|
-
image: quay.io/ibmmas/cli:11.
|
|
2701
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2695
2702
|
workspaces:
|
|
2696
2703
|
- name: configs
|
|
2697
2704
|
# --------------------------------------------------------------------------------
|
|
@@ -2776,7 +2783,7 @@ spec:
|
|
|
2776
2783
|
- -c
|
|
2777
2784
|
name: gitops-deprovision-app-install
|
|
2778
2785
|
imagePullPolicy: IfNotPresent
|
|
2779
|
-
image: quay.io/ibmmas/cli:11.
|
|
2786
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2780
2787
|
workspaces:
|
|
2781
2788
|
- name: configs
|
|
2782
2789
|
# --------------------------------------------------------------------------------
|
|
@@ -2861,7 +2868,7 @@ spec:
|
|
|
2861
2868
|
- -c
|
|
2862
2869
|
name: gitops-deprovision-cluster
|
|
2863
2870
|
imagePullPolicy: IfNotPresent
|
|
2864
|
-
image: quay.io/ibmmas/cli:11.
|
|
2871
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2865
2872
|
workspaces:
|
|
2866
2873
|
- name: configs
|
|
2867
2874
|
# --------------------------------------------------------------------------------
|
|
@@ -2972,7 +2979,7 @@ spec:
|
|
|
2972
2979
|
- -c
|
|
2973
2980
|
name: gitops-deprovision-cos
|
|
2974
2981
|
imagePullPolicy: IfNotPresent
|
|
2975
|
-
image: quay.io/ibmmas/cli:11.
|
|
2982
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
2976
2983
|
workspaces:
|
|
2977
2984
|
- name: configs
|
|
2978
2985
|
# --------------------------------------------------------------------------------
|
|
@@ -3060,7 +3067,7 @@ spec:
|
|
|
3060
3067
|
- -c
|
|
3061
3068
|
name: gitops-deprovision-db2u-database
|
|
3062
3069
|
imagePullPolicy: IfNotPresent
|
|
3063
|
-
image: quay.io/ibmmas/cli:11.
|
|
3070
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3064
3071
|
workspaces:
|
|
3065
3072
|
- name: configs
|
|
3066
3073
|
|
|
@@ -3143,7 +3150,7 @@ spec:
|
|
|
3143
3150
|
- -c
|
|
3144
3151
|
name: gitops-deprovision-db2u
|
|
3145
3152
|
imagePullPolicy: IfNotPresent
|
|
3146
|
-
image: quay.io/ibmmas/cli:11.
|
|
3153
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3147
3154
|
workspaces:
|
|
3148
3155
|
- name: configs
|
|
3149
3156
|
|
|
@@ -3219,7 +3226,7 @@ spec:
|
|
|
3219
3226
|
- -c
|
|
3220
3227
|
name: gitops-deprovision-efs
|
|
3221
3228
|
imagePullPolicy: IfNotPresent
|
|
3222
|
-
image: quay.io/ibmmas/cli:11.
|
|
3229
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3223
3230
|
workspaces:
|
|
3224
3231
|
- name: configs
|
|
3225
3232
|
|
|
@@ -3328,7 +3335,7 @@ spec:
|
|
|
3328
3335
|
- -c
|
|
3329
3336
|
name: gitops-deprovision-kafka
|
|
3330
3337
|
imagePullPolicy: IfNotPresent
|
|
3331
|
-
image: quay.io/ibmmas/cli:11.
|
|
3338
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3332
3339
|
workspaces:
|
|
3333
3340
|
- name: configs
|
|
3334
3341
|
# --------------------------------------------------------------------------------
|
|
@@ -3430,7 +3437,7 @@ spec:
|
|
|
3430
3437
|
- -c
|
|
3431
3438
|
name: gitops-deprovision-mongo
|
|
3432
3439
|
imagePullPolicy: IfNotPresent
|
|
3433
|
-
image: quay.io/ibmmas/cli:11.
|
|
3440
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3434
3441
|
workspaces:
|
|
3435
3442
|
- name: configs
|
|
3436
3443
|
|
|
@@ -3487,7 +3494,7 @@ spec:
|
|
|
3487
3494
|
- -c
|
|
3488
3495
|
name: gitops-deprovision-rosa
|
|
3489
3496
|
imagePullPolicy: IfNotPresent
|
|
3490
|
-
image: quay.io/ibmmas/cli:11.
|
|
3497
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3491
3498
|
workspaces:
|
|
3492
3499
|
- name: configs
|
|
3493
3500
|
# --------------------------------------------------------------------------------
|
|
@@ -3692,7 +3699,7 @@ spec:
|
|
|
3692
3699
|
- -c
|
|
3693
3700
|
name: gitops-deprovision-suite-config
|
|
3694
3701
|
imagePullPolicy: IfNotPresent
|
|
3695
|
-
image: quay.io/ibmmas/cli:11.
|
|
3702
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3696
3703
|
workspaces:
|
|
3697
3704
|
- name: configs
|
|
3698
3705
|
|
|
@@ -3790,7 +3797,7 @@ spec:
|
|
|
3790
3797
|
- -c
|
|
3791
3798
|
name: gitops-deprovision-suite-idp-config
|
|
3792
3799
|
imagePullPolicy: IfNotPresent
|
|
3793
|
-
image: quay.io/ibmmas/cli:11.
|
|
3800
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3794
3801
|
workspaces:
|
|
3795
3802
|
- name: configs
|
|
3796
3803
|
# --------------------------------------------------------------------------------
|
|
@@ -3882,7 +3889,7 @@ spec:
|
|
|
3882
3889
|
- -c
|
|
3883
3890
|
name: gitops-deprovision-suite-objectstorage-config
|
|
3884
3891
|
imagePullPolicy: IfNotPresent
|
|
3885
|
-
image: quay.io/ibmmas/cli:11.
|
|
3892
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3886
3893
|
workspaces:
|
|
3887
3894
|
- name: configs
|
|
3888
3895
|
# --------------------------------------------------------------------------------
|
|
@@ -3974,7 +3981,7 @@ spec:
|
|
|
3974
3981
|
- -c
|
|
3975
3982
|
name: gitops-deprovision-suite-smtp-config
|
|
3976
3983
|
imagePullPolicy: IfNotPresent
|
|
3977
|
-
image: quay.io/ibmmas/cli:11.
|
|
3984
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
3978
3985
|
workspaces:
|
|
3979
3986
|
- name: configs
|
|
3980
3987
|
# --------------------------------------------------------------------------------
|
|
@@ -4067,7 +4074,7 @@ spec:
|
|
|
4067
4074
|
- -c
|
|
4068
4075
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4069
4076
|
imagePullPolicy: IfNotPresent
|
|
4070
|
-
image: quay.io/ibmmas/cli:11.
|
|
4077
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4071
4078
|
workspaces:
|
|
4072
4079
|
- name: configs
|
|
4073
4080
|
# --------------------------------------------------------------------------------
|
|
@@ -4158,7 +4165,7 @@ spec:
|
|
|
4158
4165
|
- -c
|
|
4159
4166
|
name: gitops-deprovision-suite-workspace
|
|
4160
4167
|
imagePullPolicy: Always
|
|
4161
|
-
image: quay.io/ibmmas/cli:11.
|
|
4168
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4162
4169
|
workspaces:
|
|
4163
4170
|
- name: configs
|
|
4164
4171
|
# --------------------------------------------------------------------------------
|
|
@@ -4251,7 +4258,7 @@ spec:
|
|
|
4251
4258
|
- -c
|
|
4252
4259
|
name: gitops-deprovision-suite
|
|
4253
4260
|
imagePullPolicy: IfNotPresent
|
|
4254
|
-
image: quay.io/ibmmas/cli:11.
|
|
4261
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4255
4262
|
workspaces:
|
|
4256
4263
|
- name: configs
|
|
4257
4264
|
|
|
@@ -4354,7 +4361,7 @@ spec:
|
|
|
4354
4361
|
- -c
|
|
4355
4362
|
name: gitops-dro
|
|
4356
4363
|
imagePullPolicy: IfNotPresent
|
|
4357
|
-
image: quay.io/ibmmas/cli:11.
|
|
4364
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4358
4365
|
workspaces:
|
|
4359
4366
|
- name: configs
|
|
4360
4367
|
# --------------------------------------------------------------------------------
|
|
@@ -4436,7 +4443,7 @@ spec:
|
|
|
4436
4443
|
- -c
|
|
4437
4444
|
name: gitops-efs
|
|
4438
4445
|
imagePullPolicy: IfNotPresent
|
|
4439
|
-
image: quay.io/ibmmas/cli:11.
|
|
4446
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4440
4447
|
workspaces:
|
|
4441
4448
|
- name: configs
|
|
4442
4449
|
|
|
@@ -4571,7 +4578,7 @@ spec:
|
|
|
4571
4578
|
- -c
|
|
4572
4579
|
name: gitops-jdbc-config
|
|
4573
4580
|
imagePullPolicy: Always
|
|
4574
|
-
image: quay.io/ibmmas/cli:11.
|
|
4581
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4575
4582
|
workspaces:
|
|
4576
4583
|
- name: configs
|
|
4577
4584
|
- name: shared-gitops-configs
|
|
@@ -4667,7 +4674,7 @@ spec:
|
|
|
4667
4674
|
- -c
|
|
4668
4675
|
name: gitops-kafka-config
|
|
4669
4676
|
imagePullPolicy: Always
|
|
4670
|
-
image: quay.io/ibmmas/cli:11.
|
|
4677
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4671
4678
|
workspaces:
|
|
4672
4679
|
- name: configs
|
|
4673
4680
|
|
|
@@ -4788,7 +4795,7 @@ spec:
|
|
|
4788
4795
|
- -c
|
|
4789
4796
|
name: gitops-kafka
|
|
4790
4797
|
imagePullPolicy: IfNotPresent
|
|
4791
|
-
image: quay.io/ibmmas/cli:11.
|
|
4798
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4792
4799
|
workspaces:
|
|
4793
4800
|
- name: configs
|
|
4794
4801
|
# --------------------------------------------------------------------------------
|
|
@@ -4839,7 +4846,7 @@ spec:
|
|
|
4839
4846
|
- -c
|
|
4840
4847
|
name: gitops-license
|
|
4841
4848
|
imagePullPolicy: Always
|
|
4842
|
-
image: quay.io/ibmmas/cli:11.
|
|
4849
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
4843
4850
|
workspaces:
|
|
4844
4851
|
- name: shared-entitlement
|
|
4845
4852
|
|
|
@@ -4917,6 +4924,8 @@ spec:
|
|
|
4917
4924
|
|
|
4918
4925
|
- name: artifactory_generic_release_url
|
|
4919
4926
|
type: string
|
|
4927
|
+
- name: artifactory_generic_logs_url
|
|
4928
|
+
type: string
|
|
4920
4929
|
- name: fvt_ansible_version
|
|
4921
4930
|
type: string
|
|
4922
4931
|
|
|
@@ -5044,6 +5053,8 @@ spec:
|
|
|
5044
5053
|
value: $(params.fvt_image_registry)
|
|
5045
5054
|
- name: ARTIFACTORY_GENERIC_RELEASE_URL
|
|
5046
5055
|
value: $(params.artifactory_generic_release_url)
|
|
5056
|
+
- name: ARTIFACTORY_GENERIC_LOGS_URL
|
|
5057
|
+
value: $(params.artifactory_generic_logs_url)
|
|
5047
5058
|
- name: FVT_ANSIBLE_VERSION
|
|
5048
5059
|
value: $(params.fvt_ansible_version)
|
|
5049
5060
|
- name: MAS_WORKSPACE_ID
|
|
@@ -5140,6 +5151,12 @@ spec:
|
|
|
5140
5151
|
- args:
|
|
5141
5152
|
- |-
|
|
5142
5153
|
|
|
5154
|
+
set -o pipefail
|
|
5155
|
+
trap '[[ $? -eq 1 ]] && mas must-gather --directory /workspace/mustgather --extra-namespaces selenium' ERR EXIT
|
|
5156
|
+
|
|
5157
|
+
export ARTIFACTORY_TOKEN=${FVT_ARTIFACTORY_TOKEN}
|
|
5158
|
+
export ARTIFACTORY_UPLOAD_DIR=${ARTIFACTORY_GENERIC_LOGS_URL}/mas-fvt/${MAS_INSTANCE_ID}/${DEVOPS_BUILD_NUMBER}
|
|
5159
|
+
|
|
5143
5160
|
CLI_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
5144
5161
|
. $CLI_DIR/functions/gitops_utils
|
|
5145
5162
|
|
|
@@ -5208,55 +5225,84 @@ spec:
|
|
|
5208
5225
|
SUITE_APP_NAME="suite.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5209
5226
|
WORKSPACE_APP="${MAS_WORKSPACE_ID}.suite.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5210
5227
|
|
|
5211
|
-
check_argo_app_healthy "${
|
|
5212
|
-
check_argo_app_healthy "${
|
|
5213
|
-
check_argo_app_healthy "${
|
|
5214
|
-
check_argo_app_healthy "${
|
|
5215
|
-
check_argo_app_healthy "${SUITE_APP_NAME}"
|
|
5216
|
-
check_argo_app_healthy "${WORKSPACE_APP}"
|
|
5228
|
+
check_argo_app_healthy "${SLS_APP_NAME}" 180 #90 minutes
|
|
5229
|
+
check_argo_app_healthy "${MONGO_CONFIG_APP}" 30 #15 minutes
|
|
5230
|
+
check_argo_app_healthy "${SLS_CONFIG_APP}" 30
|
|
5231
|
+
check_argo_app_healthy "${BAS_CONFIG_APP}" 30
|
|
5232
|
+
check_argo_app_healthy "${SUITE_APP_NAME}" 30
|
|
5233
|
+
check_argo_app_healthy "${WORKSPACE_APP}" 30
|
|
5217
5234
|
fi
|
|
5218
5235
|
|
|
5219
5236
|
if [[ "$LAUNCHER_ID" == "apps" ]]; then
|
|
5237
|
+
# The following order is defined by the sync wave order in https://github.com/ibm-mas/gitops/tree/main/root-applications/ibm-mas-instance-root/templates
|
|
5238
|
+
# First wave (has to include the prereqs cp4d, db2)
|
|
5239
|
+
if [[ "$LAUNCHFVT_MANAGE" == "true" ]]; then
|
|
5240
|
+
MASAPP_APP="manage.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5241
|
+
check_argo_app_healthy "${MASAPP_APP}" 240
|
|
5242
|
+
fi
|
|
5243
|
+
if [[ "$LAUNCHFVT_MOBILE" == "true" ]]; then
|
|
5244
|
+
MASAPP_APP="manage.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5245
|
+
check_argo_app_healthy "${MASAPP_APP}" 240
|
|
5246
|
+
fi
|
|
5247
|
+
# Second wave
|
|
5220
5248
|
if [[ "$LAUNCHFVT_ASSIST" == "true" ]]; then
|
|
5221
5249
|
MASAPP_APP="assist.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5222
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5223
|
-
|
|
5250
|
+
check_argo_app_healthy "${MASAPP_APP}" 120
|
|
5251
|
+
fi
|
|
5252
|
+
if [[ "$LAUNCHFVT_VISUALINSPECTION" == "true" ]]; then
|
|
5253
|
+
MASAPP_APP="visualinspection.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5254
|
+
check_argo_app_healthy "${MASAPP_APP}" 120
|
|
5224
5255
|
fi
|
|
5225
5256
|
if [[ "$LAUNCHFVT_IOT" == "true" ]]; then
|
|
5226
5257
|
MASAPP_APP="iot.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5227
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5228
|
-
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}"
|
|
5258
|
+
check_argo_app_healthy "${MASAPP_APP}" 240
|
|
5229
5259
|
fi
|
|
5230
5260
|
if [[ "$LAUNCHFVT_MANAGE" == "true" ]]; then
|
|
5231
5261
|
MASAPP_APP="manage.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5232
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5233
|
-
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}"
|
|
5262
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 840
|
|
5234
5263
|
fi
|
|
5235
5264
|
if [[ "$LAUNCHFVT_MOBILE" == "true" ]]; then
|
|
5236
5265
|
MASAPP_APP="manage.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5237
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5238
|
-
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}"
|
|
5266
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 840
|
|
5239
5267
|
fi
|
|
5268
|
+
# Third wave
|
|
5269
|
+
if [[ "$LAUNCHFVT_ASSIST" == "true" ]]; then
|
|
5270
|
+
MASAPP_APP="assist.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5271
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 120
|
|
5272
|
+
fi
|
|
5273
|
+
if [[ "$LAUNCHFVT_VISUALINSPECTION" == "true" ]]; then
|
|
5274
|
+
MASAPP_APP="visualinspection.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5275
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 120
|
|
5276
|
+
fi
|
|
5277
|
+
if [[ "$LAUNCHFVT_IOT" == "true" ]]; then
|
|
5278
|
+
MASAPP_APP="iot.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5279
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 20
|
|
5280
|
+
fi
|
|
5281
|
+
# Fourth wave
|
|
5282
|
+
if [[ "$LAUNCHFVT_MONITOR" == "true" ]]; then
|
|
5283
|
+
MASAPP_APP="monitor.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5284
|
+
check_argo_app_healthy "${MASAPP_APP}" 80
|
|
5285
|
+
fi
|
|
5286
|
+
if [[ "$LAUNCHFVT_OPTIMIZER" == "true" ]]; then
|
|
5287
|
+
MASAPP_APP="optimizer.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5288
|
+
check_argo_app_healthy "${MASAPP_APP}" 60
|
|
5289
|
+
fi
|
|
5290
|
+
# Fifth wave
|
|
5240
5291
|
if [[ "$LAUNCHFVT_MONITOR" == "true" ]]; then
|
|
5241
5292
|
MASAPP_APP="monitor.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5242
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5243
|
-
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}"
|
|
5293
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 180
|
|
5244
5294
|
fi
|
|
5245
5295
|
if [[ "$LAUNCHFVT_OPTIMIZER" == "true" ]]; then
|
|
5246
5296
|
MASAPP_APP="optimizer.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5247
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5248
|
-
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}"
|
|
5297
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 60
|
|
5249
5298
|
fi
|
|
5299
|
+
# Sixth wave
|
|
5250
5300
|
if [[ "$LAUNCHFVT_PREDICT" == "true" ]]; then
|
|
5251
5301
|
MASAPP_APP="predict.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5252
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5253
|
-
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}"
|
|
5254
|
-
fi
|
|
5255
|
-
if [[ "$LAUNCHFVT_VISUALINSPECTION" == "true" ]]; then
|
|
5256
|
-
MASAPP_APP="visualinspection.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
|
|
5257
|
-
check_argo_app_healthy "${MASAPP_APP}"
|
|
5258
|
-
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}"
|
|
5302
|
+
check_argo_app_healthy "${MASAPP_APP}" 120
|
|
5303
|
+
check_argo_app_healthy "${MAS_WORKSPACE_ID}.${MASAPP_APP}" 120
|
|
5259
5304
|
fi
|
|
5305
|
+
|
|
5260
5306
|
fi
|
|
5261
5307
|
|
|
5262
5308
|
echo "argo:argocd proj windows add mas --kind deny --schedule * * * * * --duration 4h --applications *"
|
|
@@ -5296,7 +5342,7 @@ spec:
|
|
|
5296
5342
|
- -c
|
|
5297
5343
|
name: gitops-mas-fvt-preparer
|
|
5298
5344
|
imagePullPolicy: Always
|
|
5299
|
-
image: quay.io/ibmmas/cli:11.
|
|
5345
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
5300
5346
|
workspaces:
|
|
5301
5347
|
- name: configs
|
|
5302
5348
|
- name: shared-additional-configs
|
|
@@ -5700,7 +5746,7 @@ spec:
|
|
|
5700
5746
|
- -c
|
|
5701
5747
|
name: gitops-mas-initiator
|
|
5702
5748
|
imagePullPolicy: IfNotPresent
|
|
5703
|
-
image: quay.io/ibmmas/cli:11.
|
|
5749
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
5704
5750
|
workspaces:
|
|
5705
5751
|
- name: configs
|
|
5706
5752
|
# --------------------------------------------------------------------------------
|
|
@@ -5807,7 +5853,7 @@ spec:
|
|
|
5807
5853
|
- -c
|
|
5808
5854
|
name: gitops-mongo
|
|
5809
5855
|
imagePullPolicy: IfNotPresent
|
|
5810
|
-
image: quay.io/ibmmas/cli:11.
|
|
5856
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
5811
5857
|
workspaces:
|
|
5812
5858
|
- name: configs
|
|
5813
5859
|
|
|
@@ -5919,7 +5965,7 @@ spec:
|
|
|
5919
5965
|
- -c
|
|
5920
5966
|
name: gitops-nvidia-gpu
|
|
5921
5967
|
imagePullPolicy: IfNotPresent
|
|
5922
|
-
image: quay.io/ibmmas/cli:11.
|
|
5968
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
5923
5969
|
workspaces:
|
|
5924
5970
|
- name: configs
|
|
5925
5971
|
# --------------------------------------------------------------------------------
|
|
@@ -6036,7 +6082,7 @@ spec:
|
|
|
6036
6082
|
- -c
|
|
6037
6083
|
name: gitops-process-mongo-user
|
|
6038
6084
|
imagePullPolicy: IfNotPresent
|
|
6039
|
-
image: quay.io/ibmmas/cli:11.
|
|
6085
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6040
6086
|
workspaces:
|
|
6041
6087
|
- name: configs
|
|
6042
6088
|
# --------------------------------------------------------------------------------
|
|
@@ -6092,7 +6138,7 @@ spec:
|
|
|
6092
6138
|
- -c
|
|
6093
6139
|
name: gitops-rosa
|
|
6094
6140
|
imagePullPolicy: IfNotPresent
|
|
6095
|
-
image: quay.io/ibmmas/cli:11.
|
|
6141
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6096
6142
|
workspaces:
|
|
6097
6143
|
- name: configs
|
|
6098
6144
|
# --------------------------------------------------------------------------------
|
|
@@ -6274,7 +6320,7 @@ spec:
|
|
|
6274
6320
|
- -c
|
|
6275
6321
|
name: gitops-suite-app-config
|
|
6276
6322
|
imagePullPolicy: IfNotPresent
|
|
6277
|
-
image: quay.io/ibmmas/cli:11.
|
|
6323
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6278
6324
|
workspaces:
|
|
6279
6325
|
- name: configs
|
|
6280
6326
|
- name: shared-gitops-configs
|
|
@@ -6427,7 +6473,7 @@ spec:
|
|
|
6427
6473
|
- -c
|
|
6428
6474
|
name: gitops-suite-app-install
|
|
6429
6475
|
imagePullPolicy: Always
|
|
6430
|
-
image: quay.io/ibmmas/cli:11.
|
|
6476
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6431
6477
|
workspaces:
|
|
6432
6478
|
- name: configs
|
|
6433
6479
|
- name: shared-gitops-configs
|
|
@@ -6533,7 +6579,7 @@ spec:
|
|
|
6533
6579
|
- -c
|
|
6534
6580
|
name: gitops-suite-certs
|
|
6535
6581
|
imagePullPolicy: IfNotPresent
|
|
6536
|
-
image: quay.io/ibmmas/cli:11.
|
|
6582
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6537
6583
|
workspaces:
|
|
6538
6584
|
- name: configs
|
|
6539
6585
|
- name: certificates
|
|
@@ -6693,7 +6739,7 @@ spec:
|
|
|
6693
6739
|
- -c
|
|
6694
6740
|
name: gitops-suite-config
|
|
6695
6741
|
imagePullPolicy: IfNotPresent
|
|
6696
|
-
image: quay.io/ibmmas/cli:11.
|
|
6742
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6697
6743
|
workspaces:
|
|
6698
6744
|
- name: configs
|
|
6699
6745
|
- name: shared-additional-configs
|
|
@@ -6793,7 +6839,7 @@ spec:
|
|
|
6793
6839
|
- -c
|
|
6794
6840
|
name: gitops-suite-dns
|
|
6795
6841
|
imagePullPolicy: IfNotPresent
|
|
6796
|
-
image: quay.io/ibmmas/cli:11.
|
|
6842
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6797
6843
|
workspaces:
|
|
6798
6844
|
- name: configs
|
|
6799
6845
|
|
|
@@ -6917,7 +6963,7 @@ spec:
|
|
|
6917
6963
|
- -c
|
|
6918
6964
|
name: gitops-suite-idp-config
|
|
6919
6965
|
imagePullPolicy: IfNotPresent
|
|
6920
|
-
image: quay.io/ibmmas/cli:11.
|
|
6966
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
6921
6967
|
workspaces:
|
|
6922
6968
|
- name: configs
|
|
6923
6969
|
- name: shared-additional-configs
|
|
@@ -7018,7 +7064,7 @@ spec:
|
|
|
7018
7064
|
- -c
|
|
7019
7065
|
name: gitops-suite-objectstorage-config
|
|
7020
7066
|
imagePullPolicy: IfNotPresent
|
|
7021
|
-
image: quay.io/ibmmas/cli:11.
|
|
7067
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
7022
7068
|
workspaces:
|
|
7023
7069
|
- name: configs
|
|
7024
7070
|
- name: shared-gitops-configs
|
|
@@ -7162,7 +7208,7 @@ spec:
|
|
|
7162
7208
|
- -c
|
|
7163
7209
|
name: gitops-suite-smtp-config
|
|
7164
7210
|
imagePullPolicy: IfNotPresent
|
|
7165
|
-
image: quay.io/ibmmas/cli:11.
|
|
7211
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
7166
7212
|
workspaces:
|
|
7167
7213
|
- name: configs
|
|
7168
7214
|
|
|
@@ -7271,7 +7317,7 @@ spec:
|
|
|
7271
7317
|
- -c
|
|
7272
7318
|
name: gitops-suite-watson-studio-config
|
|
7273
7319
|
imagePullPolicy: IfNotPresent
|
|
7274
|
-
image: quay.io/ibmmas/cli:11.
|
|
7320
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
7275
7321
|
workspaces:
|
|
7276
7322
|
- name: configs
|
|
7277
7323
|
- name: shared-gitops-configs
|
|
@@ -7368,7 +7414,7 @@ spec:
|
|
|
7368
7414
|
- -c
|
|
7369
7415
|
name: gitops-suite-workspace
|
|
7370
7416
|
imagePullPolicy: IfNotPresent
|
|
7371
|
-
image: quay.io/ibmmas/cli:11.
|
|
7417
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
7372
7418
|
workspaces:
|
|
7373
7419
|
- name: configs
|
|
7374
7420
|
# --------------------------------------------------------------------------------
|
|
@@ -7638,7 +7684,7 @@ spec:
|
|
|
7638
7684
|
- -c
|
|
7639
7685
|
name: gitops-suite
|
|
7640
7686
|
imagePullPolicy: IfNotPresent
|
|
7641
|
-
image: quay.io/ibmmas/cli:11.
|
|
7687
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
7642
7688
|
workspaces:
|
|
7643
7689
|
- name: configs
|
|
7644
7690
|
- name: shared-gitops-configs
|
|
@@ -7688,7 +7734,7 @@ spec:
|
|
|
7688
7734
|
|
|
7689
7735
|
steps:
|
|
7690
7736
|
- name: grafana
|
|
7691
|
-
image: quay.io/ibmmas/cli:11.
|
|
7737
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
7692
7738
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7693
7739
|
command:
|
|
7694
7740
|
- /opt/app-root/src/run-role.sh
|
|
@@ -7822,7 +7868,7 @@ spec:
|
|
|
7822
7868
|
command:
|
|
7823
7869
|
- /opt/app-root/src/run-role.sh
|
|
7824
7870
|
- ibm_catalogs
|
|
7825
|
-
image: quay.io/ibmmas/cli:11.
|
|
7871
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
7826
7872
|
imagePullPolicy: $(params.image_pull_policy)
|
|
7827
7873
|
workingDir: /workspace/configs
|
|
7828
7874
|
# --------------------------------------------------------------------------------
|
|
@@ -8064,7 +8110,7 @@ spec:
|
|
|
8064
8110
|
command:
|
|
8065
8111
|
- /opt/app-root/src/run-role.sh
|
|
8066
8112
|
- kafka
|
|
8067
|
-
image: quay.io/ibmmas/cli:11.
|
|
8113
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8068
8114
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8069
8115
|
workingDir: /workspace/configs
|
|
8070
8116
|
|
|
@@ -8247,7 +8293,7 @@ spec:
|
|
|
8247
8293
|
command:
|
|
8248
8294
|
- /opt/app-root/src/run-role.sh
|
|
8249
8295
|
- mongodb
|
|
8250
|
-
image: quay.io/ibmmas/cli:11.
|
|
8296
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8251
8297
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8252
8298
|
workingDir: /workspace/configs
|
|
8253
8299
|
|
|
@@ -8290,7 +8336,7 @@ spec:
|
|
|
8290
8336
|
- $(params.base_output_dir)
|
|
8291
8337
|
- --extra-namespaces
|
|
8292
8338
|
- selenium
|
|
8293
|
-
image: quay.io/ibmmas/cli:11.
|
|
8339
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8294
8340
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8295
8341
|
env:
|
|
8296
8342
|
- name: DEVOPS_MONGO_URI
|
|
@@ -8407,7 +8453,7 @@ spec:
|
|
|
8407
8453
|
command:
|
|
8408
8454
|
- /opt/app-root/src/run-role.sh
|
|
8409
8455
|
- nvidia_gpu
|
|
8410
|
-
image: quay.io/ibmmas/cli:11.
|
|
8456
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8411
8457
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8412
8458
|
workingDir: /workspace/configs
|
|
8413
8459
|
|
|
@@ -8443,7 +8489,7 @@ spec:
|
|
|
8443
8489
|
# Verify Cluster
|
|
8444
8490
|
# -------------------------------------------------------------------------
|
|
8445
8491
|
- name: ocp-verify-cluster
|
|
8446
|
-
image: quay.io/ibmmas/cli:11.
|
|
8492
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8447
8493
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8448
8494
|
command:
|
|
8449
8495
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8485,7 +8531,7 @@ spec:
|
|
|
8485
8531
|
# Verify Catalogs
|
|
8486
8532
|
# -------------------------------------------------------------------------
|
|
8487
8533
|
- name: ocp-verify-catalogs
|
|
8488
|
-
image: quay.io/ibmmas/cli:11.
|
|
8534
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8489
8535
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8490
8536
|
command:
|
|
8491
8537
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8527,7 +8573,7 @@ spec:
|
|
|
8527
8573
|
# Verify Subscriptions
|
|
8528
8574
|
# -------------------------------------------------------------------------
|
|
8529
8575
|
- name: ocp-verify-subscriptions
|
|
8530
|
-
image: quay.io/ibmmas/cli:11.
|
|
8576
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8531
8577
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8532
8578
|
command:
|
|
8533
8579
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8569,7 +8615,7 @@ spec:
|
|
|
8569
8615
|
# Verify Workloads
|
|
8570
8616
|
# -------------------------------------------------------------------------
|
|
8571
8617
|
- name: ocp-verify-workloads
|
|
8572
|
-
image: quay.io/ibmmas/cli:11.
|
|
8618
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8573
8619
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8574
8620
|
command:
|
|
8575
8621
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8611,7 +8657,7 @@ spec:
|
|
|
8611
8657
|
# Verify Catalogs - Ingress TLS
|
|
8612
8658
|
# -------------------------------------------------------------------------
|
|
8613
8659
|
- name: ocp-verify-ingress
|
|
8614
|
-
image: quay.io/ibmmas/cli:11.
|
|
8660
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8615
8661
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8616
8662
|
command:
|
|
8617
8663
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8737,7 +8783,7 @@ spec:
|
|
|
8737
8783
|
command:
|
|
8738
8784
|
- /opt/app-root/src/run-role.sh
|
|
8739
8785
|
- ocp_verify
|
|
8740
|
-
image: quay.io/ibmmas/cli:11.
|
|
8786
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8741
8787
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8742
8788
|
workingDir: /workspace/configs
|
|
8743
8789
|
# --------------------------------------------------------------------------------
|
|
@@ -8805,7 +8851,7 @@ spec:
|
|
|
8805
8851
|
command:
|
|
8806
8852
|
- /opt/app-root/src/run-role.sh
|
|
8807
8853
|
- ocs
|
|
8808
|
-
image: quay.io/ibmmas/cli:11.
|
|
8854
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8809
8855
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8810
8856
|
workingDir: /workspace/configs
|
|
8811
8857
|
|
|
@@ -8986,7 +9032,7 @@ spec:
|
|
|
8986
9032
|
command:
|
|
8987
9033
|
- /opt/app-root/src/run-role.sh
|
|
8988
9034
|
- sls
|
|
8989
|
-
image: quay.io/ibmmas/cli:11.
|
|
9035
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
8990
9036
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8991
9037
|
workingDir: /workspace/configs
|
|
8992
9038
|
|
|
@@ -9361,12 +9407,12 @@ spec:
|
|
|
9361
9407
|
command:
|
|
9362
9408
|
- /opt/app-root/src/run-role.sh
|
|
9363
9409
|
- suite_app_config
|
|
9364
|
-
image: quay.io/ibmmas/cli:11.
|
|
9410
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
9365
9411
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9366
9412
|
|
|
9367
9413
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
9368
9414
|
- name: app-cfg-post-verify
|
|
9369
|
-
image: quay.io/ibmmas/cli:11.
|
|
9415
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
9370
9416
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9371
9417
|
command:
|
|
9372
9418
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -9567,7 +9613,7 @@ spec:
|
|
|
9567
9613
|
command:
|
|
9568
9614
|
- /opt/app-root/src/run-role.sh
|
|
9569
9615
|
- suite_app_install
|
|
9570
|
-
image: quay.io/ibmmas/cli:11.
|
|
9616
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
9571
9617
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9572
9618
|
|
|
9573
9619
|
workspaces:
|
|
@@ -9656,7 +9702,7 @@ spec:
|
|
|
9656
9702
|
command:
|
|
9657
9703
|
- /opt/app-root/src/run-role.sh
|
|
9658
9704
|
- suite_app_rollback
|
|
9659
|
-
image: quay.io/ibmmas/cli:11.
|
|
9705
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
9660
9706
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9661
9707
|
# --------------------------------------------------------------------------------
|
|
9662
9708
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -9719,7 +9765,7 @@ spec:
|
|
|
9719
9765
|
command:
|
|
9720
9766
|
- /opt/app-root/src/run-role.sh
|
|
9721
9767
|
- suite_app_uninstall
|
|
9722
|
-
image: quay.io/ibmmas/cli:11.
|
|
9768
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
9723
9769
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9724
9770
|
# --------------------------------------------------------------------------------
|
|
9725
9771
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -9794,7 +9840,7 @@ spec:
|
|
|
9794
9840
|
command:
|
|
9795
9841
|
- /opt/app-root/src/run-role.sh
|
|
9796
9842
|
- suite_app_upgrade
|
|
9797
|
-
image: quay.io/ibmmas/cli:11.
|
|
9843
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
9798
9844
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9799
9845
|
# --------------------------------------------------------------------------------
|
|
9800
9846
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -9895,7 +9941,7 @@ spec:
|
|
|
9895
9941
|
command:
|
|
9896
9942
|
- /opt/app-root/src/run-role.sh
|
|
9897
9943
|
- suite_app_verify
|
|
9898
|
-
image: quay.io/ibmmas/cli:11.
|
|
9944
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
9899
9945
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9900
9946
|
# --------------------------------------------------------------------------------
|
|
9901
9947
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -10038,7 +10084,7 @@ spec:
|
|
|
10038
10084
|
command:
|
|
10039
10085
|
- /opt/app-root/src/run-role.sh
|
|
10040
10086
|
- suite_certs
|
|
10041
|
-
image: quay.io/ibmmas/cli:11.
|
|
10087
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10042
10088
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10043
10089
|
|
|
10044
10090
|
workspaces:
|
|
@@ -10105,7 +10151,7 @@ spec:
|
|
|
10105
10151
|
command:
|
|
10106
10152
|
- /opt/app-root/src/run-role.sh
|
|
10107
10153
|
- suite_config
|
|
10108
|
-
image: quay.io/ibmmas/cli:11.
|
|
10154
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10109
10155
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10110
10156
|
workingDir: /workspace/configs
|
|
10111
10157
|
|
|
@@ -10176,7 +10222,7 @@ spec:
|
|
|
10176
10222
|
command:
|
|
10177
10223
|
- /opt/app-root/src/run-role.sh
|
|
10178
10224
|
- suite_db2_setup_for_manage
|
|
10179
|
-
image: quay.io/ibmmas/cli:11.
|
|
10225
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10180
10226
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10181
10227
|
# --------------------------------------------------------------------------------
|
|
10182
10228
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -10366,7 +10412,7 @@ spec:
|
|
|
10366
10412
|
command:
|
|
10367
10413
|
- /opt/app-root/src/run-role.sh
|
|
10368
10414
|
- suite_dns
|
|
10369
|
-
image: quay.io/ibmmas/cli:11.
|
|
10415
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10370
10416
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10371
10417
|
# --------------------------------------------------------------------------------
|
|
10372
10418
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -10615,7 +10661,7 @@ spec:
|
|
|
10615
10661
|
command:
|
|
10616
10662
|
- /opt/app-root/src/run-role.sh
|
|
10617
10663
|
- suite_install
|
|
10618
|
-
image: quay.io/ibmmas/cli:11.
|
|
10664
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10619
10665
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10620
10666
|
workingDir: /workspace/configs
|
|
10621
10667
|
|
|
@@ -10703,7 +10749,7 @@ spec:
|
|
|
10703
10749
|
command:
|
|
10704
10750
|
- /opt/app-root/src/run-role.sh
|
|
10705
10751
|
- suite_rollback
|
|
10706
|
-
image: quay.io/ibmmas/cli:11.
|
|
10752
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10707
10753
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10708
10754
|
# --------------------------------------------------------------------------------
|
|
10709
10755
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -10768,7 +10814,7 @@ spec:
|
|
|
10768
10814
|
command:
|
|
10769
10815
|
- /opt/app-root/src/run-role.sh
|
|
10770
10816
|
- suite_uninstall
|
|
10771
|
-
image: quay.io/ibmmas/cli:11.
|
|
10817
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10772
10818
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10773
10819
|
# --------------------------------------------------------------------------------
|
|
10774
10820
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -10838,7 +10884,7 @@ spec:
|
|
|
10838
10884
|
command:
|
|
10839
10885
|
- /opt/app-root/src/run-role.sh
|
|
10840
10886
|
- suite_upgrade
|
|
10841
|
-
image: quay.io/ibmmas/cli:11.
|
|
10887
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10842
10888
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10843
10889
|
# --------------------------------------------------------------------------------
|
|
10844
10890
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -10900,12 +10946,12 @@ spec:
|
|
|
10900
10946
|
command:
|
|
10901
10947
|
- /opt/app-root/src/run-role.sh
|
|
10902
10948
|
- suite_verify
|
|
10903
|
-
image: quay.io/ibmmas/cli:11.
|
|
10949
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10904
10950
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10905
10951
|
|
|
10906
10952
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10907
10953
|
- name: suite-post-verify
|
|
10908
|
-
image: quay.io/ibmmas/cli:11.
|
|
10954
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
10909
10955
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10910
10956
|
command:
|
|
10911
10957
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11034,7 +11080,7 @@ spec:
|
|
|
11034
11080
|
command:
|
|
11035
11081
|
- /opt/app-root/src/run-role.sh
|
|
11036
11082
|
- turbonomic
|
|
11037
|
-
image: quay.io/ibmmas/cli:11.
|
|
11083
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
11038
11084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11039
11085
|
# --------------------------------------------------------------------------------
|
|
11040
11086
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -11115,7 +11161,7 @@ spec:
|
|
|
11115
11161
|
# IBM User Data Services (UDS)
|
|
11116
11162
|
# -------------------------------------------------------------------------
|
|
11117
11163
|
- name: uds
|
|
11118
|
-
image: quay.io/ibmmas/cli:11.
|
|
11164
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
11119
11165
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11120
11166
|
workingDir: /workspace/configs
|
|
11121
11167
|
command:
|
|
@@ -11178,7 +11224,7 @@ spec:
|
|
|
11178
11224
|
# IBM Data Reporter Operator (DRO)
|
|
11179
11225
|
# -------------------------------------------------------------------------
|
|
11180
11226
|
- name: dro
|
|
11181
|
-
image: quay.io/ibmmas/cli:11.
|
|
11227
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
11182
11228
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11183
11229
|
workingDir: /workspace/configs
|
|
11184
11230
|
command:
|
|
@@ -11264,7 +11310,7 @@ spec:
|
|
|
11264
11310
|
|
|
11265
11311
|
steps:
|
|
11266
11312
|
- name: update-configmap
|
|
11267
|
-
image: quay.io/ibmmas/cli:11.
|
|
11313
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
11268
11314
|
command:
|
|
11269
11315
|
- /opt/app-root/src/update-configmap.sh
|
|
11270
11316
|
env:
|
|
@@ -11326,7 +11372,7 @@ spec:
|
|
|
11326
11372
|
|
|
11327
11373
|
steps:
|
|
11328
11374
|
- name: wait-for-configmap
|
|
11329
|
-
image: quay.io/ibmmas/cli:11.
|
|
11375
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
11330
11376
|
command:
|
|
11331
11377
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
11332
11378
|
env:
|
|
@@ -11390,7 +11436,7 @@ spec:
|
|
|
11390
11436
|
|
|
11391
11437
|
steps:
|
|
11392
11438
|
- name: wait
|
|
11393
|
-
image: quay.io/ibmmas/cli:11.
|
|
11439
|
+
image: quay.io/ibmmas/cli:11.2.0
|
|
11394
11440
|
command:
|
|
11395
11441
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
11396
11442
|
env:
|
|
@@ -11820,9 +11866,41 @@ spec:
|
|
|
11820
11866
|
value: 120 # attempts before giving up
|
|
11821
11867
|
- name: ignore_failure
|
|
11822
11868
|
value: $(params.ignore_failure) # fails and exit once the first failure is detected
|
|
11823
|
-
|
|
11869
|
+
|
|
11870
|
+
# Deprovision EFS
|
|
11871
|
+
# -------------------------------------------------------------------------
|
|
11872
|
+
- name: gitops-deprovision-efs
|
|
11824
11873
|
runAfter:
|
|
11825
11874
|
- wait-for-deprovision
|
|
11875
|
+
params:
|
|
11876
|
+
- name: secrets_path
|
|
11877
|
+
value: $(params.secrets_path)
|
|
11878
|
+
- name: avp_aws_secret_region
|
|
11879
|
+
value: $(params.avp_aws_secret_region)
|
|
11880
|
+
- name: cluster_name
|
|
11881
|
+
value: $(params.cluster_name)
|
|
11882
|
+
- name: mas_instance_id
|
|
11883
|
+
value: $(params.mas_instance_id)
|
|
11884
|
+
- name: cloud_provider
|
|
11885
|
+
value: $(params.cloud_provider)
|
|
11886
|
+
- name: avp_aws_secret_key
|
|
11887
|
+
value: $(params.avp_aws_secret_key)
|
|
11888
|
+
- name: avp_aws_access_key
|
|
11889
|
+
value: $(params.avp_aws_access_key)
|
|
11890
|
+
- name: efs_action
|
|
11891
|
+
value: $(params.efs_action)
|
|
11892
|
+
workspaces:
|
|
11893
|
+
- name: configs
|
|
11894
|
+
workspace: configs
|
|
11895
|
+
taskRef:
|
|
11896
|
+
kind: Task
|
|
11897
|
+
name: gitops-deprovision-efs
|
|
11898
|
+
|
|
11899
|
+
# Deprovision Mongo
|
|
11900
|
+
# -------------------------------------------------------------------------
|
|
11901
|
+
- name: gitops-deprovision-mongo
|
|
11902
|
+
runAfter:
|
|
11903
|
+
- gitops-deprovision-efs
|
|
11826
11904
|
params:
|
|
11827
11905
|
- name: cluster_name
|
|
11828
11906
|
value: $(params.cluster_name)
|
|
@@ -11848,9 +11926,12 @@ spec:
|
|
|
11848
11926
|
workspaces:
|
|
11849
11927
|
- name: configs
|
|
11850
11928
|
workspace: configs
|
|
11929
|
+
|
|
11930
|
+
# Deprovision Kafka
|
|
11931
|
+
# -------------------------------------------------------------------------
|
|
11851
11932
|
- name: gitops-deprovision-kafka
|
|
11852
11933
|
runAfter:
|
|
11853
|
-
-
|
|
11934
|
+
- gitops-deprovision-efs
|
|
11854
11935
|
params:
|
|
11855
11936
|
- name: cluster_name
|
|
11856
11937
|
value: $(params.cluster_name)
|
|
@@ -11879,11 +11960,11 @@ spec:
|
|
|
11879
11960
|
- name: configs
|
|
11880
11961
|
workspace: configs
|
|
11881
11962
|
|
|
11882
|
-
#
|
|
11963
|
+
# Deprovision COS
|
|
11883
11964
|
# -------------------------------------------------------------------------
|
|
11884
11965
|
- name: gitops-deprovision-cos
|
|
11885
11966
|
runAfter:
|
|
11886
|
-
-
|
|
11967
|
+
- gitops-deprovision-efs
|
|
11887
11968
|
params:
|
|
11888
11969
|
- name: secrets_path
|
|
11889
11970
|
value: $(params.secrets_path)
|
|
@@ -11903,20 +11984,16 @@ spec:
|
|
|
11903
11984
|
|
|
11904
11985
|
- name: github_pat
|
|
11905
11986
|
value: $(params.github_pat)
|
|
11906
|
-
|
|
11907
11987
|
- name: cluster_name
|
|
11908
11988
|
value: $(params.cluster_name)
|
|
11909
11989
|
- name: account
|
|
11910
11990
|
value: $(params.account)
|
|
11911
|
-
|
|
11912
11991
|
- name: avp_aws_secret_key
|
|
11913
11992
|
value: $(params.avp_aws_secret_key)
|
|
11914
11993
|
- name: avp_aws_access_key
|
|
11915
11994
|
value: $(params.avp_aws_access_key)
|
|
11916
|
-
|
|
11917
11995
|
- name: mas_instance_id
|
|
11918
11996
|
value: $(params.mas_instance_id)
|
|
11919
|
-
|
|
11920
11997
|
- name: cos_action
|
|
11921
11998
|
value: $(params.cos_action)
|
|
11922
11999
|
- name: cos_type
|
|
@@ -11927,43 +12004,12 @@ spec:
|
|
|
11927
12004
|
value: $(params.ibmcloud_apikey)
|
|
11928
12005
|
- name: cos_use_hmac
|
|
11929
12006
|
value: $(params.cos_use_hmac)
|
|
11930
|
-
|
|
11931
12007
|
workspaces:
|
|
11932
12008
|
- name: configs
|
|
11933
12009
|
workspace: configs
|
|
11934
12010
|
taskRef:
|
|
11935
12011
|
kind: Task
|
|
11936
12012
|
name: gitops-deprovision-cos
|
|
11937
|
-
|
|
11938
|
-
# Uninstall AWS Elastic File Service (EFS)
|
|
11939
|
-
- name: gitops-deprovision-efs
|
|
11940
|
-
runAfter:
|
|
11941
|
-
- wait-for-deprovision
|
|
11942
|
-
params:
|
|
11943
|
-
- name: secrets_path
|
|
11944
|
-
value: $(params.secrets_path)
|
|
11945
|
-
- name: avp_aws_secret_region
|
|
11946
|
-
value: $(params.avp_aws_secret_region)
|
|
11947
|
-
- name: cluster_name
|
|
11948
|
-
value: $(params.cluster_name)
|
|
11949
|
-
- name: mas_instance_id
|
|
11950
|
-
value: $(params.mas_instance_id)
|
|
11951
|
-
- name: cloud_provider
|
|
11952
|
-
value: $(params.cloud_provider)
|
|
11953
|
-
- name: avp_aws_secret_key
|
|
11954
|
-
value: $(params.avp_aws_secret_key)
|
|
11955
|
-
- name: avp_aws_access_key
|
|
11956
|
-
value: $(params.avp_aws_access_key)
|
|
11957
|
-
- name: efs_action
|
|
11958
|
-
value: $(params.efs_action)
|
|
11959
|
-
|
|
11960
|
-
workspaces:
|
|
11961
|
-
- name: configs
|
|
11962
|
-
workspace: configs
|
|
11963
|
-
|
|
11964
|
-
taskRef:
|
|
11965
|
-
kind: Task
|
|
11966
|
-
name: gitops-deprovision-efs
|
|
11967
12013
|
# --------------------------------------------------------------------------------
|
|
11968
12014
|
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-mas-deps.yaml
|
|
11969
12015
|
# --------------------------------------------------------------------------------
|
|
@@ -12075,7 +12121,39 @@ spec:
|
|
|
12075
12121
|
default: ""
|
|
12076
12122
|
|
|
12077
12123
|
tasks:
|
|
12124
|
+
|
|
12125
|
+
# Deprovision EFS
|
|
12126
|
+
# -------------------------------------------------------------------------
|
|
12127
|
+
- name: gitops-deprovision-efs
|
|
12128
|
+
params:
|
|
12129
|
+
- name: secrets_path
|
|
12130
|
+
value: $(params.secrets_path)
|
|
12131
|
+
- name: avp_aws_secret_region
|
|
12132
|
+
value: $(params.avp_aws_secret_region)
|
|
12133
|
+
- name: cluster_name
|
|
12134
|
+
value: $(params.cluster_name)
|
|
12135
|
+
- name: mas_instance_id
|
|
12136
|
+
value: $(params.mas_instance_id)
|
|
12137
|
+
- name: cloud_provider
|
|
12138
|
+
value: $(params.cloud_provider)
|
|
12139
|
+
- name: avp_aws_secret_key
|
|
12140
|
+
value: $(params.avp_aws_secret_key)
|
|
12141
|
+
- name: avp_aws_access_key
|
|
12142
|
+
value: $(params.avp_aws_access_key)
|
|
12143
|
+
- name: efs_action
|
|
12144
|
+
value: $(params.efs_action)
|
|
12145
|
+
workspaces:
|
|
12146
|
+
- name: configs
|
|
12147
|
+
workspace: configs
|
|
12148
|
+
taskRef:
|
|
12149
|
+
kind: Task
|
|
12150
|
+
name: gitops-deprovision-efs
|
|
12151
|
+
|
|
12152
|
+
# Deprovision Mongo
|
|
12153
|
+
# -------------------------------------------------------------------------
|
|
12078
12154
|
- name: gitops-deprovision-mongo
|
|
12155
|
+
runAfter:
|
|
12156
|
+
- gitops-deprovision-efs
|
|
12079
12157
|
params:
|
|
12080
12158
|
- name: cluster_name
|
|
12081
12159
|
value: $(params.cluster_name)
|
|
@@ -12101,7 +12179,12 @@ spec:
|
|
|
12101
12179
|
workspaces:
|
|
12102
12180
|
- name: configs
|
|
12103
12181
|
workspace: configs
|
|
12182
|
+
|
|
12183
|
+
# Deprovision Kafka
|
|
12184
|
+
# -------------------------------------------------------------------------
|
|
12104
12185
|
- name: gitops-deprovision-kafka
|
|
12186
|
+
runAfter:
|
|
12187
|
+
- gitops-deprovision-efs
|
|
12105
12188
|
params:
|
|
12106
12189
|
- name: cluster_name
|
|
12107
12190
|
value: $(params.cluster_name)
|
|
@@ -12130,9 +12213,11 @@ spec:
|
|
|
12130
12213
|
- name: configs
|
|
12131
12214
|
workspace: configs
|
|
12132
12215
|
|
|
12133
|
-
#
|
|
12216
|
+
# Deprovision COS
|
|
12134
12217
|
# -------------------------------------------------------------------------
|
|
12135
12218
|
- name: gitops-deprovision-cos
|
|
12219
|
+
runAfter:
|
|
12220
|
+
- gitops-deprovision-efs
|
|
12136
12221
|
params:
|
|
12137
12222
|
- name: secrets_path
|
|
12138
12223
|
value: $(params.secrets_path)
|
|
@@ -12152,20 +12237,16 @@ spec:
|
|
|
12152
12237
|
|
|
12153
12238
|
- name: github_pat
|
|
12154
12239
|
value: $(params.github_pat)
|
|
12155
|
-
|
|
12156
12240
|
- name: cluster_name
|
|
12157
12241
|
value: $(params.cluster_name)
|
|
12158
12242
|
- name: account
|
|
12159
12243
|
value: $(params.account)
|
|
12160
|
-
|
|
12161
12244
|
- name: avp_aws_secret_key
|
|
12162
12245
|
value: $(params.avp_aws_secret_key)
|
|
12163
12246
|
- name: avp_aws_access_key
|
|
12164
12247
|
value: $(params.avp_aws_access_key)
|
|
12165
|
-
|
|
12166
12248
|
- name: mas_instance_id
|
|
12167
12249
|
value: $(params.mas_instance_id)
|
|
12168
|
-
|
|
12169
12250
|
- name: cos_action
|
|
12170
12251
|
value: $(params.cos_action)
|
|
12171
12252
|
- name: cos_type
|
|
@@ -12176,41 +12257,12 @@ spec:
|
|
|
12176
12257
|
value: $(params.ibmcloud_apikey)
|
|
12177
12258
|
- name: cos_use_hmac
|
|
12178
12259
|
value: $(params.cos_use_hmac)
|
|
12179
|
-
|
|
12180
12260
|
workspaces:
|
|
12181
12261
|
- name: configs
|
|
12182
12262
|
workspace: configs
|
|
12183
12263
|
taskRef:
|
|
12184
12264
|
kind: Task
|
|
12185
12265
|
name: gitops-deprovision-cos
|
|
12186
|
-
|
|
12187
|
-
# Uninstall AWS Elastic File Service (EFS)
|
|
12188
|
-
- name: gitops-deprovision-efs
|
|
12189
|
-
params:
|
|
12190
|
-
- name: secrets_path
|
|
12191
|
-
value: $(params.secrets_path)
|
|
12192
|
-
- name: avp_aws_secret_region
|
|
12193
|
-
value: $(params.avp_aws_secret_region)
|
|
12194
|
-
- name: cluster_name
|
|
12195
|
-
value: $(params.cluster_name)
|
|
12196
|
-
- name: mas_instance_id
|
|
12197
|
-
value: $(params.mas_instance_id)
|
|
12198
|
-
- name: cloud_provider
|
|
12199
|
-
value: $(params.cloud_provider)
|
|
12200
|
-
- name: avp_aws_secret_key
|
|
12201
|
-
value: $(params.avp_aws_secret_key)
|
|
12202
|
-
- name: avp_aws_access_key
|
|
12203
|
-
value: $(params.avp_aws_access_key)
|
|
12204
|
-
- name: efs_action
|
|
12205
|
-
value: $(params.efs_action)
|
|
12206
|
-
|
|
12207
|
-
workspaces:
|
|
12208
|
-
- name: configs
|
|
12209
|
-
workspace: configs
|
|
12210
|
-
|
|
12211
|
-
taskRef:
|
|
12212
|
-
kind: Task
|
|
12213
|
-
name: gitops-deprovision-efs
|
|
12214
12266
|
# --------------------------------------------------------------------------------
|
|
12215
12267
|
# /home/runner/work/cli/cli/tekton/target/pipelines/deprovision-mas-instance.yaml
|
|
12216
12268
|
# --------------------------------------------------------------------------------
|
|
@@ -16210,6 +16262,9 @@ spec:
|
|
|
16210
16262
|
- name: cluster_promotion_cluster_values
|
|
16211
16263
|
type: string
|
|
16212
16264
|
default: ''
|
|
16265
|
+
- name: devops_build_number
|
|
16266
|
+
type: string
|
|
16267
|
+
default: ''
|
|
16213
16268
|
- name: dns_provider
|
|
16214
16269
|
type: string
|
|
16215
16270
|
default: cis
|
|
@@ -16272,6 +16327,9 @@ spec:
|
|
|
16272
16327
|
- name: cluster_promotion_cluster_values
|
|
16273
16328
|
value: $(params.cluster_promotion_cluster_values)
|
|
16274
16329
|
|
|
16330
|
+
- name: devops_build_number
|
|
16331
|
+
value: $(params.devops_build_number)
|
|
16332
|
+
|
|
16275
16333
|
- name: ocp_cluster_domain
|
|
16276
16334
|
value: $(params.ocp_cluster_domain)
|
|
16277
16335
|
- name: dns_provider
|
|
@@ -16720,6 +16778,8 @@ spec:
|
|
|
16720
16778
|
type: string
|
|
16721
16779
|
- name: artifactory_generic_release_url
|
|
16722
16780
|
type: string
|
|
16781
|
+
- name: artifactory_generic_logs_url
|
|
16782
|
+
type: string
|
|
16723
16783
|
- name: fvt_ansible_version
|
|
16724
16784
|
type: string
|
|
16725
16785
|
|
|
@@ -16870,6 +16930,8 @@ spec:
|
|
|
16870
16930
|
|
|
16871
16931
|
- name: artifactory_generic_release_url
|
|
16872
16932
|
value: $(params.artifactory_generic_release_url)
|
|
16933
|
+
- name: artifactory_generic_logs_url
|
|
16934
|
+
value: $(params.artifactory_generic_logs_url)
|
|
16873
16935
|
- name: fvt_ansible_version
|
|
16874
16936
|
value: $(params.fvt_ansible_version)
|
|
16875
16937
|
|
|
@@ -18904,7 +18966,7 @@ spec:
|
|
|
18904
18966
|
when:
|
|
18905
18967
|
- input: "$(params.skip_pre_check)"
|
|
18906
18968
|
operator: notin
|
|
18907
|
-
values: ["
|
|
18969
|
+
values: ["True"]
|
|
18908
18970
|
|
|
18909
18971
|
|
|
18910
18972
|
# 1. Setup Cluster-wide Dependencies & Configure Cluster Monitoring
|
|
@@ -21109,7 +21171,7 @@ spec:
|
|
|
21109
21171
|
when:
|
|
21110
21172
|
- input: "$(params.skip_pre_check)"
|
|
21111
21173
|
operator: notin
|
|
21112
|
-
values: ["
|
|
21174
|
+
values: ["True"]
|
|
21113
21175
|
|
|
21114
21176
|
runAfter:
|
|
21115
21177
|
- app-cfg-assist
|
|
@@ -21527,7 +21589,7 @@ spec:
|
|
|
21527
21589
|
when:
|
|
21528
21590
|
- input: "$(params.skip_pre_check)"
|
|
21529
21591
|
operator: notin
|
|
21530
|
-
values: ["
|
|
21592
|
+
values: ["True"]
|
|
21531
21593
|
|
|
21532
21594
|
|
|
21533
21595
|
# 2. Rollback suite
|
|
@@ -21602,7 +21664,7 @@ spec:
|
|
|
21602
21664
|
when:
|
|
21603
21665
|
- input: "$(params.skip_pre_check)"
|
|
21604
21666
|
operator: notin
|
|
21605
|
-
values: ["
|
|
21667
|
+
values: ["True"]
|
|
21606
21668
|
|
|
21607
21669
|
runAfter:
|
|
21608
21670
|
- manage-rollback
|
|
@@ -22242,7 +22304,7 @@ spec:
|
|
|
22242
22304
|
when:
|
|
22243
22305
|
- input: "$(params.skip_pre_check)"
|
|
22244
22306
|
operator: notin
|
|
22245
|
-
values: ["
|
|
22307
|
+
values: ["True"]
|
|
22246
22308
|
|
|
22247
22309
|
|
|
22248
22310
|
|
|
@@ -22288,7 +22350,7 @@ spec:
|
|
|
22288
22350
|
when:
|
|
22289
22351
|
- input: "$(params.skip_pre_check)"
|
|
22290
22352
|
operator: notin
|
|
22291
|
-
values: ["
|
|
22353
|
+
values: ["True"]
|
|
22292
22354
|
|
|
22293
22355
|
runAfter:
|
|
22294
22356
|
- update-catalog
|
|
@@ -22691,7 +22753,7 @@ spec:
|
|
|
22691
22753
|
when:
|
|
22692
22754
|
- input: "$(params.skip_pre_check)"
|
|
22693
22755
|
operator: notin
|
|
22694
|
-
values: ["
|
|
22756
|
+
values: ["True"]
|
|
22695
22757
|
|
|
22696
22758
|
runAfter:
|
|
22697
22759
|
- update-db2
|
|
@@ -22818,7 +22880,7 @@ spec:
|
|
|
22818
22880
|
when:
|
|
22819
22881
|
- input: "$(params.skip_pre_check)"
|
|
22820
22882
|
operator: notin
|
|
22821
|
-
values: ["
|
|
22883
|
+
values: ["True"]
|
|
22822
22884
|
|
|
22823
22885
|
|
|
22824
22886
|
|
|
@@ -23032,7 +23094,7 @@ spec:
|
|
|
23032
23094
|
when:
|
|
23033
23095
|
- input: "$(params.skip_pre_check)"
|
|
23034
23096
|
operator: notin
|
|
23035
|
-
values: ["
|
|
23097
|
+
values: ["True"]
|
|
23036
23098
|
|
|
23037
23099
|
runAfter:
|
|
23038
23100
|
# Phase 2 apps that don't have a phase 3 app following it
|