Updating licenses in all files
[appc.git] / appc-adapters / appc-iaas-adapter / appc-iaas-adapter-bundle / src / main / resources / com / att / cdp / 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 # Default Properties - Configured for integration of CDP into APPC
25 #
26 #--------------------------------------------------------------------------------------------
27 # The path and file used to load configuration settings, if any 
28 com.att.cdp.bootstrap.path=${user.home},src/main/config,/etc/aft/scld/,/opt/app/aft/scld/etc/,/opt/app/aft/cdp/etc/,C:/Program Files/aft/scld/etc/,etc,../etc,. 
29 com.att.cdp.bootstrap.file=cdp.properties
30 # com.att.cdp.system.admins=
31 #
32 # AFT properties for lat/long/environment and platform 
33 #
34 AFT_LATITUDE=12.3456
35 AFT_LONGITUDE=-12.3456
36 AFT_ENVIRONMENT=AFT-ENVIRONMENT
37 SCLD_PLATFORM=OPEN-SOURCE
38 #
39 # The versions of CDP API, CDP itself, and the build number
40
41 API_VERSION=${version}
42 CDP_VERSION=${version}
43 CDP_BUILD=${buildNumber}
44 #
45 # The path to search for logging configuration document, and the name of the document 
46 #
47 com.att.cdp.logging.path=${user.home},src/main/config,etc,../etc,.
48 com.att.cdp.logging.file=logback.xml 
49 #
50 # The resource bundle base name to be loaded for message resources.  This property can be a comma delimited list of resources to be 
51 # loaded, allowing multiple resource bundles to be loaded simultaneously (for the same locale). 
52 #
53 com.att.cdp.resources=com/att/cdp/StrategyServiceMessages
54 #
55 # Logger names used in the application 
56 #
57 com.att.cdp.logger=org.openecomp.appc
58 com.att.cdp.security.logger=org.openecomp.appc.security
59 com.att.cdp.perf.logger=org.openecomp.appc.perf
60 com.att.cdp.gui.logger=org.openecomp.appc.gui
61 com.att.cdp.server.logger=org.openecomp.appc.server
62 com.att.cdp.coordinator.logger=org.openecomp.appc.coordinator
63 com.att.cdp.policy.logger=org.openecomp.appc.policy
64
65 #
66 # This property allows to 'simulate' SSH processes within engine.
67 # By default, it is set to 'false' - So that it allows to actually execute SSH process. If 'true', it will 'simulate' SSH processes
68 #
69 com.att.cdp.ssh.simulate=false
70 #
71 # These properties are used to specify the default stack metadata path and file names written and read on each server node
72 #
73 com.att.cdp.metadata.path=/etc/cdp/metadata
74 com.att.cdp.metadata.export.filename=stack.xml
75 com.att.cdp.metadata.import.filename=stack.xml
76 #
77 #Below properties are to specify minimum and maximum bootstrap time in minutes.
78 #These properties are ONLY supposed to be used in tandem with SSH simulation.(testing purpose)
79 com.att.cdp.ssh.simulate.minBootstrapTime=6
80 com.att.cdp.ssh.simulate.maxBootstrapTime=12
81 #
82 #
83 # These properties are used to configure the AAF security interface
84 #
85 #  com.att.cdp.aaf.connection.url = dme2 url to connect to aaf service
86 #  com.att.cdp.aaf.connection.timeout = connection timeout, in seconds
87 #  com.att.cdp.aaf.cache.flush = cache flush interval in minutes
88 #  com.att.cdp.aaf.cache.size = the maximum number of cache entries  
89 #  com.att.cdp.aaf.auth.principal = The principal id we use to authenticate ourself to AAF
90 #  com.att.cdp.aaf.auth.credentials = The credentials (password) we use to authenticate ourself to AAF  
91 #
92 com.att.cdp.aaf.connection.url=https://DME2SITE/service=com.att.authz.AuthorizationService/version=2.0/envContext=TEST/routeOffer=BAU_SE
93 com.att.cdp.aaf.connection.timeout=10
94 com.att.cdp.aaf.cache.flush=5
95 com.att.cdp.aaf.cache.size=400
96 com.att.cdp.aaf.auth.principal=emailaddress@example.com
97 com.att.cdp.aaf.auth.credentials=MyPassw0rd
98 #
99 # ----------------------------------------------------------------------------------------------------
100 # These properties are used to configure the operation of the StackBuilder engine
101 #
102 # maximum number of build manager threads in the thread pool 
103 com.att.cdp.engine.maxManagerPool=30
104 # max number of worker threads in the pool for use by workers 
105 com.att.cdp.engine.MaxWorkerPool=300
106
107 # max number of workers that can be created per build request (set to 1 to single-thread a build)
108 com.att.cdp.engine.maxWorkers=10
109 # Maximum amount of time to wait for a provider to complete any requested operation, in minutes.  Such
110 # as creating a server or a volume.
111 com.att.cdp.engine.maxWaitTime=15
112 #
113 # ----------------------------------------------------------------------------------------------------
114 # These properties are used to configure the managed node hostname generation/resolution process
115 #
116 com.att.cdp.managed.hostname.resolve.retry=3
117 # ----------------------------------------------------------------------------------------------------
118 #
119 # Cassandra Connection Configuration Properties
120 #
121 cassandra.userName=cassandra
122 cassandra.password=cassandra
123 #cassandra.dataCenter=
124 cassandra.hosts=127.0.0.1
125 cassandra.port=9042
126 cassandra.keyspace=cdp
127 cassandra.minPoolSize=8
128 cassandra.maxPoolSize=8
129 cassandra.readtimeout=180000
130 #
131 # Cassandra data Migration toggle
132 com.att.cdp.db.migration=true
133 com.att.cdp.db.update=true
134
135 #Default Values for Image Attributes Configuration.These SHOULD NOT be removed.
136 image.default.namepattern=.*
137 image.default.user=root
138 image.default.sudo=false
139
140 # ----------------------------------------------------------------------------------------------------
141 #
142 # The path OSSupport will search for OS configuration properties files
143 #
144 com.att.cdp.OSType.path=/etc/os/
145 # ----------------------------------------------------------------------------------------------------
146
147 # ----------------------------------------------------------------------------------------------------
148 #
149 # The properties used in ConnectivityBuilder
150 internet_url=www.google.com
151 ubuntu_sat_access_url=example.com
152 grm_server_url=example.com
153 #
154 # ----------------------------------------------------------------------------------------------------
155 com.att.cdp.ptr.cleanup=true
156
157 # ----------------------------------------------------------------------------------------------------
158 # The maximum amount of time in seconds that we should wait for input from the shell
159 com.att.cdp.ssh.timeout=1800