Merge "Update oparent-python version for optf/has"
[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_rui_test_active
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-conexus-e2e.ecomp.cci.att.com:8443/aai
139
140 # The version of A&AI in v# format. (string value)
141 server_url_version = v11
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 =/usr/local/bin/bundle.pem
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
169 [controller]
170
171 #
172 # From conductor
173 #
174
175 # Timeout for planning requests. Default value is 10. (integer value)
176 # Minimum value: 1
177 timeout = 200
178
179 # Maximum number of result sets to return. Default value is 1. (integer value)
180 # Minimum value: 1
181 #limit = 1
182
183 # Number of workers for controller service. Default value is 1. (integer value)
184 # Minimum value: 1
185 #workers = 1
186
187 # Time between checking for new plans. Default value is 1. (integer value)
188 # Minimum value: 1
189 #polling_interval = 1
190 concurrent = true
191
192
193 [inventory_provider]
194
195 #
196 # From conductor
197 #
198
199 # Extensions list to use (list value)
200 #extensions = aai
201
202
203 [messaging_server]
204
205 #
206 # From conductor
207 #
208
209 # Music keyspace for messages (string value)
210 #keyspace = conductor_rpc
211
212 # Wait interval while checking for a message response. Default value is 1
213 # second. (integer value)
214 # Minimum value: 1
215 #check_interval = 1
216
217 # Overall message response timeout. Default value is 10 seconds. (integer
218 # value)
219 # Minimum value: 1
220 timeout = 300
221
222 # Number of workers for messaging service. Default value is 1. (integer value)
223 # Minimum value: 1
224 #workers = 1
225
226 # Time between checking for new messages. Default value is 1. (integer value)
227 # Minimum value: 1
228 #polling_interval = 1
229
230 # Log debug messages. Default value is False. (boolean value)
231 #debug = false
232
233
234 [music_api]
235
236 #
237 # From conductor
238 #
239
240 # Base URL for Music REST API without a trailing slash. (string value)
241 server_url = http://135.25.84.108:8080/MUSIC/rest
242
243 # DEPRECATED: List of hostnames (round-robin access) (list value)
244 # This option is deprecated for removal.
245 # Its value may be silently ignored in the future.
246 # Reason: Use server_url instead
247 #hostnames = <None>
248
249 # DEPRECATED: Port (integer value)
250 # This option is deprecated for removal.
251 # Its value may be silently ignored in the future.
252 # Reason: Use server_url instead
253 #port = <None>
254
255 # DEPRECATED: Path (string value)
256 # This option is deprecated for removal.
257 # Its value may be silently ignored in the future.
258 # Reason: Use server_url instead
259 #path = <None>
260
261 # Lock timeout (integer value)
262 #lock_timeout = 10
263
264 # Log debug messages. Default value is False. (boolean value)
265 #debug = false
266
267 # Use mock API (boolean value)
268 #mock = false
269
270 # Socket connection timeout (floating point value)
271 connect_timeout = 3.05
272
273 # Socket read timeout (floating point value)
274 read_timeout = 12.05
275
276
277
278 [sdnc]
279
280 #
281 # From conductor
282 #
283
284 # Interval with which to refresh the local cache, in minutes. (integer value)
285 #cache_refresh_interval = 1440
286
287 # Data Store table prefix. (string value)
288 #table_prefix = sdnc
289
290 # Base URL for SDN-C, up to and including the version. (string value)
291 server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/
292
293 # Basic Authentication Username (string value)
294 username = admin
295
296 # Basic Authentication Password (string value)
297 password = sdnc.15
298
299
300 [service_controller]
301
302 #
303 # From conductor
304 #
305
306 # Extensions list to use (list value)
307 #extensions = sdnc
308
309
310 [solver]
311
312 #
313 # From conductor
314 #
315
316 # Number of workers for solver service. Default value is 1. (integer value)
317 # Minimum value: 1
318 #workers = 1
319
320 # Set to True when solver will run in active-active mode. When set to False,
321 # solver will restart any orphaned solving requests at startup. (boolean value)
322 #concurrent = false
323 concurrent = true
324
325
326
327 [reservation]
328 concurrent = true