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