@@ -26,78 +26,10 @@ spec:
2626 type : string
2727 description : " controls whether Maximo Manage and CP4D is installed"
2828 default : " true"
29- - name : mas-manage-component-acm
29+ - name : mas-appws-components
3030 type : string
31- description : " controls whether Maximo Manage with acm is installed"
32- default : " false"
33- - name : mas-manage-component-aviation
34- type : string
35- description : " controls whether Maximo Manage with aviation is installed"
36- default : " false"
37- - name : mas-manage-component-civil
38- type : string
39- description : " controls whether Maximo Manage with civil is installed"
40- default : " false"
41- - name : mas-manage-component-envizi
42- type : string
43- description : " controls whether Maximo Manage with envizi is installed"
44- default : " false"
45- - name : mas-manage-component-health
46- type : string
47- description : " controls whether Maximo Manage with health is installed"
48- default : " false"
49- - name : mas-manage-component-hse
50- type : string
51- description : " controls whether Maximo Manage with hse is installed"
52- default : " false"
53- - name : mas-manage-component-icd
54- type : string
55- description : " controls whether Maximo Manage with icd is installed"
56- default : " false"
57- - name : mas-manage-component-nuclear
58- type : string
59- description : " controls whether Maximo Manage with nuclear is installed"
60- default : " false"
61- - name : mas-manage-component-oilandgas
62- type : string
63- description : " controls whether Maximo Manage with oilandgas is installed"
64- default : " false"
65- - name : mas-manage-component-oracleadapter
66- type : string
67- description : " controls whether Maximo Manage with oracleadapter is installed"
68- default : " false"
69- - name : mas-manage-component-sapadapter
70- type : string
71- description : " controls whether Maximo Manage with sapadapter is installed"
72- default : " false"
73- - name : mas-manage-component-serviceprovider
74- type : string
75- description : " controls whether Maximo Manage with serviceprovider is installed"
76- default : " false"
77- - name : mas-manage-component-spatial
78- type : string
79- description : " controls whether Maximo Manage with spatial is installed"
80- default : " false"
81- - name : mas-manage-component-strategize
82- type : string
83- description : " controls whether Maximo Manage with strategize is installed"
84- default : " false"
85- - name : mas-manage-component-transportation
86- type : string
87- description : " controls whether Maximo Manage with transportation is installed"
88- default : " false"
89- - name : mas-manage-component-tririga
90- type : string
91- description : " controls whether Maximo Manage with tririga is installed"
92- default : " false"
93- - name : mas-manage-component-utilities
94- type : string
95- description : " controls whether Maximo Manage with utilities is installed"
96- default : " false"
97- - name : mas-manage-component-workday
98- type : string
99- description : " controls whether Maximo Manage with workday is installed"
100- default : " false"
31+ description : " controls what appws components are loaded for manage"
32+ default : " base=latest"
10133 - name : mas-cp4d-install-cognos
10234 type : string
10335 default : " false"
@@ -532,42 +464,8 @@ spec:
532464 value : " $(params.rwx-storageclass)"
533465 - name : rwo-storageclass
534466 value : " $(params.rwo-storageclass)"
535- - name : mas-manage-component-acm
536- value : " $(params.mas-manage-component-acm)"
537- - name : mas-manage-component-aviation
538- value : " $(params.mas-manage-component-aviation)"
539- - name : mas-manage-component-civil
540- value : " $(params.mas-manage-component-civil)"
541- - name : mas-manage-component-envizi
542- value : " $(params.mas-manage-component-envizi)"
543- - name : mas-manage-component-health
544- value : " $(params.mas-manage-component-health)"
545- - name : mas-manage-component-hse
546- value : " $(params.mas-manage-component-hse)"
547- - name : mas-manage-component-icd
548- value : " $(params.mas-manage-component-icd)"
549- - name : mas-manage-component-nuclear
550- value : " $(params.mas-manage-component-nuclear)"
551- - name : mas-manage-component-oilandgas
552- value : " $(params.mas-manage-component-oilandgas)"
553- - name : mas-manage-component-oracleadapter
554- value : " $(params.mas-manage-component-oracleadapter)"
555- - name : mas-manage-component-sapadapter
556- value : " $(params.mas-manage-component-sapadapter)"
557- - name : mas-manage-component-serviceprovider
558- value : " $(params.mas-manage-component-serviceprovider)"
559- - name : mas-manage-component-spatial
560- value : " $(params.mas-manage-component-spatial)"
561- - name : mas-manage-component-strategize
562- value : " $(params.mas-manage-component-strategize)"
563- - name : mas-manage-component-transportation
564- value : " $(params.mas-manage-component-transportation)"
565- - name : mas-manage-component-tririga
566- value : " $(params.mas-manage-component-tririga)"
567- - name : mas-manage-component-utilities
568- value : " $(params.mas-manage-component-utilities)"
569- - name : mas-manage-component-workday
570- value : " $(params.mas-manage-component-workday)"
467+ - name : mas-appws-components
468+ value : " $(params.mas-appws-components)"
571469 taskSpec :
572470 workspaces :
573471 - name : ws
@@ -581,24 +479,7 @@ spec:
581479 - name : mas-cp4d-install-cognos
582480 - name : rwx-storageclass
583481 - name : rwo-storageclass
584- - name : mas-manage-component-acm
585- - name : mas-manage-component-aviation
586- - name : mas-manage-component-civil
587- - name : mas-manage-component-envizi
588- - name : mas-manage-component-health
589- - name : mas-manage-component-hse
590- - name : mas-manage-component-icd
591- - name : mas-manage-component-nuclear
592- - name : mas-manage-component-oilandgas
593- - name : mas-manage-component-oracleadapter
594- - name : mas-manage-component-sapadapter
595- - name : mas-manage-component-serviceprovider
596- - name : mas-manage-component-spatial
597- - name : mas-manage-component-strategize
598- - name : mas-manage-component-transportation
599- - name : mas-manage-component-tririga
600- - name : mas-manage-component-utilities
601- - name : mas-manage-component-workday
482+ - name : mas-appws-components
602483 steps :
603484 - name : run-mas-cli
604485 image : quay.io/ibmmas/cli:latest
0 commit comments