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