-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript-parameters.properties
99 lines (82 loc) · 2.25 KB
/
script-parameters.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Important: this is where you define what you want to install
# [EXECUTE]
# this flag is used to execute commands oc apply ...
MY_APPLY_FLAG=true
# [NAMESPACE]
MY_OC_PROJECT=cp4i
# [RH INSTALL]
MY_CERTMANAGER=true
MY_LIC_SRV=true
MY_LIC_SRV_REPORTER=true
MY_LOGGING_LOKI=false
# Cluster Observability Operator
MY_COO=true
MY_GITOPS=true
MY_OADP=false
MY_KEYCLOAK_EXTERNAL=false
MY_KEYCLOAK_INTEGRATION=false
MY_CLUSTER_MONITORING=true
MY_TEKTON=false
# [CP4I INSTALL]
MY_COMMONSERVICES=true
MY_ACE=true
MY_APIC=true
MY_APIC_BY_COMPONENT=false
MY_APIC_GRAPHQL=false
MY_ASSETREPO=true
MY_DPGW=false
MY_HSTS=false
MY_INTASSEMBLY=false
MY_MQ=true
MY_MESSAGINGSERVER=false
MY_NAVIGATOR=true
# Explain why this one. May be required for ACE Designer (tbc)
MY_NAVIGATOR_INSTANCE=true
# [CP4I CUSTOMISATION]
# Important: this is where you define if you want to customise each component
MY_ACE_CUSTOM=true
MY_APIC_CUSTOM=true
MY_ASSETREPO_CUSTOM=true
MY_DPGW_CUSTOM=false
MY_HSTS_CUSTOM=false
MY_MQ_CUSTOM=true
MY_LDAP_CUSTOM=true
MY_NAVIGATOR_CUSTOM=false
# [EVENT_AUTOMATION INSTALL]
MY_ES=true
MY_EEM=true
MY_EGW=true
MY_EP=true
MY_FLINK=true
# [EVENT_AUTOMATION CUSTOMISATION]
MY_ES_CUSTOM=true
MY_EEM_CUSTOM=true
MY_EGW_CUSTOM=true
MY_EP_CUSTOM=true
MY_FLINK_CUSTOM=true
# [CP4AIOPS INSTALL]
MY_INSTANA=false
# [CP4AIOPS CUSTOMISATION]
MY_INSTANA_CUSTOM=false
# [CP4APP INSTALL]
MY_OPENLIBERTY=false
MY_WASLIBERTY=true
# [CP4APP CUSTOMISATION]
MY_OPENLIBERTY_CUSTOM=false
# It is likely that if you have the latest image, you do not need to build it over and over
MY_OPENLIBERTY_CUSTOM_BUILD=false
MY_WASLIBERTY_CUSTOM=true
# It is likely that if you have the latest image in your image registry, you do not need to build it over and over
MY_WASLIBERTY_CUSTOM_BUILD=true
# [OTHERS]
MY_LDAP=true
# Mail is a prerequisite for APIC
MY_MAILHOG=true
# Warning this feature may open security holes
MY_SFTP=false
# [EDB-POSTGRESQL]
# needed by APIC Graphql
# PostgreSQL is a prerequisite for APIC Graphql (A running PostgreSQL DB (version 15 or newer) must be accessible from the cluster.)
# htps://www.ibm.com/docs/en/api-connect/graphql/1.x?topic=graphql-deployment-guidelines
#
# When navigator instance created it installs postgresql operator and creates a postgresql instance (for keycloak)