f5749ea4b968d243c12407aa81704e78fc55e927
[appc.git] / appc-event-listener / appc-event-listener-bundle / src / test / resources / org / openecomp / appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # APPC
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # Copyright (C) 2017 Amdocs
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11
12 #      http://www.apache.org/licenses/LICENSE-2.0
13
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END=========================================================
20 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
21 ###
22
23
24
25
26
27 ###                                                                                                                                                                         ###
28 ###                                                                                                                                                                         ###
29 ###Properties below are default values to be provided with real valuesin appc.properties###
30 ###                                                                                                                                                                         ###
31 ###                                                                                                                                                                         ###
32
33
34
35
36
37 ###                                                     ###
38 ###Closed Loop - properties ###
39 ###                                                     ###
40 test.prefix=appc.ClosedLoop
41 appc.ClosedLoop.disabled=false
42 appc.ClosedLoop.service=dmaap
43 appc.ClosedLoop.poolMembers=192.168.1.2:3904
44 appc.ClosedLoop.topic.read=APPC-TEST1
45 appc.ClosedLoop.topic.read.timeout=5
46 appc.ClosedLoop.topic.write=APPC-TEST1
47 appc.ClosedLoop.topic.read.filter={"class":"Assigned","field":"request"}
48 appc.ClosedLoop.client.name=APPC-TEST1-CLOSED-LOOP
49 appc.ClosedLoop.client.name.id=0
50
51 # KEY AND SECRET BELOW NEED TO BE MODIFIED TO APPROPRIATE VALUES WHEN THE TOPIC IS API-KEY-BASED AUTH
52 appc.ClosedLoop.client.key=MY_API_KEY
53 appc.ClosedLoop.client.secret=MY_API_SECRET
54
55 appc.ClosedLoop.threads.queuesize.min=1
56 appc.ClosedLoop.threads.queuesize.max=1000
57 appc.ClosedLoop.threads.poolsize.min=1
58 appc.ClosedLoop.threads.poolsize.max=2
59 appc.ClosedLoop.provider.url=https://admin:password@localhost:8443/restconf/operations/appc-provider:topology-operation
60
61
62
63
64
65 ###                                                           ###
66 ###Closed Loop - 1607 properties  ###
67 ###                                                               ###
68 appc.ClosedLoop1607.poolMembers=192.168.1.2:3904
69 appc.ClosedLoop1607.topic.read=MY_DMAAP_TOPIC
70 appc.ClosedLoop1607.topic.write=MY_DMAAP_TOPIC
71 appc.ClosedLoop1607.topic.read.filter={"class":"Unassigned","field":"Status"}
72 appc.ClosedLoop1607.client.name=DMAAP-CLIENT-NAME
73 appc.ClosedLoop1607.client.name.id=0
74 #dmaap.client.key=random
75 #dmaap.client.secret=random
76 appc.ClosedLoop1607.threads.queuesize.min=1
77 appc.ClosedLoop1607.threads.queuesize.max=1000
78 appc.ClosedLoop1607.threads.poolsize.min=1
79 appc.ClosedLoop1607.threads.poolsize.max=2
80 appc.ClosedLoop1607.provider.url=https://admin:password@localhost:8443/restconf/operations/appc-provider:topology-operation
81
82
83
84
85
86 ###                                                                                                      ###
87 ### POINT TO AN ACTIVE TEST VM IN OPENSTACK INSTANCE ###
88 ###                                                                                                      ###
89 test.vm_url=https://example.com/v2/123/servers/123-345
90