blob: 296ea171d5168821c9eb42b3b7eb176b0d053058 [file] [log] [blame]
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -04001[DEFAULT]
Attila Fazekasbfd96e12013-07-31 17:19:10 +02002
Matthew Treinish3d468112013-10-24 21:49:14 +00003#
Doug Hellmann583ce2c2015-03-11 14:55:46 +00004# From oslo.log
Matthew Treinish3d468112013-10-24 21:49:14 +00005#
6
Jon Grimm270bd7f2014-08-05 18:11:29 +00007# Print debugging output (set logging level to DEBUG instead of
8# default WARNING level). (boolean value)
9#debug = false
Matthew Treinish3d468112013-10-24 21:49:14 +000010
Jon Grimm270bd7f2014-08-05 18:11:29 +000011# Print more verbose output (set logging level to INFO instead of
12# default WARNING level). (boolean value)
13#verbose = false
Matthew Treinish3d468112013-10-24 21:49:14 +000014
Jon Grimm270bd7f2014-08-05 18:11:29 +000015# The name of a logging configuration file. This file is appended to
16# any existing logging configuration files. For details about logging
17# configuration files, see the Python logging module documentation.
Matthew Treinish3d468112013-10-24 21:49:14 +000018# (string value)
Sean Daguefc691e32014-01-03 08:51:54 -050019# Deprecated group/name - [DEFAULT]/log_config
Jon Grimm270bd7f2014-08-05 18:11:29 +000020#log_config_append = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +000021
Jon Grimm270bd7f2014-08-05 18:11:29 +000022# DEPRECATED. A logging.Formatter log message format string which may
23# use any of the available logging.LogRecord attributes. This option
24# is deprecated. Please use logging_context_format_string and
25# logging_default_format_string instead. (string value)
26#log_format = <None>
Sean Dague2bbdf422014-07-11 07:58:33 -040027
Matthew Treinishc603d162015-01-05 20:03:40 -050028# Format string for %%(asctime)s in log records. Default: %(default)s
29# . (string value)
30#log_date_format = %Y-%m-%d %H:%M:%S
31
32# (Optional) Name of log file to output to. If no default is set,
33# logging will go to stdout. (string value)
34# Deprecated group/name - [DEFAULT]/logfile
35#log_file = <None>
36
37# (Optional) The base directory used for relative --log-file paths.
38# (string value)
39# Deprecated group/name - [DEFAULT]/logdir
40#log_dir = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +000041
42# Use syslog for logging. Existing syslog format is DEPRECATED during
43# I, and will change in J to honor RFC5424. (boolean value)
44#use_syslog = false
45
46# (Optional) Enables or disables syslog rfc5424 format for logging. If
47# enabled, prefixes the MSG part of the syslog message with APP-NAME
48# (RFC5424). The format without the APP-NAME is deprecated in I, and
49# will be removed in J. (boolean value)
50#use_syslog_rfc_format = false
51
Matthew Treinishc603d162015-01-05 20:03:40 -050052# Syslog facility to receive log lines. (string value)
53#syslog_log_facility = LOG_USER
54
Jon Grimm270bd7f2014-08-05 18:11:29 +000055# Log output to standard error. (boolean value)
56#use_stderr = true
57
Matthew Treinishc603d162015-01-05 20:03:40 -050058# Format string to use for log messages with context. (string value)
59#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
60
61# Format string to use for log messages without context. (string
62# value)
63#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
64
65# Data to append to log format when level is DEBUG. (string value)
66#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
67
68# Prefix each line of exception output with this format. (string
69# value)
70#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
71
Jon Grimm270bd7f2014-08-05 18:11:29 +000072# List of logger=LEVEL pairs. (list value)
Doug Hellmann583ce2c2015-03-11 14:55:46 +000073#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
Jon Grimm270bd7f2014-08-05 18:11:29 +000074
Matthew Treinishc603d162015-01-05 20:03:40 -050075# Enables or disables publication of error events. (boolean value)
76#publish_errors = false
77
Jon Grimm270bd7f2014-08-05 18:11:29 +000078# Enables or disables fatal status of deprecations. (boolean value)
79#fatal_deprecations = false
80
81# The format for an instance that is passed with the log message.
82# (string value)
83#instance_format = "[instance: %(uuid)s] "
84
85# The format for an instance UUID that is passed with the log message.
86# (string value)
87#instance_uuid_format = "[instance: %(uuid)s] "
88
Marc Kodererb714de52013-08-08 09:21:46 +020089
Matthew Treinishc791ac42014-07-16 09:15:23 -040090[auth]
91
92#
Jon Grimm270bd7f2014-08-05 18:11:29 +000093# From tempest.config
Matthew Treinishc791ac42014-07-16 09:15:23 -040094#
95
Matthew Treinishc603d162015-01-05 20:03:40 -050096# Path to the yaml file that contains the list of credentials to use
Matthew Treinishfc7cd8f2015-03-30 11:51:55 -040097# for running tests. If used when running in parallel you have to make
98# sure sufficient credentials are provided in the accounts file. For
99# example if no tests with roles are being run it requires at least `2
100# * CONC` distinct accounts configured in the `test_accounts_file`,
101# with CONC == the number of concurrent test processes. (string value)
102#test_accounts_file = <None>
Matthew Treinishc603d162015-01-05 20:03:40 -0500103
Jon Grimm270bd7f2014-08-05 18:11:29 +0000104# Allows test cases to create/destroy tenants and users. This option
105# requires that OpenStack Identity API admin credentials are known. If
106# false, isolated test cases and parallel execution, can still be
107# achieved configuring a list of test accounts (boolean value)
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100108# Deprecated group/name - [compute]/allow_tenant_isolation
109# Deprecated group/name - [orchestration]/allow_tenant_isolation
Attila Fazekas5dda1582015-02-18 17:16:02 +0100110#allow_tenant_isolation = true
Andrea Frittoli8283b4e2014-07-17 13:28:58 +0100111
Matthew Treinish167b2be2015-01-15 17:20:27 -0500112# Roles to assign to all users created by tempest (list value)
113#tempest_roles =
114
Andrea Frittolic3280152015-02-26 12:42:34 +0000115# Only applicable when identity.auth_version is v3.Domain within which
116# isolated credentials are provisioned.The default "None" means that
117# the domain from theadmin user is used instead. (string value)
118#tenant_isolation_domain_name = <None>
119
Matthew Treinishc791ac42014-07-16 09:15:23 -0400120
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300121[baremetal]
122
123#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000124# From tempest.config
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300125#
126
Matthew Treinishc603d162015-01-05 20:03:40 -0500127# Catalog type of the baremetal provisioning service (string value)
128#catalog_type = baremetal
129
130# Whether the Ironic nova-compute driver is enabled (boolean value)
131#driver_enabled = false
132
133# Driver name which Ironic uses (string value)
134#driver = fake
135
136# The endpoint type to use for the baremetal provisioning service
137# (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400138# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500139#endpoint_type = publicURL
140
Jon Grimm270bd7f2014-08-05 18:11:29 +0000141# Timeout for Ironic node to completely provision (integer value)
142#active_timeout = 300
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300143
Jon Grimm270bd7f2014-08-05 18:11:29 +0000144# Timeout for association of Nova instance and Ironic node (integer
Adam Gandelman4a48a602014-03-20 18:23:18 -0700145# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000146#association_timeout = 30
147
Adam Gandelman4a48a602014-03-20 18:23:18 -0700148# Timeout for Ironic power transitions. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000149#power_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700150
151# Timeout for unprovisioning an Ironic node. (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000152#unprovision_timeout = 60
Adam Gandelman4a48a602014-03-20 18:23:18 -0700153
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300154
Sean Daguefc691e32014-01-03 08:51:54 -0500155[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400156
157#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000158# From tempest.config
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400159#
160
Matthew Treinishc603d162015-01-05 20:03:40 -0500161# EC2 URL (string value)
162#ec2_url = http://localhost:8773/services/Cloud
Sean Daguefc691e32014-01-03 08:51:54 -0500163
Matthew Treinishc603d162015-01-05 20:03:40 -0500164# S3 URL (string value)
165#s3_url = http://localhost:8080
Sean Daguefc691e32014-01-03 08:51:54 -0500166
Jon Grimm270bd7f2014-08-05 18:11:29 +0000167# AWS Secret Key (string value)
168#aws_secret = <None>
Sean Daguefc691e32014-01-03 08:51:54 -0500169
Matthew Treinishc603d162015-01-05 20:03:40 -0500170# AWS Access Key (string value)
171#aws_access = <None>
172
Jon Grimm270bd7f2014-08-05 18:11:29 +0000173# AWS Zone for EC2 tests (string value)
174#aws_zone = nova
Sean Daguefc691e32014-01-03 08:51:54 -0500175
Jon Grimm270bd7f2014-08-05 18:11:29 +0000176# S3 Materials Path (string value)
177#s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
178
Matthew Treinishc603d162015-01-05 20:03:40 -0500179# ARI Ramdisk Image manifest (string value)
180#ari_manifest = cirros-0.3.0-x86_64-initrd.manifest.xml
181
182# AMI Machine Image manifest (string value)
183#ami_manifest = cirros-0.3.0-x86_64-blank.img.manifest.xml
184
185# AKI Kernel Image manifest (string value)
186#aki_manifest = cirros-0.3.0-x86_64-vmlinuz.manifest.xml
187
188# Instance type (string value)
189#instance_type = m1.tiny
190
191# boto Http socket timeout (integer value)
192#http_socket_timeout = 3
193
194# boto num_retries on error (integer value)
195#num_retries = 1
196
197# Status Change Timeout (integer value)
198#build_timeout = 60
199
200# Status Change Test Interval (integer value)
201#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -0500202
203
204[cli]
205
206#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000207# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500208#
209
Jon Grimm270bd7f2014-08-05 18:11:29 +0000210# enable cli tests (boolean value)
211#enabled = true
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400212
Matthew Treinishc603d162015-01-05 20:03:40 -0500213# directory where python client binaries are located (string value)
214#cli_dir = /usr/local/bin
215
Sean Dague44b24682014-02-20 19:08:24 -0500216# Whether the tempest run location has access to the *-manage
Jon Grimm270bd7f2014-08-05 18:11:29 +0000217# commands. In a pure blackbox environment it will not. (boolean
218# value)
219#has_manage = true
Sean Dague44b24682014-02-20 19:08:24 -0500220
Sean Daguefc691e32014-01-03 08:51:54 -0500221# Number of seconds to wait on a CLI timeout (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000222#timeout = 15
Arata Notsu8f440392013-09-13 16:14:20 +0900223
Sean Dague83401992013-05-06 17:46:36 -0400224
Matthew Treinish3d468112013-10-24 21:49:14 +0000225[compute]
226
227#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000228# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000229#
230
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400231# Valid primary image reference to be used in tests. This is a
232# required option (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000233#image_ref = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000234
Jon Grimm270bd7f2014-08-05 18:11:29 +0000235# Valid secondary image reference to be used in tests. This is a
236# required option, but if only one image is available duplicate the
237# value of image_ref above (string value)
238#image_ref_alt = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000239
Matthew Treinishc603d162015-01-05 20:03:40 -0500240# Valid primary flavor to use in tests. (string value)
241#flavor_ref = 1
242
243# Valid secondary flavor to be used in tests. (string value)
244#flavor_ref_alt = 2
Matthew Treinish3d468112013-10-24 21:49:14 +0000245
Jon Grimm270bd7f2014-08-05 18:11:29 +0000246# User name used to authenticate to an instance. (string value)
247#image_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000248
Matthew Treinishc603d162015-01-05 20:03:40 -0500249# Password used to authenticate to an instance. (string value)
250#image_ssh_password = password
Matthew Treinish3d468112013-10-24 21:49:14 +0000251
Matthew Treinishc603d162015-01-05 20:03:40 -0500252# User name used to authenticate to an instance using the alternate
253# image. (string value)
254#image_alt_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000255
Matthew Treinishc603d162015-01-05 20:03:40 -0500256# Time in seconds between build status checks. (integer value)
257#build_interval = 1
Jon Grimm270bd7f2014-08-05 18:11:29 +0000258
Matthew Treinishc603d162015-01-05 20:03:40 -0500259# Timeout in seconds to wait for an instance to build. Other services
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200260# that do not define build_timeout will inherit this value. (integer
261# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500262#build_timeout = 300
Jon Grimm270bd7f2014-08-05 18:11:29 +0000263
264# Should the tests ssh to instances? (boolean value)
265#run_ssh = false
266
Jon Grimm270bd7f2014-08-05 18:11:29 +0000267# Auth method used for authenticate to the instance. Valid choices
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000268# are: keypair, configured, adminpass and disabled. Keypair: start the
269# servers with a ssh keypair. Configured: use the configured user and
270# password. Adminpass: use the injected adminPass. Disabled: avoid
271# using ssh when it is an option. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000272#ssh_auth_method = keypair
273
Jon Grimm270bd7f2014-08-05 18:11:29 +0000274# How to connect to the instance? fixed: using the first ip belongs
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000275# the fixed network floating: creating and using a floating ip.
276# (string value)
277#ssh_connect_method = floating
JordanP5d29b2c2013-12-18 13:56:03 +0000278
Matthew Treinishc603d162015-01-05 20:03:40 -0500279# User name used to authenticate to an instance. (string value)
280#ssh_user = root
281
282# Timeout in seconds to wait for ping to succeed. (integer value)
283#ping_timeout = 120
284
Jon Grimm270bd7f2014-08-05 18:11:29 +0000285# Timeout in seconds to wait for authentication to succeed. (integer
286# value)
287#ssh_timeout = 300
Matthew Treinish3d468112013-10-24 21:49:14 +0000288
Matthew Treinishc603d162015-01-05 20:03:40 -0500289# Additional wait time for clean state, when there is no OS-EXT-STS
290# extension available (integer value)
291#ready_wait = 0
292
293# Timeout in seconds to wait for output from ssh channel. (integer
294# value)
295#ssh_channel_timeout = 60
296
Matthew Treinish03feae02015-03-27 10:25:45 -0400297# Name of the fixed network that is visible to all test tenants. If
298# multiple networks are available for a tenant this is the network
299# which will be used for creating servers if tempest does not create a
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000300# network or a network is not specified elsewhere. It may be used for
301# ssh validation only if floating IPs are disabled. (string value)
Matthew Treinish03feae02015-03-27 10:25:45 -0400302#fixed_network_name = <None>
Matthew Treinishc603d162015-01-05 20:03:40 -0500303
304# Network used for SSH connections. Ignored if
305# use_floatingip_for_ssh=true or run_ssh=false. (string value)
306#network_for_ssh = public
307
308# IP version used for SSH connections. (integer value)
309#ip_version_for_ssh = 4
Jon Grimm270bd7f2014-08-05 18:11:29 +0000310
311# Does SSH use Floating IPs? (boolean value)
312#use_floatingip_for_ssh = true
313
Matthew Treinishc603d162015-01-05 20:03:40 -0500314# Catalog type of the Compute service. (string value)
315#catalog_type = compute
316
317# The compute region name to use. If empty, the value of
318# identity.region is used instead. If no such region is found in the
319# service catalog, the first found one is used. (string value)
320#region =
321
322# The endpoint type to use for the compute service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400323# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500324#endpoint_type = publicURL
325
Jon Grimm270bd7f2014-08-05 18:11:29 +0000326# Expected device name when a volume is attached to an instance
Matthew Treinish3d468112013-10-24 21:49:14 +0000327# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000328#volume_device_name = vdb
Sean Dague82190852014-05-24 07:42:59 -0400329
Matthew Treinishc603d162015-01-05 20:03:40 -0500330# Time in seconds before a shelved instance is eligible for removing
331# from a host. -1 never offload, 0 offload when shelved. This time
332# should be the same as the time of nova.conf, and some tests will run
333# for as long as the time. (integer value)
334#shelved_offload_time = 0
335
336# Unallocated floating IP range, which will be used to test the
337# floating IP bulk feature for CRUD operation. This block must not
338# overlap an existing floating IP pool. (string value)
339#floating_ip_range = 10.0.0.0/29
340
Sean Daguefc691e32014-01-03 08:51:54 -0500341
Sean Daguefc691e32014-01-03 08:51:54 -0500342[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000343
344#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000345# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000346#
347
Matthew Treinishc603d162015-01-05 20:03:40 -0500348# If false, skip disk config tests (boolean value)
349#disk_config = true
350
Jon Grimm270bd7f2014-08-05 18:11:29 +0000351# A list of enabled compute extensions with a special entry all which
352# indicates every extension is enabled. Each extension should be
353# specified with alias name. Empty list indicates all extensions are
354# disabled (list value)
355#api_extensions = all
Matthew Treinish3d468112013-10-24 21:49:14 +0000356
Jon Grimm270bd7f2014-08-05 18:11:29 +0000357# Does the test environment support changing the admin password?
358# (boolean value)
359#change_password = false
360
361# Does the test environment support obtaining instance serial console
362# output? (boolean value)
363#console_output = true
Matthew Treinish20866a22014-06-12 14:58:36 -0400364
Matthew Treinishc603d162015-01-05 20:03:40 -0500365# Does the test environment support resizing? (boolean value)
366#resize = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000367
Matthew Treinishc603d162015-01-05 20:03:40 -0500368# Does the test environment support pausing? (boolean value)
369#pause = true
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900370
Matthew Treinishc603d162015-01-05 20:03:40 -0500371# Does the test environment support shelving/unshelving? (boolean
372# value)
373#shelve = true
374
375# Does the test environment support suspend/resume? (boolean value)
376#suspend = true
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400377
Jon Grimm270bd7f2014-08-05 18:11:29 +0000378# Does the test environment support live migration available? (boolean
379# value)
Joe Gordon31a139a2014-11-17 16:39:04 -0800380#live_migration = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000381
Matthew Treinishc603d162015-01-05 20:03:40 -0500382# Does the test environment use block devices for live migration
383# (boolean value)
384#block_migration_for_live_migration = false
385
386# Does the test environment block migration support cinder iSCSI
Joe Gordon0a5788f2015-03-17 11:29:38 -0700387# volumes. Note, libvirt doesn't support this, see
388# https://bugs.launchpad.net/nova/+bug/1398999 (boolean value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500389#block_migrate_cinder_iscsi = false
390
391# Enable VNC console. This configuration value should be same as
392# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
393#vnc_console = false
394
395# Enable Spice console. This configuration value should be same as
396# [nova.spice]->enabled in nova.conf (boolean value)
397#spice_console = false
Jon Grimm270bd7f2014-08-05 18:11:29 +0000398
399# Enable RDP console. This configuration value should be same as
400# [nova.rdp]->enabled in nova.conf (boolean value)
401#rdp_console = false
402
403# Does the test environment support instance rescue mode? (boolean
404# value)
405#rescue = true
406
Matthew Treinishc603d162015-01-05 20:03:40 -0500407# Enables returning of the instance password by the relevant server
408# API calls such as create, rebuild or rescue. (boolean value)
409#enable_instance_password = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000410
Matthew Treinishc603d162015-01-05 20:03:40 -0500411# Does the test environment support dynamic network interface
412# attachment? (boolean value)
413#interface_attach = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000414
415# Does the test environment support creating snapshot images of
416# running instances? (boolean value)
417#snapshot = true
418
Matthew Treinishdfd7ac02015-02-09 17:47:31 -0500419# Does the test environment have the ec2 api running? (boolean value)
420#ec2_api = true
421
Matt Riedemann17940732015-03-13 14:18:19 +0000422# Does Nova preserve preexisting ports from Neutron when deleting an
423# instance? This should be set to True if testing Kilo+ Nova. (boolean
424# value)
425#preserve_ports = false
426
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100427
Julie Pichond1017642013-07-24 16:37:23 +0100428[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100429
Matthew Treinish3d468112013-10-24 21:49:14 +0000430#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000431# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000432#
Julie Pichond1017642013-07-24 16:37:23 +0100433
Matthew Treinish3d468112013-10-24 21:49:14 +0000434# Where the dashboard can be found (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000435#dashboard_url = http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900436
Matthew Treinish3d468112013-10-24 21:49:14 +0000437# Login page for the dashboard (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000438#login_url = http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900439
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900440
Sean Daguefc691e32014-01-03 08:51:54 -0500441[data_processing]
442
443#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000444# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500445#
446
447# Catalog type of the data processing service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000448#catalog_type = data_processing
Sean Daguefc691e32014-01-03 08:51:54 -0500449
Jon Grimm270bd7f2014-08-05 18:11:29 +0000450# The endpoint type to use for the data processing service. (string
451# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400452# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000453#endpoint_type = publicURL
JordanPfc62c902014-02-26 14:47:28 +0000454
Sean Daguefc691e32014-01-03 08:51:54 -0500455
Luigi Toscano14d172d2015-01-23 16:37:47 +0100456[data_processing-feature-enabled]
457
458#
459# From tempest.config
460#
461
462# List of enabled data processing plugins (list value)
463#plugins = vanilla,hdp
464
465
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800466[database]
467
468#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000469# From tempest.config
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800470#
471
472# Catalog type of the Database service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000473#catalog_type = database
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800474
Jon Grimm270bd7f2014-08-05 18:11:29 +0000475# Valid primary flavor to use in database tests. (string value)
476#db_flavor_ref = 1
Peter Stachowski320f9c72014-04-21 16:13:23 -0400477
Matthew Treinishc603d162015-01-05 20:03:40 -0500478# Current database version to use in database tests. (string value)
479#db_current_version = v1.0
480
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800481
Sean Daguefc691e32014-01-03 08:51:54 -0500482[debug]
483
484#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000485# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500486#
487
Jon Grimm270bd7f2014-08-05 18:11:29 +0000488# A regex to determine which requests should be traced. This is a
489# regex to match the caller for rest client requests to be able to
490# selectively trace calls out of specific classes and methods. It
491# largely exists for test development, and is not expected to be used
492# in a real deploy of tempest. This will be matched against the
493# discovered ClassName:method in the test environment. Expected
494# values for this field are: * ClassName:test_method_name - traces
495# one test_method * ClassName:setUp(Class) - traces specific setup
496# functions * ClassName:tearDown(Class) - traces specific teardown
497# functions * ClassName:_run_cleanups - traces the cleanup functions
498# If nothing is specified, this feature is not enabled. To trace
499# everything specify .* as the regex. (string value)
500#trace_requests =
Sean Daguec522c092014-03-24 10:43:22 -0400501
Sean Daguefc691e32014-01-03 08:51:54 -0500502
503[identity]
504
505#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000506# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500507#
508
Jon Grimm270bd7f2014-08-05 18:11:29 +0000509# Catalog type of the Identity service. (string value)
510#catalog_type = identity
511
512# Set to True if using self-signed SSL certificates. (boolean value)
513#disable_ssl_certificate_validation = false
514
Matthew Treinishc603d162015-01-05 20:03:40 -0500515# Specify a CA bundle file to use in verifying a TLS (https) server
516# certificate. (string value)
517#ca_certificates_file = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +0000518
519# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
520#uri = <None>
521
522# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
523#uri_v3 = <None>
524
Matthew Treinishc603d162015-01-05 20:03:40 -0500525# Identity API version to be used for authentication for API tests.
526# (string value)
527#auth_version = v2
528
529# The identity region name to use. Also used as the other services'
530# region name unless they are set explicitly. If no such region is
531# found in the service catalog, the first found one is used. (string
532# value)
533#region = RegionOne
534
535# The endpoint type to use for the identity service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400536# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500537#endpoint_type = publicURL
538
Jon Grimm270bd7f2014-08-05 18:11:29 +0000539# Username to use for Nova API requests. (string value)
540#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100541
Matthew Treinishc603d162015-01-05 20:03:40 -0500542# Tenant name to use for Nova API requests. (string value)
543#tenant_name = <None>
544
545# Role required to administrate keystone. (string value)
546#admin_role = admin
547
548# API key to use when authenticating. (string value)
549#password = <None>
550
551# Domain name for authentication (Keystone V3).The same domain applies
552# to user and project (string value)
553#domain_name = <None>
554
555# Username of alternate user to use for Nova API requests. (string
556# value)
557#alt_username = <None>
558
559# Alternate user's Tenant name to use for Nova API requests. (string
560# value)
561#alt_tenant_name = <None>
562
563# API key to use when authenticating as alternate user. (string value)
564#alt_password = <None>
565
566# Alternate domain name for authentication (Keystone V3).The same
567# domain applies to user and project (string value)
568#alt_domain_name = <None>
569
570# Administrative Username to use for Keystone API requests. (string
571# value)
572#admin_username = <None>
573
574# Administrative Tenant name to use for Keystone API requests. (string
575# value)
576#admin_tenant_name = <None>
577
578# API key to use when authenticating as admin. (string value)
579#admin_password = <None>
580
581# Admin domain name for authentication (Keystone V3).The same domain
582# applies to user and project (string value)
583#admin_domain_name = <None>
584
Sean Daguefc691e32014-01-03 08:51:54 -0500585
Matthew Treinishd5021a72014-01-09 18:42:51 +0000586[identity-feature-enabled]
587
588#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000589# From tempest.config
Matthew Treinishd5021a72014-01-09 18:42:51 +0000590#
591
Matthew Treinishc603d162015-01-05 20:03:40 -0500592# Does the identity service have delegation and impersonation enabled
593# (boolean value)
594#trust = true
595
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000596# Is the v2 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000597#api_v2 = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000598
599# Is the v3 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000600#api_v3 = true
601
Matthew Treinishd5021a72014-01-09 18:42:51 +0000602
Sean Daguefc691e32014-01-03 08:51:54 -0500603[image]
604
605#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000606# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500607#
608
609# Catalog type of the Image service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000610#catalog_type = image
Sean Daguefc691e32014-01-03 08:51:54 -0500611
Matthew Treinishc603d162015-01-05 20:03:40 -0500612# The image region name to use. If empty, the value of identity.region
613# is used instead. If no such region is found in the service catalog,
614# the first found one is used. (string value)
615#region =
616
Jon Grimm270bd7f2014-08-05 18:11:29 +0000617# The endpoint type to use for the image service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400618# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000619#endpoint_type = publicURL
JordanP5d29b2c2013-12-18 13:56:03 +0000620
Sean Daguefc691e32014-01-03 08:51:54 -0500621# http accessible image (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000622#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
623
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200624# Timeout in seconds to wait for an image to become available.
625# (integer value)
626#build_timeout = 300
627
628# Time in seconds between image operation status checks. (integer
629# value)
630#build_interval = 1
631
Sean Daguefc691e32014-01-03 08:51:54 -0500632
633[image-feature-enabled]
634
635#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000636# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500637#
638
Jon Grimm270bd7f2014-08-05 18:11:29 +0000639# Is the v2 image API enabled (boolean value)
640#api_v2 = true
Sean Daguefc691e32014-01-03 08:51:54 -0500641
Matthew Treinishc603d162015-01-05 20:03:40 -0500642# Is the v1 image API enabled (boolean value)
643#api_v1 = true
644
Sean Daguefc691e32014-01-03 08:51:54 -0500645
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000646[input-scenario]
647
648#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000649# From tempest.config
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000650#
651
Jon Grimm270bd7f2014-08-05 18:11:29 +0000652# Matching images become parameters for scenario tests (string value)
653#image_regex = ^cirros-0.3.1-x86_64-uec$
654
Matthew Treinishc603d162015-01-05 20:03:40 -0500655# Matching flavors become parameters for scenario tests (string value)
656#flavor_regex = ^m1.nano$
657
Jon Grimm270bd7f2014-08-05 18:11:29 +0000658# SSH verification in tests is skippedfor matching images (string
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000659# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000660#non_ssh_image_regex = ^.*[Ww]in.*$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000661
Jon Grimm270bd7f2014-08-05 18:11:29 +0000662# List of user mapped to regex to matching image names. (string value)
Marc Koderer07f5a522015-03-27 15:02:41 +0100663#ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"]]
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000664
665
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300666[messaging]
667
668#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000669# From tempest.config
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300670#
671
672# Catalog type of the Messaging service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000673#catalog_type = messaging
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300674
Matthew Treinishc603d162015-01-05 20:03:40 -0500675# The maximum number of queue records per page when listing queues
676# (integer value)
677#max_queues_per_page = 20
Jon Grimm270bd7f2014-08-05 18:11:29 +0000678
Matthew Treinishc603d162015-01-05 20:03:40 -0500679# The maximum metadata size for a queue (integer value)
680#max_queue_metadata = 65536
Jon Grimm270bd7f2014-08-05 18:11:29 +0000681
682# The maximum number of queue message per page when listing (or)
683# posting messages (integer value)
684#max_messages_per_page = 20
685
Matthew Treinishc603d162015-01-05 20:03:40 -0500686# The maximum size of a message body (integer value)
687#max_message_size = 262144
Jon Grimm270bd7f2014-08-05 18:11:29 +0000688
Matthew Treinishc603d162015-01-05 20:03:40 -0500689# The maximum number of messages per claim (integer value)
690#max_messages_per_claim = 20
691
692# The maximum ttl for a message (integer value)
693#max_message_ttl = 1209600
694
695# The maximum ttl for a claim (integer value)
696#max_claim_ttl = 43200
697
698# The maximum grace period for a claim (integer value)
699#max_claim_grace = 43200
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300700
701
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100702[negative]
703
704#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000705# From tempest.config
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100706#
707
708# Test generator class for all negative tests (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000709#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100710
711
Sean Daguefc691e32014-01-03 08:51:54 -0500712[network]
713
714#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000715# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500716#
717
718# Catalog type of the Neutron service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000719#catalog_type = network
720
Sean Daguefc691e32014-01-03 08:51:54 -0500721# The network region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000722# identity.region is used instead. If no such region is found in the
723# service catalog, the first found one is used. (string value)
724#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500725
Matthew Treinishc603d162015-01-05 20:03:40 -0500726# The endpoint type to use for the network service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400727# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500728#endpoint_type = publicURL
729
Jon Grimm270bd7f2014-08-05 18:11:29 +0000730# The cidr block to allocate tenant ipv4 subnets from (string value)
731#tenant_network_cidr = 10.100.0.0/16
Sean Daguefc691e32014-01-03 08:51:54 -0500732
Henry Gessauffda37a2014-01-16 11:17:55 -0500733# The mask bits for tenant ipv4 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000734#tenant_network_mask_bits = 28
Sean Daguefc691e32014-01-03 08:51:54 -0500735
Jon Grimm270bd7f2014-08-05 18:11:29 +0000736# The cidr block to allocate tenant ipv6 subnets from (string value)
737#tenant_network_v6_cidr = 2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500738
739# The mask bits for tenant ipv6 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000740#tenant_network_v6_mask_bits = 64
Henry Gessauffda37a2014-01-16 11:17:55 -0500741
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000742# Whether tenant networks can be reached directly from the test
743# client. This must be set to True when the 'fixed' ssh_connect_method
744# is selected. (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000745#tenant_networks_reachable = false
Attila Fazekas640392b2014-06-12 15:58:10 +0200746
Matthew Treinishc603d162015-01-05 20:03:40 -0500747# Id of the public network that provides external connectivity (string
748# value)
749#public_network_id =
750
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000751# Default floating network name. Used to allocate floating IPs when
752# neutron is enabled. (string value)
753#floating_network_name = <None>
754
Matthew Treinishc603d162015-01-05 20:03:40 -0500755# Id of the public router that provides external connectivity. This
756# should only be used when Neutron's 'allow_overlapping_ips' is set to
757# 'False' in neutron.conf. usually not needed past 'Grizzly' release
758# (string value)
759#public_router_id =
760
761# Timeout in seconds to wait for network operation to complete.
762# (integer value)
763#build_timeout = 300
764
765# Time in seconds between network operation status checks. (integer
766# value)
767#build_interval = 1
768
769# List of dns servers which should be used for subnet creation (list
770# value)
771#dns_servers = 8.8.8.8,8.8.4.4
772
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200773# vnic_type to use when Launching instances with pre-configured ports.
774# Supported ports are: ['normal','direct','macvtap'] (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400775# Allowed values: <None>, normal, direct, macvtap
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200776#port_vnic_type = <None>
777
Sean Daguefc691e32014-01-03 08:51:54 -0500778
779[network-feature-enabled]
780
781#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000782# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500783#
784
Matthew Treinishc603d162015-01-05 20:03:40 -0500785# Allow the execution of IPv6 tests (boolean value)
786#ipv6 = true
787
Jon Grimm270bd7f2014-08-05 18:11:29 +0000788# A list of enabled network extensions with a special entry all which
789# indicates every extension is enabled. Empty list indicates all
790# extensions are disabled (list value)
791#api_extensions = all
792
Jon Grimm270bd7f2014-08-05 18:11:29 +0000793# Allow the execution of IPv6 subnet tests that use the extended IPv6
794# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)
795#ipv6_subnet_attributes = false
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400796
Sean Daguefc691e32014-01-03 08:51:54 -0500797
798[object-storage]
799
800#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000801# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500802#
803
804# Catalog type of the Object-Storage service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000805#catalog_type = object-store
Sean Daguefc691e32014-01-03 08:51:54 -0500806
Matthew Treinishc603d162015-01-05 20:03:40 -0500807# The object-storage region name to use. If empty, the value of
808# identity.region is used instead. If no such region is found in the
809# service catalog, the first found one is used. (string value)
810#region =
JordanP5d29b2c2013-12-18 13:56:03 +0000811
Jon Grimm270bd7f2014-08-05 18:11:29 +0000812# The endpoint type to use for the object-store service. (string
813# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400814# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000815#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -0500816
Matthew Treinishc603d162015-01-05 20:03:40 -0500817# Number of seconds to time on waiting for a container to container
818# synchronization complete. (integer value)
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900819#container_sync_timeout = 600
Matthew Treinishc603d162015-01-05 20:03:40 -0500820
821# Number of seconds to wait while looping to check the status of a
822# container to container synchronization (integer value)
823#container_sync_interval = 5
824
Jon Grimm270bd7f2014-08-05 18:11:29 +0000825# Role to add to users created for swift tests to enable creating
826# containers (string value)
827#operator_role = Member
Sean Daguefc691e32014-01-03 08:51:54 -0500828
Matthew Treinish998c91d2014-03-01 12:39:49 -0500829# User role that has reseller admin (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000830#reseller_admin_role = ResellerAdmin
Matthew Treinish998c91d2014-03-01 12:39:49 -0500831
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900832# Name of sync realm. A sync realm is a set of clusters that have
833# agreed to allow container syncing with each other. Set the same
834# realm name as Swift's container-sync-realms.conf (string value)
835#realm_name = realm1
836
837# One name of cluster which is set in the realm whose name is set in
838# 'realm_name' item in this file. Set the same cluster name as Swift's
839# container-sync-realms.conf (string value)
840#cluster_name = name1
841
Sean Daguefc691e32014-01-03 08:51:54 -0500842
843[object-storage-feature-enabled]
844
845#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000846# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500847#
848
Jon Grimm270bd7f2014-08-05 18:11:29 +0000849# A list of the enabled optional discoverable apis. A single entry,
850# all, indicates that all of these features are expected to be enabled
851# (list value)
852#discoverable_apis = all
853
Matthew Treinishc603d162015-01-05 20:03:40 -0500854# Execute (old style) container-sync tests (boolean value)
855#container_sync = true
856
Jon Grimm270bd7f2014-08-05 18:11:29 +0000857# Execute object-versioning tests (boolean value)
858#object_versioning = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900859
Matthew Treinishc603d162015-01-05 20:03:40 -0500860# Execute discoverability tests (boolean value)
861#discoverability = true
862
Sean Daguefc691e32014-01-03 08:51:54 -0500863
Matthew Treinish3d468112013-10-24 21:49:14 +0000864[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900865
Matthew Treinish3d468112013-10-24 21:49:14 +0000866#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000867# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000868#
Attila Fazekas86950732013-06-08 09:33:08 +0200869
Matthew Treinishc603d162015-01-05 20:03:40 -0500870# Catalog type of the Orchestration service. (string value)
871#catalog_type = orchestration
872
873# The orchestration region name to use. If empty, the value of
874# identity.region is used instead. If no such region is found in the
875# service catalog, the first found one is used. (string value)
876#region =
877
878# The endpoint type to use for the orchestration service. (string
879# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400880# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500881#endpoint_type = publicURL
882
Matthew Treinishdb9721d2015-03-18 14:21:28 -0400883# Role required for users to be able to manage stacks (string value)
884#stack_owner_role = heat_stack_owner
885
Jon Grimm270bd7f2014-08-05 18:11:29 +0000886# Time in seconds between build status checks. (integer value)
887#build_interval = 1
888
889# Timeout in seconds to wait for a stack to build. (integer value)
890#build_timeout = 1200
891
Matthew Treinishc603d162015-01-05 20:03:40 -0500892# Instance type for tests. Needs to be big enough for a full OS plus
893# the test workload (string value)
894#instance_type = m1.micro
Jon Grimm270bd7f2014-08-05 18:11:29 +0000895
Jon Grimm270bd7f2014-08-05 18:11:29 +0000896# Name of existing keypair to launch servers with. (string value)
897#keypair_name = <None>
898
899# Value must match heat configuration of the same name. (integer
900# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500901#max_template_size = 524288
Jon Grimm270bd7f2014-08-05 18:11:29 +0000902
903# Value must match heat configuration of the same name. (integer
904# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500905#max_resources_per_stack = 1000
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000906
Matthew Treinish3d468112013-10-24 21:49:14 +0000907
Doug Hellmann583ce2c2015-03-11 14:55:46 +0000908[oslo_concurrency]
909
910#
911# From oslo.concurrency
912#
913
914# Enables or disables inter-process locks. (boolean value)
915# Deprecated group/name - [DEFAULT]/disable_process_locking
916#disable_process_locking = false
917
918# Directory to use for lock files. For security, the specified
919# directory should only be writable by the user running the processes
920# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
921# If external locks are used, a lock path must be set. (string value)
922# Deprecated group/name - [DEFAULT]/lock_path
923#lock_path = <None>
924
925
Sean Daguefc691e32014-01-03 08:51:54 -0500926[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000927
928#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000929# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000930#
931
Matthew Treinishc603d162015-01-05 20:03:40 -0500932# Directory containing image files (string value)
933#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
934
935# Image file name (string value)
936# Deprecated group/name - [DEFAULT]/qcow2_img_file
937#img_file = cirros-0.3.1-x86_64-disk.img
938
939# Image disk format (string value)
940#img_disk_format = qcow2
941
942# Image container format (string value)
943#img_container_format = bare
Jon Grimm270bd7f2014-08-05 18:11:29 +0000944
945# AMI image file name (string value)
946#ami_img_file = cirros-0.3.1-x86_64-blank.img
947
948# ARI image file name (string value)
949#ari_img_file = cirros-0.3.1-x86_64-initrd
950
Matthew Treinishc603d162015-01-05 20:03:40 -0500951# AKI image file name (string value)
952#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
Jon Grimm270bd7f2014-08-05 18:11:29 +0000953
Matthew Treinishc603d162015-01-05 20:03:40 -0500954# ssh username for the image file (string value)
955#ssh_user = cirros
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300956
Jon Grimm270bd7f2014-08-05 18:11:29 +0000957# specifies how many resources to request at once. Used for large
958# operations testing. (integer value)
959#large_ops_number = 0
Sean Daguefc691e32014-01-03 08:51:54 -0500960
Yair Fried413bf2d2014-11-19 17:07:11 +0200961# DHCP client used by images to renew DCHP lease. If left empty,
962# update operation will be skipped. Supported clients: "udhcpc",
963# "dhclient" (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400964# Allowed values: udhcpc, dhclient
Yair Fried413bf2d2014-11-19 17:07:11 +0200965#dhcp_client = udhcpc
966
Matthew Treinish3d468112013-10-24 21:49:14 +0000967
968[service_available]
969
970#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000971# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000972#
973
Jon Grimm270bd7f2014-08-05 18:11:29 +0000974# Whether or not cinder is expected to be available (boolean value)
975#cinder = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000976
Jon Grimm270bd7f2014-08-05 18:11:29 +0000977# Whether or not neutron is expected to be available (boolean value)
978#neutron = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000979
Matthew Treinishc603d162015-01-05 20:03:40 -0500980# Whether or not glance is expected to be available (boolean value)
981#glance = true
982
983# Whether or not swift is expected to be available (boolean value)
984#swift = true
985
Jon Grimm270bd7f2014-08-05 18:11:29 +0000986# Whether or not nova is expected to be available (boolean value)
987#nova = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000988
Matthew Treinishc603d162015-01-05 20:03:40 -0500989# Whether or not Heat is expected to be available (boolean value)
990#heat = false
991
992# Whether or not Ceilometer is expected to be available (boolean
993# value)
994#ceilometer = true
995
996# Whether or not Horizon is expected to be available (boolean value)
997#horizon = true
998
Jon Grimm270bd7f2014-08-05 18:11:29 +0000999# Whether or not Sahara is expected to be available (boolean value)
1000#sahara = false
Matthew Treinishe3d26142013-11-26 19:14:58 +00001001
Matthew Treinishc603d162015-01-05 20:03:40 -05001002# Whether or not Ironic is expected to be available (boolean value)
1003#ironic = false
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +03001004
Jon Grimm270bd7f2014-08-05 18:11:29 +00001005# Whether or not Trove is expected to be available (boolean value)
1006#trove = false
Nikhil Manchandadd6886f2014-03-03 01:58:45 -08001007
Jon Grimm270bd7f2014-08-05 18:11:29 +00001008# Whether or not Zaqar is expected to be available (boolean value)
1009#zaqar = false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -05001010
Matthew Treinish3d468112013-10-24 21:49:14 +00001011
Sean Daguefc691e32014-01-03 08:51:54 -05001012[stress]
1013
1014#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001015# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001016#
1017
Matthew Treinishc603d162015-01-05 20:03:40 -05001018# Directory containing log files on the compute nodes (string value)
1019#nova_logdir = <None>
1020
1021# Maximum number of instances to create during test. (integer value)
1022#max_instances = 16
1023
Jon Grimm270bd7f2014-08-05 18:11:29 +00001024# Controller host. (string value)
1025#controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001026
Matthew Treinishc603d162015-01-05 20:03:40 -05001027# Controller host. (string value)
1028#target_controller = <None>
1029
1030# ssh user. (string value)
1031#target_ssh_user = <None>
1032
1033# Path to private key. (string value)
1034#target_private_key_path = <None>
1035
1036# regexp for list of log files. (string value)
1037#target_logfiles = <None>
1038
1039# time (in seconds) between log file error checks. (integer value)
1040#log_check_interval = 60
1041
Jon Grimm270bd7f2014-08-05 18:11:29 +00001042# The number of threads created while stress test. (integer value)
1043#default_thread_number_per_action = 4
1044
Jon Grimm270bd7f2014-08-05 18:11:29 +00001045# Prevent the cleaning (tearDownClass()) between each stress test run
1046# if an exception occurs during this run. (boolean value)
1047#leave_dirty_stack = false
1048
Matthew Treinishc603d162015-01-05 20:03:40 -05001049# Allows a full cleaning process after a stress test. Caution : this
1050# cleanup will remove every objects of every tenant. (boolean value)
1051#full_clean_stack = false
Julien Leloupa5ee5422014-02-13 14:29:02 +01001052
Sean Daguefc691e32014-01-03 08:51:54 -05001053
1054[telemetry]
1055
1056#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001057# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001058#
1059
1060# Catalog type of the Telemetry service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001061#catalog_type = metering
Sean Daguefc691e32014-01-03 08:51:54 -05001062
Jon Grimm270bd7f2014-08-05 18:11:29 +00001063# The endpoint type to use for the telemetry service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001064# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +00001065#endpoint_type = publicURL
1066
1067# This variable is used as flag to enable notification tests (boolean
JordanPfc62c902014-02-26 14:47:28 +00001068# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001069#too_slow_to_test = true
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001070
Sean Daguefc691e32014-01-03 08:51:54 -05001071
Joseph Lanoux2f81cc12015-01-12 16:01:20 +00001072[validation]
1073
1074#
1075# From tempest.config
1076#
1077
1078# Default IP type used for validation: -fixed: uses the first IP
1079# belonging to the fixed network -floating: creates and uses a
1080# floating IP (string value)
1081# Allowed values: fixed, floating
1082#connect_method = floating
1083
1084# Default authentication method to the instance. Only ssh via keypair
1085# is supported for now. Additional methods will be handled in a
1086# separate spec. (string value)
1087# Allowed values: keypair
1088#auth_method = keypair
1089
1090# Default IP version for ssh connections. (integer value)
1091#ip_version_for_ssh = 4
1092
1093# Timeout in seconds to wait for ping to succeed. (integer value)
1094#ping_timeout = 120
1095
1096# Timeout in seconds to wait for the TCP connection to be successful.
1097# (integer value)
1098#connect_timeout = 60
1099
1100# Timeout in seconds to wait for the ssh banner. (integer value)
1101#ssh_timeout = 300
1102
1103
Sean Daguefc691e32014-01-03 08:51:54 -05001104[volume]
1105
1106#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001107# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001108#
1109
Jon Grimm270bd7f2014-08-05 18:11:29 +00001110# Time in seconds between volume availability checks. (integer value)
1111#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -05001112
Eric Harney9b1f89c2014-10-14 14:40:19 -04001113# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001114# (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001115#build_timeout = 300
Sean Daguefc691e32014-01-03 08:51:54 -05001116
1117# Catalog type of the Volume Service (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001118#catalog_type = volume
1119
Sean Daguefc691e32014-01-03 08:51:54 -05001120# The volume region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +00001121# identity.region is used instead. If no such region is found in the
1122# service catalog, the first found one is used. (string value)
1123#region =
1124
Matthew Treinishc603d162015-01-05 20:03:40 -05001125# The endpoint type to use for the volume service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001126# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -05001127#endpoint_type = publicURL
1128
1129# Name of the backend1 (must be declared in cinder.conf) (string
1130# value)
1131#backend1_name = BACKEND_1
1132
1133# Name of the backend2 (must be declared in cinder.conf) (string
1134# value)
1135#backend2_name = BACKEND_2
1136
Jon Grimm270bd7f2014-08-05 18:11:29 +00001137# Backend protocol to target when creating volume types (string value)
1138#storage_protocol = iSCSI
1139
1140# Backend vendor to target when creating volume types (string value)
1141#vendor_name = Open Source
1142
Matthew Treinishc603d162015-01-05 20:03:40 -05001143# Disk format to use when copying a volume to image (string value)
1144#disk_format = raw
1145
Jon Grimm270bd7f2014-08-05 18:11:29 +00001146# Default size in GB for volumes created by volumes tests (integer
Sean Daguefc691e32014-01-03 08:51:54 -05001147# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001148#volume_size = 1
Jerry Cai9733d0e2014-03-19 15:50:49 +08001149
Sean Daguefc691e32014-01-03 08:51:54 -05001150
1151[volume-feature-enabled]
1152
1153#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001154# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001155#
1156
Matthew Treinishc603d162015-01-05 20:03:40 -05001157# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
1158#multi_backend = false
1159
1160# Runs Cinder volumes backup test (boolean value)
1161#backup = true
1162
1163# Runs Cinder volume snapshot test (boolean value)
1164#snapshot = true
1165
Jon Grimm270bd7f2014-08-05 18:11:29 +00001166# A list of enabled volume extensions with a special entry all which
1167# indicates every extension is enabled. Empty list indicates all
1168# extensions are disabled (list value)
1169#api_extensions = all
Zhi Kun Liude25c022014-02-14 13:25:19 +08001170
Sean Daguefc691e32014-01-03 08:51:54 -05001171# Is the v1 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001172#api_v1 = true
Sean Daguefc691e32014-01-03 08:51:54 -05001173
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001174# Is the v2 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001175#api_v2 = true