Matthew Treinish | f4a9b0f | 2013-07-26 16:58:26 -0400 | [diff] [blame] | 1 | [DEFAULT] |
Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 2 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 3 | # |
| 4 | # Options defined in tempest.openstack.common.lockutils |
| 5 | # |
Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 6 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 7 | # Whether to disable inter-process locks (boolean value) |
| 8 | #disable_process_locking=false |
Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 9 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 10 | # Directory to use for lock files. (string value) |
| 11 | #lock_path=<None> |
Matthew Treinish | f4a9b0f | 2013-07-26 16:58:26 -0400 | [diff] [blame] | 12 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 13 | |
| 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 Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 31 | #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 Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 32 | |
| 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 Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 46 | #default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,iso8601=WARN |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 47 | |
| 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 Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 62 | # 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 Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 69 | |
| 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 Koderer | b714de5 | 2013-08-08 09:21:46 +0200 | [diff] [blame] | 97 | |
Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 98 | [baremetal] |
| 99 | |
| 100 | # |
| 101 | # Options defined in tempest.config |
| 102 | # |
| 103 | |
Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 104 | # Catalog type of the baremetal provisioning service (string |
Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 105 | # value) |
| 106 | #catalog_type=baremetal |
| 107 | |
Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 108 | # Whether the Ironic nova-compute driver is enabled (boolean |
| 109 | # value) |
| 110 | #driver_enabled=false |
| 111 | |
JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 112 | # The endpoint type to use for the baremetal provisioning |
Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 113 | # service (string value) |
JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 114 | #endpoint_type=publicURL |
| 115 | |
Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 116 | # Timeout for Ironic node to completely provision (integer |
| 117 | # value) |
| 118 | #active_timeout=300 |
| 119 | |
| 120 | # Timeout for association of Nova instance and Ironic node |
| 121 | # (integer value) |
| 122 | #association_timeout=10 |
| 123 | |
| 124 | # Timeout for Ironic power transitions. (integer value) |
| 125 | #power_timeout=20 |
| 126 | |
| 127 | # Timeout for unprovisioning an Ironic node. (integer value) |
| 128 | #unprovision_timeout=20 |
| 129 | |
Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 130 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 131 | [boto] |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 132 | |
| 133 | # |
| 134 | # Options defined in tempest.config |
| 135 | # |
| 136 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 137 | # EC2 URL (string value) |
| 138 | #ec2_url=http://localhost:8773/services/Cloud |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 139 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 140 | # S3 URL (string value) |
| 141 | #s3_url=http://localhost:8080 |
| 142 | |
| 143 | # AWS Secret Key (string value) |
| 144 | #aws_secret=<None> |
| 145 | |
| 146 | # AWS Access Key (string value) |
| 147 | #aws_access=<None> |
| 148 | |
Attila Fazekas | 27dd92e | 2014-02-21 14:49:40 +0100 | [diff] [blame] | 149 | # AWS Zone for EC2 tests (string value) |
| 150 | #aws_zone=nova |
| 151 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 152 | # S3 Materials Path (string value) |
| 153 | #s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0 |
| 154 | |
| 155 | # ARI Ramdisk Image manifest (string value) |
| 156 | #ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml |
| 157 | |
| 158 | # AMI Machine Image manifest (string value) |
| 159 | #ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml |
| 160 | |
| 161 | # AKI Kernel Image manifest (string value) |
| 162 | #aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml |
| 163 | |
| 164 | # Instance type (string value) |
| 165 | #instance_type=m1.tiny |
| 166 | |
| 167 | # boto Http socket timeout (integer value) |
| 168 | #http_socket_timeout=3 |
| 169 | |
| 170 | # boto num_retries on error (integer value) |
| 171 | #num_retries=1 |
| 172 | |
| 173 | # Status Change Timeout (integer value) |
| 174 | #build_timeout=60 |
| 175 | |
| 176 | # Status Change Test Interval (integer value) |
| 177 | #build_interval=1 |
| 178 | |
| 179 | |
| 180 | [cli] |
| 181 | |
| 182 | # |
Matthew Treinish | e2b56b5 | 2014-01-29 19:25:50 +0000 | [diff] [blame] | 183 | # Options defined in tempest.config |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 184 | # |
| 185 | |
| 186 | # enable cli tests (boolean value) |
| 187 | #enabled=true |
| 188 | |
| 189 | # directory where python client binaries are located (string |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 190 | # value) |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 191 | #cli_dir=/usr/local/bin |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 192 | |
Sean Dague | 44b2468 | 2014-02-20 19:08:24 -0500 | [diff] [blame] | 193 | # Whether the tempest run location has access to the *-manage |
| 194 | # commands. In a pure blackbox environment it will not. |
| 195 | # (boolean value) |
| 196 | #has_manage=true |
| 197 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 198 | # Number of seconds to wait on a CLI timeout (integer value) |
| 199 | #timeout=15 |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 200 | |
Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 201 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 202 | [compute] |
| 203 | |
| 204 | # |
| 205 | # Options defined in tempest.config |
| 206 | # |
| 207 | |
| 208 | # Allows test cases to create/destroy tenants and users. This |
| 209 | # option enables isolated test cases and better parallel |
| 210 | # execution, but also requires that OpenStack Identity API |
| 211 | # admin credentials are known. (boolean value) |
| 212 | #allow_tenant_isolation=false |
| 213 | |
Matthew Treinish | afcb6b4 | 2014-05-27 13:50:02 -0400 | [diff] [blame] | 214 | # Valid primary image reference to be used in tests. This is a |
| 215 | # required option (string value) |
| 216 | #image_ref=<None> |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 217 | |
Matthew Treinish | afcb6b4 | 2014-05-27 13:50:02 -0400 | [diff] [blame] | 218 | # Valid secondary image reference to be used in tests. This is |
| 219 | # a required option, but if only one image is available |
| 220 | # duplicate the value of image_ref above (string value) |
| 221 | #image_ref_alt=<None> |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 222 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 223 | # Valid primary flavor to use in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 224 | #flavor_ref=1 |
| 225 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 226 | # Valid secondary flavor to be used in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 227 | #flavor_ref_alt=2 |
| 228 | |
| 229 | # User name used to authenticate to an instance. (string |
| 230 | # value) |
| 231 | #image_ssh_user=root |
| 232 | |
| 233 | # Password used to authenticate to an instance. (string value) |
| 234 | #image_ssh_password=password |
| 235 | |
| 236 | # User name used to authenticate to an instance using the |
| 237 | # alternate image. (string value) |
| 238 | #image_alt_ssh_user=root |
| 239 | |
| 240 | # Password used to authenticate to an instance using the |
| 241 | # alternate image. (string value) |
| 242 | #image_alt_ssh_password=password |
| 243 | |
| 244 | # Time in seconds between build status checks. (integer value) |
Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 245 | #build_interval=1 |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 246 | |
| 247 | # Timeout in seconds to wait for an instance to build. |
| 248 | # (integer value) |
| 249 | #build_timeout=300 |
| 250 | |
Derek Higgins | 85cd514 | 2013-12-17 17:10:11 +0000 | [diff] [blame] | 251 | # Should the tests ssh to instances? (boolean value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 252 | #run_ssh=false |
| 253 | |
Attila Fazekas | 423834d | 2014-03-14 17:33:13 +0100 | [diff] [blame] | 254 | # Auth method used for authenticate to the instance. Valid |
| 255 | # choices are: keypair, configured, adminpass. keypair: start |
| 256 | # the servers with an ssh keypair. configured: use the |
| 257 | # configured user and password. adminpass: use the injected |
| 258 | # adminPass. disabled: avoid using ssh when it is an option. |
| 259 | # (string value) |
| 260 | #ssh_auth_method=keypair |
| 261 | |
| 262 | # How to connect to the instance? fixed: using the first ip |
| 263 | # belongs the fixed network floating: creating and using a |
| 264 | # floating ip (string value) |
| 265 | #ssh_connect_method=fixed |
| 266 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 267 | # User name used to authenticate to an instance. (string |
| 268 | # value) |
| 269 | #ssh_user=root |
| 270 | |
| 271 | # Timeout in seconds to wait for ping to succeed. (integer |
| 272 | # value) |
Darragh O'Reilly | 6b63667 | 2014-01-24 12:17:40 +0000 | [diff] [blame] | 273 | #ping_timeout=120 |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 274 | |
| 275 | # Timeout in seconds to wait for authentication to succeed. |
| 276 | # (integer value) |
| 277 | #ssh_timeout=300 |
| 278 | |
| 279 | # Additional wait time for clean state, when there is no OS- |
| 280 | # EXT-STS extension available (integer value) |
| 281 | #ready_wait=0 |
| 282 | |
| 283 | # Timeout in seconds to wait for output from ssh channel. |
| 284 | # (integer value) |
| 285 | #ssh_channel_timeout=60 |
| 286 | |
| 287 | # Visible fixed network name (string value) |
| 288 | #fixed_network_name=private |
| 289 | |
| 290 | # Network used for SSH connections. (string value) |
| 291 | #network_for_ssh=public |
| 292 | |
| 293 | # IP version used for SSH connections. (integer value) |
| 294 | #ip_version_for_ssh=4 |
| 295 | |
Tushar Kalra | 95a482d | 2014-03-25 14:24:43 -0700 | [diff] [blame] | 296 | # Does SSH use Floating IPs? (boolean value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 297 | #use_floatingip_for_ssh=true |
| 298 | |
| 299 | # Catalog type of the Compute service. (string value) |
| 300 | #catalog_type=compute |
| 301 | |
| 302 | # The compute region name to use. If empty, the value of |
| 303 | # identity.region is used instead. If no such region is found |
| 304 | # in the service catalog, the first found one is used. (string |
| 305 | # value) |
| 306 | #region= |
| 307 | |
JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 308 | # The endpoint type to use for the compute service. (string |
| 309 | # value) |
| 310 | #endpoint_type=publicURL |
| 311 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 312 | # Catalog type of the Compute v3 service. (string value) |
| 313 | #catalog_v3_type=computev3 |
| 314 | |
| 315 | # Path to a private key file for SSH access to remote hosts |
| 316 | # (string value) |
| 317 | #path_to_private_key=<None> |
| 318 | |
| 319 | # Expected device name when a volume is attached to an |
| 320 | # instance (string value) |
| 321 | #volume_device_name=vdb |
| 322 | |
| 323 | # Time in seconds before a shelved instance is eligible for |
| 324 | # removing from a host. -1 never offload, 0 offload when |
| 325 | # shelved. This time should be the same as the time of |
| 326 | # nova.conf, and some tests will run for as long as the time. |
| 327 | # (integer value) |
| 328 | #shelved_offload_time=0 |
| 329 | |
Ghanshyam | 06a5b4a | 2014-04-11 17:32:45 +0900 | [diff] [blame] | 330 | # Unallocated floating IP range, which will be used to test |
| 331 | # the floating IP bulk feature for CRUD operation. (string |
| 332 | # value) |
| 333 | #floating_ip_range=10.0.0.0/29 |
| 334 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 335 | # Allows test cases to create/destroy tenants and users. This |
| 336 | # option enables isolated test cases and better parallel |
| 337 | # execution, but also requires that OpenStack Identity API |
| 338 | # admin credentials are known. (boolean value) |
| 339 | #allow_tenant_isolation=false |
Matthew Treinish | 2b5287d | 2013-10-22 17:40:34 +0000 | [diff] [blame] | 340 | |
Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 341 | # Time in seconds between build status checks. (integer value) |
| 342 | #build_interval=1 |
| 343 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 344 | |
| 345 | [compute-admin] |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 346 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 347 | # |
| 348 | # Options defined in tempest.config |
| 349 | # |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 350 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 351 | # Administrative Username to use for Nova API requests. |
| 352 | # (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 353 | #username=<None> |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 354 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 355 | # Administrative Tenant name to use for Nova API requests. |
| 356 | # (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 357 | #tenant_name=<None> |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 358 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 359 | # API key to use when authenticating as admin. (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 360 | #password=<None> |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 361 | |
Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 362 | # Domain name for authentication as admin (Keystone V3).The |
| 363 | # same domain applies to user and project (string value) |
| 364 | #domain_name=<None> |
| 365 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 366 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 367 | [compute-feature-enabled] |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 368 | |
| 369 | # |
| 370 | # Options defined in tempest.config |
| 371 | # |
| 372 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 373 | # If false, skip all nova v3 tests. (boolean value) |
Matthew Treinish | 836e56b | 2014-06-12 13:55:19 -0400 | [diff] [blame] | 374 | #api_v3=false |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 375 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 376 | # If false, skip disk config tests (boolean value) |
| 377 | #disk_config=true |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 378 | |
Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 379 | # A list of enabled compute extensions with a special entry |
Ken'ichi Ohmichi | a7e6871 | 2014-05-06 10:47:26 +0900 | [diff] [blame] | 380 | # all which indicates every extension is enabled. Each |
| 381 | # extension should be specified with alias name (list value) |
Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 382 | #api_extensions=all |
| 383 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 384 | # A list of enabled v3 extensions with a special entry all |
Ken'ichi Ohmichi | a7e6871 | 2014-05-06 10:47:26 +0900 | [diff] [blame] | 385 | # which indicates every extension is enabled. Each extension |
| 386 | # should be specified with alias name (list value) |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 387 | #api_v3_extensions=all |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 388 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 389 | # Does the test environment support changing the admin |
| 390 | # password? (boolean value) |
| 391 | #change_password=false |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 392 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 393 | # Does the test environment support resizing? (boolean value) |
| 394 | #resize=false |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 395 | |
Eric Windisch | b553807 | 2014-03-09 23:47:35 -0400 | [diff] [blame] | 396 | # Does the test environment support pausing? (boolean value) |
| 397 | #pause=true |
| 398 | |
Eric Windisch | aeb7e84 | 2014-03-10 01:10:50 -0400 | [diff] [blame] | 399 | # Does the test environment support suspend/resume? (boolean |
| 400 | # value) |
| 401 | #suspend=true |
| 402 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 403 | # Does the test environment support live migration available? |
| 404 | # (boolean value) |
| 405 | #live_migration=false |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 406 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 407 | # Does the test environment use block devices for live |
| 408 | # migration (boolean value) |
| 409 | #block_migration_for_live_migration=false |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 410 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 411 | # Does the test environment block migration support cinder |
| 412 | # iSCSI volumes (boolean value) |
| 413 | #block_migrate_cinder_iscsi=false |
Yassine Lamgarchal | b158d41 | 2013-12-27 19:29:42 +0100 | [diff] [blame] | 414 | |
Ghanshyam Mann | 41c1757 | 2014-02-27 18:52:56 +0900 | [diff] [blame] | 415 | # Enable VNC console. This configuration value should be same |
| 416 | # as [nova.vnc]->vnc_enabled in nova.conf (boolean value) |
| 417 | #vnc_console=false |
| 418 | |
Ghanshyam | 70876d0 | 2014-03-11 11:40:18 +0900 | [diff] [blame] | 419 | # Enable Spice console. This configuration value should be |
| 420 | # same as [nova.spice]->enabled in nova.conf (boolean value) |
| 421 | #spice_console=false |
| 422 | |
| 423 | # Enable RDP console. This configuration value should be same |
| 424 | # as [nova.rdp]->enabled in nova.conf (boolean value) |
| 425 | #rdp_console=false |
| 426 | |
Yassine Lamgarchal | b158d41 | 2013-12-27 19:29:42 +0100 | [diff] [blame] | 427 | |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 428 | [dashboard] |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 429 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 430 | # |
| 431 | # Options defined in tempest.config |
| 432 | # |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 433 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 434 | # Where the dashboard can be found (string value) |
| 435 | #dashboard_url=http://localhost/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 436 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 437 | # Login page for the dashboard (string value) |
| 438 | #login_url=http://localhost/auth/login/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 439 | |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 440 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 441 | [data_processing] |
| 442 | |
| 443 | # |
| 444 | # Options defined in tempest.config |
| 445 | # |
| 446 | |
| 447 | # Catalog type of the data processing service. (string value) |
| 448 | #catalog_type=data_processing |
| 449 | |
JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 450 | # The endpoint type to use for the data processing service. |
| 451 | # (string value) |
| 452 | #endpoint_type=publicURL |
| 453 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 454 | |
Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 455 | [database] |
| 456 | |
| 457 | # |
| 458 | # Options defined in tempest.config |
| 459 | # |
| 460 | |
| 461 | # Catalog type of the Database service. (string value) |
| 462 | #catalog_type=database |
| 463 | |
| 464 | # Valid primary flavor to use in database tests. (string |
| 465 | # value) |
| 466 | #db_flavor_ref=1 |
| 467 | |
Peter Stachowski | 320f9c7 | 2014-04-21 16:13:23 -0400 | [diff] [blame] | 468 | # Current database version to use in database tests. (string |
| 469 | # value) |
| 470 | #db_current_version=v1.0 |
| 471 | |
Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 472 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 473 | [debug] |
| 474 | |
| 475 | # |
| 476 | # Options defined in tempest.config |
| 477 | # |
| 478 | |
| 479 | # Enable diagnostic commands (boolean value) |
| 480 | #enable=true |
| 481 | |
Sean Dague | c522c09 | 2014-03-24 10:43:22 -0400 | [diff] [blame] | 482 | # A regex to determine which requests should be traced. This |
| 483 | # is a regex to match the caller for rest client requests to |
| 484 | # be able to selectively trace calls out of specific classes |
| 485 | # and methods. It largely exists for test development, and is |
| 486 | # not expected to be used in a real deploy of tempest. This |
| 487 | # will be matched against the discovered ClassName:method in |
| 488 | # the test environment. Expected values for this field are: |
| 489 | # * ClassName:test_method_name - traces one test_method * |
| 490 | # ClassName:setUp(Class) - traces specific setup functions * |
| 491 | # ClassName:tearDown(Class) - traces specific teardown |
| 492 | # functions * ClassName:_run_cleanups - traces the cleanup |
| 493 | # functions If nothing is specified, this feature is not |
| 494 | # enabled. To trace everything specify .* as the regex. |
| 495 | # (string value) |
| 496 | #trace_requests= |
| 497 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 498 | |
| 499 | [identity] |
| 500 | |
| 501 | # |
| 502 | # Options defined in tempest.config |
| 503 | # |
| 504 | |
| 505 | # Catalog type of the Identity service. (string value) |
| 506 | #catalog_type=identity |
| 507 | |
| 508 | # Set to True if using self-signed SSL certificates. (boolean |
| 509 | # value) |
| 510 | #disable_ssl_certificate_validation=false |
| 511 | |
| 512 | # Full URI of the OpenStack Identity API (Keystone), v2 |
| 513 | # (string value) |
| 514 | #uri=<None> |
| 515 | |
| 516 | # Full URI of the OpenStack Identity API (Keystone), v3 |
| 517 | # (string value) |
| 518 | #uri_v3=<None> |
| 519 | |
Andrea Frittoli | 8bbdb16 | 2014-01-06 11:06:13 +0000 | [diff] [blame] | 520 | # Identity API version to be used for authentication for API |
Andrea Frittoli | 77f9da4 | 2014-02-06 11:18:19 +0000 | [diff] [blame] | 521 | # tests. (string value) |
Andrea Frittoli | 8bbdb16 | 2014-01-06 11:06:13 +0000 | [diff] [blame] | 522 | #auth_version=v2 |
| 523 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 524 | # The identity region name to use. Also used as the other |
| 525 | # services' region name unless they are set explicitly. If no |
| 526 | # such region is found in the service catalog, the first found |
| 527 | # one is used. (string value) |
| 528 | #region=RegionOne |
| 529 | |
JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 530 | # The endpoint type to use for the identity service. (string |
| 531 | # value) |
| 532 | #endpoint_type=publicURL |
| 533 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 534 | # Username to use for Nova API requests. (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 535 | #username=<None> |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 536 | |
| 537 | # Tenant name to use for Nova API requests. (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 538 | #tenant_name=<None> |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 539 | |
| 540 | # Role required to administrate keystone. (string value) |
| 541 | #admin_role=admin |
| 542 | |
| 543 | # API key to use when authenticating. (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 544 | #password=<None> |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 545 | |
Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 546 | # Domain name for authentication (Keystone V3).The same domain |
| 547 | # applies to user and project (string value) |
| 548 | #domain_name=<None> |
| 549 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 550 | # Username of alternate user to use for Nova API requests. |
| 551 | # (string value) |
| 552 | #alt_username=<None> |
| 553 | |
| 554 | # Alternate user's Tenant name to use for Nova API requests. |
| 555 | # (string value) |
| 556 | #alt_tenant_name=<None> |
| 557 | |
| 558 | # API key to use when authenticating as alternate user. |
| 559 | # (string value) |
| 560 | #alt_password=<None> |
| 561 | |
Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 562 | # Alternate domain name for authentication (Keystone V3).The |
| 563 | # same domain applies to user and project (string value) |
| 564 | #alt_domain_name=<None> |
| 565 | |
Dirk Mueller | 14bd562 | 2014-01-14 19:33:05 +0100 | [diff] [blame] | 566 | # Administrative Username to use for Keystone API requests. |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 567 | # (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 568 | #admin_username=<None> |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 569 | |
| 570 | # Administrative Tenant name to use for Keystone API requests. |
| 571 | # (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 572 | #admin_tenant_name=<None> |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 573 | |
| 574 | # API key to use when authenticating as admin. (string value) |
Andrea Frittoli | a946367 | 2014-03-03 14:39:02 +0000 | [diff] [blame] | 575 | #admin_password=<None> |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 576 | |
Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 577 | # Admin domain name for authentication (Keystone V3).The same |
| 578 | # domain applies to user and project (string value) |
| 579 | #admin_domain_name=<None> |
| 580 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 581 | |
Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 582 | [identity-feature-enabled] |
| 583 | |
| 584 | # |
| 585 | # Options defined in tempest.config |
| 586 | # |
| 587 | |
| 588 | # Does the identity service have delegation and impersonation |
| 589 | # enabled (boolean value) |
| 590 | #trust=true |
| 591 | |
Matthew Treinish | db2c597 | 2014-01-31 22:18:59 +0000 | [diff] [blame] | 592 | # Is the v2 identity API enabled (boolean value) |
| 593 | #api_v2=true |
| 594 | |
| 595 | # Is the v3 identity API enabled (boolean value) |
| 596 | #api_v3=true |
| 597 | |
Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 598 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 599 | [image] |
| 600 | |
| 601 | # |
| 602 | # Options defined in tempest.config |
| 603 | # |
| 604 | |
| 605 | # Catalog type of the Image service. (string value) |
| 606 | #catalog_type=image |
| 607 | |
| 608 | # The image region name to use. If empty, the value of |
| 609 | # identity.region is used instead. If no such region is found |
| 610 | # in the service catalog, the first found one is used. (string |
| 611 | # value) |
| 612 | #region= |
| 613 | |
JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 614 | # The endpoint type to use for the image service. (string |
| 615 | # value) |
| 616 | #endpoint_type=publicURL |
| 617 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 618 | # http accessible image (string value) |
| 619 | #http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz |
| 620 | |
| 621 | |
| 622 | [image-feature-enabled] |
| 623 | |
| 624 | # |
| 625 | # Options defined in tempest.config |
| 626 | # |
| 627 | |
| 628 | # Is the v2 image API enabled (boolean value) |
| 629 | #api_v2=true |
| 630 | |
| 631 | # Is the v1 image API enabled (boolean value) |
| 632 | #api_v1=true |
| 633 | |
| 634 | |
Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 635 | [input-scenario] |
| 636 | |
| 637 | # |
| 638 | # Options defined in tempest.config |
| 639 | # |
| 640 | |
| 641 | # Matching images become parameters for scenario tests (string |
| 642 | # value) |
| 643 | #image_regex=^cirros-0.3.1-x86_64-uec$ |
| 644 | |
| 645 | # Matching flavors become parameters for scenario tests |
| 646 | # (string value) |
Andrea Frittoli | 99901c0 | 2014-01-30 18:06:49 +0000 | [diff] [blame] | 647 | #flavor_regex=^m1.nano$ |
Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 648 | |
| 649 | # SSH verification in tests is skippedfor matching images |
| 650 | # (string value) |
| 651 | #non_ssh_image_regex=^.*[Ww]in.*$ |
| 652 | |
| 653 | # List of user mapped to regex to matching image names. |
| 654 | # (string value) |
| 655 | #ssh_user_regex=[["^.*[Cc]irros.*$", "root"]] |
| 656 | |
| 657 | |
Marc Koderer | 6ee82dc | 2014-02-17 10:26:29 +0100 | [diff] [blame] | 658 | [negative] |
| 659 | |
| 660 | # |
| 661 | # Options defined in tempest.config |
| 662 | # |
| 663 | |
| 664 | # Test generator class for all negative tests (string value) |
| 665 | #test_generator=tempest.common.generator.negative_generator.NegativeTestGenerator |
| 666 | |
| 667 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 668 | [network] |
| 669 | |
| 670 | # |
| 671 | # Options defined in tempest.config |
| 672 | # |
| 673 | |
| 674 | # Catalog type of the Neutron service. (string value) |
| 675 | #catalog_type=network |
| 676 | |
| 677 | # The network region name to use. If empty, the value of |
| 678 | # identity.region is used instead. If no such region is found |
| 679 | # in the service catalog, the first found one is used. (string |
| 680 | # value) |
| 681 | #region= |
| 682 | |
JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 683 | # The endpoint type to use for the network service. (string |
| 684 | # value) |
| 685 | #endpoint_type=publicURL |
| 686 | |
Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 687 | # The cidr block to allocate tenant ipv4 subnets from (string |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 688 | # value) |
| 689 | #tenant_network_cidr=10.100.0.0/16 |
| 690 | |
Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 691 | # The mask bits for tenant ipv4 subnets (integer value) |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 692 | #tenant_network_mask_bits=28 |
| 693 | |
Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 694 | # The cidr block to allocate tenant ipv6 subnets from (string |
| 695 | # value) |
| 696 | #tenant_network_v6_cidr=2003::/64 |
| 697 | |
| 698 | # The mask bits for tenant ipv6 subnets (integer value) |
| 699 | #tenant_network_v6_mask_bits=96 |
| 700 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 701 | # Whether tenant network connectivity should be evaluated |
| 702 | # directly (boolean value) |
| 703 | #tenant_networks_reachable=false |
| 704 | |
| 705 | # Id of the public network that provides external connectivity |
| 706 | # (string value) |
| 707 | #public_network_id= |
| 708 | |
| 709 | # Id of the public router that provides external connectivity |
| 710 | # (string value) |
| 711 | #public_router_id= |
| 712 | |
izikpenso | d9a01a6 | 2014-02-17 20:02:32 +0200 | [diff] [blame] | 713 | # Timeout in seconds to wait for network operation to |
| 714 | # complete. (integer value) |
| 715 | #build_timeout=300 |
| 716 | |
| 717 | # Time in seconds between network operation status checks. |
| 718 | # (integer value) |
Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 719 | #build_interval=1 |
izikpenso | d9a01a6 | 2014-02-17 20:02:32 +0200 | [diff] [blame] | 720 | |
Attila Fazekas | 640392b | 2014-06-12 15:58:10 +0200 | [diff] [blame] | 721 | # List of dns servers whichs hould be used for subnet creation |
| 722 | # (list value) |
| 723 | #dns_servers=8.8.8.8,8.8.4.4 |
| 724 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 725 | |
| 726 | [network-feature-enabled] |
| 727 | |
| 728 | # |
| 729 | # Options defined in tempest.config |
| 730 | # |
| 731 | |
Matthew Treinish | e2e33cf | 2014-03-03 19:28:41 +0000 | [diff] [blame] | 732 | # Allow the execution of IPv6 tests (boolean value) |
| 733 | #ipv6=true |
| 734 | |
Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 735 | # A list of enabled network extensions with a special entry |
| 736 | # all which indicates every extension is enabled (list value) |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 737 | #api_extensions=all |
| 738 | |
| 739 | |
| 740 | [object-storage] |
| 741 | |
| 742 | # |
| 743 | # Options defined in tempest.config |
| 744 | # |
| 745 | |
| 746 | # Catalog type of the Object-Storage service. (string value) |
| 747 | #catalog_type=object-store |
| 748 | |
| 749 | # The object-storage region name to use. If empty, the value |
| 750 | # of identity.region is used instead. If no such region is |
| 751 | # found in the service catalog, the first found one is used. |
| 752 | # (string value) |
| 753 | #region= |
| 754 | |
JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 755 | # The endpoint type to use for the object-store service. |
| 756 | # (string value) |
| 757 | #endpoint_type=publicURL |
| 758 | |
Fabien Boucher | 2178d31 | 2013-12-31 15:38:57 +0100 | [diff] [blame] | 759 | # Number of seconds to time on waiting for a container to |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 760 | # container synchronization complete. (integer value) |
| 761 | #container_sync_timeout=120 |
| 762 | |
Fabien Boucher | 2178d31 | 2013-12-31 15:38:57 +0100 | [diff] [blame] | 763 | # Number of seconds to wait while looping to check the status |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 764 | # of a container to container synchronization (integer value) |
| 765 | #container_sync_interval=5 |
| 766 | |
| 767 | # Role to add to users created for swift tests to enable |
| 768 | # creating containers (string value) |
| 769 | #operator_role=Member |
| 770 | |
Matthew Treinish | 998c91d | 2014-03-01 12:39:49 -0500 | [diff] [blame] | 771 | # User role that has reseller admin (string value) |
| 772 | #reseller_admin_role=ResellerAdmin |
| 773 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 774 | |
| 775 | [object-storage-feature-enabled] |
| 776 | |
| 777 | # |
| 778 | # Options defined in tempest.config |
| 779 | # |
| 780 | |
Matthew Treinish | 2034538 | 2013-12-13 17:04:23 +0000 | [diff] [blame] | 781 | # A list of the enabled optional discoverable apis. A single |
| 782 | # entry, all, indicates that all of these features are |
| 783 | # expected to be enabled (list value) |
| 784 | #discoverable_apis=all |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 785 | |
| 786 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 787 | [orchestration] |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 788 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 789 | # |
| 790 | # Options defined in tempest.config |
| 791 | # |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 792 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 793 | # Catalog type of the Orchestration service. (string value) |
| 794 | #catalog_type=orchestration |
Joe Gordon | b5e10cd | 2013-07-10 15:51:12 +0000 | [diff] [blame] | 795 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 796 | # The orchestration region name to use. If empty, the value of |
| 797 | # identity.region is used instead. If no such region is found |
| 798 | # in the service catalog, the first found one is used. (string |
| 799 | # value) |
| 800 | #region= |
Matthew Treinish | 4c41292 | 2013-07-16 15:27:42 -0400 | [diff] [blame] | 801 | |
JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 802 | # The endpoint type to use for the orchestration service. |
| 803 | # (string value) |
| 804 | #endpoint_type=publicURL |
| 805 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 806 | # Timeout in seconds to wait for a stack to build. (integer |
| 807 | # value) |
Matthew Treinish | a2dfd49 | 2014-04-15 11:15:34 -0400 | [diff] [blame] | 808 | #build_timeout=1200 |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 809 | |
| 810 | # Instance type for tests. Needs to be big enough for a full |
| 811 | # OS plus the test workload (string value) |
| 812 | #instance_type=m1.micro |
| 813 | |
| 814 | # Name of heat-cfntools enabled image to use when launching |
| 815 | # test instances. (string value) |
| 816 | #image_ref=<None> |
| 817 | |
| 818 | # Name of existing keypair to launch servers with. (string |
| 819 | # value) |
| 820 | #keypair_name=<None> |
| 821 | |
| 822 | # Value must match heat configuration of the same name. |
| 823 | # (integer value) |
| 824 | #max_template_size=524288 |
| 825 | |
Steven Hardy | fdc6bd7 | 2014-03-21 16:56:04 +0000 | [diff] [blame] | 826 | # Value must match heat configuration of the same name. |
| 827 | # (integer value) |
| 828 | #max_resources_per_stack=1000 |
| 829 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 830 | |
Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 831 | [queuing] |
| 832 | |
| 833 | # |
| 834 | # Options defined in tempest.config |
| 835 | # |
| 836 | |
| 837 | # Catalog type of the Queuing service. (string value) |
| 838 | #catalog_type=queuing |
| 839 | |
Jorge Chai | 83ba4ee | 2014-04-15 18:58:08 +0000 | [diff] [blame] | 840 | # The maximum number of queue records per page when listing |
| 841 | # queues (integer value) |
| 842 | #max_queues_per_page=20 |
| 843 | |
Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 844 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 845 | [scenario] |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 846 | |
| 847 | # |
| 848 | # Options defined in tempest.config |
| 849 | # |
| 850 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 851 | # Directory containing image files (string value) |
| 852 | #img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec |
| 853 | |
Masayuki Igawa | 4f71bf0 | 2014-02-21 14:02:29 +0900 | [diff] [blame] | 854 | # QCOW2 image file name (string value) |
| 855 | #qcow2_img_file=cirros-0.3.1-x86_64-disk.img |
| 856 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 857 | # AMI image file name (string value) |
| 858 | #ami_img_file=cirros-0.3.1-x86_64-blank.img |
| 859 | |
| 860 | # ARI image file name (string value) |
| 861 | #ari_img_file=cirros-0.3.1-x86_64-initrd |
| 862 | |
| 863 | # AKI image file name (string value) |
| 864 | #aki_img_file=cirros-0.3.1-x86_64-vmlinuz |
| 865 | |
| 866 | # ssh username for the image file (string value) |
| 867 | #ssh_user=cirros |
| 868 | |
| 869 | # specifies how many resources to request at once. Used for |
| 870 | # large operations testing. (integer value) |
| 871 | #large_ops_number=0 |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 872 | |
| 873 | |
| 874 | [service_available] |
| 875 | |
| 876 | # |
| 877 | # Options defined in tempest.config |
| 878 | # |
| 879 | |
| 880 | # Whether or not cinder is expected to be available (boolean |
| 881 | # value) |
| 882 | #cinder=true |
| 883 | |
| 884 | # Whether or not neutron is expected to be available (boolean |
| 885 | # value) |
| 886 | #neutron=false |
| 887 | |
| 888 | # Whether or not glance is expected to be available (boolean |
| 889 | # value) |
| 890 | #glance=true |
| 891 | |
| 892 | # Whether or not swift is expected to be available (boolean |
| 893 | # value) |
| 894 | #swift=true |
| 895 | |
| 896 | # Whether or not nova is expected to be available (boolean |
| 897 | # value) |
| 898 | #nova=true |
| 899 | |
| 900 | # Whether or not Heat is expected to be available (boolean |
| 901 | # value) |
| 902 | #heat=false |
| 903 | |
| 904 | # Whether or not Ceilometer is expected to be available |
| 905 | # (boolean value) |
| 906 | #ceilometer=true |
| 907 | |
| 908 | # Whether or not Horizon is expected to be available (boolean |
| 909 | # value) |
| 910 | #horizon=true |
| 911 | |
Sergey Lukjanov | 9c95a25 | 2014-03-13 23:59:22 +0400 | [diff] [blame] | 912 | # Whether or not Sahara is expected to be available (boolean |
Joe H. Rahme | 3f2d4c6 | 2013-11-19 18:25:31 +0100 | [diff] [blame] | 913 | # value) |
Sergey Lukjanov | 9c95a25 | 2014-03-13 23:59:22 +0400 | [diff] [blame] | 914 | #sahara=false |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 915 | |
Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 916 | # Whether or not Ironic is expected to be available (boolean |
| 917 | # value) |
| 918 | #ironic=false |
| 919 | |
Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 920 | # Whether or not Trove is expected to be available (boolean |
| 921 | # value) |
| 922 | #trove=false |
| 923 | |
Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 924 | # Whether or not Marconi is expected to be available (boolean |
| 925 | # value) |
| 926 | #marconi=false |
| 927 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 928 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 929 | [stress] |
| 930 | |
| 931 | # |
| 932 | # Options defined in tempest.config |
| 933 | # |
| 934 | |
| 935 | # Directory containing log files on the compute nodes (string |
| 936 | # value) |
| 937 | #nova_logdir=<None> |
| 938 | |
| 939 | # Maximum number of instances to create during test. (integer |
| 940 | # value) |
| 941 | #max_instances=16 |
| 942 | |
| 943 | # Controller host. (string value) |
| 944 | #controller=<None> |
| 945 | |
| 946 | # Controller host. (string value) |
| 947 | #target_controller=<None> |
| 948 | |
| 949 | # ssh user. (string value) |
| 950 | #target_ssh_user=<None> |
| 951 | |
| 952 | # Path to private key. (string value) |
| 953 | #target_private_key_path=<None> |
| 954 | |
| 955 | # regexp for list of log files. (string value) |
| 956 | #target_logfiles=<None> |
| 957 | |
| 958 | # time (in seconds) between log file error checks. (integer |
| 959 | # value) |
| 960 | #log_check_interval=60 |
| 961 | |
| 962 | # The number of threads created while stress test. (integer |
| 963 | # value) |
| 964 | #default_thread_number_per_action=4 |
| 965 | |
Julien Leloup | 04d40f7 | 2014-01-28 11:17:18 +0100 | [diff] [blame] | 966 | # Prevent the cleaning (tearDownClass()) between each stress |
| 967 | # test run if an exception occurs during this run. (boolean |
| 968 | # value) |
| 969 | #leave_dirty_stack=false |
| 970 | |
Julien Leloup | a5ee542 | 2014-02-13 14:29:02 +0100 | [diff] [blame] | 971 | # Allows a full cleaning process after a stress test. Caution |
| 972 | # : this cleanup will remove every objects of every tenant. |
| 973 | # (boolean value) |
| 974 | #full_clean_stack=false |
| 975 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 976 | |
| 977 | [telemetry] |
| 978 | |
| 979 | # |
| 980 | # Options defined in tempest.config |
| 981 | # |
| 982 | |
| 983 | # Catalog type of the Telemetry service. (string value) |
| 984 | #catalog_type=metering |
| 985 | |
JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 986 | # The endpoint type to use for the telemetry service. (string |
| 987 | # value) |
| 988 | #endpoint_type=publicURL |
| 989 | |
Vadim Rovachev | 7bcea35 | 2013-12-26 15:56:17 +0400 | [diff] [blame] | 990 | # This variable is used as flag to enable notification tests |
| 991 | # (boolean value) |
| 992 | #too_slow_to_test=true |
| 993 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 994 | |
| 995 | [volume] |
| 996 | |
| 997 | # |
| 998 | # Options defined in tempest.config |
| 999 | # |
| 1000 | |
| 1001 | # Time in seconds between volume availability checks. (integer |
| 1002 | # value) |
Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 1003 | #build_interval=1 |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1004 | |
| 1005 | # Timeout in seconds to wait for a volume to becomeavailable. |
| 1006 | # (integer value) |
| 1007 | #build_timeout=300 |
| 1008 | |
| 1009 | # Catalog type of the Volume Service (string value) |
| 1010 | #catalog_type=volume |
| 1011 | |
| 1012 | # The volume region name to use. If empty, the value of |
| 1013 | # identity.region is used instead. If no such region is found |
| 1014 | # in the service catalog, the first found one is used. (string |
| 1015 | # value) |
| 1016 | #region= |
| 1017 | |
JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 1018 | # The endpoint type to use for the volume service. (string |
| 1019 | # value) |
| 1020 | #endpoint_type=publicURL |
| 1021 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1022 | # Name of the backend1 (must be declared in cinder.conf) |
| 1023 | # (string value) |
| 1024 | #backend1_name=BACKEND_1 |
| 1025 | |
| 1026 | # Name of the backend2 (must be declared in cinder.conf) |
| 1027 | # (string value) |
| 1028 | #backend2_name=BACKEND_2 |
| 1029 | |
| 1030 | # Backend protocol to target when creating volume types |
| 1031 | # (string value) |
| 1032 | #storage_protocol=iSCSI |
| 1033 | |
| 1034 | # Backend vendor to target when creating volume types (string |
| 1035 | # value) |
| 1036 | #vendor_name=Open Source |
| 1037 | |
| 1038 | # Disk format to use when copying a volume to image (string |
| 1039 | # value) |
| 1040 | #disk_format=raw |
| 1041 | |
Jerry Cai | 9733d0e | 2014-03-19 15:50:49 +0800 | [diff] [blame] | 1042 | # Default size in GB for volumes created by volumes tests |
| 1043 | # (integer value) |
| 1044 | #volume_size=1 |
| 1045 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1046 | |
| 1047 | [volume-feature-enabled] |
| 1048 | |
| 1049 | # |
| 1050 | # Options defined in tempest.config |
| 1051 | # |
| 1052 | |
| 1053 | # Runs Cinder multi-backend test (requires 2 backends) |
| 1054 | # (boolean value) |
| 1055 | #multi_backend=false |
| 1056 | |
Giulio Fidente | 74b08ad | 2014-01-18 04:02:51 +0100 | [diff] [blame] | 1057 | # Runs Cinder volumes backup test (boolean value) |
| 1058 | #backup=true |
| 1059 | |
JordanP | bce5553 | 2014-03-19 12:10:32 +0100 | [diff] [blame] | 1060 | # Runs Cinder volume snapshot test (boolean value) |
| 1061 | #snapshot=true |
| 1062 | |
Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 1063 | # A list of enabled volume extensions with a special entry all |
| 1064 | # which indicates every extension is enabled (list value) |
| 1065 | #api_extensions=all |
| 1066 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1067 | # Is the v1 volume API enabled (boolean value) |
| 1068 | #api_v1=true |
| 1069 | |
Zhi Kun Liu | 8cc3c84 | 2014-01-07 10:44:34 +0800 | [diff] [blame] | 1070 | # Is the v2 volume API enabled (boolean value) |
| 1071 | #api_v2=true |
| 1072 | |
Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1073 | |