blob: 5b15c5ee348c19faa76cd0c9bb512cfd4cef9cc1 [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
OpenStack Proposal Bot8fba8d32015-05-11 15:52:49 +000048# (RFC5424). The format without the APP-NAME is deprecated in K, and
49# will be removed in L, along with this option. (boolean value)
50#use_syslog_rfc_format = true
Jon Grimm270bd7f2014-08-05 18:11:29 +000051
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
Matthew Treinish3d468112013-10-24 21:49:14 +0000204[compute]
205
206#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000207# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000208#
209
Matthew Treinishafcb6b42014-05-27 13:50:02 -0400210# Valid primary image reference to be used in tests. This is a
211# required option (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000212#image_ref = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000213
Jon Grimm270bd7f2014-08-05 18:11:29 +0000214# Valid secondary image reference to be used in tests. This is a
215# required option, but if only one image is available duplicate the
216# value of image_ref above (string value)
217#image_ref_alt = <None>
Matthew Treinish3d468112013-10-24 21:49:14 +0000218
Matthew Treinishc603d162015-01-05 20:03:40 -0500219# Valid primary flavor to use in tests. (string value)
220#flavor_ref = 1
221
222# Valid secondary flavor to be used in tests. (string value)
223#flavor_ref_alt = 2
Matthew Treinish3d468112013-10-24 21:49:14 +0000224
Jon Grimm270bd7f2014-08-05 18:11:29 +0000225# User name used to authenticate to an instance. (string value)
226#image_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000227
Matthew Treinishc603d162015-01-05 20:03:40 -0500228# Password used to authenticate to an instance. (string value)
229#image_ssh_password = password
Matthew Treinish3d468112013-10-24 21:49:14 +0000230
Matthew Treinishc603d162015-01-05 20:03:40 -0500231# User name used to authenticate to an instance using the alternate
232# image. (string value)
233#image_alt_ssh_user = root
Matthew Treinish3d468112013-10-24 21:49:14 +0000234
Matthew Treinishc603d162015-01-05 20:03:40 -0500235# Time in seconds between build status checks. (integer value)
236#build_interval = 1
Jon Grimm270bd7f2014-08-05 18:11:29 +0000237
Matthew Treinishc603d162015-01-05 20:03:40 -0500238# Timeout in seconds to wait for an instance to build. Other services
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200239# that do not define build_timeout will inherit this value. (integer
240# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500241#build_timeout = 300
Jon Grimm270bd7f2014-08-05 18:11:29 +0000242
Jon Grimm270bd7f2014-08-05 18:11:29 +0000243# Auth method used for authenticate to the instance. Valid choices
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000244# are: keypair, configured, adminpass and disabled. Keypair: start the
245# servers with a ssh keypair. Configured: use the configured user and
246# password. Adminpass: use the injected adminPass. Disabled: avoid
247# using ssh when it is an option. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000248#ssh_auth_method = keypair
249
Jon Grimm270bd7f2014-08-05 18:11:29 +0000250# How to connect to the instance? fixed: using the first ip belongs
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000251# the fixed network floating: creating and using a floating ip.
252# (string value)
253#ssh_connect_method = floating
JordanP5d29b2c2013-12-18 13:56:03 +0000254
Matthew Treinishc603d162015-01-05 20:03:40 -0500255# User name used to authenticate to an instance. (string value)
256#ssh_user = root
257
258# Timeout in seconds to wait for ping to succeed. (integer value)
259#ping_timeout = 120
260
Richard Wintersf87059b2015-02-17 11:46:54 -0500261# The packet size for ping packets originating from remote linux hosts
262# (integer value)
263#ping_size = 56
264
265# The number of ping packets originating from remote linux hosts
266# (integer value)
267#ping_count = 1
268
Jon Grimm270bd7f2014-08-05 18:11:29 +0000269# Timeout in seconds to wait for authentication to succeed. (integer
270# value)
271#ssh_timeout = 300
Matthew Treinish3d468112013-10-24 21:49:14 +0000272
Matthew Treinishc603d162015-01-05 20:03:40 -0500273# Additional wait time for clean state, when there is no OS-EXT-STS
274# extension available (integer value)
275#ready_wait = 0
276
277# Timeout in seconds to wait for output from ssh channel. (integer
278# value)
279#ssh_channel_timeout = 60
280
Matthew Treinish03feae02015-03-27 10:25:45 -0400281# Name of the fixed network that is visible to all test tenants. If
282# multiple networks are available for a tenant this is the network
283# which will be used for creating servers if tempest does not create a
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000284# network or a network is not specified elsewhere. It may be used for
285# ssh validation only if floating IPs are disabled. (string value)
Matthew Treinish03feae02015-03-27 10:25:45 -0400286#fixed_network_name = <None>
Matthew Treinishc603d162015-01-05 20:03:40 -0500287
288# Network used for SSH connections. Ignored if
Matthew Treinishe5cca002015-05-11 15:36:50 -0400289# use_floatingip_for_ssh=true or run_validation=false. (string value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500290#network_for_ssh = public
291
292# IP version used for SSH connections. (integer value)
293#ip_version_for_ssh = 4
Jon Grimm270bd7f2014-08-05 18:11:29 +0000294
295# Does SSH use Floating IPs? (boolean value)
296#use_floatingip_for_ssh = true
297
Matthew Treinishc603d162015-01-05 20:03:40 -0500298# Catalog type of the Compute service. (string value)
299#catalog_type = compute
300
301# The compute region name to use. If empty, the value of
302# identity.region is used instead. If no such region is found in the
303# service catalog, the first found one is used. (string value)
304#region =
305
306# The endpoint type to use for the compute service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400307# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500308#endpoint_type = publicURL
309
Jon Grimm270bd7f2014-08-05 18:11:29 +0000310# Expected device name when a volume is attached to an instance
Matthew Treinish3d468112013-10-24 21:49:14 +0000311# (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000312#volume_device_name = vdb
Sean Dague82190852014-05-24 07:42:59 -0400313
Matthew Treinishc603d162015-01-05 20:03:40 -0500314# Time in seconds before a shelved instance is eligible for removing
315# from a host. -1 never offload, 0 offload when shelved. This time
316# should be the same as the time of nova.conf, and some tests will run
317# for as long as the time. (integer value)
318#shelved_offload_time = 0
319
320# Unallocated floating IP range, which will be used to test the
321# floating IP bulk feature for CRUD operation. This block must not
322# overlap an existing floating IP pool. (string value)
323#floating_ip_range = 10.0.0.0/29
324
Sean Daguefc691e32014-01-03 08:51:54 -0500325
Sean Daguefc691e32014-01-03 08:51:54 -0500326[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000327
328#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000329# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000330#
331
Matthew Treinishc603d162015-01-05 20:03:40 -0500332# If false, skip disk config tests (boolean value)
333#disk_config = true
334
Jon Grimm270bd7f2014-08-05 18:11:29 +0000335# A list of enabled compute extensions with a special entry all which
336# indicates every extension is enabled. Each extension should be
337# specified with alias name. Empty list indicates all extensions are
338# disabled (list value)
339#api_extensions = all
Matthew Treinish3d468112013-10-24 21:49:14 +0000340
Jon Grimm270bd7f2014-08-05 18:11:29 +0000341# Does the test environment support changing the admin password?
342# (boolean value)
343#change_password = false
344
345# Does the test environment support obtaining instance serial console
346# output? (boolean value)
347#console_output = true
Matthew Treinish20866a22014-06-12 14:58:36 -0400348
Matthew Treinishc603d162015-01-05 20:03:40 -0500349# Does the test environment support resizing? (boolean value)
350#resize = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000351
Matthew Treinishc603d162015-01-05 20:03:40 -0500352# Does the test environment support pausing? (boolean value)
353#pause = true
Ghanshyam9c2e50d2014-07-22 21:32:05 +0900354
Matthew Treinishc603d162015-01-05 20:03:40 -0500355# Does the test environment support shelving/unshelving? (boolean
356# value)
357#shelve = true
358
359# Does the test environment support suspend/resume? (boolean value)
360#suspend = true
Adam Gandelman7186f7a2014-07-23 09:28:56 -0400361
Jon Grimm270bd7f2014-08-05 18:11:29 +0000362# Does the test environment support live migration available? (boolean
363# value)
Joe Gordon31a139a2014-11-17 16:39:04 -0800364#live_migration = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000365
Matthew Treinishc603d162015-01-05 20:03:40 -0500366# Does the test environment use block devices for live migration
367# (boolean value)
368#block_migration_for_live_migration = false
369
370# Does the test environment block migration support cinder iSCSI
Joe Gordon0a5788f2015-03-17 11:29:38 -0700371# volumes. Note, libvirt doesn't support this, see
372# https://bugs.launchpad.net/nova/+bug/1398999 (boolean value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500373#block_migrate_cinder_iscsi = false
374
Matt Riedemannbb9f7042015-03-03 08:53:11 -0800375# Does the test system allow live-migration of paused instances? Note,
376# this is more than just the ANDing of paused and live_migrate, but
377# all 3 should be set to True to run those tests (boolean value)
378#live_migrate_paused_instances = false
379
Matthew Treinishc603d162015-01-05 20:03:40 -0500380# Enable VNC console. This configuration value should be same as
381# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
382#vnc_console = false
383
384# Enable Spice console. This configuration value should be same as
385# [nova.spice]->enabled in nova.conf (boolean value)
386#spice_console = false
Jon Grimm270bd7f2014-08-05 18:11:29 +0000387
388# Enable RDP console. This configuration value should be same as
389# [nova.rdp]->enabled in nova.conf (boolean value)
390#rdp_console = false
391
392# Does the test environment support instance rescue mode? (boolean
393# value)
394#rescue = true
395
Matthew Treinishc603d162015-01-05 20:03:40 -0500396# Enables returning of the instance password by the relevant server
397# API calls such as create, rebuild or rescue. (boolean value)
398#enable_instance_password = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000399
Matthew Treinishc603d162015-01-05 20:03:40 -0500400# Does the test environment support dynamic network interface
401# attachment? (boolean value)
402#interface_attach = true
Jon Grimm270bd7f2014-08-05 18:11:29 +0000403
404# Does the test environment support creating snapshot images of
405# running instances? (boolean value)
406#snapshot = true
407
Matthew Treinishdfd7ac02015-02-09 17:47:31 -0500408# Does the test environment have the ec2 api running? (boolean value)
409#ec2_api = true
410
Matt Riedemann17940732015-03-13 14:18:19 +0000411# Does Nova preserve preexisting ports from Neutron when deleting an
412# instance? This should be set to True if testing Kilo+ Nova. (boolean
413# value)
414#preserve_ports = false
415
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100416
Julie Pichond1017642013-07-24 16:37:23 +0100417[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100418
Matthew Treinish3d468112013-10-24 21:49:14 +0000419#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000420# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000421#
Julie Pichond1017642013-07-24 16:37:23 +0100422
Matthew Treinish3d468112013-10-24 21:49:14 +0000423# Where the dashboard can be found (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000424#dashboard_url = http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900425
Matthew Treinish3d468112013-10-24 21:49:14 +0000426# Login page for the dashboard (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000427#login_url = http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900428
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900429
Sean Daguefc691e32014-01-03 08:51:54 -0500430[data_processing]
431
432#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000433# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500434#
435
436# Catalog type of the data processing service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000437#catalog_type = data_processing
Sean Daguefc691e32014-01-03 08:51:54 -0500438
Jon Grimm270bd7f2014-08-05 18:11:29 +0000439# The endpoint type to use for the data processing service. (string
440# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400441# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000442#endpoint_type = publicURL
JordanPfc62c902014-02-26 14:47:28 +0000443
Sean Daguefc691e32014-01-03 08:51:54 -0500444
Luigi Toscano14d172d2015-01-23 16:37:47 +0100445[data_processing-feature-enabled]
446
447#
448# From tempest.config
449#
450
451# List of enabled data processing plugins (list value)
452#plugins = vanilla,hdp
453
454
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800455[database]
456
457#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000458# From tempest.config
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800459#
460
461# Catalog type of the Database service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000462#catalog_type = database
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800463
Jon Grimm270bd7f2014-08-05 18:11:29 +0000464# Valid primary flavor to use in database tests. (string value)
465#db_flavor_ref = 1
Peter Stachowski320f9c72014-04-21 16:13:23 -0400466
Matthew Treinishc603d162015-01-05 20:03:40 -0500467# Current database version to use in database tests. (string value)
468#db_current_version = v1.0
469
Nikhil Manchandadd6886f2014-03-03 01:58:45 -0800470
Sean Daguefc691e32014-01-03 08:51:54 -0500471[debug]
472
473#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000474# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500475#
476
Jon Grimm270bd7f2014-08-05 18:11:29 +0000477# A regex to determine which requests should be traced. This is a
478# regex to match the caller for rest client requests to be able to
479# selectively trace calls out of specific classes and methods. It
480# largely exists for test development, and is not expected to be used
481# in a real deploy of tempest. This will be matched against the
482# discovered ClassName:method in the test environment. Expected
483# values for this field are: * ClassName:test_method_name - traces
484# one test_method * ClassName:setUp(Class) - traces specific setup
485# functions * ClassName:tearDown(Class) - traces specific teardown
486# functions * ClassName:_run_cleanups - traces the cleanup functions
487# If nothing is specified, this feature is not enabled. To trace
488# everything specify .* as the regex. (string value)
489#trace_requests =
Sean Daguec522c092014-03-24 10:43:22 -0400490
Sean Daguefc691e32014-01-03 08:51:54 -0500491
492[identity]
493
494#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000495# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500496#
497
Jon Grimm270bd7f2014-08-05 18:11:29 +0000498# Catalog type of the Identity service. (string value)
499#catalog_type = identity
500
501# Set to True if using self-signed SSL certificates. (boolean value)
502#disable_ssl_certificate_validation = false
503
Matthew Treinishc603d162015-01-05 20:03:40 -0500504# Specify a CA bundle file to use in verifying a TLS (https) server
505# certificate. (string value)
506#ca_certificates_file = <None>
Jon Grimm270bd7f2014-08-05 18:11:29 +0000507
508# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
509#uri = <None>
510
511# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
512#uri_v3 = <None>
513
Matthew Treinishc603d162015-01-05 20:03:40 -0500514# Identity API version to be used for authentication for API tests.
515# (string value)
516#auth_version = v2
517
518# The identity region name to use. Also used as the other services'
519# region name unless they are set explicitly. If no such region is
520# found in the service catalog, the first found one is used. (string
521# value)
522#region = RegionOne
523
524# The endpoint type to use for the identity service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400525# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500526#endpoint_type = publicURL
527
Jon Grimm270bd7f2014-08-05 18:11:29 +0000528# Username to use for Nova API requests. (string value)
529#username = <None>
Andrea Frittolib1b04bb2014-04-06 11:57:07 +0100530
Matthew Treinishc603d162015-01-05 20:03:40 -0500531# Tenant name to use for Nova API requests. (string value)
532#tenant_name = <None>
533
534# Role required to administrate keystone. (string value)
535#admin_role = admin
536
537# API key to use when authenticating. (string value)
538#password = <None>
539
540# Domain name for authentication (Keystone V3).The same domain applies
541# to user and project (string value)
542#domain_name = <None>
543
544# Username of alternate user to use for Nova API requests. (string
545# value)
546#alt_username = <None>
547
548# Alternate user's Tenant name to use for Nova API requests. (string
549# value)
550#alt_tenant_name = <None>
551
552# API key to use when authenticating as alternate user. (string value)
553#alt_password = <None>
554
555# Alternate domain name for authentication (Keystone V3).The same
556# domain applies to user and project (string value)
557#alt_domain_name = <None>
558
559# Administrative Username to use for Keystone API requests. (string
560# value)
561#admin_username = <None>
562
563# Administrative Tenant name to use for Keystone API requests. (string
564# value)
565#admin_tenant_name = <None>
566
567# API key to use when authenticating as admin. (string value)
568#admin_password = <None>
569
570# Admin domain name for authentication (Keystone V3).The same domain
571# applies to user and project (string value)
572#admin_domain_name = <None>
573
Sean Daguefc691e32014-01-03 08:51:54 -0500574
Matthew Treinishd5021a72014-01-09 18:42:51 +0000575[identity-feature-enabled]
576
577#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000578# From tempest.config
Matthew Treinishd5021a72014-01-09 18:42:51 +0000579#
580
Matthew Treinishc603d162015-01-05 20:03:40 -0500581# Does the identity service have delegation and impersonation enabled
582# (boolean value)
583#trust = true
584
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000585# Is the v2 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000586#api_v2 = true
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000587
588# Is the v3 identity API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000589#api_v3 = true
590
Matthew Treinishd5021a72014-01-09 18:42:51 +0000591
Sean Daguefc691e32014-01-03 08:51:54 -0500592[image]
593
594#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000595# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500596#
597
598# Catalog type of the Image service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000599#catalog_type = image
Sean Daguefc691e32014-01-03 08:51:54 -0500600
Matthew Treinishc603d162015-01-05 20:03:40 -0500601# The image region name to use. If empty, the value of identity.region
602# is used instead. If no such region is found in the service catalog,
603# the first found one is used. (string value)
604#region =
605
Jon Grimm270bd7f2014-08-05 18:11:29 +0000606# The endpoint type to use for the image service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400607# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000608#endpoint_type = publicURL
JordanP5d29b2c2013-12-18 13:56:03 +0000609
Sean Daguefc691e32014-01-03 08:51:54 -0500610# http accessible image (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000611#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
612
Lucian Petrut1cfe2982015-01-06 13:57:36 +0200613# Timeout in seconds to wait for an image to become available.
614# (integer value)
615#build_timeout = 300
616
617# Time in seconds between image operation status checks. (integer
618# value)
619#build_interval = 1
620
Sean Daguefc691e32014-01-03 08:51:54 -0500621
622[image-feature-enabled]
623
624#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000625# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500626#
627
Jon Grimm270bd7f2014-08-05 18:11:29 +0000628# Is the v2 image API enabled (boolean value)
629#api_v2 = true
Sean Daguefc691e32014-01-03 08:51:54 -0500630
Matthew Treinishc603d162015-01-05 20:03:40 -0500631# Is the v1 image API enabled (boolean value)
632#api_v1 = true
633
Sean Daguefc691e32014-01-03 08:51:54 -0500634
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000635[input-scenario]
636
637#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000638# From tempest.config
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000639#
640
Jon Grimm270bd7f2014-08-05 18:11:29 +0000641# Matching images become parameters for scenario tests (string value)
642#image_regex = ^cirros-0.3.1-x86_64-uec$
643
Matthew Treinishc603d162015-01-05 20:03:40 -0500644# Matching flavors become parameters for scenario tests (string value)
645#flavor_regex = ^m1.nano$
646
Jon Grimm270bd7f2014-08-05 18:11:29 +0000647# SSH verification in tests is skippedfor matching images (string
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000648# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000649#non_ssh_image_regex = ^.*[Ww]in.*$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000650
Jon Grimm270bd7f2014-08-05 18:11:29 +0000651# List of user mapped to regex to matching image names. (string value)
Marc Koderer07f5a522015-03-27 15:02:41 +0100652#ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"]]
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000653
654
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300655[messaging]
656
657#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000658# From tempest.config
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300659#
660
661# Catalog type of the Messaging service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000662#catalog_type = messaging
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300663
Matthew Treinishc603d162015-01-05 20:03:40 -0500664# The maximum number of queue records per page when listing queues
665# (integer value)
666#max_queues_per_page = 20
Jon Grimm270bd7f2014-08-05 18:11:29 +0000667
Matthew Treinishc603d162015-01-05 20:03:40 -0500668# The maximum metadata size for a queue (integer value)
669#max_queue_metadata = 65536
Jon Grimm270bd7f2014-08-05 18:11:29 +0000670
671# The maximum number of queue message per page when listing (or)
672# posting messages (integer value)
673#max_messages_per_page = 20
674
Matthew Treinishc603d162015-01-05 20:03:40 -0500675# The maximum size of a message body (integer value)
676#max_message_size = 262144
Jon Grimm270bd7f2014-08-05 18:11:29 +0000677
Matthew Treinishc603d162015-01-05 20:03:40 -0500678# The maximum number of messages per claim (integer value)
679#max_messages_per_claim = 20
680
681# The maximum ttl for a message (integer value)
682#max_message_ttl = 1209600
683
684# The maximum ttl for a claim (integer value)
685#max_claim_ttl = 43200
686
687# The maximum grace period for a claim (integer value)
688#max_claim_grace = 43200
Victoria Martínez de la Cruz1173b6e2014-09-22 18:32:13 -0300689
690
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100691[negative]
692
693#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000694# From tempest.config
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100695#
696
697# Test generator class for all negative tests (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000698#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
Marc Koderer6ee82dc2014-02-17 10:26:29 +0100699
700
Sean Daguefc691e32014-01-03 08:51:54 -0500701[network]
702
703#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000704# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500705#
706
707# Catalog type of the Neutron service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000708#catalog_type = network
709
Sean Daguefc691e32014-01-03 08:51:54 -0500710# The network region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +0000711# identity.region is used instead. If no such region is found in the
712# service catalog, the first found one is used. (string value)
713#region =
Sean Daguefc691e32014-01-03 08:51:54 -0500714
Matthew Treinishc603d162015-01-05 20:03:40 -0500715# The endpoint type to use for the network service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400716# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500717#endpoint_type = publicURL
718
Jon Grimm270bd7f2014-08-05 18:11:29 +0000719# The cidr block to allocate tenant ipv4 subnets from (string value)
720#tenant_network_cidr = 10.100.0.0/16
Sean Daguefc691e32014-01-03 08:51:54 -0500721
Henry Gessauffda37a2014-01-16 11:17:55 -0500722# The mask bits for tenant ipv4 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000723#tenant_network_mask_bits = 28
Sean Daguefc691e32014-01-03 08:51:54 -0500724
Jon Grimm270bd7f2014-08-05 18:11:29 +0000725# The cidr block to allocate tenant ipv6 subnets from (string value)
726#tenant_network_v6_cidr = 2003::/48
Henry Gessauffda37a2014-01-16 11:17:55 -0500727
728# The mask bits for tenant ipv6 subnets (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000729#tenant_network_v6_mask_bits = 64
Henry Gessauffda37a2014-01-16 11:17:55 -0500730
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000731# Whether tenant networks can be reached directly from the test
732# client. This must be set to True when the 'fixed' ssh_connect_method
733# is selected. (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000734#tenant_networks_reachable = false
Attila Fazekas640392b2014-06-12 15:58:10 +0200735
Matthew Treinishc603d162015-01-05 20:03:40 -0500736# Id of the public network that provides external connectivity (string
737# value)
738#public_network_id =
739
Joseph Lanoux2f81cc12015-01-12 16:01:20 +0000740# Default floating network name. Used to allocate floating IPs when
741# neutron is enabled. (string value)
742#floating_network_name = <None>
743
Matthew Treinishc603d162015-01-05 20:03:40 -0500744# Id of the public router that provides external connectivity. This
745# should only be used when Neutron's 'allow_overlapping_ips' is set to
746# 'False' in neutron.conf. usually not needed past 'Grizzly' release
747# (string value)
748#public_router_id =
749
750# Timeout in seconds to wait for network operation to complete.
751# (integer value)
752#build_timeout = 300
753
754# Time in seconds between network operation status checks. (integer
755# value)
756#build_interval = 1
757
758# List of dns servers which should be used for subnet creation (list
759# value)
760#dns_servers = 8.8.8.8,8.8.4.4
761
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200762# vnic_type to use when Launching instances with pre-configured ports.
763# Supported ports are: ['normal','direct','macvtap'] (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400764# Allowed values: <None>, normal, direct, macvtap
Itzik Brown2ca01cd2014-12-08 12:58:20 +0200765#port_vnic_type = <None>
766
Sean Daguefc691e32014-01-03 08:51:54 -0500767
768[network-feature-enabled]
769
770#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000771# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500772#
773
Matthew Treinishc603d162015-01-05 20:03:40 -0500774# Allow the execution of IPv6 tests (boolean value)
775#ipv6 = true
776
Jon Grimm270bd7f2014-08-05 18:11:29 +0000777# A list of enabled network extensions with a special entry all which
778# indicates every extension is enabled. Empty list indicates all
779# extensions are disabled (list value)
780#api_extensions = all
781
Jon Grimm270bd7f2014-08-05 18:11:29 +0000782# Allow the execution of IPv6 subnet tests that use the extended IPv6
783# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)
784#ipv6_subnet_attributes = false
Sean M. Collinsdd27a4d2014-05-13 10:33:15 -0400785
Itzik Brownbeb30d32015-03-29 09:42:54 +0300786# Does the test environment support changing port admin state (boolean
787# value)
788#port_admin_state_change = true
789
Sean Daguefc691e32014-01-03 08:51:54 -0500790
791[object-storage]
792
793#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000794# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500795#
796
797# Catalog type of the Object-Storage service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000798#catalog_type = object-store
Sean Daguefc691e32014-01-03 08:51:54 -0500799
Matthew Treinishc603d162015-01-05 20:03:40 -0500800# The object-storage region name to use. If empty, the value of
801# identity.region is used instead. If no such region is found in the
802# service catalog, the first found one is used. (string value)
803#region =
JordanP5d29b2c2013-12-18 13:56:03 +0000804
Jon Grimm270bd7f2014-08-05 18:11:29 +0000805# The endpoint type to use for the object-store service. (string
806# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400807# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +0000808#endpoint_type = publicURL
Sean Daguefc691e32014-01-03 08:51:54 -0500809
Matthew Treinishc603d162015-01-05 20:03:40 -0500810# Number of seconds to time on waiting for a container to container
811# synchronization complete. (integer value)
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900812#container_sync_timeout = 600
Matthew Treinishc603d162015-01-05 20:03:40 -0500813
814# Number of seconds to wait while looping to check the status of a
815# container to container synchronization (integer value)
816#container_sync_interval = 5
817
Jon Grimm270bd7f2014-08-05 18:11:29 +0000818# Role to add to users created for swift tests to enable creating
819# containers (string value)
820#operator_role = Member
Sean Daguefc691e32014-01-03 08:51:54 -0500821
Matthew Treinish998c91d2014-03-01 12:39:49 -0500822# User role that has reseller admin (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +0000823#reseller_admin_role = ResellerAdmin
Matthew Treinish998c91d2014-03-01 12:39:49 -0500824
Daisuke Morita1ac3ee02014-08-25 12:59:18 +0900825# Name of sync realm. A sync realm is a set of clusters that have
826# agreed to allow container syncing with each other. Set the same
827# realm name as Swift's container-sync-realms.conf (string value)
828#realm_name = realm1
829
830# One name of cluster which is set in the realm whose name is set in
831# 'realm_name' item in this file. Set the same cluster name as Swift's
832# container-sync-realms.conf (string value)
833#cluster_name = name1
834
Sean Daguefc691e32014-01-03 08:51:54 -0500835
836[object-storage-feature-enabled]
837
838#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000839# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500840#
841
Jon Grimm270bd7f2014-08-05 18:11:29 +0000842# A list of the enabled optional discoverable apis. A single entry,
843# all, indicates that all of these features are expected to be enabled
844# (list value)
845#discoverable_apis = all
846
Matthew Treinishc603d162015-01-05 20:03:40 -0500847# Execute (old style) container-sync tests (boolean value)
848#container_sync = true
849
Jon Grimm270bd7f2014-08-05 18:11:29 +0000850# Execute object-versioning tests (boolean value)
851#object_versioning = true
Daisuke Morita20a183f2014-08-25 14:43:36 +0900852
Matthew Treinishc603d162015-01-05 20:03:40 -0500853# Execute discoverability tests (boolean value)
854#discoverability = true
855
Sean Daguefc691e32014-01-03 08:51:54 -0500856
Matthew Treinish3d468112013-10-24 21:49:14 +0000857[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900858
Matthew Treinish3d468112013-10-24 21:49:14 +0000859#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000860# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000861#
Attila Fazekas86950732013-06-08 09:33:08 +0200862
Matthew Treinishc603d162015-01-05 20:03:40 -0500863# Catalog type of the Orchestration service. (string value)
864#catalog_type = orchestration
865
866# The orchestration region name to use. If empty, the value of
867# identity.region is used instead. If no such region is found in the
868# service catalog, the first found one is used. (string value)
869#region =
870
871# The endpoint type to use for the orchestration service. (string
872# value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400873# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -0500874#endpoint_type = publicURL
875
Matthew Treinishdb9721d2015-03-18 14:21:28 -0400876# Role required for users to be able to manage stacks (string value)
877#stack_owner_role = heat_stack_owner
878
Jon Grimm270bd7f2014-08-05 18:11:29 +0000879# Time in seconds between build status checks. (integer value)
880#build_interval = 1
881
882# Timeout in seconds to wait for a stack to build. (integer value)
883#build_timeout = 1200
884
Matthew Treinishc603d162015-01-05 20:03:40 -0500885# Instance type for tests. Needs to be big enough for a full OS plus
886# the test workload (string value)
887#instance_type = m1.micro
Jon Grimm270bd7f2014-08-05 18:11:29 +0000888
Jon Grimm270bd7f2014-08-05 18:11:29 +0000889# Name of existing keypair to launch servers with. (string value)
890#keypair_name = <None>
891
892# Value must match heat configuration of the same name. (integer
893# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500894#max_template_size = 524288
Jon Grimm270bd7f2014-08-05 18:11:29 +0000895
896# Value must match heat configuration of the same name. (integer
897# value)
Matthew Treinishc603d162015-01-05 20:03:40 -0500898#max_resources_per_stack = 1000
Steven Hardyfdc6bd72014-03-21 16:56:04 +0000899
Matthew Treinish3d468112013-10-24 21:49:14 +0000900
Doug Hellmann583ce2c2015-03-11 14:55:46 +0000901[oslo_concurrency]
902
903#
904# From oslo.concurrency
905#
906
907# Enables or disables inter-process locks. (boolean value)
908# Deprecated group/name - [DEFAULT]/disable_process_locking
909#disable_process_locking = false
910
911# Directory to use for lock files. For security, the specified
912# directory should only be writable by the user running the processes
913# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
914# If external locks are used, a lock path must be set. (string value)
915# Deprecated group/name - [DEFAULT]/lock_path
916#lock_path = <None>
917
918
Sean Daguefc691e32014-01-03 08:51:54 -0500919[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000920
921#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000922# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000923#
924
Matthew Treinishc603d162015-01-05 20:03:40 -0500925# Directory containing image files (string value)
926#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
927
928# Image file name (string value)
929# Deprecated group/name - [DEFAULT]/qcow2_img_file
930#img_file = cirros-0.3.1-x86_64-disk.img
931
932# Image disk format (string value)
933#img_disk_format = qcow2
934
935# Image container format (string value)
936#img_container_format = bare
Jon Grimm270bd7f2014-08-05 18:11:29 +0000937
938# AMI image file name (string value)
939#ami_img_file = cirros-0.3.1-x86_64-blank.img
940
941# ARI image file name (string value)
942#ari_img_file = cirros-0.3.1-x86_64-initrd
943
Matthew Treinishc603d162015-01-05 20:03:40 -0500944# AKI image file name (string value)
945#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
Jon Grimm270bd7f2014-08-05 18:11:29 +0000946
Matthew Treinishc603d162015-01-05 20:03:40 -0500947# ssh username for the image file (string value)
948#ssh_user = cirros
Alessandro Pilottib7c1daa2014-08-16 14:24:13 +0300949
Jon Grimm270bd7f2014-08-05 18:11:29 +0000950# specifies how many resources to request at once. Used for large
951# operations testing. (integer value)
952#large_ops_number = 0
Sean Daguefc691e32014-01-03 08:51:54 -0500953
Yair Fried413bf2d2014-11-19 17:07:11 +0200954# DHCP client used by images to renew DCHP lease. If left empty,
955# update operation will be skipped. Supported clients: "udhcpc",
956# "dhclient" (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -0400957# Allowed values: udhcpc, dhclient
Yair Fried413bf2d2014-11-19 17:07:11 +0200958#dhcp_client = udhcpc
959
Matthew Treinish3d468112013-10-24 21:49:14 +0000960
961[service_available]
962
963#
Jon Grimm270bd7f2014-08-05 18:11:29 +0000964# From tempest.config
Matthew Treinish3d468112013-10-24 21:49:14 +0000965#
966
Jon Grimm270bd7f2014-08-05 18:11:29 +0000967# Whether or not cinder is expected to be available (boolean value)
968#cinder = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000969
Jon Grimm270bd7f2014-08-05 18:11:29 +0000970# Whether or not neutron is expected to be available (boolean value)
971#neutron = false
Matthew Treinish3d468112013-10-24 21:49:14 +0000972
Matthew Treinishc603d162015-01-05 20:03:40 -0500973# Whether or not glance is expected to be available (boolean value)
974#glance = true
975
976# Whether or not swift is expected to be available (boolean value)
977#swift = true
978
Jon Grimm270bd7f2014-08-05 18:11:29 +0000979# Whether or not nova is expected to be available (boolean value)
980#nova = true
Matthew Treinish3d468112013-10-24 21:49:14 +0000981
Matthew Treinishc603d162015-01-05 20:03:40 -0500982# Whether or not Heat is expected to be available (boolean value)
983#heat = false
984
985# Whether or not Ceilometer is expected to be available (boolean
986# value)
987#ceilometer = true
988
989# Whether or not Horizon is expected to be available (boolean value)
990#horizon = true
991
Jon Grimm270bd7f2014-08-05 18:11:29 +0000992# Whether or not Sahara is expected to be available (boolean value)
993#sahara = false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000994
Matthew Treinishc603d162015-01-05 20:03:40 -0500995# Whether or not Ironic is expected to be available (boolean value)
996#ironic = false
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300997
Jon Grimm270bd7f2014-08-05 18:11:29 +0000998# Whether or not Trove is expected to be available (boolean value)
999#trove = false
Nikhil Manchandadd6886f2014-03-03 01:58:45 -08001000
Jon Grimm270bd7f2014-08-05 18:11:29 +00001001# Whether or not Zaqar is expected to be available (boolean value)
1002#zaqar = false
Malini Kamalambal6e7b3b82014-02-06 06:49:04 -05001003
Matthew Treinish3d468112013-10-24 21:49:14 +00001004
Sean Daguefc691e32014-01-03 08:51:54 -05001005[stress]
1006
1007#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001008# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001009#
1010
Matthew Treinishc603d162015-01-05 20:03:40 -05001011# Directory containing log files on the compute nodes (string value)
1012#nova_logdir = <None>
1013
1014# Maximum number of instances to create during test. (integer value)
1015#max_instances = 16
1016
Jon Grimm270bd7f2014-08-05 18:11:29 +00001017# Controller host. (string value)
1018#controller = <None>
Sean Daguefc691e32014-01-03 08:51:54 -05001019
Matthew Treinishc603d162015-01-05 20:03:40 -05001020# Controller host. (string value)
1021#target_controller = <None>
1022
1023# ssh user. (string value)
1024#target_ssh_user = <None>
1025
1026# Path to private key. (string value)
1027#target_private_key_path = <None>
1028
1029# regexp for list of log files. (string value)
1030#target_logfiles = <None>
1031
1032# time (in seconds) between log file error checks. (integer value)
1033#log_check_interval = 60
1034
Jon Grimm270bd7f2014-08-05 18:11:29 +00001035# The number of threads created while stress test. (integer value)
1036#default_thread_number_per_action = 4
1037
Jon Grimm270bd7f2014-08-05 18:11:29 +00001038# Prevent the cleaning (tearDownClass()) between each stress test run
1039# if an exception occurs during this run. (boolean value)
1040#leave_dirty_stack = false
1041
Matthew Treinishc603d162015-01-05 20:03:40 -05001042# Allows a full cleaning process after a stress test. Caution : this
1043# cleanup will remove every objects of every tenant. (boolean value)
1044#full_clean_stack = false
Julien Leloupa5ee5422014-02-13 14:29:02 +01001045
Sean Daguefc691e32014-01-03 08:51:54 -05001046
1047[telemetry]
1048
1049#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001050# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001051#
1052
1053# Catalog type of the Telemetry service. (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001054#catalog_type = metering
Sean Daguefc691e32014-01-03 08:51:54 -05001055
Jon Grimm270bd7f2014-08-05 18:11:29 +00001056# The endpoint type to use for the telemetry service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001057# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Jon Grimm270bd7f2014-08-05 18:11:29 +00001058#endpoint_type = publicURL
1059
1060# This variable is used as flag to enable notification tests (boolean
JordanPfc62c902014-02-26 14:47:28 +00001061# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001062#too_slow_to_test = true
Vadim Rovachev7bcea352013-12-26 15:56:17 +04001063
Sean Daguefc691e32014-01-03 08:51:54 -05001064
Joseph Lanoux2f81cc12015-01-12 16:01:20 +00001065[validation]
1066
1067#
1068# From tempest.config
1069#
1070
Matthew Treinishe5cca002015-05-11 15:36:50 -04001071# Enable ssh on created servers and creation of additional validation
1072# resources to enable remote access (boolean value)
1073# Deprecated group/name - [compute]/run_ssh
1074#run_validation = false
1075
Joseph Lanoux2f81cc12015-01-12 16:01:20 +00001076# Default IP type used for validation: -fixed: uses the first IP
1077# belonging to the fixed network -floating: creates and uses a
1078# floating IP (string value)
1079# Allowed values: fixed, floating
1080#connect_method = floating
1081
1082# Default authentication method to the instance. Only ssh via keypair
1083# is supported for now. Additional methods will be handled in a
1084# separate spec. (string value)
1085# Allowed values: keypair
1086#auth_method = keypair
1087
1088# Default IP version for ssh connections. (integer value)
1089#ip_version_for_ssh = 4
1090
1091# Timeout in seconds to wait for ping to succeed. (integer value)
1092#ping_timeout = 120
1093
1094# Timeout in seconds to wait for the TCP connection to be successful.
1095# (integer value)
1096#connect_timeout = 60
1097
1098# Timeout in seconds to wait for the ssh banner. (integer value)
1099#ssh_timeout = 300
1100
1101
Sean Daguefc691e32014-01-03 08:51:54 -05001102[volume]
1103
1104#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001105# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001106#
1107
Jon Grimm270bd7f2014-08-05 18:11:29 +00001108# Time in seconds between volume availability checks. (integer value)
1109#build_interval = 1
Sean Daguefc691e32014-01-03 08:51:54 -05001110
Eric Harney9b1f89c2014-10-14 14:40:19 -04001111# Timeout in seconds to wait for a volume to become available.
Sean Daguefc691e32014-01-03 08:51:54 -05001112# (integer value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001113#build_timeout = 300
Sean Daguefc691e32014-01-03 08:51:54 -05001114
1115# Catalog type of the Volume Service (string value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001116#catalog_type = volume
1117
Sean Daguefc691e32014-01-03 08:51:54 -05001118# The volume region name to use. If empty, the value of
Jon Grimm270bd7f2014-08-05 18:11:29 +00001119# identity.region is used instead. If no such region is found in the
1120# service catalog, the first found one is used. (string value)
1121#region =
1122
Matthew Treinishc603d162015-01-05 20:03:40 -05001123# The endpoint type to use for the volume service. (string value)
Davanum Srinivasefead032015-03-09 17:27:42 -04001124# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
Matthew Treinishc603d162015-01-05 20:03:40 -05001125#endpoint_type = publicURL
1126
1127# Name of the backend1 (must be declared in cinder.conf) (string
1128# value)
1129#backend1_name = BACKEND_1
1130
1131# Name of the backend2 (must be declared in cinder.conf) (string
1132# value)
1133#backend2_name = BACKEND_2
1134
Jon Grimm270bd7f2014-08-05 18:11:29 +00001135# Backend protocol to target when creating volume types (string value)
1136#storage_protocol = iSCSI
1137
1138# Backend vendor to target when creating volume types (string value)
1139#vendor_name = Open Source
1140
Matthew Treinishc603d162015-01-05 20:03:40 -05001141# Disk format to use when copying a volume to image (string value)
1142#disk_format = raw
1143
Jon Grimm270bd7f2014-08-05 18:11:29 +00001144# Default size in GB for volumes created by volumes tests (integer
Sean Daguefc691e32014-01-03 08:51:54 -05001145# value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001146#volume_size = 1
Jerry Cai9733d0e2014-03-19 15:50:49 +08001147
Sean Daguefc691e32014-01-03 08:51:54 -05001148
1149[volume-feature-enabled]
1150
1151#
Jon Grimm270bd7f2014-08-05 18:11:29 +00001152# From tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -05001153#
1154
Matthew Treinishc603d162015-01-05 20:03:40 -05001155# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
1156#multi_backend = false
1157
1158# Runs Cinder volumes backup test (boolean value)
1159#backup = true
1160
1161# Runs Cinder volume snapshot test (boolean value)
1162#snapshot = true
1163
Jon Grimm270bd7f2014-08-05 18:11:29 +00001164# A list of enabled volume extensions with a special entry all which
1165# indicates every extension is enabled. Empty list indicates all
1166# extensions are disabled (list value)
1167#api_extensions = all
Zhi Kun Liude25c022014-02-14 13:25:19 +08001168
Sean Daguefc691e32014-01-03 08:51:54 -05001169# Is the v1 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001170#api_v1 = true
Sean Daguefc691e32014-01-03 08:51:54 -05001171
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +08001172# Is the v2 volume API enabled (boolean value)
Jon Grimm270bd7f2014-08-05 18:11:29 +00001173#api_v2 = true
bkopilov8a657ae2015-05-11 11:45:23 +03001174
1175# Update bootable status of a volume Not implemented on icehouse
1176# (boolean value)
1177#bootable = false