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 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
 
  23 #org.openecomp.appc.bootstrap.file=executor-test.properties
 
  24 org.openecomp.appc.bootstrap.file=appc.properties
 
  25 org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
 
  29 # Certificate keystore and truststore
 
  31 #org.openecomp.sdnc.sli.aai.ssl.trust=<jks_FILE_HERE>
 
  32 #org.openecomp.sdnc.sli.aai.ssl.trust.psswd=adminadmin
 
  33 #org.openecomp.sdnc.sli.aai.ssl.key=<p12_FILE_HERE>
 
  34 #org.openecomp.sdnc.sli.aai.ssl.key.psswd=adminadmin
 
  35 org.openecomp.sdnc.sli.aai.host.certificate.ignore=true
 
  36 org.openecomp.sdnc.sli.aai.certificate.trust.all=true
 
  39 # Configuration file for A&AI Adapter
 
  42 # OPEN SOURCE - EXTERNAL A&AI INSTANCE IN TEST ENVIRONMENT
 
  43 org.openecomp.sdnc.sli.aai.uri=https://10.0.1.1:8443
 
  45 org.openecomp.sdnc.sli.aai.path.query=/aai/v8/search/sdn-zone-query
 
  48 org.openecomp.sdnc.sli.aai.path.svcinst=/aai/v8/business/customers/customer/{customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances
 
  49 org.openecomp.sdnc.sli.aai.path.svcinst.query=/aai/v8/search/generic-query?key=service-instance.service-instance-id:{svc-instance-id}&start-node-type=service-instance&include=service-instance
 
  52 org.openecomp.sdnc.sli.aai.path.complexes=/aai/v8/cloud-infrastructure/complexes
 
  53 org.openecomp.sdnc.sli.aai.path.complex=/aai/v8/cloud-infrastructure/complexes/complex/{physical-location-id}
 
  56 org.openecomp.sdnc.sli.aai.path.vservers=/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers
 
  57 org.openecomp.sdnc.sli.aai.path.vserver =/aai/v8/cloud-infrastructure/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}
 
  60 org.openecomp.sdnc.sli.aai.path.generic.vnfs=/aai/v8/network/generic-vnfs/generic-vnf/
 
  61 org.openecomp.sdnc.sli.aai.path.generic.vnf=/aai/v8/network/generic-vnfs/generic-vnf/{vnf-id}
 
  66 org.openecomp.sdnc.sli.aai.param.format=filter=%s:%s
 
  67 org.openecomp.sdnc.sli.aai.param.vnf_type=vnf-type
 
  68 org.openecomp.sdnc.sli.aai.param.physical.location.id=physical-location-id
 
  69 org.openecomp.sdnc.sli.aai.param.service.type=service-type
 
  72 org.openecomp.appc.logging.path=${user.home},etc,../etc,.
 
  73 org.openecomp.appc.logging.file=logback.xml
 
  75 org.openecomp.appc.db.url.%s", schema), "");
 
  76 org.openecomp.appc.db.user.%s", schema), "");
 
  77 org.openecomp.appc.db.pass.%s", schema), "");
 
  79 # This value is provided in appc.properties
 
  80 #dmaap.poolMembers=<DMAAP_IP>:3904
 
  82 dmaap.topic.read=APPC-TEST2
 
  83 dmaap.topic.write=APPC-TEST2
 
  84 #dmaap.topic.read.filter={"class":"Assigned","field":"request"}
 
  85 dmaap.topic.read.filter={"class": "And","filters": [{"class": "Assigned","field": "request"},{"class": "Unassigned","field": "response"}]}
 
  86 dmaap.client.name=APPC-TEST-CLIENT
 
  87 dmaap.client.name.id=0
 
  88 #dmaap.client.key=random
 
  89 #dmaap.client.secret=random
 
  91 dmaap.threads.queuesize.min=1
 
  92 dmaap.threads.queuesize.max=1000
 
  93 dmaap.threads.poolsize.min=2
 
  94 dmaap.threads.poolsize.max=2
 
  97 # This needs to be changed so that the action can be appended to the end of the URL path
 
  99 #provider.urls.topology=https://admin:password@<IP_ADDRESS>:8443/restconf/operations/appc-provider:topology-service
 
 100 #provider.urls.topology=https://admin:password@<IP_ADDRESS>:8443/restconf/operations/appc-provider: