aboutsummaryrefslogtreecommitdiffstats
path: root/app-c/appc/appc-event-listener/appc-event-listener-bundle/src/main/resources/org/openecomp/appc/default.properties
blob: 25c49ac4abd6c7490b32151d769f9281f27a6edf (plain)
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
###
# ============LICENSE_START=======================================================
# openECOMP : APP-C
# ================================================================================
# Copyright (C) 2017 AT&T Intellectual Property. All rights
# 						reserved.
# ================================================================================
# 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.
# ============LICENSE_END=========================================================
###

# ${user.home} usually goes to /root if instantiation uses the appc-docker approach

###																					 ###
###																					 ###
###Properties below that are commented out are/need to be provided in appc.properties###
###																					 ###
###																					 ###




# Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
org.openecomp.appc.bootstrap.file=appc.properties
org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.





###							###
###Closed Loop - properties ###
###							###
appc.ClosedLoop.poolMembers=192.168.1.2:3904
appc.ClosedLoop.topic.read=APPC-TEST2
appc.ClosedLoop.topic.write=APPC-TEST2
appc.ClosedLoop.topic.read.filter={"class": "And","filters": [{"class": "Assigned","field": "request"},{"class": "Unassigned","field": "response"}]}
appc.ClosedLoop.client.name=APPC-TEST-CLIENT-EVT-LST-MAIN
appc.ClosedLoop.client.name.id=0

# KEY AND SECRET BELOW NEED TO BE MODIFIED TO APPROPRIATE VALUES WHEN THE TOPIC IS API-KEY-BASED AUTH
#dmaap.client.key=random
#dmaap.client.secret=random

appc.ClosedLoop.threads.queuesize.min=1
appc.ClosedLoop.threads.queuesize.max=1000
appc.ClosedLoop.threads.poolsize.min=1
appc.ClosedLoop.threads.poolsize.max=2
appc.ClosedLoop.provider.url=http://localhost:8181/restconf/operations/appc-provider
appc.ClosedLoop.provider.url.user=ODL_USER
appc.ClosedLoop.provider.url.pass=ODL_PASS





###							      ###
###Closed Loop - 1607 properties  ###
###								  ###
appc.ClosedLoop1607.poolMembers=192.168.1.2:3904
appc.ClosedLoop1607.topic.read=MY_DMAAP_TOPIC
appc.ClosedLoop1607.topic.write=MY_DMAAP_TOPIC
appc.ClosedLoop1607.topic.read.filter={"class":"Unassigned","field":"Status"}
appc.ClosedLoop1607.client.name=MY_DMAAP_CLIENT_NAME
appc.ClosedLoop1607.client.name.id=0
#dmaap.client.key=random
#dmaap.client.secret=random
appc.ClosedLoop1607.threads.queuesize.min=1
appc.ClosedLoop1607.threads.queuesize.max=1000
appc.ClosedLoop1607.threads.poolsize.min=1
appc.ClosedLoop1607.threads.poolsize.max=2
appc.ClosedLoop.provider.user=ODL_USER
appc.ClosedLoop.provider.pass=ODL_PASS
appc.ClosedLoop1607.provider.url=http://localhost:8181/restconf/operations/appc-provider





###																						   ###
### This needs to be changed so that the action can be appended to the end of the URL path ###
###																						   ###
appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider
appc.LCM.poolMembers=192.168.1.2:3904
appc.LCM.topic.read=DMAAP_TOPIC
appc.LCM.topic.write=DMAAP_TOPIC
appc.LCM.client.name=DMAAP_CLIENT_NAME
appc.LCM.provider.user=ODL_USER
appc.LCM.provider.pass=ODL_URL