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