blob: 1d571c07766e1d276bdf0274b53e922a144a7094 [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 Dague44b24682014-02-20 19:08:24 -0500168# Whether the tempest run location has access to the *-manage
169# commands. In a pure blackbox environment it will not.
170# (boolean value)
171#has_manage=true
172
Sean Daguefc691e32014-01-03 08:51:54 -0500173# Number of seconds to wait on a CLI timeout (integer value)
174#timeout=15
Arata Notsu8f440392013-09-13 16:14:20 +0900175
Sean Dague83401992013-05-06 17:46:36 -0400176
Matthew Treinish3d468112013-10-24 21:49:14 +0000177[compute]
178
179#
180# Options defined in tempest.config
181#
182
183# Allows test cases to create/destroy tenants and users. This
184# option enables isolated test cases and better parallel
185# execution, but also requires that OpenStack Identity API
186# admin credentials are known. (boolean value)
187#allow_tenant_isolation=false
188
Matthew Treinish3d468112013-10-24 21:49:14 +0000189# Valid secondary image reference to be used in tests. (string
190# value)
191#image_ref={$IMAGE_ID}
192
193# Valid secondary image reference to be used in tests. (string
194# value)
195#image_ref_alt={$IMAGE_ID_ALT}
196
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900197# Valid primary flavor to use in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000198#flavor_ref=1
199
Ken'ichi Ohmichi35772602013-11-14 15:03:27 +0900200# Valid secondary flavor to be used in tests. (string value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000201#flavor_ref_alt=2
202
203# User name used to authenticate to an instance. (string
204# value)
205#image_ssh_user=root
206
207# Password used to authenticate to an instance. (string value)
208#image_ssh_password=password
209
210# User name used to authenticate to an instance using the
211# alternate image. (string value)
212#image_alt_ssh_user=root
213
214# Password used to authenticate to an instance using the
215# alternate image. (string value)
216#image_alt_ssh_password=password
217
218# Time in seconds between build status checks. (integer value)
219#build_interval=10
220
221# Timeout in seconds to wait for an instance to build.
222# (integer value)
223#build_timeout=300
224
Derek Higgins85cd5142013-12-17 17:10:11 +0000225# Should the tests ssh to instances? (boolean value)
Matthew Treinish3d468112013-10-24 21:49:14 +0000226#run_ssh=false
227
228# User name used to authenticate to an instance. (string
229# value)
230#ssh_user=root
231
232# Timeout in seconds to wait for ping to succeed. (integer
233# value)
Darragh O'Reilly6b636672014-01-24 12:17:40 +0000234#ping_timeout=120
Matthew Treinish3d468112013-10-24 21:49:14 +0000235
236# Timeout in seconds to wait for authentication to succeed.
237# (integer value)
238#ssh_timeout=300
239
240# Additional wait time for clean state, when there is no OS-
241# EXT-STS extension available (integer value)
242#ready_wait=0
243
244# Timeout in seconds to wait for output from ssh channel.
245# (integer value)
246#ssh_channel_timeout=60
247
248# Visible fixed network name (string value)
249#fixed_network_name=private
250
251# Network used for SSH connections. (string value)
252#network_for_ssh=public
253
254# IP version used for SSH connections. (integer value)
255#ip_version_for_ssh=4
256
257# Dose the SSH uses Floating IP? (boolean value)
258#use_floatingip_for_ssh=true
259
260# Catalog type of the Compute service. (string value)
261#catalog_type=compute
262
263# The compute region name to use. If empty, the value of
264# identity.region is used instead. If no such region is found
265# in the service catalog, the first found one is used. (string
266# value)
267#region=
268
JordanP5d29b2c2013-12-18 13:56:03 +0000269# The endpoint type to use for the compute service. (string
270# value)
271#endpoint_type=publicURL
272
Matthew Treinish3d468112013-10-24 21:49:14 +0000273# Catalog type of the Compute v3 service. (string value)
274#catalog_v3_type=computev3
275
276# Path to a private key file for SSH access to remote hosts
277# (string value)
278#path_to_private_key=<None>
279
280# Expected device name when a volume is attached to an
281# instance (string value)
282#volume_device_name=vdb
283
284# Time in seconds before a shelved instance is eligible for
285# removing from a host. -1 never offload, 0 offload when
286# shelved. This time should be the same as the time of
287# nova.conf, and some tests will run for as long as the time.
288# (integer value)
289#shelved_offload_time=0
290
Sean Daguefc691e32014-01-03 08:51:54 -0500291# Allows test cases to create/destroy tenants and users. This
292# option enables isolated test cases and better parallel
293# execution, but also requires that OpenStack Identity API
294# admin credentials are known. (boolean value)
295#allow_tenant_isolation=false
Matthew Treinish2b5287d2013-10-22 17:40:34 +0000296
Sean Daguefc691e32014-01-03 08:51:54 -0500297
298[compute-admin]
Rohit Karajgidd47d7e2012-07-31 04:11:01 -0700299
Matthew Treinish3d468112013-10-24 21:49:14 +0000300#
301# Options defined in tempest.config
302#
Jay Pipesf38eaac2012-06-21 13:37:35 -0400303
Sean Daguefc691e32014-01-03 08:51:54 -0500304# Administrative Username to use for Nova API requests.
305# (string value)
306#username=admin
Arata Notsu8f440392013-09-13 16:14:20 +0900307
Sean Daguefc691e32014-01-03 08:51:54 -0500308# Administrative Tenant name to use for Nova API requests.
309# (string value)
310#tenant_name=admin
Maru Newby81f07a02012-09-05 20:21:19 -0700311
Sean Daguefc691e32014-01-03 08:51:54 -0500312# API key to use when authenticating as admin. (string value)
313#password=pass
Matthew Treinish3d468112013-10-24 21:49:14 +0000314
315
Sean Daguefc691e32014-01-03 08:51:54 -0500316[compute-feature-enabled]
Matthew Treinish3d468112013-10-24 21:49:14 +0000317
318#
319# Options defined in tempest.config
320#
321
Sean Daguefc691e32014-01-03 08:51:54 -0500322# If false, skip all nova v3 tests. (boolean value)
323#api_v3=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000324
Sean Daguefc691e32014-01-03 08:51:54 -0500325# If false, skip disk config tests (boolean value)
326#disk_config=true
Matthew Treinish3d468112013-10-24 21:49:14 +0000327
Zhi Kun Liude25c022014-02-14 13:25:19 +0800328# A list of enabled compute extensions with a special entry
329# all which indicates every extension is enabled (list value)
330#api_extensions=all
331
Sean Daguefc691e32014-01-03 08:51:54 -0500332# A list of enabled v3 extensions with a special entry all
333# which indicates every extension is enabled (list value)
334#api_v3_extensions=all
Matthew Treinish3d468112013-10-24 21:49:14 +0000335
Sean Daguefc691e32014-01-03 08:51:54 -0500336# Does the test environment support changing the admin
337# password? (boolean value)
338#change_password=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000339
Sean Daguefc691e32014-01-03 08:51:54 -0500340# Does the test environment support snapshots? (boolean value)
341#create_image=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000342
Sean Daguefc691e32014-01-03 08:51:54 -0500343# Does the test environment support resizing? (boolean value)
344#resize=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000345
Sean Daguefc691e32014-01-03 08:51:54 -0500346# Does the test environment support live migration available?
347# (boolean value)
348#live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000349
Sean Daguefc691e32014-01-03 08:51:54 -0500350# Does the test environment use block devices for live
351# migration (boolean value)
352#block_migration_for_live_migration=false
Matthew Treinish3d468112013-10-24 21:49:14 +0000353
Sean Daguefc691e32014-01-03 08:51:54 -0500354# Does the test environment block migration support cinder
355# iSCSI volumes (boolean value)
356#block_migrate_cinder_iscsi=false
Yassine Lamgarchalb158d412013-12-27 19:29:42 +0100357
358
Julie Pichond1017642013-07-24 16:37:23 +0100359[dashboard]
Julie Pichond1017642013-07-24 16:37:23 +0100360
Matthew Treinish3d468112013-10-24 21:49:14 +0000361#
362# Options defined in tempest.config
363#
Julie Pichond1017642013-07-24 16:37:23 +0100364
Matthew Treinish3d468112013-10-24 21:49:14 +0000365# Where the dashboard can be found (string value)
366#dashboard_url=http://localhost/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900367
Matthew Treinish3d468112013-10-24 21:49:14 +0000368# Login page for the dashboard (string value)
369#login_url=http://localhost/auth/login/
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900370
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900371
Sean Daguefc691e32014-01-03 08:51:54 -0500372[data_processing]
373
374#
375# Options defined in tempest.config
376#
377
378# Catalog type of the data processing service. (string value)
379#catalog_type=data_processing
380
381
382[debug]
383
384#
385# Options defined in tempest.config
386#
387
388# Enable diagnostic commands (boolean value)
389#enable=true
390
391
392[identity]
393
394#
395# Options defined in tempest.config
396#
397
398# Catalog type of the Identity service. (string value)
399#catalog_type=identity
400
401# Set to True if using self-signed SSL certificates. (boolean
402# value)
403#disable_ssl_certificate_validation=false
404
405# Full URI of the OpenStack Identity API (Keystone), v2
406# (string value)
407#uri=<None>
408
409# Full URI of the OpenStack Identity API (Keystone), v3
410# (string value)
411#uri_v3=<None>
412
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000413# Identity API version to be used for authentication for API
Andrea Frittoli77f9da42014-02-06 11:18:19 +0000414# tests. (string value)
Andrea Frittoli8bbdb162014-01-06 11:06:13 +0000415#auth_version=v2
416
Sean Daguefc691e32014-01-03 08:51:54 -0500417# The identity region name to use. Also used as the other
418# services' region name unless they are set explicitly. If no
419# such region is found in the service catalog, the first found
420# one is used. (string value)
421#region=RegionOne
422
JordanP5d29b2c2013-12-18 13:56:03 +0000423# The endpoint type to use for the identity service. (string
424# value)
425#endpoint_type=publicURL
426
Sean Daguefc691e32014-01-03 08:51:54 -0500427# Username to use for Nova API requests. (string value)
428#username=demo
429
430# Tenant name to use for Nova API requests. (string value)
431#tenant_name=demo
432
433# Role required to administrate keystone. (string value)
434#admin_role=admin
435
436# API key to use when authenticating. (string value)
437#password=pass
438
439# Username of alternate user to use for Nova API requests.
440# (string value)
441#alt_username=<None>
442
443# Alternate user's Tenant name to use for Nova API requests.
444# (string value)
445#alt_tenant_name=<None>
446
447# API key to use when authenticating as alternate user.
448# (string value)
449#alt_password=<None>
450
Dirk Mueller14bd5622014-01-14 19:33:05 +0100451# Administrative Username to use for Keystone API requests.
Sean Daguefc691e32014-01-03 08:51:54 -0500452# (string value)
453#admin_username=admin
454
455# Administrative Tenant name to use for Keystone API requests.
456# (string value)
457#admin_tenant_name=admin
458
459# API key to use when authenticating as admin. (string value)
460#admin_password=pass
461
462
Matthew Treinishd5021a72014-01-09 18:42:51 +0000463[identity-feature-enabled]
464
465#
466# Options defined in tempest.config
467#
468
469# Does the identity service have delegation and impersonation
470# enabled (boolean value)
471#trust=true
472
Matthew Treinishdb2c5972014-01-31 22:18:59 +0000473# Is the v2 identity API enabled (boolean value)
474#api_v2=true
475
476# Is the v3 identity API enabled (boolean value)
477#api_v3=true
478
Matthew Treinishd5021a72014-01-09 18:42:51 +0000479
Sean Daguefc691e32014-01-03 08:51:54 -0500480[image]
481
482#
483# Options defined in tempest.config
484#
485
486# Catalog type of the Image service. (string value)
487#catalog_type=image
488
489# The image region name to use. If empty, the value of
490# identity.region is used instead. If no such region is found
491# in the service catalog, the first found one is used. (string
492# value)
493#region=
494
JordanP5d29b2c2013-12-18 13:56:03 +0000495# The endpoint type to use for the image service. (string
496# value)
497#endpoint_type=publicURL
498
Sean Daguefc691e32014-01-03 08:51:54 -0500499# http accessible image (string value)
500#http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
501
502
503[image-feature-enabled]
504
505#
506# Options defined in tempest.config
507#
508
509# Is the v2 image API enabled (boolean value)
510#api_v2=true
511
512# Is the v1 image API enabled (boolean value)
513#api_v1=true
514
515
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000516[input-scenario]
517
518#
519# Options defined in tempest.config
520#
521
522# Matching images become parameters for scenario tests (string
523# value)
524#image_regex=^cirros-0.3.1-x86_64-uec$
525
526# Matching flavors become parameters for scenario tests
527# (string value)
Andrea Frittoli99901c02014-01-30 18:06:49 +0000528#flavor_regex=^m1.nano$
Andrea Frittolif5da28b2013-12-06 07:08:07 +0000529
530# SSH verification in tests is skippedfor matching images
531# (string value)
532#non_ssh_image_regex=^.*[Ww]in.*$
533
534# List of user mapped to regex to matching image names.
535# (string value)
536#ssh_user_regex=[["^.*[Cc]irros.*$", "root"]]
537
538
Sean Daguefc691e32014-01-03 08:51:54 -0500539[network]
540
541#
542# Options defined in tempest.config
543#
544
545# Catalog type of the Neutron service. (string value)
546#catalog_type=network
547
548# The network region name to use. If empty, the value of
549# identity.region is used instead. If no such region is found
550# in the service catalog, the first found one is used. (string
551# value)
552#region=
553
JordanP5d29b2c2013-12-18 13:56:03 +0000554# The endpoint type to use for the network service. (string
555# value)
556#endpoint_type=publicURL
557
Henry Gessauffda37a2014-01-16 11:17:55 -0500558# The cidr block to allocate tenant ipv4 subnets from (string
Sean Daguefc691e32014-01-03 08:51:54 -0500559# value)
560#tenant_network_cidr=10.100.0.0/16
561
Henry Gessauffda37a2014-01-16 11:17:55 -0500562# The mask bits for tenant ipv4 subnets (integer value)
Sean Daguefc691e32014-01-03 08:51:54 -0500563#tenant_network_mask_bits=28
564
armando-migliaccio5bb7aef2014-02-19 21:55:14 -0800565# Allow the execution of IPv6 tests (boolean value)
566#ipv6_enabled=true
567
Henry Gessauffda37a2014-01-16 11:17:55 -0500568# The cidr block to allocate tenant ipv6 subnets from (string
569# value)
570#tenant_network_v6_cidr=2003::/64
571
572# The mask bits for tenant ipv6 subnets (integer value)
573#tenant_network_v6_mask_bits=96
574
Sean Daguefc691e32014-01-03 08:51:54 -0500575# Whether tenant network connectivity should be evaluated
576# directly (boolean value)
577#tenant_networks_reachable=false
578
579# Id of the public network that provides external connectivity
580# (string value)
581#public_network_id=
582
583# Id of the public router that provides external connectivity
584# (string value)
585#public_router_id=
586
587
588[network-feature-enabled]
589
590#
591# Options defined in tempest.config
592#
593
Zhi Kun Liude25c022014-02-14 13:25:19 +0800594# A list of enabled network extensions with a special entry
595# all which indicates every extension is enabled (list value)
Sean Daguefc691e32014-01-03 08:51:54 -0500596#api_extensions=all
597
598
599[object-storage]
600
601#
602# Options defined in tempest.config
603#
604
605# Catalog type of the Object-Storage service. (string value)
606#catalog_type=object-store
607
608# The object-storage region name to use. If empty, the value
609# of identity.region is used instead. If no such region is
610# found in the service catalog, the first found one is used.
611# (string value)
612#region=
613
JordanP5d29b2c2013-12-18 13:56:03 +0000614# The endpoint type to use for the object-store service.
615# (string value)
616#endpoint_type=publicURL
617
Fabien Boucher2178d312013-12-31 15:38:57 +0100618# Number of seconds to time on waiting for a container to
Sean Daguefc691e32014-01-03 08:51:54 -0500619# container synchronization complete. (integer value)
620#container_sync_timeout=120
621
Fabien Boucher2178d312013-12-31 15:38:57 +0100622# Number of seconds to wait while looping to check the status
Sean Daguefc691e32014-01-03 08:51:54 -0500623# of a container to container synchronization (integer value)
624#container_sync_interval=5
625
626# Role to add to users created for swift tests to enable
627# creating containers (string value)
628#operator_role=Member
629
630
631[object-storage-feature-enabled]
632
633#
634# Options defined in tempest.config
635#
636
Matthew Treinish20345382013-12-13 17:04:23 +0000637# A list of the enabled optional discoverable apis. A single
638# entry, all, indicates that all of these features are
639# expected to be enabled (list value)
640#discoverable_apis=all
Sean Daguefc691e32014-01-03 08:51:54 -0500641
642
Matthew Treinish3d468112013-10-24 21:49:14 +0000643[orchestration]
Masayuki Igawa73d9f3a2013-05-24 10:30:01 +0900644
Matthew Treinish3d468112013-10-24 21:49:14 +0000645#
646# Options defined in tempest.config
647#
Attila Fazekas86950732013-06-08 09:33:08 +0200648
Matthew Treinish3d468112013-10-24 21:49:14 +0000649# Catalog type of the Orchestration service. (string value)
650#catalog_type=orchestration
Joe Gordonb5e10cd2013-07-10 15:51:12 +0000651
Matthew Treinish3d468112013-10-24 21:49:14 +0000652# The orchestration region name to use. If empty, the value of
653# identity.region is used instead. If no such region is found
654# in the service catalog, the first found one is used. (string
655# value)
656#region=
Matthew Treinish4c412922013-07-16 15:27:42 -0400657
JordanP5d29b2c2013-12-18 13:56:03 +0000658# The endpoint type to use for the orchestration service.
659# (string value)
660#endpoint_type=publicURL
661
Matthew Treinish3d468112013-10-24 21:49:14 +0000662# Time in seconds between build status checks. (integer value)
663#build_interval=1
664
665# Timeout in seconds to wait for a stack to build. (integer
666# value)
667#build_timeout=300
668
669# Instance type for tests. Needs to be big enough for a full
670# OS plus the test workload (string value)
671#instance_type=m1.micro
672
673# Name of heat-cfntools enabled image to use when launching
674# test instances. (string value)
675#image_ref=<None>
676
677# Name of existing keypair to launch servers with. (string
678# value)
679#keypair_name=<None>
680
681# Value must match heat configuration of the same name.
682# (integer value)
683#max_template_size=524288
684
685
Sean Daguefc691e32014-01-03 08:51:54 -0500686[scenario]
Matthew Treinish3d468112013-10-24 21:49:14 +0000687
688#
689# Options defined in tempest.config
690#
691
Sean Daguefc691e32014-01-03 08:51:54 -0500692# Directory containing image files (string value)
693#img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
694
Masayuki Igawa4f71bf02014-02-21 14:02:29 +0900695# QCOW2 image file name (string value)
696#qcow2_img_file=cirros-0.3.1-x86_64-disk.img
697
Sean Daguefc691e32014-01-03 08:51:54 -0500698# AMI image file name (string value)
699#ami_img_file=cirros-0.3.1-x86_64-blank.img
700
701# ARI image file name (string value)
702#ari_img_file=cirros-0.3.1-x86_64-initrd
703
704# AKI image file name (string value)
705#aki_img_file=cirros-0.3.1-x86_64-vmlinuz
706
707# ssh username for the image file (string value)
708#ssh_user=cirros
709
710# specifies how many resources to request at once. Used for
711# large operations testing. (integer value)
712#large_ops_number=0
Matthew Treinish3d468112013-10-24 21:49:14 +0000713
714
715[service_available]
716
717#
718# Options defined in tempest.config
719#
720
721# Whether or not cinder is expected to be available (boolean
722# value)
723#cinder=true
724
725# Whether or not neutron is expected to be available (boolean
726# value)
727#neutron=false
728
729# Whether or not glance is expected to be available (boolean
730# value)
731#glance=true
732
733# Whether or not swift is expected to be available (boolean
734# value)
735#swift=true
736
737# Whether or not nova is expected to be available (boolean
738# value)
739#nova=true
740
741# Whether or not Heat is expected to be available (boolean
742# value)
743#heat=false
744
745# Whether or not Ceilometer is expected to be available
746# (boolean value)
747#ceilometer=true
748
749# Whether or not Horizon is expected to be available (boolean
750# value)
751#horizon=true
752
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400753# Whether or not Savanna is expected to be available (boolean
Joe H. Rahme3f2d4c62013-11-19 18:25:31 +0100754# value)
Sergey Lukjanovcec6c3f2013-12-10 12:38:21 +0400755#savanna=false
Matthew Treinishe3d26142013-11-26 19:14:58 +0000756
Roman Prykhodchenko62b1ed12013-10-16 21:51:47 +0300757# Whether or not Ironic is expected to be available (boolean
758# value)
759#ironic=false
760
Matthew Treinish3d468112013-10-24 21:49:14 +0000761
Sean Daguefc691e32014-01-03 08:51:54 -0500762[stress]
763
764#
765# Options defined in tempest.config
766#
767
768# Directory containing log files on the compute nodes (string
769# value)
770#nova_logdir=<None>
771
772# Maximum number of instances to create during test. (integer
773# value)
774#max_instances=16
775
776# Controller host. (string value)
777#controller=<None>
778
779# Controller host. (string value)
780#target_controller=<None>
781
782# ssh user. (string value)
783#target_ssh_user=<None>
784
785# Path to private key. (string value)
786#target_private_key_path=<None>
787
788# regexp for list of log files. (string value)
789#target_logfiles=<None>
790
791# time (in seconds) between log file error checks. (integer
792# value)
793#log_check_interval=60
794
795# The number of threads created while stress test. (integer
796# value)
797#default_thread_number_per_action=4
798
Julien Leloup04d40f72014-01-28 11:17:18 +0100799# Prevent the cleaning (tearDownClass()) between each stress
800# test run if an exception occurs during this run. (boolean
801# value)
802#leave_dirty_stack=false
803
Julien Leloupa5ee5422014-02-13 14:29:02 +0100804# Allows a full cleaning process after a stress test. Caution
805# : this cleanup will remove every objects of every tenant.
806# (boolean value)
807#full_clean_stack=false
808
Sean Daguefc691e32014-01-03 08:51:54 -0500809
810[telemetry]
811
812#
813# Options defined in tempest.config
814#
815
816# Catalog type of the Telemetry service. (string value)
817#catalog_type=metering
818
819
820[volume]
821
822#
823# Options defined in tempest.config
824#
825
826# Time in seconds between volume availability checks. (integer
827# value)
828#build_interval=10
829
830# Timeout in seconds to wait for a volume to becomeavailable.
831# (integer value)
832#build_timeout=300
833
834# Catalog type of the Volume Service (string value)
835#catalog_type=volume
836
837# The volume region name to use. If empty, the value of
838# identity.region is used instead. If no such region is found
839# in the service catalog, the first found one is used. (string
840# value)
841#region=
842
JordanP5d29b2c2013-12-18 13:56:03 +0000843# The endpoint type to use for the volume service. (string
844# value)
845#endpoint_type=publicURL
846
Sean Daguefc691e32014-01-03 08:51:54 -0500847# Name of the backend1 (must be declared in cinder.conf)
848# (string value)
849#backend1_name=BACKEND_1
850
851# Name of the backend2 (must be declared in cinder.conf)
852# (string value)
853#backend2_name=BACKEND_2
854
855# Backend protocol to target when creating volume types
856# (string value)
857#storage_protocol=iSCSI
858
859# Backend vendor to target when creating volume types (string
860# value)
861#vendor_name=Open Source
862
863# Disk format to use when copying a volume to image (string
864# value)
865#disk_format=raw
866
867
868[volume-feature-enabled]
869
870#
871# Options defined in tempest.config
872#
873
874# Runs Cinder multi-backend test (requires 2 backends)
875# (boolean value)
876#multi_backend=false
877
Giulio Fidente74b08ad2014-01-18 04:02:51 +0100878# Runs Cinder volumes backup test (boolean value)
879#backup=true
880
Zhi Kun Liude25c022014-02-14 13:25:19 +0800881# A list of enabled volume extensions with a special entry all
882# which indicates every extension is enabled (list value)
883#api_extensions=all
884
Sean Daguefc691e32014-01-03 08:51:54 -0500885# Is the v1 volume API enabled (boolean value)
886#api_v1=true
887
Zhi Kun Liu8cc3c842014-01-07 10:44:34 +0800888# Is the v2 volume API enabled (boolean value)
889#api_v2=true
890
Sean Daguefc691e32014-01-03 08:51:54 -0500891