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=========================================================
 
  23 # Default properties for the APP-C Provider Adapter
 
  25 # -------------------------------------------------------------------------------------------------
 
  27 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 
  28 # to supply configuration options 
 
  29 org.openecomp.appc.bootstrap.file=appc.properties
 
  30 org.openecomp.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
 
  32 appc.application.name=APPC
 
  35 # Define the message resource bundle name to be loaded 
 
  36 org.openecomp.appc.resources=org/openecomp/appc/i18n/MessageResources
 
  38 # The name of the adapter.
 
  39 org.openecomp.appc.provider.adaptor.name=org.openecomp.appc.appc_provider_adapter
 
  41 # Set up the logging environment
 
  43 org.openecomp.appc.logging.file=org/openecomp/appc/logback.xml
 
  44 org.openecomp.appc.logging.path=${user.home};etc;../etc
 
  45 org.openecomp.appc.logger=org.openecomp.appc
 
  46 org.openecomp.appc.security.logger=org.openecomp.appc.security
 
  48 # The minimum and maximum provider/tenant context pool sizes.  Min=1 means that as soon 
 
  49 # as the provider/tenant is referenced a Context is opened and added to the pool.  Max=0 
 
  50 # means that the upper bound on the pool is unbounded. 
 
  51 org.openecomp.appc.provider.min.pool=1
 
  52 org.openecomp.appc.provider.max.pool=0
 
  55 # The following properties are used to configure the retry logic for connection to the 
 
  56 # IaaS provider(s).  The retry delay property is the amount of time, in seconds, the
 
  57 # application waits between retry attempts.  The retry limit is the number of retries
 
  58 # that are allowed before the request is failed.
 
  59 org.openecomp.appc.provider.retry.delay = 30
 
  60 org.openecomp.appc.provider.retry.limit = 10
 
  63 # The trusted hosts list for SSL access when a certificate is not provided.
 
  65 provider.trusted.hosts=*
 
  67 # The amount of time, in seconds, to wait for a server state change (start->stop, stop->start, etc).
 
  68 # If the server does not change state to a valid state within the alloted time, the operation 
 
  70 org.openecomp.appc.server.state.change.timeout=300
 
  72 # The amount of time to wait, in seconds, between subsequent polls to the OpenStack provider 
 
  73 # to refresh the status of a resource we are waiting on.
 
  75 org.openecomp.appc.openstack.poll.interval=20
 
  78      #The amount of time, in seconds, that the application waits for a change of state of a stacj to a known valid
 
  79      #sate before giving up and failing the request.
 
  81 org.openecomp.appc.stack.state.change.timeout=100
 
  86 # The connection information to connect to the provider we are using.  These properties 
 
  87 # are "structured" properties, in that the name is a compound name, where the nodes 
 
  88 # of the name can be ordered (1, 2, 3, ...).  All of the properties with the same ordinal
 
  89 # position are defining the same entity.  For example, provider1.type and provider1.name 
 
  90 # are defining the same provider, whereas provider2.name and provider2.type are defining
 
  91 # the values for a different provider.  Any number of providers can be defined in this 
 
  94 # Don't change these 2 right now since they are hard coded in the DG
 
  99 provider1.identity=appc
 
 100 provider1.tenant1.name=appc
 
 101 provider1.tenant1.userid=appc
 
 102 provider1.tenant1.password=appc