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) |
| 31 | #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s |
| 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) |
Saranya Pandian | baefccc | 2013-12-03 22:42:01 +0530 | [diff] [blame] | 46 | #default_log_levels=amqplib=WARN,sqlalchemy=WARN,boto=WARN,suds=INFO,keystone=INFO,paramiko=INFO |
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 | |
| 62 | # If this option is specified, the logging configuration file |
| 63 | # specified is used and overrides any other logging options |
| 64 | # specified. Please see the Python logging module |
| 65 | # documentation for details on logging configuration files. |
| 66 | # (string value) |
| 67 | #log_config=<None> |
| 68 | |
| 69 | # DEPRECATED. A logging.Formatter log message format string |
| 70 | # which may use any of the available logging.LogRecord |
| 71 | # attributes. This option is deprecated. Please use |
| 72 | # logging_context_format_string and |
| 73 | # logging_default_format_string instead. (string value) |
| 74 | #log_format=<None> |
| 75 | |
| 76 | # Format string for %%(asctime)s in log records. Default: |
| 77 | # %(default)s (string value) |
| 78 | #log_date_format=%Y-%m-%d %H:%M:%S |
| 79 | |
| 80 | # (Optional) Name of log file to output to. If no default is |
| 81 | # set, logging will go to stdout. (string value) |
| 82 | # Deprecated group/name - [DEFAULT]/logfile |
| 83 | #log_file=<None> |
| 84 | |
| 85 | # (Optional) The base directory used for relative --log-file |
| 86 | # paths (string value) |
| 87 | # Deprecated group/name - [DEFAULT]/logdir |
| 88 | #log_dir=<None> |
| 89 | |
| 90 | # Use syslog for logging. (boolean value) |
| 91 | #use_syslog=false |
| 92 | |
| 93 | # syslog facility to receive log lines (string value) |
| 94 | #syslog_log_facility=LOG_USER |
| 95 | |
Marc Koderer | b714de5 | 2013-08-08 09:21:46 +0200 | [diff] [blame] | 96 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 97 | [image] |
| 98 | |
| 99 | # |
| 100 | # Options defined in tempest.config |
| 101 | # |
| 102 | |
| 103 | # Catalog type of the Image service. (string value) |
| 104 | #catalog_type=image |
| 105 | |
| 106 | # The image region name to use. If empty, the value of |
| 107 | # identity.region is used instead. If no such region is found |
| 108 | # in the service catalog, the first found one is used. (string |
| 109 | # value) |
| 110 | #region= |
| 111 | |
| 112 | # http accessible image (string value) |
| 113 | #http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz |
| 114 | |
| 115 | |
| 116 | [object-storage] |
| 117 | |
| 118 | # |
| 119 | # Options defined in tempest.config |
| 120 | # |
| 121 | |
| 122 | # Catalog type of the Object-Storage service. (string value) |
| 123 | #catalog_type=object-store |
| 124 | |
| 125 | # The object-storage region name to use. If empty, the value |
| 126 | # of identity.region is used instead. If no such region is |
| 127 | # found in the service catalog, the first found one is used. |
| 128 | # (string value) |
| 129 | #region= |
| 130 | |
| 131 | # Number of seconds to time on waiting for a containerto |
| 132 | # container synchronization complete. (integer value) |
| 133 | #container_sync_timeout=120 |
| 134 | |
| 135 | # Number of seconds to wait while looping to check thestatus |
| 136 | # of a container to container synchronization (integer value) |
| 137 | #container_sync_interval=5 |
| 138 | |
| 139 | # Role to add to users created for swift tests to enable |
| 140 | # creating containers (string value) |
| 141 | #operator_role=Member |
| 142 | |
| 143 | |
| 144 | [network] |
| 145 | |
| 146 | # |
| 147 | # Options defined in tempest.config |
| 148 | # |
| 149 | |
| 150 | # Catalog type of the Neutron service. (string value) |
| 151 | #catalog_type=network |
| 152 | |
| 153 | # The network region name to use. If empty, the value of |
| 154 | # identity.region is used instead. If no such region is found |
| 155 | # in the service catalog, the first found one is used. (string |
| 156 | # value) |
| 157 | #region= |
| 158 | |
| 159 | # The cidr block to allocate tenant networks from (string |
| 160 | # value) |
| 161 | #tenant_network_cidr=10.100.0.0/16 |
| 162 | |
| 163 | # The mask bits for tenant networks (integer value) |
| 164 | #tenant_network_mask_bits=28 |
| 165 | |
| 166 | # Whether tenant network connectivity should be evaluated |
| 167 | # directly (boolean value) |
| 168 | #tenant_networks_reachable=false |
| 169 | |
| 170 | # Id of the public network that provides external connectivity |
| 171 | # (string value) |
| 172 | #public_network_id= |
| 173 | |
| 174 | # Id of the public router that provides external connectivity |
| 175 | # (string value) |
| 176 | #public_router_id= |
| 177 | |
| 178 | |
| 179 | [data_processing] |
| 180 | |
| 181 | # |
| 182 | # Options defined in tempest.config |
| 183 | # |
| 184 | |
| 185 | # Catalog type of the data processing service. (string value) |
| 186 | #catalog_type=data_processing |
| 187 | |
| 188 | |
| 189 | [object-storage-feature-enabled] |
| 190 | |
| 191 | # |
| 192 | # Options defined in tempest.config |
| 193 | # |
| 194 | |
| 195 | # Set to True if the Container Quota middleware is enabled |
| 196 | # (boolean value) |
| 197 | #container_quotas=true |
| 198 | |
| 199 | # Set to True if the Account Quota middleware is enabled |
| 200 | # (boolean value) |
| 201 | #accounts_quotas=true |
| 202 | |
| 203 | # Set to True if the Crossdomain middleware is enabled |
| 204 | # (boolean value) |
| 205 | #crossdomain=true |
| 206 | |
| 207 | # Set to True if the TempURL middleware is enabled (boolean |
| 208 | # value) |
| 209 | #tempurl=true |
| 210 | |
| 211 | |
| 212 | [network-feature-enabled] |
| 213 | |
| 214 | # |
| 215 | # Options defined in tempest.config |
| 216 | # |
| 217 | |
| 218 | # A list of enabled extensions with a special entry all which |
| 219 | # indicates every extension is enabled (list value) |
| 220 | #api_extensions=all |
| 221 | |
| 222 | |
| 223 | [volume-feature-enabled] |
| 224 | |
| 225 | # |
| 226 | # Options defined in tempest.config |
| 227 | # |
| 228 | |
| 229 | # Runs Cinder multi-backend test (requires 2 backends) |
| 230 | # (boolean value) |
| 231 | #multi_backend=false |
| 232 | |
| 233 | # A list of enabled extensions with a special entry all which |
| 234 | # indicates every extension is enabled (list value) |
| 235 | #api_extensions=all |
| 236 | |
| 237 | |
| 238 | [image-feature-enabled] |
| 239 | |
| 240 | # |
| 241 | # Options defined in tempest.config |
| 242 | # |
| 243 | |
| 244 | # Is the v2 image API enabled (boolean value) |
| 245 | #api_v2=true |
| 246 | |
| 247 | # Is the v1 image API enabled (boolean value) |
| 248 | #api_v1=true |
| 249 | |
| 250 | |
| 251 | [compute-admin] |
| 252 | |
| 253 | # |
| 254 | # Options defined in tempest.config |
| 255 | # |
| 256 | |
| 257 | # Administrative Username to use for Nova API requests. |
| 258 | # (string value) |
| 259 | #username=admin |
| 260 | |
| 261 | # Administrative Tenant name to use for Nova API requests. |
| 262 | # (string value) |
| 263 | #tenant_name=admin |
| 264 | |
| 265 | # API key to use when authenticating as admin. (string value) |
| 266 | #password=pass |
| 267 | |
| 268 | |
| 269 | [volume] |
| 270 | |
| 271 | # |
| 272 | # Options defined in tempest.config |
| 273 | # |
| 274 | |
| 275 | # Time in seconds between volume availability checks. (integer |
| 276 | # value) |
| 277 | #build_interval=10 |
| 278 | |
| 279 | # Timeout in seconds to wait for a volume to becomeavailable. |
| 280 | # (integer value) |
| 281 | #build_timeout=300 |
| 282 | |
| 283 | # Catalog type of the Volume Service (string value) |
| 284 | #catalog_type=volume |
| 285 | |
| 286 | # The volume region name to use. If empty, the value of |
| 287 | # identity.region is used instead. If no such region is found |
| 288 | # in the service catalog, the first found one is used. (string |
| 289 | # value) |
| 290 | #region= |
| 291 | |
| 292 | # Name of the backend1 (must be declared in cinder.conf) |
| 293 | # (string value) |
| 294 | #backend1_name=BACKEND_1 |
| 295 | |
| 296 | # Name of the backend2 (must be declared in cinder.conf) |
| 297 | # (string value) |
| 298 | #backend2_name=BACKEND_2 |
| 299 | |
| 300 | # Backend protocol to target when creating volume types |
| 301 | # (string value) |
| 302 | #storage_protocol=iSCSI |
| 303 | |
| 304 | # Backend vendor to target when creating volume types (string |
| 305 | # value) |
| 306 | #vendor_name=Open Source |
| 307 | |
| 308 | # Disk format to use when copying a volume to image (string |
| 309 | # value) |
| 310 | #disk_format=raw |
| 311 | |
| 312 | |
| 313 | [compute-feature-enabled] |
| 314 | |
| 315 | # |
| 316 | # Options defined in tempest.config |
| 317 | # |
| 318 | |
| 319 | # If false, skip all nova v3 tests. (boolean value) |
| 320 | #api_v3=true |
| 321 | |
| 322 | # If false, skip disk config tests (boolean value) |
| 323 | #disk_config=true |
| 324 | |
| 325 | # A list of enabled extensions with a special entry all which |
| 326 | # indicates every extension is enabled (list value) |
| 327 | #api_extensions=all |
| 328 | |
| 329 | # A list of enabled v3 extensions with a special entry all |
| 330 | # which indicates every extension is enabled (list value) |
| 331 | #api_v3_extensions=all |
| 332 | |
| 333 | # Does the test environment support changing the admin |
| 334 | # password? (boolean value) |
| 335 | #change_password=false |
| 336 | |
| 337 | # Does the test environment support snapshots? (boolean value) |
| 338 | #create_image=false |
| 339 | |
| 340 | # Does the test environment support resizing? (boolean value) |
| 341 | #resize=false |
| 342 | |
| 343 | # Does the test environment support live migration available? |
| 344 | # (boolean value) |
| 345 | #live_migration=false |
| 346 | |
| 347 | # Does the test environment use block devices for live |
| 348 | # migration (boolean value) |
| 349 | #block_migration_for_live_migration=false |
| 350 | |
| 351 | # Does the test environment block migration support cinder |
| 352 | # iSCSI volumes (boolean value) |
| 353 | #block_migrate_cinder_iscsi=false |
| 354 | |
| 355 | |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 356 | [identity] |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 357 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 358 | # |
| 359 | # Options defined in tempest.config |
| 360 | # |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 361 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 362 | # Catalog type of the Identity service. (string value) |
| 363 | #catalog_type=identity |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 364 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 365 | # Set to True if using self-signed SSL certificates. (boolean |
| 366 | # value) |
| 367 | #disable_ssl_certificate_validation=false |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 368 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 369 | # Full URI of the OpenStack Identity API (Keystone), v2 |
| 370 | # (string value) |
| 371 | #uri=<None> |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 372 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 373 | # Full URI of the OpenStack Identity API (Keystone), v3 |
| 374 | # (string value) |
| 375 | #uri_v3=<None> |
Russell Sim | 7f894a5 | 2013-09-13 10:35:21 +1000 | [diff] [blame] | 376 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 377 | # The identity region name to use. Also used as the other |
| 378 | # services' region name unless they are set explicitly. If no |
| 379 | # such region is found in the service catalog, the first found |
| 380 | # one is used. (string value) |
| 381 | #region=RegionOne |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 382 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 383 | # Username to use for Nova API requests. (string value) |
| 384 | #username=demo |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 385 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 386 | # Tenant name to use for Nova API requests. (string value) |
| 387 | #tenant_name=demo |
Dan Smith | d6ff6b7 | 2012-08-23 10:29:41 -0700 | [diff] [blame] | 388 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 389 | # Role required to administrate keystone. (string value) |
| 390 | #admin_role=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 391 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 392 | # API key to use when authenticating. (string value) |
| 393 | #password=pass |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 394 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 395 | # Username of alternate user to use for Nova API requests. |
| 396 | # (string value) |
| 397 | #alt_username=<None> |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 398 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 399 | # Alternate user's Tenant name to use for Nova API requests. |
| 400 | # (string value) |
| 401 | #alt_tenant_name=<None> |
Maru Newby | af292e8 | 2013-05-20 21:32:28 +0000 | [diff] [blame] | 402 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 403 | # API key to use when authenticating as alternate user. |
| 404 | # (string value) |
| 405 | #alt_password=<None> |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 406 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 407 | # Administrative Username to use forKeystone API requests. |
| 408 | # (string value) |
| 409 | #admin_username=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 410 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 411 | # Administrative Tenant name to use for Keystone API requests. |
| 412 | # (string value) |
| 413 | #admin_tenant_name=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 414 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 415 | # API key to use when authenticating as admin. (string value) |
| 416 | #admin_password=pass |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 417 | |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 418 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 419 | [cli] |
| 420 | |
| 421 | # |
| 422 | # Options defined in tempest.cli |
| 423 | # |
| 424 | |
| 425 | # enable cli tests (boolean value) |
| 426 | #enabled=true |
| 427 | |
| 428 | # directory where python client binaries are located (string |
| 429 | # value) |
| 430 | #cli_dir=/usr/local/bin |
| 431 | |
| 432 | # Number of seconds to wait on a CLI timeout (integer value) |
| 433 | #timeout=15 |
| 434 | |
| 435 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 436 | [stress] |
Attila Fazekas | b066165 | 2013-05-08 13:01:36 +0200 | [diff] [blame] | 437 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 438 | # |
| 439 | # Options defined in tempest.config |
| 440 | # |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 441 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 442 | # Directory containing log files on the compute nodes (string |
| 443 | # value) |
| 444 | #nova_logdir=<None> |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 445 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 446 | # Maximum number of instances to create during test. (integer |
| 447 | # value) |
| 448 | #max_instances=16 |
Nachi Ueno | 6d580be | 2013-07-24 10:58:11 -0700 | [diff] [blame] | 449 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 450 | # Controller host. (string value) |
| 451 | #controller=<None> |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 452 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 453 | # Controller host. (string value) |
| 454 | #target_controller=<None> |
Attila Fazekas | 0abbc95 | 2013-07-01 19:19:42 +0200 | [diff] [blame] | 455 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 456 | # ssh user. (string value) |
| 457 | #target_ssh_user=<None> |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 458 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 459 | # Path to private key. (string value) |
| 460 | #target_private_key_path=<None> |
fujioka yuuichi | a11994e | 2013-07-09 11:19:51 +0900 | [diff] [blame] | 461 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 462 | # regexp for list of log files. (string value) |
| 463 | #target_logfiles=<None> |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 464 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 465 | # time (in seconds) between log file error checks. (integer |
| 466 | # value) |
| 467 | #log_check_interval=60 |
ivan-zhu | 8f992be | 2013-07-31 14:56:58 +0800 | [diff] [blame] | 468 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 469 | # The number of threads created while stress test. (integer |
| 470 | # value) |
| 471 | #default_thread_number_per_action=4 |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 472 | |
Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 473 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 474 | [compute] |
| 475 | |
| 476 | # |
| 477 | # Options defined in tempest.config |
| 478 | # |
| 479 | |
| 480 | # Allows test cases to create/destroy tenants and users. This |
| 481 | # option enables isolated test cases and better parallel |
| 482 | # execution, but also requires that OpenStack Identity API |
| 483 | # admin credentials are known. (boolean value) |
| 484 | #allow_tenant_isolation=false |
| 485 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 486 | # Valid secondary image reference to be used in tests. (string |
| 487 | # value) |
| 488 | #image_ref={$IMAGE_ID} |
| 489 | |
| 490 | # Valid secondary image reference to be used in tests. (string |
| 491 | # value) |
| 492 | #image_ref_alt={$IMAGE_ID_ALT} |
| 493 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 494 | # Valid primary flavor to use in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 495 | #flavor_ref=1 |
| 496 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 497 | # Valid secondary flavor to be used in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 498 | #flavor_ref_alt=2 |
| 499 | |
| 500 | # User name used to authenticate to an instance. (string |
| 501 | # value) |
| 502 | #image_ssh_user=root |
| 503 | |
| 504 | # Password used to authenticate to an instance. (string value) |
| 505 | #image_ssh_password=password |
| 506 | |
| 507 | # User name used to authenticate to an instance using the |
| 508 | # alternate image. (string value) |
| 509 | #image_alt_ssh_user=root |
| 510 | |
| 511 | # Password used to authenticate to an instance using the |
| 512 | # alternate image. (string value) |
| 513 | #image_alt_ssh_password=password |
| 514 | |
| 515 | # Time in seconds between build status checks. (integer value) |
| 516 | #build_interval=10 |
| 517 | |
| 518 | # Timeout in seconds to wait for an instance to build. |
| 519 | # (integer value) |
| 520 | #build_timeout=300 |
| 521 | |
Derek Higgins | 85cd514 | 2013-12-17 17:10:11 +0000 | [diff] [blame] | 522 | # Should the tests ssh to instances? (boolean value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 523 | #run_ssh=false |
| 524 | |
| 525 | # User name used to authenticate to an instance. (string |
| 526 | # value) |
| 527 | #ssh_user=root |
| 528 | |
| 529 | # Timeout in seconds to wait for ping to succeed. (integer |
| 530 | # value) |
| 531 | #ping_timeout=60 |
| 532 | |
| 533 | # Timeout in seconds to wait for authentication to succeed. |
| 534 | # (integer value) |
| 535 | #ssh_timeout=300 |
| 536 | |
| 537 | # Additional wait time for clean state, when there is no OS- |
| 538 | # EXT-STS extension available (integer value) |
| 539 | #ready_wait=0 |
| 540 | |
| 541 | # Timeout in seconds to wait for output from ssh channel. |
| 542 | # (integer value) |
| 543 | #ssh_channel_timeout=60 |
| 544 | |
| 545 | # Visible fixed network name (string value) |
| 546 | #fixed_network_name=private |
| 547 | |
| 548 | # Network used for SSH connections. (string value) |
| 549 | #network_for_ssh=public |
| 550 | |
| 551 | # IP version used for SSH connections. (integer value) |
| 552 | #ip_version_for_ssh=4 |
| 553 | |
| 554 | # Dose the SSH uses Floating IP? (boolean value) |
| 555 | #use_floatingip_for_ssh=true |
| 556 | |
| 557 | # Catalog type of the Compute service. (string value) |
| 558 | #catalog_type=compute |
| 559 | |
| 560 | # The compute region name to use. If empty, the value of |
| 561 | # identity.region is used instead. If no such region is found |
| 562 | # in the service catalog, the first found one is used. (string |
| 563 | # value) |
| 564 | #region= |
| 565 | |
| 566 | # Catalog type of the Compute v3 service. (string value) |
| 567 | #catalog_v3_type=computev3 |
| 568 | |
| 569 | # Path to a private key file for SSH access to remote hosts |
| 570 | # (string value) |
| 571 | #path_to_private_key=<None> |
| 572 | |
| 573 | # Expected device name when a volume is attached to an |
| 574 | # instance (string value) |
| 575 | #volume_device_name=vdb |
| 576 | |
| 577 | # Time in seconds before a shelved instance is eligible for |
| 578 | # removing from a host. -1 never offload, 0 offload when |
| 579 | # shelved. This time should be the same as the time of |
| 580 | # nova.conf, and some tests will run for as long as the time. |
| 581 | # (integer value) |
| 582 | #shelved_offload_time=0 |
| 583 | |
Matthew Treinish | 2b5287d | 2013-10-22 17:40:34 +0000 | [diff] [blame] | 584 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 585 | [scenario] |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 586 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 587 | # |
| 588 | # Options defined in tempest.config |
| 589 | # |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 590 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 591 | # Directory containing image files (string value) |
| 592 | #img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 593 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 594 | # AMI image file name (string value) |
| 595 | #ami_img_file=cirros-0.3.1-x86_64-blank.img |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 596 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 597 | # ARI image file name (string value) |
| 598 | #ari_img_file=cirros-0.3.1-x86_64-initrd |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 599 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 600 | # AKI image file name (string value) |
| 601 | #aki_img_file=cirros-0.3.1-x86_64-vmlinuz |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 602 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 603 | # ssh username for the image file (string value) |
| 604 | #ssh_user=cirros |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 605 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 606 | # specifies how many resources to request at once. Used for |
| 607 | # large operations testing. (integer value) |
| 608 | #large_ops_number=0 |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 609 | |
| 610 | |
| 611 | [boto] |
| 612 | |
| 613 | # |
| 614 | # Options defined in tempest.config |
| 615 | # |
| 616 | |
| 617 | # EC2 URL (string value) |
| 618 | #ec2_url=http://localhost:8773/services/Cloud |
| 619 | |
| 620 | # S3 URL (string value) |
| 621 | #s3_url=http://localhost:8080 |
| 622 | |
| 623 | # AWS Secret Key (string value) |
| 624 | #aws_secret=<None> |
| 625 | |
| 626 | # AWS Access Key (string value) |
| 627 | #aws_access=<None> |
| 628 | |
| 629 | # S3 Materials Path (string value) |
| 630 | #s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0 |
| 631 | |
| 632 | # ARI Ramdisk Image manifest (string value) |
| 633 | #ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml |
| 634 | |
| 635 | # AMI Machine Image manifest (string value) |
| 636 | #ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml |
| 637 | |
| 638 | # AKI Kernel Image manifest (string value) |
| 639 | #aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml |
| 640 | |
| 641 | # Instance type (string value) |
| 642 | #instance_type=m1.tiny |
| 643 | |
| 644 | # boto Http socket timeout (integer value) |
| 645 | #http_socket_timeout=3 |
| 646 | |
| 647 | # boto num_retries on error (integer value) |
| 648 | #num_retries=1 |
| 649 | |
| 650 | # Status Change Timeout (integer value) |
| 651 | #build_timeout=60 |
| 652 | |
| 653 | # Status Change Test Interval (integer value) |
| 654 | #build_interval=1 |
| 655 | |
| 656 | |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 657 | [dashboard] |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 658 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 659 | # |
| 660 | # Options defined in tempest.config |
| 661 | # |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 662 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 663 | # Where the dashboard can be found (string value) |
| 664 | #dashboard_url=http://localhost/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 665 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 666 | # Login page for the dashboard (string value) |
| 667 | #login_url=http://localhost/auth/login/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 668 | |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 669 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 670 | [orchestration] |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 671 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 672 | # |
| 673 | # Options defined in tempest.config |
| 674 | # |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 675 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 676 | # Catalog type of the Orchestration service. (string value) |
| 677 | #catalog_type=orchestration |
Joe Gordon | b5e10cd | 2013-07-10 15:51:12 +0000 | [diff] [blame] | 678 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 679 | # The orchestration region name to use. If empty, the value of |
| 680 | # identity.region is used instead. If no such region is found |
| 681 | # in the service catalog, the first found one is used. (string |
| 682 | # value) |
| 683 | #region= |
Matthew Treinish | 4c41292 | 2013-07-16 15:27:42 -0400 | [diff] [blame] | 684 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 685 | # Allows test cases to create/destroy tenants and users. This |
| 686 | # option enables isolated test cases and better parallel |
| 687 | # execution, but also requires that OpenStack Identity API |
| 688 | # admin credentials are known. (boolean value) |
| 689 | #allow_tenant_isolation=false |
Marc Koderer | 32221b8e | 2013-08-23 13:57:50 +0200 | [diff] [blame] | 690 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 691 | # Time in seconds between build status checks. (integer value) |
| 692 | #build_interval=1 |
| 693 | |
| 694 | # Timeout in seconds to wait for a stack to build. (integer |
| 695 | # value) |
| 696 | #build_timeout=300 |
| 697 | |
| 698 | # Instance type for tests. Needs to be big enough for a full |
| 699 | # OS plus the test workload (string value) |
| 700 | #instance_type=m1.micro |
| 701 | |
| 702 | # Name of heat-cfntools enabled image to use when launching |
| 703 | # test instances. (string value) |
| 704 | #image_ref=<None> |
| 705 | |
| 706 | # Name of existing keypair to launch servers with. (string |
| 707 | # value) |
| 708 | #keypair_name=<None> |
| 709 | |
| 710 | # Value must match heat configuration of the same name. |
| 711 | # (integer value) |
| 712 | #max_template_size=524288 |
| 713 | |
| 714 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 715 | [debug] |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 716 | |
| 717 | # |
| 718 | # Options defined in tempest.config |
| 719 | # |
| 720 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 721 | # Enable diagnostic commands (boolean value) |
| 722 | #enable=true |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 723 | |
| 724 | |
| 725 | [service_available] |
| 726 | |
| 727 | # |
| 728 | # Options defined in tempest.config |
| 729 | # |
| 730 | |
| 731 | # Whether or not cinder is expected to be available (boolean |
| 732 | # value) |
| 733 | #cinder=true |
| 734 | |
| 735 | # Whether or not neutron is expected to be available (boolean |
| 736 | # value) |
| 737 | #neutron=false |
| 738 | |
| 739 | # Whether or not glance is expected to be available (boolean |
| 740 | # value) |
| 741 | #glance=true |
| 742 | |
| 743 | # Whether or not swift is expected to be available (boolean |
| 744 | # value) |
| 745 | #swift=true |
| 746 | |
| 747 | # Whether or not nova is expected to be available (boolean |
| 748 | # value) |
| 749 | #nova=true |
| 750 | |
| 751 | # Whether or not Heat is expected to be available (boolean |
| 752 | # value) |
| 753 | #heat=false |
| 754 | |
| 755 | # Whether or not Ceilometer is expected to be available |
| 756 | # (boolean value) |
| 757 | #ceilometer=true |
| 758 | |
| 759 | # Whether or not Horizon is expected to be available (boolean |
| 760 | # value) |
| 761 | #horizon=true |
| 762 | |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 763 | # Whether or not Savanna is expected to be available (boolean |
Joe H. Rahme | 3f2d4c6 | 2013-11-19 18:25:31 +0100 | [diff] [blame] | 764 | # value) |
Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 765 | #savanna=false |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 766 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 767 | |