blob: 0f18f5eb182277157379b02c7afb7fd92f5ab867 [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#
4# Options defined in tempest.openstack.common.lockutils
5#
Attila Fazekasbfd96e12013-07-31 17:19:10 +02006
Matthew Treinish3d468112013-10-24 21:49:14 +00007# Whether to disable inter-process locks (boolean value)
8#disable_process_locking=false
Attila Fazekasbfd96e12013-07-31 17:19:10 +02009
Matthew Treinish3d468112013-10-24 21:49:14 +000010# Directory to use for lock files. (string value)
11#lock_path=<None>
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -040012
Matthew Treinish3d468112013-10-24 21:49:14 +000013
14#
15# Options defined in tempest.openstack.common.log
16#
17
18# Print debugging output (set logging level to DEBUG instead
19# of default WARNING level). (boolean value)
20#debug=false
21
22# Print more verbose output (set logging level to INFO instead
23# of default WARNING level). (boolean value)
24#verbose=false
25
26# Log output to standard error (boolean value)
27#use_stderr=true
28
29# format string to use for log messages with context (string
30# value)
Sean Daguefc691e32014-01-03 08:51:54 -050031#logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
Matthew Treinish3d468112013-10-24 21:49:14 +000032
33# format string to use for log messages without context
34# (string value)
35#logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
36
37# data to append to log format when level is DEBUG (string
38# value)
39#logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
40
41# prefix each line of exception output with this format
42# (string value)
43#logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s
44
45# list of logger=LEVEL pairs (list value)
Sean Daguefc691e32014-01-03 08:51:54 -050046#default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,iso8601=WARN
Matthew Treinish3d468112013-10-24 21:49:14 +000047
48# publish error events (boolean value)
49#publish_errors=false
50
51# make deprecations fatal (boolean value)
52#fatal_deprecations=false
53
54# If an instance is passed with the log message, format it
55# like this (string value)
56#instance_format="[instance: %(uuid)s] "
57
58# If an instance UUID is passed with the log message, format
59# it like this (string value)
60#instance_uuid_format="[instance: %(uuid)s] "
61
Sean Daguefc691e32014-01-03 08:51:54 -050062# The name of logging configuration file. It does not disable
63# existing loggers, but just appends specified logging
64# configuration to any other existing logging options. Please
65# see the Python logging module documentation for details on
66# logging configuration files. (string value)
67# Deprecated group/name - [DEFAULT]/log_config
68#log_config_append=<None>
Matthew Treinish3d468112013-10-24 21:49:14 +000069
70# DEPRECATED. A logging.Formatter log message format string
71# which may use any of the available logging.LogRecord
72# attributes. This option is deprecated. Please use
73# logging_context_format_string and
74# logging_default_format_string instead. (string value)
75#log_format=<None>
76
77# Format string for %%(asctime)s in log records. Default:
78# %(default)s (string value)
79#log_date_format=%Y-%m-%d %H:%M:%S
80
81# (Optional) Name of log file to output to. If no default is
82# set, logging will go to stdout. (string value)
83# Deprecated group/name - [DEFAULT]/logfile
84#log_file=<None>
85
86# (Optional) The base directory used for relative --log-file
87# paths (string value)
88# Deprecated group/name - [DEFAULT]/logdir
89#log_dir=<None>
90
91# Use syslog for logging. (boolean value)
92#use_syslog=false
93
94# syslog facility to receive log lines (string value)
95#syslog_log_facility=LOG_USER
96
Marc Kodererb714de52013-08-08 09:21:46 +020097
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +030098[baremetal]
99
100#
101# Options defined in tempest.config
102#
103
104# Catalog type of the baremetal provisioning service. (string
105# value)
106#catalog_type=baremetal
107
108
Sean Daguefc691e32014-01-03 08:51:54 -0500109[boto]
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400110
111#
112# Options defined in tempest.config
113#
114
Sean Daguefc691e32014-01-03 08:51:54 -0500115# EC2 URL (string value)
116#ec2_url=http://localhost:8773/services/Cloud
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400117
Sean Daguefc691e32014-01-03 08:51:54 -0500118# S3 URL (string value)
119#s3_url=http://localhost:8080
120
121# AWS Secret Key (string value)
122#aws_secret=<None>
123
124# AWS Access Key (string value)
125#aws_access=<None>
126
127# S3 Materials Path (string value)
128#s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
129
130# ARI Ramdisk Image manifest (string value)
131#ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml
132
133# AMI Machine Image manifest (string value)
134#ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml
135
136# AKI Kernel Image manifest (string value)
137#aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml
138
139# Instance type (string value)
140#instance_type=m1.tiny
141
142# boto Http socket timeout (integer value)
143#http_socket_timeout=3
144
145# boto num_retries on error (integer value)
146#num_retries=1
147
148# Status Change Timeout (integer value)
149#build_timeout=60
150
151# Status Change Test Interval (integer value)
152#build_interval=1
153
154
155[cli]
156
157#
Matthew Treinishe2b56b52014-01-29 19:25:50 +0000158# Options defined in tempest.config
Sean Daguefc691e32014-01-03 08:51:54 -0500159#
160
161# enable cli tests (boolean value)
162#enabled=true
163
164# directory where python client binaries are located (string
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400165# value)
Sean Daguefc691e32014-01-03 08:51:54 -0500166#cli_dir=/usr/local/bin
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400167
Sean Daguefc691e32014-01-03 08:51:54 -0500168# Number of seconds to wait on a CLI timeout (integer value)
169#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900170
Sean Dague83401992013-05-06 17:46:36 -0400171
Matthew Treinish3d468112013-10-24 21:49:14 +0000172[compute]
173
174#
175# Options defined in tempest.config
176#
177
178# Allows test cases to create/destroy tenants and users. This
179# option enables isolated test cases and better parallel
180# execution, but also requires that OpenStack Identity API
181# admin credentials are known. (boolean value)
182#allow_tenant_isolation=false
183
Matthew Treinish3d468112013-10-24 21:49:14 +0000184# Valid secondary image reference to be used in tests. (string
185# value)
186#image_ref={$IMAGE_ID}
187
188# Valid secondary image reference to be used in tests. (string
189# value)
190#image_ref_alt={$IMAGE_ID_ALT}
191
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900192# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000193#flavor_ref=1
194
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900195# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000196#flavor_ref_alt=2
197
198# User name used to authenticate to an instance. (string
199# value)
200#image_ssh_user=root
201
202# Password used to authenticate to an instance. (string value)
203#image_ssh_password=password
204
205# User name used to authenticate to an instance using the
206# alternate image. (string value)
207#image_alt_ssh_user=root
208
209# Password used to authenticate to an instance using the
210# alternate image. (string value)
211#image_alt_ssh_password=password
212
213# Time in seconds between build status checks. (integer value)
214#build_interval=10
215
216# Timeout in seconds to wait for an instance to build.
217# (integer value)
218#build_timeout=300
219
Derek Higgins85cd5142013-12-17 17:10:11 +0000220# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000221#run_ssh=false
222
223# User name used to authenticate to an instance. (string
224# value)
225#ssh_user=root
226
227# Timeout in seconds to wait for ping to succeed. (integer
228# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000229#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000230
231# Timeout in seconds to wait for authentication to succeed.
232# (integer value)
233#ssh_timeout=300
234
235# Additional wait time for clean state, when there is no OS-
236# EXT-STS extension available (integer value)
237#ready_wait=0
238
239# Timeout in seconds to wait for output from ssh channel.
240# (integer value)
241#ssh_channel_timeout=60
242
243# Visible fixed network name (string value)
244#fixed_network_name=private
245
246# Network used for SSH connections. (string value)
247#network_for_ssh=public
248
249# IP version used for SSH connections. (integer value)
250#ip_version_for_ssh=4
251
252# Dose the SSH uses Floating IP? (boolean value)
253#use_floatingip_for_ssh=true
254
255# Catalog type of the Compute service. (string value)
256#catalog_type=compute
257
258# The compute region name to use. If empty, the value of
259# identity.region is used instead. If no such region is found
260# in the service catalog, the first found one is used. (string
261# value)
262#region=
263
JordanP5d29b2c2013-12-18 13:56:03 +0000264# The endpoint type to use for the compute service. (string
265# value)
266#endpoint_type=publicURL
267
Matthew Treinish3d468112013-10-24 21:49:14 +0000268# Catalog type of the Compute v3 service. (string value)
269#catalog_v3_type=computev3
270
271# Path to a private key file for SSH access to remote hosts
272# (string value)
273#path_to_private_key=<None>
274
275# Expected device name when a volume is attached to an
276# instance (string value)
277#volume_device_name=vdb
278
279# Time in seconds before a shelved instance is eligible for
280# removing from a host. -1 never offload, 0 offload when
281# shelved. This time should be the same as the time of
282# nova.conf, and some tests will run for as long as the time.
283# (integer value)
284#shelved_offload_time=0
285
Sean Daguefc691e32014-01-03 08:51:54 -0500286# Allows test cases to create/destroy tenants and users. This
287# option enables isolated test cases and better parallel
288# execution, but also requires that OpenStack Identity API
289# admin credentials are known. (boolean value)
290#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000291
Sean Daguefc691e32014-01-03 08:51:54 -0500292
293[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700294
Matthew Treinish3d468112013-10-24 21:49:14 +0000295#
296# Options defined in tempest.config
297#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400298
Sean Daguefc691e32014-01-03 08:51:54 -0500299# Administrative Username to use for Nova API requests.
300# (string value)
301#username=admin
Arata Notsu8f440392013-09-13 16:14:20 +0900302
Sean Daguefc691e32014-01-03 08:51:54 -0500303# Administrative Tenant name to use for Nova API requests.
304# (string value)
305#tenant_name=admin
Maru Newby81f07a02012-09-05 20:21:19 -0700306
Sean Daguefc691e32014-01-03 08:51:54 -0500307# API key to use when authenticating as admin. (string value)
308#password=pass
Matthew Treinish3d468112013-10-24 21:49:14 +0000309
310
Sean Daguefc691e32014-01-03 08:51:54 -0500311[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000312
313#
314# Options defined in tempest.config
315#
316
Sean Daguefc691e32014-01-03 08:51:54 -0500317# If false, skip all nova v3 tests. (boolean value)
318#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000319
Sean Daguefc691e32014-01-03 08:51:54 -0500320# If false, skip disk config tests (boolean value)
321#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000322
Zhi Kun Liude25c022014-02-14 13:25:19 +0800323# A list of enabled compute extensions with a special entry
324# all which indicates every extension is enabled (list value)
325#api_extensions=all
326
Sean Daguefc691e32014-01-03 08:51:54 -0500327# A list of enabled v3 extensions with a special entry all
328# which indicates every extension is enabled (list value)
329#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000330
Sean Daguefc691e32014-01-03 08:51:54 -0500331# Does the test environment support changing the admin
332# password? (boolean value)
333#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000334
Sean Daguefc691e32014-01-03 08:51:54 -0500335# Does the test environment support snapshots? (boolean value)
336#create_image=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000337
Sean Daguefc691e32014-01-03 08:51:54 -0500338# Does the test environment support resizing? (boolean value)
339#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000340
Sean Daguefc691e32014-01-03 08:51:54 -0500341# Does the test environment support live migration available?
342# (boolean value)
343#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000344
Sean Daguefc691e32014-01-03 08:51:54 -0500345# Does the test environment use block devices for live
346# migration (boolean value)
347#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000348
Sean Daguefc691e32014-01-03 08:51:54 -0500349# Does the test environment block migration support cinder
350# iSCSI volumes (boolean value)
351#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100352
353
Julie Pichond1017642013-07-24 16:37:23 +0100354[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100355
Matthew Treinish3d468112013-10-24 21:49:14 +0000356#
357# Options defined in tempest.config
358#
Julie Pichond1017642013-07-24 16:37:23 +0100359
Matthew Treinish3d468112013-10-24 21:49:14 +0000360# Where the dashboard can be found (string value)
361#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900362
Matthew Treinish3d468112013-10-24 21:49:14 +0000363# Login page for the dashboard (string value)
364#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900365
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900366
Sean Daguefc691e32014-01-03 08:51:54 -0500367[data_processing]
368
369#
370# Options defined in tempest.config
371#
372
373# Catalog type of the data processing service. (string value)
374#catalog_type=data_processing
375
376
377[debug]
378
379#
380# Options defined in tempest.config
381#
382
383# Enable diagnostic commands (boolean value)
384#enable=true
385
386
387[identity]
388
389#
390# Options defined in tempest.config
391#
392
393# Catalog type of the Identity service. (string value)
394#catalog_type=identity
395
396# Set to True if using self-signed SSL certificates. (boolean
397# value)
398#disable_ssl_certificate_validation=false
399
400# Full URI of the OpenStack Identity API (Keystone), v2
401# (string value)
402#uri=<None>
403
404# Full URI of the OpenStack Identity API (Keystone), v3
405# (string value)
406#uri_v3=<None>
407
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000408# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000409# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000410#auth_version=v2
411
Sean Daguefc691e32014-01-03 08:51:54 -0500412# The identity region name to use. Also used as the other
413# services' region name unless they are set explicitly. If no
414# such region is found in the service catalog, the first found
415# one is used. (string value)
416#region=RegionOne
417
JordanP5d29b2c2013-12-18 13:56:03 +0000418# The endpoint type to use for the identity service. (string
419# value)
420#endpoint_type=publicURL
421
Sean Daguefc691e32014-01-03 08:51:54 -0500422# Username to use for Nova API requests. (string value)
423#username=demo
424
425# Tenant name to use for Nova API requests. (string value)
426#tenant_name=demo
427
428# Role required to administrate keystone. (string value)
429#admin_role=admin
430
431# API key to use when authenticating. (string value)
432#password=pass
433
434# Username of alternate user to use for Nova API requests.
435# (string value)
436#alt_username=<None>
437
438# Alternate user's Tenant name to use for Nova API requests.
439# (string value)
440#alt_tenant_name=<None>
441
442# API key to use when authenticating as alternate user.
443# (string value)
444#alt_password=<None>
445
Dirk Mueller14bd5622014-01-14 19:33:05 +0100446# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500447# (string value)
448#admin_username=admin
449
450# Administrative Tenant name to use for Keystone API requests.
451# (string value)
452#admin_tenant_name=admin
453
454# API key to use when authenticating as admin. (string value)
455#admin_password=pass
456
457
Matthew Treinishd5021a72014-01-09 18:42:51 +0000458[identity-feature-enabled]
459
460#
461# Options defined in tempest.config
462#
463
464# Does the identity service have delegation and impersonation
465# enabled (boolean value)
466#trust=true
467
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000468# Is the v2 identity API enabled (boolean value)
469#api_v2=true
470
471# Is the v3 identity API enabled (boolean value)
472#api_v3=true
473
Matthew Treinishd5021a72014-01-09 18:42:51 +0000474
Sean Daguefc691e32014-01-03 08:51:54 -0500475[image]
476
477#
478# Options defined in tempest.config
479#
480
481# Catalog type of the Image service. (string value)
482#catalog_type=image
483
484# The image region name to use. If empty, the value of
485# identity.region is used instead. If no such region is found
486# in the service catalog, the first found one is used. (string
487# value)
488#region=
489
JordanP5d29b2c2013-12-18 13:56:03 +0000490# The endpoint type to use for the image service. (string
491# value)
492#endpoint_type=publicURL
493
Sean Daguefc691e32014-01-03 08:51:54 -0500494# http accessible image (string value)
495#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
496
497
498[image-feature-enabled]
499
500#
501# Options defined in tempest.config
502#
503
504# Is the v2 image API enabled (boolean value)
505#api_v2=true
506
507# Is the v1 image API enabled (boolean value)
508#api_v1=true
509
510
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000511[input-scenario]
512
513#
514# Options defined in tempest.config
515#
516
517# Matching images become parameters for scenario tests (string
518# value)
519#image_regex=^cirros-0.3.1-x86_64-uec$
520
521# Matching flavors become parameters for scenario tests
522# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000523#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000524
525# SSH verification in tests is skippedfor matching images
526# (string value)
527#non_ssh_image_regex=^.*[Ww]in.*$
528
529# List of user mapped to regex to matching image names.
530# (string value)
531#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
532
533
Sean Daguefc691e32014-01-03 08:51:54 -0500534[network]
535
536#
537# Options defined in tempest.config
538#
539
540# Catalog type of the Neutron service. (string value)
541#catalog_type=network
542
543# The network region name to use. If empty, the value of
544# identity.region is used instead. If no such region is found
545# in the service catalog, the first found one is used. (string
546# value)
547#region=
548
JordanP5d29b2c2013-12-18 13:56:03 +0000549# The endpoint type to use for the network service. (string
550# value)
551#endpoint_type=publicURL
552
Henry Gessauffda37a2014-01-16 11:17:55 -0500553# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500554# value)
555#tenant_network_cidr=10.100.0.0/16
556
Henry Gessauffda37a2014-01-16 11:17:55 -0500557# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500558#tenant_network_mask_bits=28
559
armando-migliaccio5bb7aef2014-02-19 21:55:14 -0800560# Allow the execution of IPv6 tests (boolean value)
561#ipv6_enabled=true
562
Henry Gessauffda37a2014-01-16 11:17:55 -0500563# The cidr block to allocate tenant ipv6 subnets from (string
564# value)
565#tenant_network_v6_cidr=2003::/64
566
567# The mask bits for tenant ipv6 subnets (integer value)
568#tenant_network_v6_mask_bits=96
569
Sean Daguefc691e32014-01-03 08:51:54 -0500570# Whether tenant network connectivity should be evaluated
571# directly (boolean value)
572#tenant_networks_reachable=false
573
574# Id of the public network that provides external connectivity
575# (string value)
576#public_network_id=
577
578# Id of the public router that provides external connectivity
579# (string value)
580#public_router_id=
581
582
583[network-feature-enabled]
584
585#
586# Options defined in tempest.config
587#
588
Zhi Kun Liude25c022014-02-14 13:25:19 +0800589# A list of enabled network extensions with a special entry
590# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500591#api_extensions=all
592
593
594[object-storage]
595
596#
597# Options defined in tempest.config
598#
599
600# Catalog type of the Object-Storage service. (string value)
601#catalog_type=object-store
602
603# The object-storage region name to use. If empty, the value
604# of identity.region is used instead. If no such region is
605# found in the service catalog, the first found one is used.
606# (string value)
607#region=
608
JordanP5d29b2c2013-12-18 13:56:03 +0000609# The endpoint type to use for the object-store service.
610# (string value)
611#endpoint_type=publicURL
612
Fabien Boucher2178d312013-12-31 15:38:57 +0100613# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500614# container synchronization complete. (integer value)
615#container_sync_timeout=120
616
Fabien Boucher2178d312013-12-31 15:38:57 +0100617# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500618# of a container to container synchronization (integer value)
619#container_sync_interval=5
620
621# Role to add to users created for swift tests to enable
622# creating containers (string value)
623#operator_role=Member
624
625
626[object-storage-feature-enabled]
627
628#
629# Options defined in tempest.config
630#
631
Matthew Treinish20345382013-12-13 17:04:23 +0000632# A list of the enabled optional discoverable apis. A single
633# entry, all, indicates that all of these features are
634# expected to be enabled (list value)
635#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500636
637
Matthew Treinish3d468112013-10-24 21:49:14 +0000638[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900639
Matthew Treinish3d468112013-10-24 21:49:14 +0000640#
641# Options defined in tempest.config
642#
Attila Fazekas86950732013-06-08 09:33:08 +0200643
Matthew Treinish3d468112013-10-24 21:49:14 +0000644# Catalog type of the Orchestration service. (string value)
645#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000646
Matthew Treinish3d468112013-10-24 21:49:14 +0000647# The orchestration region name to use. If empty, the value of
648# identity.region is used instead. If no such region is found
649# in the service catalog, the first found one is used. (string
650# value)
651#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400652
JordanP5d29b2c2013-12-18 13:56:03 +0000653# The endpoint type to use for the orchestration service.
654# (string value)
655#endpoint_type=publicURL
656
Matthew Treinish3d468112013-10-24 21:49:14 +0000657# Time in seconds between build status checks. (integer value)
658#build_interval=1
659
660# Timeout in seconds to wait for a stack to build. (integer
661# value)
662#build_timeout=300
663
664# Instance type for tests. Needs to be big enough for a full
665# OS plus the test workload (string value)
666#instance_type=m1.micro
667
668# Name of heat-cfntools enabled image to use when launching
669# test instances. (string value)
670#image_ref=<None>
671
672# Name of existing keypair to launch servers with. (string
673# value)
674#keypair_name=<None>
675
676# Value must match heat configuration of the same name.
677# (integer value)
678#max_template_size=524288
679
680
Sean Daguefc691e32014-01-03 08:51:54 -0500681[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000682
683#
684# Options defined in tempest.config
685#
686
Sean Daguefc691e32014-01-03 08:51:54 -0500687# Directory containing image files (string value)
688#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
689
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900690# QCOW2 image file name (string value)
691#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
692
Sean Daguefc691e32014-01-03 08:51:54 -0500693# AMI image file name (string value)
694#ami_img_file=cirros-0.3.1-x86_64-blank.img
695
696# ARI image file name (string value)
697#ari_img_file=cirros-0.3.1-x86_64-initrd
698
699# AKI image file name (string value)
700#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
701
702# ssh username for the image file (string value)
703#ssh_user=cirros
704
705# specifies how many resources to request at once. Used for
706# large operations testing. (integer value)
707#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000708
709
710[service_available]
711
712#
713# Options defined in tempest.config
714#
715
716# Whether or not cinder is expected to be available (boolean
717# value)
718#cinder=true
719
720# Whether or not neutron is expected to be available (boolean
721# value)
722#neutron=false
723
724# Whether or not glance is expected to be available (boolean
725# value)
726#glance=true
727
728# Whether or not swift is expected to be available (boolean
729# value)
730#swift=true
731
732# Whether or not nova is expected to be available (boolean
733# value)
734#nova=true
735
736# Whether or not Heat is expected to be available (boolean
737# value)
738#heat=false
739
740# Whether or not Ceilometer is expected to be available
741# (boolean value)
742#ceilometer=true
743
744# Whether or not Horizon is expected to be available (boolean
745# value)
746#horizon=true
747
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400748# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100749# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400750#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000751
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300752# Whether or not Ironic is expected to be available (boolean
753# value)
754#ironic=false
755
Matthew Treinish3d468112013-10-24 21:49:14 +0000756
Sean Daguefc691e32014-01-03 08:51:54 -0500757[stress]
758
759#
760# Options defined in tempest.config
761#
762
763# Directory containing log files on the compute nodes (string
764# value)
765#nova_logdir=<None>
766
767# Maximum number of instances to create during test. (integer
768# value)
769#max_instances=16
770
771# Controller host. (string value)
772#controller=<None>
773
774# Controller host. (string value)
775#target_controller=<None>
776
777# ssh user. (string value)
778#target_ssh_user=<None>
779
780# Path to private key. (string value)
781#target_private_key_path=<None>
782
783# regexp for list of log files. (string value)
784#target_logfiles=<None>
785
786# time (in seconds) between log file error checks. (integer
787# value)
788#log_check_interval=60
789
790# The number of threads created while stress test. (integer
791# value)
792#default_thread_number_per_action=4
793
Julien Leloup04d40f72014-01-28 11:17:18 +0100794# Prevent the cleaning (tearDownClass()) between each stress
795# test run if an exception occurs during this run. (boolean
796# value)
797#leave_dirty_stack=false
798
Julien Leloupa5ee5422014-02-13 14:29:02 +0100799# Allows a full cleaning process after a stress test. Caution
800# : this cleanup will remove every objects of every tenant.
801# (boolean value)
802#full_clean_stack=false
803
Sean Daguefc691e32014-01-03 08:51:54 -0500804
805[telemetry]
806
807#
808# Options defined in tempest.config
809#
810
811# Catalog type of the Telemetry service. (string value)
812#catalog_type=metering
813
814
815[volume]
816
817#
818# Options defined in tempest.config
819#
820
821# Time in seconds between volume availability checks. (integer
822# value)
823#build_interval=10
824
825# Timeout in seconds to wait for a volume to becomeavailable.
826# (integer value)
827#build_timeout=300
828
829# Catalog type of the Volume Service (string value)
830#catalog_type=volume
831
832# The volume region name to use. If empty, the value of
833# identity.region is used instead. If no such region is found
834# in the service catalog, the first found one is used. (string
835# value)
836#region=
837
JordanP5d29b2c2013-12-18 13:56:03 +0000838# The endpoint type to use for the volume service. (string
839# value)
840#endpoint_type=publicURL
841
Sean Daguefc691e32014-01-03 08:51:54 -0500842# Name of the backend1 (must be declared in cinder.conf)
843# (string value)
844#backend1_name=BACKEND_1
845
846# Name of the backend2 (must be declared in cinder.conf)
847# (string value)
848#backend2_name=BACKEND_2
849
850# Backend protocol to target when creating volume types
851# (string value)
852#storage_protocol=iSCSI
853
854# Backend vendor to target when creating volume types (string
855# value)
856#vendor_name=Open Source
857
858# Disk format to use when copying a volume to image (string
859# value)
860#disk_format=raw
861
862
863[volume-feature-enabled]
864
865#
866# Options defined in tempest.config
867#
868
869# Runs Cinder multi-backend test (requires 2 backends)
870# (boolean value)
871#multi_backend=false
872
Giulio Fidente74b08ad2014-01-18 04:02:51 +0100873# Runs Cinder volumes backup test (boolean value)
874#backup=true
875
Zhi Kun Liude25c022014-02-14 13:25:19 +0800876# A list of enabled volume extensions with a special entry all
877# which indicates every extension is enabled (list value)
878#api_extensions=all
879
Sean Daguefc691e32014-01-03 08:51:54 -0500880# Is the v1 volume API enabled (boolean value)
881#api_v1=true
882
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +0800883# Is the v2 volume API enabled (boolean value)
884#api_v2=true
885
Sean Daguefc691e32014-01-03 08:51:54 -0500886