2 # ============LICENSE_START=======================================================
 
   4 # ================================================================================
 
   5 # Copyright (C) 2017 AT&T Intellectual Property. All rights
 
   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
 
  12 #      http://www.apache.org/licenses/LICENSE-2.0
 
  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=========================================================
 
  22 # ${user.home} usually goes to /root if instantiation uses the appc-docker approach
 
  26 ###Properties below that are commented out are/need to be provided in appc.properties###
 
  33 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
 
  34 org.openecomp.appc.bootstrap.file=appc.properties
 
  35 org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
 
  42 ###Closed Loop - properties ###
 
  44 appc.ClosedLoop.poolMembers=192.168.1.2:3904
 
  45 appc.ClosedLoop.topic.read=APPC-TEST2
 
  46 appc.ClosedLoop.topic.write=APPC-TEST2
 
  47 appc.ClosedLoop.topic.read.filter={"class": "And","filters": [{"class": "Assigned","field": "request"},{"class": "Unassigned","field": "response"}]}
 
  48 appc.ClosedLoop.client.name=APPC-TEST-CLIENT-EVT-LST-MAIN
 
  49 appc.ClosedLoop.client.name.id=0
 
  51 # KEY AND SECRET BELOW NEED TO BE MODIFIED TO APPROPRIATE VALUES WHEN THE TOPIC IS API-KEY-BASED AUTH
 
  52 #dmaap.client.key=random
 
  53 #dmaap.client.secret=random
 
  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=http://localhost:8181/restconf/operations/appc-provider
 
  60 appc.ClosedLoop.provider.url.user=ODL_USER
 
  61 appc.ClosedLoop.provider.url.pass=ODL_PASS
 
  68 ###Closed Loop - 1607 properties  ###
 
  70 appc.ClosedLoop1607.poolMembers=192.168.1.2:3904
 
  71 appc.ClosedLoop1607.topic.read=MY_DMAAP_TOPIC
 
  72 appc.ClosedLoop1607.topic.write=MY_DMAAP_TOPIC
 
  73 appc.ClosedLoop1607.topic.read.filter={"class":"Unassigned","field":"Status"}
 
  74 appc.ClosedLoop1607.client.name=MY_DMAAP_CLIENT_NAME
 
  75 appc.ClosedLoop1607.client.name.id=0
 
  76 #dmaap.client.key=random
 
  77 #dmaap.client.secret=random
 
  78 appc.ClosedLoop1607.threads.queuesize.min=1
 
  79 appc.ClosedLoop1607.threads.queuesize.max=1000
 
  80 appc.ClosedLoop1607.threads.poolsize.min=1
 
  81 appc.ClosedLoop1607.threads.poolsize.max=2
 
  82 appc.ClosedLoop.provider.user=ODL_USER
 
  83 appc.ClosedLoop.provider.pass=ODL_PASS
 
  84 appc.ClosedLoop1607.provider.url=http://localhost:8181/restconf/operations/appc-provider
 
  91 ### This needs to be changed so that the action can be appended to the end of the URL path ###
 
  93 appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider
 
  94 appc.LCM.poolMembers=192.168.1.2:3904
 
  95 appc.LCM.topic.read=DMAAP_TOPIC
 
  96 appc.LCM.topic.write=DMAAP_TOPIC
 
  97 appc.LCM.client.name=DMAAP_CLIENT_NAME
 
  98 appc.LCM.provider.user=ODL_USER
 
  99 appc.LCM.provider.pass=ODL_URL