Added AAI Certs
[optf/has.git] / conductor.conf
1 [DEFAULT]
2
3 #
4 # From conductor
5 #
6
7 # Configuration file for WSGI definition of API. (string value)
8 #api_paste_config = api_paste.ini
9
10 # Music keyspace for content (string value)
11 keyspace = conductor
12
13 #
14 # From oslo.log
15 #
16
17 # If set to true, the logging level will be set to DEBUG instead of the default
18 # INFO level. (boolean value)
19 # Note: This option can be changed without restarting.
20 debug = true
21
22 # DEPRECATED: If set to false, the logging level will be set to WARNING instead
23 # of the default INFO level. (boolean value)
24 # This option is deprecated for removal.
25 # Its value may be silently ignored in the future.
26 #verbose = true
27
28 # The name of a logging configuration file. This file is appended to any
29 # existing logging configuration files. For details about logging configuration
30 # files, see the Python logging module documentation. Note that when logging
31 # configuration files are used then all logging configuration is set in the
32 # configuration file and other logging configuration options are ignored (for
33 # example, logging_context_format_string). (string value)
34 # Note: This option can be changed without restarting.
35 # Deprecated group/name - [DEFAULT]/log_config
36 log_config_append = /usr/local/bin/log.conf
37
38 # Defines the format string for %%(asctime)s in log records. Default:
39 # %(default)s . This option is ignored if log_config_append is set. (string
40 # value)
41 #log_date_format = %Y-%m-%d %H:%M:%S
42
43 # (Optional) Name of log file to send logging output to. If no default is set,
44 # logging will go to stderr as defined by use_stderr. This option is ignored if
45 # log_config_append is set. (string value)
46 # Deprecated group/name - [DEFAULT]/logfile
47 #log_file = <None>
48
49 # (Optional) The base directory used for relative log_file  paths. This option
50 # is ignored if log_config_append is set. (string value)
51 # Deprecated group/name - [DEFAULT]/logdir
52 #log_dir = <None>
53
54 # Uses logging handler designed to watch file system. When log file is moved or
55 # removed this handler will open a new log file with specified path
56 # instantaneously. It makes sense only if log_file option is specified and
57 # Linux platform is used. This option is ignored if log_config_append is set.
58 # (boolean value)
59 #watch_log_file = false
60
61 # Use syslog for logging. Existing syslog format is DEPRECATED and will be
62 # changed later to honor RFC5424. This option is ignored if log_config_append
63 # is set. (boolean value)
64 #use_syslog = false
65
66 # Syslog facility to receive log lines. This option is ignored if
67 # log_config_append is set. (string value)
68 #syslog_log_facility = LOG_USER
69
70 # Log output to standard error. This option is ignored if log_config_append is
71 # set. (boolean value)
72 #use_stderr = false
73
74 # Format string to use for log messages with context. (string value)
75 #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
76
77 # Format string to use for log messages when context is undefined. (string
78 # value)
79 #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
80
81 # Additional data to append to log message when logging level for the message
82 # is DEBUG. (string value)
83 #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
84
85 # Prefix each line of exception output with this format. (string value)
86 #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
87
88 # Defines the format string for %(user_identity)s that is used in
89 # logging_context_format_string. (string value)
90 #logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
91
92 # List of package logging levels in logger=LEVEL pairs. This option is ignored
93 # if log_config_append is set. (list value)
94 #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
95
96 # Enables or disables publication of error events. (boolean value)
97 #publish_errors = false
98
99 # The format for an instance that is passed with the log message. (string
100 # value)
101 #instance_format = "[instance: %(uuid)s] "
102
103 # The format for an instance UUID that is passed with the log message. (string
104 # value)
105 #instance_uuid_format = "[instance: %(uuid)s] "
106
107 # Interval, number of seconds, of log rate limiting. (integer value)
108 #rate_limit_interval = 0
109
110 # Maximum number of logged messages per rate_limit_interval. (integer value)
111 #rate_limit_burst = 0
112
113 # Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG
114 # or empty string. Logs with level greater or equal to rate_limit_except_level
115 # are not filtered. An empty string means that all levels are filtered. (string
116 # value)
117 #rate_limit_except_level = CRITICAL
118
119 # Enables or disables fatal status of deprecations. (boolean value)
120 #fatal_deprecations = false
121
122
123 [aai]
124
125 #
126 # From conductor
127 #
128
129 # Interval with which to refresh the local cache, in minutes. (integer value)
130 cache_refresh_interval = 1
131 complex_cache_refresh_interval = 60
132
133 # Data Store table prefix. (string value)
134 #table_prefix = aai
135
136 # Base URL for A&AI, up to and not including the version, and without a
137 # trailing slash. (string value)
138 server_url = https://aai.api.simpledemo.onap.org:8443/aai
139
140 # The version of A&AI in v# format. (string value)
141 server_url_version = v13
142
143 # SSL/TLS certificate file in pem format. This certificate must be registered
144 # with the A&AI endpoint. (string value)
145 certificate_file = /usr/local/bin/aai_cert.cer
146
147 # Private Certificate Key file in pem format. (string value)
148 certificate_key_file = /usr/local/bin/aai_key.key
149
150 # Certificate Authority Bundle file in pem format. Must contain the appropriate
151 # trust chain for the Certificate file. (string value)
152 #certificate_authority_bundle_file = /opt/app/conductor/etc/certs/ca_bundle.pem
153 certificate_authority_bundle_file = /opt/optf-has/aai_cert.cer
154
155 [api]
156
157 #
158 # From conductor
159 #
160
161 # Toggle Pecan Debug Middleware. (boolean value)
162 #pecan_debug = false
163
164 # Default maximum number of items returned by API request. (integer value)
165 # Minimum value: 1
166 #default_api_return_limit = 100
167
168 [conductor_api]
169
170 # Basic Authentication Username (string value)
171 username = admin1
172
173 # Basic Authentication Password (string value)
174 password = plan.15
175
176 basic_auth_secure = True 
177
178 [controller]
179
180 #
181 # From conductor
182 #
183
184 # Timeout for planning requests. Default value is 10. (integer value)
185 # Minimum value: 1
186 timeout = 200
187
188 # Maximum number of result sets to return. Default value is 1. (integer value)
189 # Minimum value: 1
190 #limit = 1
191
192 # Number of workers for controller service. Default value is 1. (integer value)
193 # Minimum value: 1
194 #workers = 1
195
196 # Time between checking for new plans. Default value is 1. (integer value)
197 # Minimum value: 1
198 #polling_interval = 1
199 concurrent = true
200
201
202 [inventory_provider]
203
204 #
205 # From conductor
206 #
207
208 # Extensions list to use (list value)
209 #extensions = aai
210
211
212 [messaging_server]
213
214 #
215 # From conductor
216 #
217
218 # Music keyspace for messages (string value)
219 keyspace = conductor_rpc
220
221 # Wait interval while checking for a message response. Default value is 1
222 # second. (integer value)
223 # Minimum value: 1
224 #check_interval = 1
225
226 # Overall message response timeout. Default value is 10 seconds. (integer
227 # value)
228 # Minimum value: 1
229 timeout = 300
230
231 # Number of workers for messaging service. Default value is 1. (integer value)
232 # Minimum value: 1
233 #workers = 1
234
235 # Time between checking for new messages. Default value is 1. (integer value)
236 # Minimum value: 1
237 #polling_interval = 1
238
239 # Log debug messages. Default value is False. (boolean value)
240 #debug = false
241
242
243 [music_api]
244
245 #
246 # From conductor
247 #
248 music_new_version = True 
249 # Base URL for Music REST API without a trailing slash. (string value)
250 server_url = http://localhost:8080/MUSIC/rest/v2
251 version = v2
252 music_version = "2.4.21"
253 aafuser = conductor
254 aafpass = c0nduct0r
255 aafns = conductor
256
257 # DEPRECATED: List of hostnames (round-robin access) (list value)
258 # This option is deprecated for removal.
259 # Its value may be silently ignored in the future.
260 # Reason: Use server_url instead
261 #hostnames = <None>
262
263 # DEPRECATED: Port (integer value)
264 # This option is deprecated for removal.
265 # Its value may be silently ignored in the future.
266 # Reason: Use server_url instead
267 #port = <None>
268
269 # DEPRECATED: Path (string value)
270 # This option is deprecated for removal.
271 # Its value may be silently ignored in the future.
272 # Reason: Use server_url instead
273 #path = <None>
274
275 # Lock timeout (integer value)
276 #lock_timeout = 10
277 replication_factor = 3
278 # Log debug messages. Default value is False. (boolean value)
279 #debug = false
280
281 # Use mock API (boolean value)
282 #mock = false
283
284 # Socket connection timeout (floating point value)
285 connect_timeout = 3.05
286
287 # Socket read timeout (floating point value)
288 read_timeout = 12.05
289
290
291
292 [sdnc]
293
294 #
295 # From conductor
296 #
297
298 # Interval with which to refresh the local cache, in minutes. (integer value)
299 #cache_refresh_interval = 1440
300
301 # Data Store table prefix. (string value)
302 #table_prefix = sdnc
303
304 # Base URL for SDN-C, up to and including the version. (string value)
305 server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/
306
307 # Basic Authentication Username (string value)
308 username = admin
309
310 # Basic Authentication Password (string value)
311 password = sdnc.15
312
313
314 [service_controller]
315
316 #
317 # From conductor
318 #
319
320 # Extensions list to use (list value)
321 #extensions = sdnc
322
323
324 [solver]
325
326 #
327 # From conductor
328 #
329
330 # Number of workers for solver service. Default value is 1. (integer value)
331 # Minimum value: 1
332 #workers = 1
333
334 # Set to True when solver will run in active-active mode. When set to False,
335 # solver will restart any orphaned solving requests at startup. (boolean value)
336 #concurrent = false
337 concurrent = true
338
339
340
341 [reservation]
342 concurrent = true
343