blob: 6be06b928430eec08d14cb2b24b26af3b31bc29b [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
Richard Wintersf87059b2015-02-17 11:46:54 -0500285# The packet size for ping packets originating from remote linux hosts
286# (integer value)
287#ping_size = 56
288
289# The number of ping packets originating from remote linux hosts
290# (integer value)
291#ping_count = 1
292
Jon Grimm270bd7f2014-08-05 18:11:29 +0000293# Timeout in seconds to wait for authentication to succeed. (integer
294# value)
295#ssh_timeout = 300
Matthew Treinish3d468112013-10-24 21:49:14 +0000296
Matthew Treinishc603d162015-01-05 20:03:40 -0500297# Additional wait time for clean state, when there is no OS-EXT-STS
298# extension available (integer value)
299#ready_wait = 0
300
301# Timeout in seconds to wait for output from ssh channel. (integer
302# value)
303#ssh_channel_timeout = 60
304
Matthew Treinish03feae02015-03-27 10:25:45 -0400305# Name of the fixed network that is visible to all test tenants. If
306# multiple networks are available for a tenant this is the network
307# which will be used for creating servers if tempest does not create a
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000308# network or a network is not specified elsewhere. It may be used for
309# ssh validation only if floating IPs are disabled. (string value)
Matthew Treinish03feae02015-03-27 10:25:45 -0400310#fixed_network_name = <None>
Matthew Treinishc603d162015-01-05 20:03:40 -0500311
312# Network used for SSH connections. Ignored if
313# use_floatingip_for_ssh=true or run_ssh=false. (string value)
314#network_for_ssh = public
315
316# IP version used for SSH connections. (integer value)
317#ip_version_for_ssh = 4
Jon Grimm270bd7f2014-08-05 18:11:29 +0000318
319# Does SSH use Floating IPs? (boolean value)
320#use_floatingip_for_ssh = true
321
Matthew Treinishc603d162015-01-05 20:03:40 -0500322# Catalog type of the Compute service. (string value)
323#catalog_type = compute
324
325# The compute region name to use. If empty, the value of
326# identity.region is used instead. If no such region is found in the
327# service catalog, the first found one is used. (string value)
328#region =
329
330# The endpoint type to use for the compute service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400331# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500332#endpoint_type = publicURL
333
Jon Grimm270bd7f2014-08-05 18:11:29 +0000334# Expected device name when a volume is attached to an instance
Matthew Treinish3d468112013-10-24 21:49:14 +0000335# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000336#volume_device_name = vdb
Sean Dague82190852014-05-24 07:42:59 -0400337
Matthew Treinishc603d162015-01-05 20:03:40 -0500338# Time in seconds before a shelved instance is eligible for removing
339# from a host. -1 never offload, 0 offload when shelved. This time
340# should be the same as the time of nova.conf, and some tests will run
341# for as long as the time. (integer value)
342#shelved_offload_time = 0
343
344# Unallocated floating IP range, which will be used to test the
345# floating IP bulk feature for CRUD operation. This block must not
346# overlap an existing floating IP pool. (string value)
347#floating_ip_range = 10.0.0.0/29
348
Sean Daguefc691e32014-01-03 08:51:54 -0500349
Sean Daguefc691e32014-01-03 08:51:54 -0500350[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000351
352#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000353# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000354#
355
Matthew Treinishc603d162015-01-05 20:03:40 -0500356# If false, skip disk config tests (boolean value)
357#disk_config = true
358
Jon Grimm270bd7f2014-08-05 18:11:29 +0000359# A list of enabled compute extensions with a special entry all which
360# indicates every extension is enabled. Each extension should be
361# specified with alias name. Empty list indicates all extensions are
362# disabled (list value)
363#api_extensions = all
Matthew Treinish3d468112013-10-24 21:49:14 +0000364
Jon Grimm270bd7f2014-08-05 18:11:29 +0000365# Does the test environment support changing the admin password?
366# (boolean value)
367#change_password = false
368
369# Does the test environment support obtaining instance serial console
370# output? (boolean value)
371#console_output = true
Matthew Treinish20866a22014-06-12 14:58:36 -0400372
Matthew Treinishc603d162015-01-05 20:03:40 -0500373# Does the test environment support resizing? (boolean value)
374#resize = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000375
Matthew Treinishc603d162015-01-05 20:03:40 -0500376# Does the test environment support pausing? (boolean value)
377#pause = true
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900378
Matthew Treinishc603d162015-01-05 20:03:40 -0500379# Does the test environment support shelving/unshelving? (boolean
380# value)
381#shelve = true
382
383# Does the test environment support suspend/resume? (boolean value)
384#suspend = true
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400385
Jon Grimm270bd7f2014-08-05 18:11:29 +0000386# Does the test environment support live migration available? (boolean
387# value)
Joe Gordon31a139a2014-11-17 16:39:04 -0800388#live_migration = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000389
Matthew Treinishc603d162015-01-05 20:03:40 -0500390# Does the test environment use block devices for live migration
391# (boolean value)
392#block_migration_for_live_migration = false
393
394# Does the test environment block migration support cinder iSCSI
Joe Gordon0a5788f2015-03-17 11:29:38 -0700395# volumes. Note, libvirt doesn't support this, see
396# https://bugs.launchpad.net/nova/+bug/1398999 (boolean value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500397#block_migrate_cinder_iscsi = false
398
Matt Riedemannbb9f7042015-03-03 08:53:11 -0800399# Does the test system allow live-migration of paused instances? Note,
400# this is more than just the ANDing of paused and live_migrate, but
401# all 3 should be set to True to run those tests (boolean value)
402#live_migrate_paused_instances = false
403
Matthew Treinishc603d162015-01-05 20:03:40 -0500404# Enable VNC console. This configuration value should be same as
405# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
406#vnc_console = false
407
408# Enable Spice console. This configuration value should be same as
409# [nova.spice]->enabled in nova.conf (boolean value)
410#spice_console = false
Jon Grimm270bd7f2014-08-05 18:11:29 +0000411
412# Enable RDP console. This configuration value should be same as
413# [nova.rdp]->enabled in nova.conf (boolean value)
414#rdp_console = false
415
416# Does the test environment support instance rescue mode? (boolean
417# value)
418#rescue = true
419
Matthew Treinishc603d162015-01-05 20:03:40 -0500420# Enables returning of the instance password by the relevant server
421# API calls such as create, rebuild or rescue. (boolean value)
422#enable_instance_password = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000423
Matthew Treinishc603d162015-01-05 20:03:40 -0500424# Does the test environment support dynamic network interface
425# attachment? (boolean value)
426#interface_attach = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000427
428# Does the test environment support creating snapshot images of
429# running instances? (boolean value)
430#snapshot = true
431
Matthew Treinishdfd7ac02015-02-09 17:47:31 -0500432# Does the test environment have the ec2 api running? (boolean value)
433#ec2_api = true
434
Matt Riedemann17940732015-03-13 14:18:19 +0000435# Does Nova preserve preexisting ports from Neutron when deleting an
436# instance? This should be set to True if testing Kilo+ Nova. (boolean
437# value)
438#preserve_ports = false
439
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100440
Julie Pichond1017642013-07-24 16:37:23 +0100441[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100442
Matthew Treinish3d468112013-10-24 21:49:14 +0000443#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000444# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000445#
Julie Pichond1017642013-07-24 16:37:23 +0100446
Matthew Treinish3d468112013-10-24 21:49:14 +0000447# Where the dashboard can be found (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000448#dashboard_url = http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900449
Matthew Treinish3d468112013-10-24 21:49:14 +0000450# Login page for the dashboard (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000451#login_url = http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900452
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900453
Sean Daguefc691e32014-01-03 08:51:54 -0500454[data_processing]
455
456#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000457# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500458#
459
460# Catalog type of the data processing service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000461#catalog_type = data_processing
Sean Daguefc691e32014-01-03 08:51:54 -0500462
Jon Grimm270bd7f2014-08-05 18:11:29 +0000463# The endpoint type to use for the data processing service. (string
464# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400465# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000466#endpoint_type = publicURL
JordanPfc62c902014-02-26 14:47:28 +0000467
Sean Daguefc691e32014-01-03 08:51:54 -0500468
Luigi Toscano14d172d2015-01-23 16:37:47 +0100469[data_processing-feature-enabled]
470
471#
472# From tempest.config
473#
474
475# List of enabled data processing plugins (list value)
476#plugins = vanilla,hdp
477
478
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800479[database]
480
481#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000482# From tempest.config
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800483#
484
485# Catalog type of the Database service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000486#catalog_type = database
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800487
Jon Grimm270bd7f2014-08-05 18:11:29 +0000488# Valid primary flavor to use in database tests. (string value)
489#db_flavor_ref = 1
Peter Stachowski320f9c72014-04-21 16:13:23 -0400490
Matthew Treinishc603d162015-01-05 20:03:40 -0500491# Current database version to use in database tests. (string value)
492#db_current_version = v1.0
493
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800494
Sean Daguefc691e32014-01-03 08:51:54 -0500495[debug]
496
497#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000498# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500499#
500
Jon Grimm270bd7f2014-08-05 18:11:29 +0000501# A regex to determine which requests should be traced. This is a
502# regex to match the caller for rest client requests to be able to
503# selectively trace calls out of specific classes and methods. It
504# largely exists for test development, and is not expected to be used
505# in a real deploy of tempest. This will be matched against the
506# discovered ClassName:method in the test environment. Expected
507# values for this field are: * ClassName:test_method_name - traces
508# one test_method * ClassName:setUp(Class) - traces specific setup
509# functions * ClassName:tearDown(Class) - traces specific teardown
510# functions * ClassName:_run_cleanups - traces the cleanup functions
511# If nothing is specified, this feature is not enabled. To trace
512# everything specify .* as the regex. (string value)
513#trace_requests =
Sean Daguec522c092014-03-24 10:43:22 -0400514
Sean Daguefc691e32014-01-03 08:51:54 -0500515
516[identity]
517
518#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000519# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500520#
521
Jon Grimm270bd7f2014-08-05 18:11:29 +0000522# Catalog type of the Identity service. (string value)
523#catalog_type = identity
524
525# Set to True if using self-signed SSL certificates. (boolean value)
526#disable_ssl_certificate_validation = false
527
Matthew Treinishc603d162015-01-05 20:03:40 -0500528# Specify a CA bundle file to use in verifying a TLS (https) server
529# certificate. (string value)
530#ca_certificates_file = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +0000531
532# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
533#uri = <None>
534
535# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
536#uri_v3 = <None>
537
Matthew Treinishc603d162015-01-05 20:03:40 -0500538# Identity API version to be used for authentication for API tests.
539# (string value)
540#auth_version = v2
541
542# The identity region name to use. Also used as the other services'
543# region name unless they are set explicitly. If no such region is
544# found in the service catalog, the first found one is used. (string
545# value)
546#region = RegionOne
547
548# The endpoint type to use for the identity service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400549# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500550#endpoint_type = publicURL
551
Jon Grimm270bd7f2014-08-05 18:11:29 +0000552# Username to use for Nova API requests. (string value)
553#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100554
Matthew Treinishc603d162015-01-05 20:03:40 -0500555# Tenant name to use for Nova API requests. (string value)
556#tenant_name = <None>
557
558# Role required to administrate keystone. (string value)
559#admin_role = admin
560
561# API key to use when authenticating. (string value)
562#password = <None>
563
564# Domain name for authentication (Keystone V3).The same domain applies
565# to user and project (string value)
566#domain_name = <None>
567
568# Username of alternate user to use for Nova API requests. (string
569# value)
570#alt_username = <None>
571
572# Alternate user's Tenant name to use for Nova API requests. (string
573# value)
574#alt_tenant_name = <None>
575
576# API key to use when authenticating as alternate user. (string value)
577#alt_password = <None>
578
579# Alternate domain name for authentication (Keystone V3).The same
580# domain applies to user and project (string value)
581#alt_domain_name = <None>
582
583# Administrative Username to use for Keystone API requests. (string
584# value)
585#admin_username = <None>
586
587# Administrative Tenant name to use for Keystone API requests. (string
588# value)
589#admin_tenant_name = <None>
590
591# API key to use when authenticating as admin. (string value)
592#admin_password = <None>
593
594# Admin domain name for authentication (Keystone V3).The same domain
595# applies to user and project (string value)
596#admin_domain_name = <None>
597
Sean Daguefc691e32014-01-03 08:51:54 -0500598
Matthew Treinishd5021a72014-01-09 18:42:51 +0000599[identity-feature-enabled]
600
601#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000602# From tempest.config
Matthew Treinishd5021a72014-01-09 18:42:51 +0000603#
604
Matthew Treinishc603d162015-01-05 20:03:40 -0500605# Does the identity service have delegation and impersonation enabled
606# (boolean value)
607#trust = true
608
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000609# Is the v2 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000610#api_v2 = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000611
612# Is the v3 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000613#api_v3 = true
614
Matthew Treinishd5021a72014-01-09 18:42:51 +0000615
Sean Daguefc691e32014-01-03 08:51:54 -0500616[image]
617
618#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000619# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500620#
621
622# Catalog type of the Image service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000623#catalog_type = image
Sean Daguefc691e32014-01-03 08:51:54 -0500624
Matthew Treinishc603d162015-01-05 20:03:40 -0500625# The image region name to use. If empty, the value of identity.region
626# is used instead. If no such region is found in the service catalog,
627# the first found one is used. (string value)
628#region =
629
Jon Grimm270bd7f2014-08-05 18:11:29 +0000630# The endpoint type to use for the image service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400631# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000632#endpoint_type = publicURL
JordanP5d29b2c2013-12-18 13:56:03 +0000633
Sean Daguefc691e32014-01-03 08:51:54 -0500634# http accessible image (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000635#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
636
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200637# Timeout in seconds to wait for an image to become available.
638# (integer value)
639#build_timeout = 300
640
641# Time in seconds between image operation status checks. (integer
642# value)
643#build_interval = 1
644
Sean Daguefc691e32014-01-03 08:51:54 -0500645
646[image-feature-enabled]
647
648#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000649# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500650#
651
Jon Grimm270bd7f2014-08-05 18:11:29 +0000652# Is the v2 image API enabled (boolean value)
653#api_v2 = true
Sean Daguefc691e32014-01-03 08:51:54 -0500654
Matthew Treinishc603d162015-01-05 20:03:40 -0500655# Is the v1 image API enabled (boolean value)
656#api_v1 = true
657
Sean Daguefc691e32014-01-03 08:51:54 -0500658
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000659[input-scenario]
660
661#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000662# From tempest.config
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000663#
664
Jon Grimm270bd7f2014-08-05 18:11:29 +0000665# Matching images become parameters for scenario tests (string value)
666#image_regex = ^cirros-0.3.1-x86_64-uec$
667
Matthew Treinishc603d162015-01-05 20:03:40 -0500668# Matching flavors become parameters for scenario tests (string value)
669#flavor_regex = ^m1.nano$
670
Jon Grimm270bd7f2014-08-05 18:11:29 +0000671# SSH verification in tests is skippedfor matching images (string
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000672# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000673#non_ssh_image_regex = ^.*[Ww]in.*$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000674
Jon Grimm270bd7f2014-08-05 18:11:29 +0000675# List of user mapped to regex to matching image names. (string value)
Marc Koderer07f5a522015-03-27 15:02:41 +0100676#ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"]]
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000677
678
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300679[messaging]
680
681#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000682# From tempest.config
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300683#
684
685# Catalog type of the Messaging service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000686#catalog_type = messaging
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300687
Matthew Treinishc603d162015-01-05 20:03:40 -0500688# The maximum number of queue records per page when listing queues
689# (integer value)
690#max_queues_per_page = 20
Jon Grimm270bd7f2014-08-05 18:11:29 +0000691
Matthew Treinishc603d162015-01-05 20:03:40 -0500692# The maximum metadata size for a queue (integer value)
693#max_queue_metadata = 65536
Jon Grimm270bd7f2014-08-05 18:11:29 +0000694
695# The maximum number of queue message per page when listing (or)
696# posting messages (integer value)
697#max_messages_per_page = 20
698
Matthew Treinishc603d162015-01-05 20:03:40 -0500699# The maximum size of a message body (integer value)
700#max_message_size = 262144
Jon Grimm270bd7f2014-08-05 18:11:29 +0000701
Matthew Treinishc603d162015-01-05 20:03:40 -0500702# The maximum number of messages per claim (integer value)
703#max_messages_per_claim = 20
704
705# The maximum ttl for a message (integer value)
706#max_message_ttl = 1209600
707
708# The maximum ttl for a claim (integer value)
709#max_claim_ttl = 43200
710
711# The maximum grace period for a claim (integer value)
712#max_claim_grace = 43200
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300713
714
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100715[negative]
716
717#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000718# From tempest.config
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100719#
720
721# Test generator class for all negative tests (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000722#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100723
724
Sean Daguefc691e32014-01-03 08:51:54 -0500725[network]
726
727#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000728# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500729#
730
731# Catalog type of the Neutron service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000732#catalog_type = network
733
Sean Daguefc691e32014-01-03 08:51:54 -0500734# The network region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000735# identity.region is used instead. If no such region is found in the
736# service catalog, the first found one is used. (string value)
737#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500738
Matthew Treinishc603d162015-01-05 20:03:40 -0500739# The endpoint type to use for the network service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400740# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500741#endpoint_type = publicURL
742
Jon Grimm270bd7f2014-08-05 18:11:29 +0000743# The cidr block to allocate tenant ipv4 subnets from (string value)
744#tenant_network_cidr = 10.100.0.0/16
Sean Daguefc691e32014-01-03 08:51:54 -0500745
Henry Gessauffda37a2014-01-16 11:17:55 -0500746# The mask bits for tenant ipv4 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000747#tenant_network_mask_bits = 28
Sean Daguefc691e32014-01-03 08:51:54 -0500748
Jon Grimm270bd7f2014-08-05 18:11:29 +0000749# The cidr block to allocate tenant ipv6 subnets from (string value)
750#tenant_network_v6_cidr = 2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500751
752# The mask bits for tenant ipv6 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000753#tenant_network_v6_mask_bits = 64
Henry Gessauffda37a2014-01-16 11:17:55 -0500754
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000755# Whether tenant networks can be reached directly from the test
756# client. This must be set to True when the 'fixed' ssh_connect_method
757# is selected. (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000758#tenant_networks_reachable = false
Attila Fazekas640392b2014-06-12 15:58:10 +0200759
Matthew Treinishc603d162015-01-05 20:03:40 -0500760# Id of the public network that provides external connectivity (string
761# value)
762#public_network_id =
763
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000764# Default floating network name. Used to allocate floating IPs when
765# neutron is enabled. (string value)
766#floating_network_name = <None>
767
Matthew Treinishc603d162015-01-05 20:03:40 -0500768# Id of the public router that provides external connectivity. This
769# should only be used when Neutron's 'allow_overlapping_ips' is set to
770# 'False' in neutron.conf. usually not needed past 'Grizzly' release
771# (string value)
772#public_router_id =
773
774# Timeout in seconds to wait for network operation to complete.
775# (integer value)
776#build_timeout = 300
777
778# Time in seconds between network operation status checks. (integer
779# value)
780#build_interval = 1
781
782# List of dns servers which should be used for subnet creation (list
783# value)
784#dns_servers = 8.8.8.8,8.8.4.4
785
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200786# vnic_type to use when Launching instances with pre-configured ports.
787# Supported ports are: ['normal','direct','macvtap'] (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400788# Allowed values: <None>, normal, direct, macvtap
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200789#port_vnic_type = <None>
790
Sean Daguefc691e32014-01-03 08:51:54 -0500791
792[network-feature-enabled]
793
794#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000795# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500796#
797
Matthew Treinishc603d162015-01-05 20:03:40 -0500798# Allow the execution of IPv6 tests (boolean value)
799#ipv6 = true
800
Jon Grimm270bd7f2014-08-05 18:11:29 +0000801# A list of enabled network extensions with a special entry all which
802# indicates every extension is enabled. Empty list indicates all
803# extensions are disabled (list value)
804#api_extensions = all
805
Jon Grimm270bd7f2014-08-05 18:11:29 +0000806# Allow the execution of IPv6 subnet tests that use the extended IPv6
807# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)
808#ipv6_subnet_attributes = false
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400809
Itzik Brownbeb30d32015-03-29 09:42:54 +0300810# Does the test environment support changing port admin state (boolean
811# value)
812#port_admin_state_change = true
813
Sean Daguefc691e32014-01-03 08:51:54 -0500814
815[object-storage]
816
817#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000818# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500819#
820
821# Catalog type of the Object-Storage service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000822#catalog_type = object-store
Sean Daguefc691e32014-01-03 08:51:54 -0500823
Matthew Treinishc603d162015-01-05 20:03:40 -0500824# The object-storage region name to use. If empty, the value of
825# identity.region is used instead. If no such region is found in the
826# service catalog, the first found one is used. (string value)
827#region =
JordanP5d29b2c2013-12-18 13:56:03 +0000828
Jon Grimm270bd7f2014-08-05 18:11:29 +0000829# The endpoint type to use for the object-store service. (string
830# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400831# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000832#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -0500833
Matthew Treinishc603d162015-01-05 20:03:40 -0500834# Number of seconds to time on waiting for a container to container
835# synchronization complete. (integer value)
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900836#container_sync_timeout = 600
Matthew Treinishc603d162015-01-05 20:03:40 -0500837
838# Number of seconds to wait while looping to check the status of a
839# container to container synchronization (integer value)
840#container_sync_interval = 5
841
Jon Grimm270bd7f2014-08-05 18:11:29 +0000842# Role to add to users created for swift tests to enable creating
843# containers (string value)
844#operator_role = Member
Sean Daguefc691e32014-01-03 08:51:54 -0500845
Matthew Treinish998c91d2014-03-01 12:39:49 -0500846# User role that has reseller admin (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000847#reseller_admin_role = ResellerAdmin
Matthew Treinish998c91d2014-03-01 12:39:49 -0500848
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900849# Name of sync realm. A sync realm is a set of clusters that have
850# agreed to allow container syncing with each other. Set the same
851# realm name as Swift's container-sync-realms.conf (string value)
852#realm_name = realm1
853
854# One name of cluster which is set in the realm whose name is set in
855# 'realm_name' item in this file. Set the same cluster name as Swift's
856# container-sync-realms.conf (string value)
857#cluster_name = name1
858
Sean Daguefc691e32014-01-03 08:51:54 -0500859
860[object-storage-feature-enabled]
861
862#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000863# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500864#
865
Jon Grimm270bd7f2014-08-05 18:11:29 +0000866# A list of the enabled optional discoverable apis. A single entry,
867# all, indicates that all of these features are expected to be enabled
868# (list value)
869#discoverable_apis = all
870
Matthew Treinishc603d162015-01-05 20:03:40 -0500871# Execute (old style) container-sync tests (boolean value)
872#container_sync = true
873
Jon Grimm270bd7f2014-08-05 18:11:29 +0000874# Execute object-versioning tests (boolean value)
875#object_versioning = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900876
Matthew Treinishc603d162015-01-05 20:03:40 -0500877# Execute discoverability tests (boolean value)
878#discoverability = true
879
Sean Daguefc691e32014-01-03 08:51:54 -0500880
Matthew Treinish3d468112013-10-24 21:49:14 +0000881[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900882
Matthew Treinish3d468112013-10-24 21:49:14 +0000883#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000884# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000885#
Attila Fazekas86950732013-06-08 09:33:08 +0200886
Matthew Treinishc603d162015-01-05 20:03:40 -0500887# Catalog type of the Orchestration service. (string value)
888#catalog_type = orchestration
889
890# The orchestration region name to use. If empty, the value of
891# identity.region is used instead. If no such region is found in the
892# service catalog, the first found one is used. (string value)
893#region =
894
895# The endpoint type to use for the orchestration service. (string
896# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400897# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500898#endpoint_type = publicURL
899
Matthew Treinishdb9721d2015-03-18 14:21:28 -0400900# Role required for users to be able to manage stacks (string value)
901#stack_owner_role = heat_stack_owner
902
Jon Grimm270bd7f2014-08-05 18:11:29 +0000903# Time in seconds between build status checks. (integer value)
904#build_interval = 1
905
906# Timeout in seconds to wait for a stack to build. (integer value)
907#build_timeout = 1200
908
Matthew Treinishc603d162015-01-05 20:03:40 -0500909# Instance type for tests. Needs to be big enough for a full OS plus
910# the test workload (string value)
911#instance_type = m1.micro
Jon Grimm270bd7f2014-08-05 18:11:29 +0000912
Jon Grimm270bd7f2014-08-05 18:11:29 +0000913# Name of existing keypair to launch servers with. (string value)
914#keypair_name = <None>
915
916# Value must match heat configuration of the same name. (integer
917# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500918#max_template_size = 524288
Jon Grimm270bd7f2014-08-05 18:11:29 +0000919
920# Value must match heat configuration of the same name. (integer
921# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500922#max_resources_per_stack = 1000
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000923
Matthew Treinish3d468112013-10-24 21:49:14 +0000924
Doug Hellmann583ce2c2015-03-11 14:55:46 +0000925[oslo_concurrency]
926
927#
928# From oslo.concurrency
929#
930
931# Enables or disables inter-process locks. (boolean value)
932# Deprecated group/name - [DEFAULT]/disable_process_locking
933#disable_process_locking = false
934
935# Directory to use for lock files. For security, the specified
936# directory should only be writable by the user running the processes
937# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
938# If external locks are used, a lock path must be set. (string value)
939# Deprecated group/name - [DEFAULT]/lock_path
940#lock_path = <None>
941
942
Sean Daguefc691e32014-01-03 08:51:54 -0500943[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000944
945#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000946# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000947#
948
Matthew Treinishc603d162015-01-05 20:03:40 -0500949# Directory containing image files (string value)
950#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
951
952# Image file name (string value)
953# Deprecated group/name - [DEFAULT]/qcow2_img_file
954#img_file = cirros-0.3.1-x86_64-disk.img
955
956# Image disk format (string value)
957#img_disk_format = qcow2
958
959# Image container format (string value)
960#img_container_format = bare
Jon Grimm270bd7f2014-08-05 18:11:29 +0000961
962# AMI image file name (string value)
963#ami_img_file = cirros-0.3.1-x86_64-blank.img
964
965# ARI image file name (string value)
966#ari_img_file = cirros-0.3.1-x86_64-initrd
967
Matthew Treinishc603d162015-01-05 20:03:40 -0500968# AKI image file name (string value)
969#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
Jon Grimm270bd7f2014-08-05 18:11:29 +0000970
Matthew Treinishc603d162015-01-05 20:03:40 -0500971# ssh username for the image file (string value)
972#ssh_user = cirros
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300973
Jon Grimm270bd7f2014-08-05 18:11:29 +0000974# specifies how many resources to request at once. Used for large
975# operations testing. (integer value)
976#large_ops_number = 0
Sean Daguefc691e32014-01-03 08:51:54 -0500977
Yair Fried413bf2d2014-11-19 17:07:11 +0200978# DHCP client used by images to renew DCHP lease. If left empty,
979# update operation will be skipped. Supported clients: "udhcpc",
980# "dhclient" (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400981# Allowed values: udhcpc, dhclient
Yair Fried413bf2d2014-11-19 17:07:11 +0200982#dhcp_client = udhcpc
983
Matthew Treinish3d468112013-10-24 21:49:14 +0000984
985[service_available]
986
987#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000988# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000989#
990
Jon Grimm270bd7f2014-08-05 18:11:29 +0000991# Whether or not cinder is expected to be available (boolean value)
992#cinder = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000993
Jon Grimm270bd7f2014-08-05 18:11:29 +0000994# Whether or not neutron is expected to be available (boolean value)
995#neutron = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000996
Matthew Treinishc603d162015-01-05 20:03:40 -0500997# Whether or not glance is expected to be available (boolean value)
998#glance = true
999
1000# Whether or not swift is expected to be available (boolean value)
1001#swift = true
1002
Jon Grimm270bd7f2014-08-05 18:11:29 +00001003# Whether or not nova is expected to be available (boolean value)
1004#nova = true
Matthew Treinish3d468112013-10-24 21:49:14 +00001005
Matthew Treinishc603d162015-01-05 20:03:40 -05001006# Whether or not Heat is expected to be available (boolean value)
1007#heat = false
1008
1009# Whether or not Ceilometer is expected to be available (boolean
1010# value)
1011#ceilometer = true
1012
1013# Whether or not Horizon is expected to be available (boolean value)
1014#horizon = true
1015
Jon Grimm270bd7f2014-08-05 18:11:29 +00001016# Whether or not Sahara is expected to be available (boolean value)
1017#sahara = false
Matthew Treinishe3d26142013-11-26 19:14:58 +00001018
Matthew Treinishc603d162015-01-05 20:03:40 -05001019# Whether or not Ironic is expected to be available (boolean value)
1020#ironic = false
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +03001021
Jon Grimm270bd7f2014-08-05 18:11:29 +00001022# Whether or not Trove is expected to be available (boolean value)
1023#trove = false
Nikhil Manchandadd6886f2014-03-03 01:58:45 -08001024
Jon Grimm270bd7f2014-08-05 18:11:29 +00001025# Whether or not Zaqar is expected to be available (boolean value)
1026#zaqar = false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -05001027
Matthew Treinish3d468112013-10-24 21:49:14 +00001028
Sean Daguefc691e32014-01-03 08:51:54 -05001029[stress]
1030
1031#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001032# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001033#
1034
Matthew Treinishc603d162015-01-05 20:03:40 -05001035# Directory containing log files on the compute nodes (string value)
1036#nova_logdir = <None>
1037
1038# Maximum number of instances to create during test. (integer value)
1039#max_instances = 16
1040
Jon Grimm270bd7f2014-08-05 18:11:29 +00001041# Controller host. (string value)
1042#controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001043
Matthew Treinishc603d162015-01-05 20:03:40 -05001044# Controller host. (string value)
1045#target_controller = <None>
1046
1047# ssh user. (string value)
1048#target_ssh_user = <None>
1049
1050# Path to private key. (string value)
1051#target_private_key_path = <None>
1052
1053# regexp for list of log files. (string value)
1054#target_logfiles = <None>
1055
1056# time (in seconds) between log file error checks. (integer value)
1057#log_check_interval = 60
1058
Jon Grimm270bd7f2014-08-05 18:11:29 +00001059# The number of threads created while stress test. (integer value)
1060#default_thread_number_per_action = 4
1061
Jon Grimm270bd7f2014-08-05 18:11:29 +00001062# Prevent the cleaning (tearDownClass()) between each stress test run
1063# if an exception occurs during this run. (boolean value)
1064#leave_dirty_stack = false
1065
Matthew Treinishc603d162015-01-05 20:03:40 -05001066# Allows a full cleaning process after a stress test. Caution : this
1067# cleanup will remove every objects of every tenant. (boolean value)
1068#full_clean_stack = false
Julien Leloupa5ee5422014-02-13 14:29:02 +01001069
Sean Daguefc691e32014-01-03 08:51:54 -05001070
1071[telemetry]
1072
1073#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001074# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001075#
1076
1077# Catalog type of the Telemetry service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001078#catalog_type = metering
Sean Daguefc691e32014-01-03 08:51:54 -05001079
Jon Grimm270bd7f2014-08-05 18:11:29 +00001080# The endpoint type to use for the telemetry service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001081# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +00001082#endpoint_type = publicURL
1083
1084# This variable is used as flag to enable notification tests (boolean
JordanPfc62c902014-02-26 14:47:28 +00001085# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001086#too_slow_to_test = true
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001087
Sean Daguefc691e32014-01-03 08:51:54 -05001088
Joseph Lanoux2f81cc12015-01-12 16:01:20 +00001089[validation]
1090
1091#
1092# From tempest.config
1093#
1094
1095# Default IP type used for validation: -fixed: uses the first IP
1096# belonging to the fixed network -floating: creates and uses a
1097# floating IP (string value)
1098# Allowed values: fixed, floating
1099#connect_method = floating
1100
1101# Default authentication method to the instance. Only ssh via keypair
1102# is supported for now. Additional methods will be handled in a
1103# separate spec. (string value)
1104# Allowed values: keypair
1105#auth_method = keypair
1106
1107# Default IP version for ssh connections. (integer value)
1108#ip_version_for_ssh = 4
1109
1110# Timeout in seconds to wait for ping to succeed. (integer value)
1111#ping_timeout = 120
1112
1113# Timeout in seconds to wait for the TCP connection to be successful.
1114# (integer value)
1115#connect_timeout = 60
1116
1117# Timeout in seconds to wait for the ssh banner. (integer value)
1118#ssh_timeout = 300
1119
1120
Sean Daguefc691e32014-01-03 08:51:54 -05001121[volume]
1122
1123#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001124# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001125#
1126
Jon Grimm270bd7f2014-08-05 18:11:29 +00001127# Time in seconds between volume availability checks. (integer value)
1128#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -05001129
Eric Harney9b1f89c2014-10-14 14:40:19 -04001130# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001131# (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001132#build_timeout = 300
Sean Daguefc691e32014-01-03 08:51:54 -05001133
1134# Catalog type of the Volume Service (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001135#catalog_type = volume
1136
Sean Daguefc691e32014-01-03 08:51:54 -05001137# The volume region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +00001138# identity.region is used instead. If no such region is found in the
1139# service catalog, the first found one is used. (string value)
1140#region =
1141
Matthew Treinishc603d162015-01-05 20:03:40 -05001142# The endpoint type to use for the volume service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001143# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -05001144#endpoint_type = publicURL
1145
1146# Name of the backend1 (must be declared in cinder.conf) (string
1147# value)
1148#backend1_name = BACKEND_1
1149
1150# Name of the backend2 (must be declared in cinder.conf) (string
1151# value)
1152#backend2_name = BACKEND_2
1153
Jon Grimm270bd7f2014-08-05 18:11:29 +00001154# Backend protocol to target when creating volume types (string value)
1155#storage_protocol = iSCSI
1156
1157# Backend vendor to target when creating volume types (string value)
1158#vendor_name = Open Source
1159
Matthew Treinishc603d162015-01-05 20:03:40 -05001160# Disk format to use when copying a volume to image (string value)
1161#disk_format = raw
1162
Jon Grimm270bd7f2014-08-05 18:11:29 +00001163# Default size in GB for volumes created by volumes tests (integer
Sean Daguefc691e32014-01-03 08:51:54 -05001164# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001165#volume_size = 1
Jerry Cai9733d0e2014-03-19 15:50:49 +08001166
Sean Daguefc691e32014-01-03 08:51:54 -05001167
1168[volume-feature-enabled]
1169
1170#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001171# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001172#
1173
Matthew Treinishc603d162015-01-05 20:03:40 -05001174# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
1175#multi_backend = false
1176
1177# Runs Cinder volumes backup test (boolean value)
1178#backup = true
1179
1180# Runs Cinder volume snapshot test (boolean value)
1181#snapshot = true
1182
Jon Grimm270bd7f2014-08-05 18:11:29 +00001183# A list of enabled volume extensions with a special entry all which
1184# indicates every extension is enabled. Empty list indicates all
1185# extensions are disabled (list value)
1186#api_extensions = all
Zhi Kun Liude25c022014-02-14 13:25:19 +08001187
Sean Daguefc691e32014-01-03 08:51:54 -05001188# Is the v1 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001189#api_v1 = true
Sean Daguefc691e32014-01-03 08:51:54 -05001190
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001191# Is the v2 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001192#api_v2 = true