-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathtemplate.yaml
131 lines (128 loc) · 5.45 KB
/
template.yaml
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
###############################################################################
# Copyright (c) 2011-2019 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
###############################################################################
alias: sag-apigateway-server
description: API Gateway Server provisioning and configuration
environments:
default:
agw.YAI.license.key: "*_YAIAA_10.*_*_*"
agw.instance.name: apigateway
is.instance.type: integrationServer
agw.primary.port: 5555
agw.diagnostic.port: 9999
agw.jmx.port: 5559
agw.memory.init: 512
agw.memory.max: 2024
agw.fixes: ALL
layers:
runtime:
productRepo: ${repo.product}
fixRepo: ${repo.fix}
templates:
- agw-server
- agw-config
templates:
agw-server:
licenses:
IntegrationServer/config/licenseKey.xml: ${agw.YAI.license.key}
products:
YAI:
${is.instance.type}:
${agw.instance.name}:
primary.port: ${agw.primary.port}
diagnostic.port: ${agw.diagnostic.port}
jmx.port: ${agw.jmx.port}
license.file: IntegrationServer/config/licenseKey.xml
install.service: false
package.list: WmAPIGateway
agw-config:
fixes: ${agw.fixes}
products:
${is.instance.type}:
${agw.instance.name}:
primary.port: ${agw.primary.port}
diagnostic.port: ${agw.diagnostic.port}
jmx.port: ${agw.jmx.port}
license.file: IntegrationServer/config/licenseKey.xml
install.service: false
package.list: WmAPIGateway
configuration:
OSGI-IS_${instance.name}:
COMMON-MEMORY:
COMMON-MEMORY:
InitSize: ${agw.memory.init}
MaxSize: ${agw.memory.max}
COMMON-JVM-OPTIONS:
COMMON-JVM-OPTIONS:
option:
- -Xbootclasspath/a:"%JAVA_BOOT_CLASSPATH%"
- -Xbootclasspath/a:"%JAVA_BOOT_CLASSPATH%".stripquotes=TRUE
- -server
- -d64
- -verbose:gc
- -Xloggc:%OSGI_INSTALL_AREA%/logs/gc_agw.log
- -XX:+PrintGC
- -XX:+PrintGCDetails
- -XX:+PrintGCTimeStamps
- -XX:+UseGCLogFileRotation
- -XX:NumberOfGCLogFiles=10
- -XX:GCLogFileSize=15M
- -XX:+HeapDumpOnOutOfMemoryError
- -XX:HeapDumpPath=/apps/logs/GC_LOGS/HeapDumpOnOutOfMemoryError.hprof
- -XX:+PrintTenuringDistribution
- -XX:+PrintGCCause
- -XX:+PrintAdaptiveSizePolicy
- -XX:+UseParNewGC
- -XX:+UseConcMarkSweepGC
- -XX:+CMSIncrementalMode
- -XX:ParallelGCThreads=2
- -XX:NewRatio=2
- -XX:SurvivorRatio=8
- -XX:TargetSurvivorRatio=90
- -XX:MaxTenuringThreshold=15
- -XX:+UseBiasedLocking
- -XX:+DisableExplicitGC
integrationServer-${instance.name}:
IS-RESOURCES:
IS-RESOURCES:
Resources:
ServerThreadPool:
MaximumThreads: '400'
MinimumThreads: '10'
AvailableThreadsWarningThreshold: '15'
SchedulerThreadThrottle: '75'
Session:
SessionTimeout: '30'
EnableStatefulSessionLimit: 'true'
MaximumStatefulSessions: '2147483647'
AvailableStatefulSessionWarningThreshold: '20'
StoreSettings:
DefaultDocumentStore:
StoreLocation: DocumentStore
InitialStoreSize: '25'
TriggerDocumentStore:
StoreLocation: DocumentStore
InitialStoreSize: '25'
User: Administrator
OutboundDocumentStore:
XARecoverystore:
StoreLocation: XAStore
InitialStoreSize: '10'
BrokerConfigured: 'false'
default:
runtime: ${nodes}