ba4c5239a11e6b39b212ddfaa0cbc4376eb536c5
[appc.git] / services / appc-dmaap-service / appc-event-listener-bundle / src / main / resources / org / onap / appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP : APPC
4 # ================================================================================
5 # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Copyright (C) 2017 Amdocs
8 # =============================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12
13 #      http://www.apache.org/licenses/LICENSE-2.0
14
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20
21 # ============LICENSE_END=========================================================
22 ###
23
24 # ${user.home} usually goes to /root if instantiation uses the appc-docker approach
25
26 ###                                                                                                                                                                      ###
27 ###                                                                                                                                                                      ###
28 ###Properties below that are commented out are/need to be provided in appc.properties###
29 ###                                                                                                                                                                      ###
30 ###                                                                                                                                                                      ###
31
32
33
34
35 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
36 org.onap.appc.bootstrap.file=appc.properties
37 org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
38
39
40
41
42
43 ###                                                     ###
44 ###Closed Loop - properties ###
45 ###                                                     ###
46 appc.ClosedLoop.poolMembers=192.168.1.2:3904
47 appc.ClosedLoop.topic.read=APPC-TEST2
48 appc.ClosedLoop.topic.write=APPC-TEST2
49 appc.ClosedLoop.topic.read.filter={"class": "And","filters": [{"class": "Assigned","field": "request"},{"class": "Unassigned","field": "response"}]}
50 appc.ClosedLoop.client.name=APPC-TEST-CLIENT-EVT-LST-MAIN
51 appc.ClosedLoop.client.name.id=0
52
53 # KEY AND SECRET BELOW NEED TO BE MODIFIED TO APPROPRIATE VALUES WHEN THE TOPIC IS API-KEY-BASED AUTH
54 #dmaap.client.key=random
55 #dmaap.client.secret=random
56
57 appc.ClosedLoop.threads.queuesize.min=1
58 appc.ClosedLoop.threads.queuesize.max=1000
59 appc.ClosedLoop.threads.poolsize.min=1
60 appc.ClosedLoop.threads.poolsize.max=2
61 appc.ClosedLoop.provider.url=http://localhost:8181/restconf/operations/appc-provider
62 appc.ClosedLoop.provider.url.user=ODL_USER
63 appc.ClosedLoop.provider.url.pass=ODL_PASS
64
65
66
67
68
69 ###                                                           ###
70 ###Closed Loop - 1607 properties  ###
71 ###                                                               ###
72 appc.ClosedLoop1607.poolMembers=192.168.1.2:3904
73 appc.ClosedLoop1607.topic.read=MY_DMAAP_TOPIC
74 appc.ClosedLoop1607.topic.write=MY_DMAAP_TOPIC
75 appc.ClosedLoop1607.topic.read.filter={"class":"Unassigned","field":"Status"}
76 appc.ClosedLoop1607.client.name=MY_DMAAP_CLIENT_NAME
77 appc.ClosedLoop1607.client.name.id=0
78 #dmaap.client.key=random
79 #dmaap.client.secret=random
80 appc.ClosedLoop1607.threads.queuesize.min=1
81 appc.ClosedLoop1607.threads.queuesize.max=1000
82 appc.ClosedLoop1607.threads.poolsize.min=1
83 appc.ClosedLoop1607.threads.poolsize.max=2
84 appc.ClosedLoop.provider.user=ODL_USER
85 appc.ClosedLoop.provider.pass=ODL_PASS
86 appc.ClosedLoop1607.provider.url=http://localhost:8181/restconf/operations/appc-provider
87
88
89
90
91
92 ###                                                                                                                                                                                ###
93 ### This needs to be changed so that the action can be appended to the end of the URL path ###
94 ###                                                                                                                                                                                ###
95 appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider
96 appc.LCM.poolMembers=127.0.0.1:3001
97 appc.LCM.topic.read=DMAAP_TOPIC
98 appc.LCM.topic.write=DMAAP_TOPIC
99 appc.LCM.client.name=DMAAP_CLIENT_NAME
100 appc.LCM.provider.user=ODL_USER
101 appc.LCM.provider.pass=ODL_URL
102
103 appc.demo.poolMembers=127.0.0.1:3002
104 appc.demo.topic.read=APPC-CL
105 appc.demo.topic.write=APPC-CL
106 appc.demo.client.name=appcDemoEventListener
107 appc.demo.threads.queuesize.min=1
108 appc.demo.threads.queuesize.max=1000
109 appc.demo.threads.poolsize.min=1
110 appc.demo.threads.poolsize.max=2
111 appc.demo.provider.user=admin
112 appc.demo.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
113 appc.demo.provider.url=http://192.168.55.12:8282/restconf/operations/appc-provider