Integrate AAF
[clamp.git] / src / main / resources / application-noaaf.properties
1 ###\r
2 # ============LICENSE_START=======================================================\r
3 # ONAP CLAMP\r
4 # ================================================================================\r
5 # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights\r
6 #                             reserved.\r
7 # ================================================================================\r
8 # Licensed under the Apache License, Version 2.0 (the "License");\r
9 # you may not use this file except in compliance with the License.\r
10 # You may obtain a copy of the License at\r
11 #\r
12 # http://www.apache.org/licenses/LICENSE-2.0\r
13 #\r
14 # Unless required by applicable law or agreed to in writing, software\r
15 # distributed under the License is distributed on an "AS IS" BASIS,\r
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17 # See the License for the specific language governing permissions and\r
18 # limitations under the License.\r
19 # ============LICENSE_END============================================\r
20 # ===================================================================\r
21 # ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
22 ###\r
23 \r
24 info.build.artifact=@project.artifactId@\r
25 info.build.name=@project.name@\r
26 info.build.description=@project.description@\r
27 info.build.version=@project.version@\r
28 ### Set the port for HTTP or HTTPS protocol (Controlled by Spring framework, only one at a time).\r
29 ### (See below for the parameter 'server.http.port' if you want to have both enabled)\r
30 ### To have only HTTP, keep the lines server.ssl.* commented\r
31 ### To have only HTTPS enabled, uncomment the server.ssl.* lines and specify a right keystore location\r
32 #server.port=8080\r
33 ### Settings for HTTPS (this automatically enables the HTTPS on the port 'server.port')\r
34 #server.ssl.key-store=file:/tmp/mykey.jks\r
35 #server.ssl.key-store-password=pass\r
36 #server.ssl.key-password=pass\r
37 \r
38 ### In order to be user friendly when HTTPS is enabled,\r
39 ### you can add another HTTP port that will be automatically redirected to HTTPS\r
40 ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...)\r
41 #server.http-to-https-redirection.port=8090\r
42 \r
43 ### HTTP Example:\r
44 ###--------------\r
45 server.port=8080\r
46 \r
47 \r
48 ### HTTP (Redirected to HTTPS) and HTTPS Example:\r
49 ### --------------------------------------------\r
50 ### server.port=8443           <-- The HTTPS port\r
51 ### server.ssl.key-store=file:/tmp/mykey.jks\r
52 ### server.ssl.key-store-password=mypass\r
53 ### server.ssl.key-password=mypass\r
54 ### server.http-to-https-redirection.port=8080\r
55 \r
56 server.contextPath=/\r
57 #Modified engine-rest applicationpath\r
58 spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller\r
59 \r
60 #The max number of active threads in this pool\r
61 server.tomcat.max-threads=200\r
62 #The minimum number of threads always kept alive\r
63 server.tomcat.min-Spare-Threads=25\r
64 #The number of milliseconds before an idle thread shutsdown, unless the number of active threads are less or equal to minSpareThreads\r
65 server.tomcat.max-idle-time=60000\r
66 server.tomcat.clientAuth=want\r
67 #Servlet context parameters\r
68 server.context_parameters.p-name=value #context parameter with p-name as key and value as value.\r
69 \r
70 camel.springboot.consumer-template-cache-size=1000\r
71 camel.springboot.producer-template-cache-size=1000\r
72 camel.springboot.jmx-enabled=false\r
73 camel.defaultthreadpool.poolsize=10\r
74 camel.defaultthreadpool.maxpoolsize=20\r
75 camel.defaultthreadpool.maxqueuesize=1000\r
76 camel.defaultthreadpool.keepaliveTime=60\r
77 camel.defaultthreadpool.rejectpolicy=CallerRuns\r
78 #camel.springboot.xmlRoutes = false\r
79 camel.springboot.xmlRoutes=classpath:/clds/camel/*.xml\r
80 #camel.springboot.typeConversion = false\r
81 \r
82 #clds datasource connection details\r
83 spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver\r
84 spring.datasource.cldsdb.url=jdbc:mariadb:sequential://localhost:${docker.mariadb.port.host}/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3\r
85 spring.datasource.cldsdb.username=clds\r
86 spring.datasource.cldsdb.password=4c90a0b48204383f4283448d23e0b885a47237b2a23588e7c4651604f51c1067\r
87 spring.datasource.cldsdb.validationQuery=SELECT 1\r
88 spring.datasource.cldsdb.validationQueryTimeout=20000\r
89 spring.datasource.cldsdb.validationInterval=30000\r
90 spring.datasource.cldsdb.testWhileIdle = true\r
91 spring.datasource.cldsdb.minIdle = 0\r
92 spring.datasource.cldsdb.initialSize=0\r
93 # Automatically test whether a connection provided is good or not\r
94 spring.datasource.cldsdb.testOnBorrow=true\r
95 spring.datasource.cldsdb.ignoreExceptionOnPreLoad=true\r
96 \r
97 #Async Executor default Parameters\r
98 async.core.pool.size=10\r
99 async.max.pool.size=20\r
100 async.queue.capacity=500\r
101 \r
102 clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties\r
103 clamp.config.files.cldsUsers=classpath:/clds/clds-users.json\r
104 clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json\r
105 clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json\r
106 \r
107 # Properties for Clamp\r
108 # DCAE request build properties\r
109 #\r
110 clamp.config.dcae.template=classpath:/clds/templates/dcae-template.json\r
111 clamp.config.dcae.decode.service_ids=classpath:/clds/templates/dcae-decode-service_ids.json\r
112 clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment-template.json\r
113 #\r
114 # SDC request blueprint properties\r
115 #\r
116 clamp.config.sdc.template=classpath:/clds/templates/sdc-template.json\r
117 clamp.config.sdc.decode.service_ids=classpath:/clds/templates/sdc-decode-service_ids.json\r
118 #\r
119 #\r
120 # Configuration Settings for Policy Engine Components\r
121 clamp.config.policy.pdpUrl1=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123\r
122 clamp.config.policy.pdpUrl2=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123\r
123 clamp.config.policy.papUrl=http://policy.api.simpledemo.onap.org:8081/pap/ , testpap, alpha123\r
124 clamp.config.policy.notificationType=websocket\r
125 clamp.config.policy.notificationUebServers=localhost\r
126 clamp.config.policy.notificationTopic=\r
127 clamp.config.policy.clientId=myclientid\r
128 # base64 encoding\r
129 \r
130 clamp.config.policy.clientKey=5CE79532B3A2CB4D132FC0C04BF916A7\r
131 #DEVL for development\r
132 #TEST for Test environments\r
133 #PROD for prod environments\r
134 clamp.config.policy.policyEnvironment=TEST\r
135 # General Policy request properties\r
136 #\r
137 clamp.config.policy.onap.name=DCAE\r
138 clamp.config.policy.pdp.group=default\r
139 clamp.config.policy.ms.type=MicroService\r
140 clamp.config.policy.ms.policyNamePrefix=Config_MS_\r
141 clamp.config.policy.op.policyNamePrefix=Config_BRMS_Param_\r
142 clamp.config.policy.base.policyNamePrefix=Config_\r
143 clamp.config.policy.op.type=BRMS_Param\r
144 \r
145 \r
146 # TCA MicroService Policy request build properties\r
147 #\r
148 clamp.config.tca.policyid.prefix=DCAE.Config_\r
149 clamp.config.tca.policy.template=classpath:/clds/templates/tca-policy-template.json\r
150 clamp.config.tca.template=classpath:/clds/templates/tca-template.json\r
151 clamp.config.tca.thresholds.template=classpath:/clds/templates/tca-thresholds-template.json\r
152 \r
153 #\r
154 #\r
155 # Operational Policy request build properties\r
156 #\r
157 clamp.config.op.policyDescription=from clds\r
158 # default\r
159 clamp.config.op.templateName=ClosedLoopvUSP\r
160 clamp.config.op.operationTopic=APPC-CL\r
161 clamp.config.op.notificationTopic=POLICY-CL-MGT\r
162 clamp.config.op.controller=amsterdam\r
163 clamp.config.op.policy.appc=APPC\r
164 # by service: vSCP\r
165 clamp.config.op.templateName.vSCP=ClosedLoopTemplate\r
166 clamp.config.op.controller.vSCP=1607-f5fw\r
167 clamp.config.op.eNodeB.templateName=ClosedLoopControlName\r
168 clamp.config.op.eNodeB.operationTopic=com.onap.sdnr.RanCLRequest-v00\r
169 clamp.config.op.eNodeB.notificationTopic=com.onap-policy.IST-ENODEB-CL\r
170 clamp.config.op.eNodeB.controller=amsterdam\r
171 clamp.config.op.eNodeB.recipe=classpath:/clds/templates/op-eNodeB-recipe.json\r
172 clamp.config.op.eNodeB.timeWindow=35\r
173 clamp.config.op.eNodeB.limit=2\r
174 clamp.config.op.eNodeB.period=10s\r
175 #\r
176 # Sdc service properties\r
177 clamp.config.sdc.catalog.url=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/\r
178 clamp.config.sdc.hostUrl=http://sdc.api.simpledemo.onap.org:8080\r
179 clamp.config.sdc.serviceUrl=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/services\r
180 clamp.config.sdc.serviceUsername=clamp\r
181 clamp.config.sdc.servicePassword=b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981\r
182 clamp.config.sdc.artifactLabel=blueprintclampcockpit\r
183 clamp.config.sdc.sdcX-InstanceID=CLAMP\r
184 clamp.config.sdc.artifactType=DCAE_INVENTORY_BLUEPRINT\r
185 clamp.config.sdc.locationArtifactLabel=locationclampcockpit\r
186 clamp.config.sdc.locationArtifactType=DCAE_INVENTORY_JSON\r
187 clamp.config.sdc.InstanceID=X-ECOMP-InstanceID\r
188 clamp.config.sdc.header.requestId = X-ECOMP-RequestID\r
189 #\r
190 clamp.config.sdc.csarFolder = /tmp/sdc-controllers\r
191 clamp.config.sdc.blueprint.parser.mapping = classpath:/clds/blueprint-parser-mapping.json\r
192 #\r
193 clamp.config.ui.location.default=classpath:/clds/templates/ui-location-default.json\r
194 clamp.config.ui.alarm.default=classpath:/clds/templates/ui-alarm-default.json\r
195 #\r
196 # if action.test.override is true, then any action will be marked as test=true (even if incoming action request had test=false); otherwise, test flag will be unchanged on the action request\r
197 clamp.config.action.test.override=false\r
198 # if action.insert.test.event is true, then insert event even if the action is set to test\r
199 clamp.config.action.insert.test.event=false\r
200 clamp.config.clds.service.cache.invalidate.after.seconds=120\r
201 \r
202 #DCAE Inventory Url Properties\r
203 clamp.config.dcae.inventory.url=http://dcae.api.simpledemo.onap.org:8080\r
204 clamp.config.dcae.intentory.retry.interval=10000\r
205 clamp.config.dcae.intentory.retry.limit=3\r
206 \r
207 #DCAE Dispatcher Url Properties\r
208 clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8080\r
209 clamp.config.dcae.header.requestId = X-ECOMP-RequestID\r
210 \r
211 clamp.config.security.permission.instance=dev\r
212 \r
213 #AAF related parameters\r
214 clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl\r
215 clamp.config.security.permission.type.cl.manage=org.onap.clamp.clds.cl.manage\r
216 clamp.config.security.permission.type.cl.event=org.onap.clds.cl.event\r
217 clamp.config.security.permission.type.filter.vf=org.onap.clamp.clds.filter.vf\r
218 clamp.config.security.permission.type.template=org.onap.clamp.clds.template\r
219 \r