bacbe53f3e4c30c3f35c543a083b1627ff1e023d
[appc.git] / appc-event-listener / appc-event-listener-bundle / src / test / 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
25
26
27
28 ###                                                                                                                                                                         ###
29 ###                                                                                                                                                                         ###
30 ###Properties below are default values to be provided with real valuesin appc.properties###
31 ###                                                                                                                                                                         ###
32 ###                                                                                                                                                                         ###
33
34
35
36
37
38 ###                                                     ###
39 ###Closed Loop - properties ###
40 ###                                                     ###
41 test.prefix=appc.ClosedLoop
42 appc.ClosedLoop.disabled=false
43 appc.ClosedLoop.service=dmaap
44 appc.ClosedLoop.poolMembers=192.168.1.2:3904
45 appc.ClosedLoop.topic.read=APPC-TEST1
46 appc.ClosedLoop.topic.read.timeout=5
47 appc.ClosedLoop.topic.write=APPC-TEST1
48 appc.ClosedLoop.topic.read.filter={"class":"Assigned","field":"request"}
49 appc.ClosedLoop.client.name=APPC-TEST1-CLOSED-LOOP
50 appc.ClosedLoop.client.name.id=0
51
52 # KEY AND SECRET BELOW NEED TO BE MODIFIED TO APPROPRIATE VALUES WHEN THE TOPIC IS API-KEY-BASED AUTH
53 appc.ClosedLoop.client.key=MY_API_KEY
54 appc.ClosedLoop.client.secret=MY_API_SECRET
55
56 appc.ClosedLoop.threads.queuesize.min=1
57 appc.ClosedLoop.threads.queuesize.max=1000
58 appc.ClosedLoop.threads.poolsize.min=1
59 appc.ClosedLoop.threads.poolsize.max=2
60 appc.ClosedLoop.provider.url=https://admin:password@localhost:8443/restconf/operations/appc-provider:topology-operation
61
62
63
64
65
66 ###                                                           ###
67 ###Closed Loop - 1607 properties  ###
68 ###                                                               ###
69 appc.ClosedLoop1607.poolMembers=192.168.1.2:3904
70 appc.ClosedLoop1607.topic.read=MY_DMAAP_TOPIC
71 appc.ClosedLoop1607.topic.write=MY_DMAAP_TOPIC
72 appc.ClosedLoop1607.topic.read.filter={"class":"Unassigned","field":"Status"}
73 appc.ClosedLoop1607.client.name=DMAAP-CLIENT-NAME
74 appc.ClosedLoop1607.client.name.id=0
75 #dmaap.client.key=random
76 #dmaap.client.secret=random
77 appc.ClosedLoop1607.threads.queuesize.min=1
78 appc.ClosedLoop1607.threads.queuesize.max=1000
79 appc.ClosedLoop1607.threads.poolsize.min=1
80 appc.ClosedLoop1607.threads.poolsize.max=2
81 appc.ClosedLoop1607.provider.url=https://admin:password@localhost:8443/restconf/operations/appc-provider:topology-operation
82
83 ###                                                           ###
84 ### LCM properties                ###
85 ###                                                               ###
86 appc.LCM.disabled=true
87 appc.LCM.poolMembers=192.168.1.2:3904
88 appc.LCM.topic.read=MY_DMAAP_TOPIC
89 appc.LCM.topic.write=MY_DMAAP_TOPIC
90 appc.LCM.topic.read.filter={"class":"Unassigned","field":"Status"}
91 appc.LCM.client.name=DMAAP-CLIENT-NAME
92 appc.LCM.client.name.id=0
93 appc.LCM.threads.queuesize.min=1
94 appc.LCM.threads.queuesize.max=1000
95 appc.LCM.threads.poolsize.min=1
96 appc.LCM.threads.poolsize.max=2
97 appc.LCM.provider.url=https://admin:password@localhost:8443/restconf/operations/appc-provider:topology-operation
98
99 ###                                                           ###
100 ### DEMO properties               ###
101 ###                                                               ###
102 appc.demo.poolMembers=192.168.1.2:3904
103 appc.demo.topic.read=MY_DMAAP_TOPIC
104 appc.demo.topic.write=MY_DMAAP_TOPIC
105 appc.demo.topic.read.filter={"class":"Unassigned","field":"Status"}
106 appc.demo.client.name=DMAAP-CLIENT-NAME
107 appc.demo.client.name.id=0
108 appc.demo.threads.queuesize.min=1
109 appc.demo.threads.queuesize.max=1000
110 appc.demo.threads.poolsize.min=1
111 appc.demo.threads.poolsize.max=2
112
113 # OAM Listener
114 #########################
115 appc.OAM.disabled=false
116 appc.OAM.poolMembers=192.168.1.2:3904
117 appc.OAM.topic.read=OAM_TOPIC
118 appc.OAM.topic.write=OAM_TOPIC
119 appc.OAM.client.name=OAM_CLIENT
120 #appc.OAM.provider.url=
121 #appc.OAM.provider.user=m97292@appc.att.com
122 #appc.OAM.provider.pass=enc:DBE7PBN7EAN+Pwom
123
124 appc.demo.provider.url=https://admin:password@localhost:8443/restconf/operations/appc-provider:topology-operation