summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-05-28 11:27:43 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-05-28 13:28:12 +0000
commit7b8b886ee1ec277e56ac4efceabf335f05553431 (patch)
tree1ab6c5e6f01dabe3b9b384bddfc79fced6eb629e
parentcc5219bc837da227644b03497dba2fc7406ebefc (diff)
downloaddefinitions-baserock/franred/configure-tempest.tar.gz
Openstack: Configure tempestbaserock/franred/configure-tempest
Change-Id: I5a23995574527b3f17be60d4044d9857b4c54151
-rw-r--r--openstack/etc/tempest/tempest.conf146
1 files changed, 73 insertions, 73 deletions
diff --git a/openstack/etc/tempest/tempest.conf b/openstack/etc/tempest/tempest.conf
index fcc8db9e..67a19229 100644
--- a/openstack/etc/tempest/tempest.conf
+++ b/openstack/etc/tempest/tempest.conf
@@ -6,11 +6,11 @@
# Print debugging output (set logging level to DEBUG instead of
# default WARNING level). (boolean value)
-#debug = false
+debug = true
# Print more verbose output (set logging level to INFO instead of
# default WARNING level). (boolean value)
-#verbose = false
+verbose = true
# The name of a logging configuration file. This file is appended to
# any existing logging configuration files. For details about logging
@@ -41,7 +41,7 @@
# Use syslog for logging. Existing syslog format is DEPRECATED during
# I, and will change in J to honor RFC5424. (boolean value)
-#use_syslog = false
+use_syslog = true
# (Optional) Enables or disables syslog rfc5424 format for logging. If
# enabled, prefixes the MSG part of the syslog message with APP-NAME
@@ -107,7 +107,7 @@
# achieved configuring a list of test accounts (boolean value)
# Deprecated group/name - [compute]/allow_tenant_isolation
# Deprecated group/name - [orchestration]/allow_tenant_isolation
-#allow_tenant_isolation = true
+allow_tenant_isolation = true
# Roles to assign to all users created by tempest (list value)
#tempest_roles =
@@ -208,15 +208,15 @@
#
# enable cli tests (boolean value)
-#enabled = true
+enabled = true
# directory where python client binaries are located (string value)
-#cli_dir = /usr/local/bin
+cli_dir = /usr/bin
# Whether the tempest run location has access to the *-manage
# commands. In a pure blackbox environment it will not. (boolean
# value)
-#has_manage = true
+has_manage = true
# Number of seconds to wait on a CLI timeout (integer value)
#timeout = 15
@@ -354,7 +354,7 @@
#
# If false, skip disk config tests (boolean value)
-#disk_config = true
+disk_config = true
# A list of enabled compute extensions with a special entry all which
# indicates every extension is enabled. Each extension should be
@@ -394,15 +394,15 @@
# Does the test environment block migration support cinder iSCSI
# volumes. Note, libvirt doesn't support this, see
# https://bugs.launchpad.net/nova/+bug/1398999 (boolean value)
-#block_migrate_cinder_iscsi = false
+block_migrate_cinder_iscsi = false
# Enable VNC console. This configuration value should be same as
# [nova.vnc]->vnc_enabled in nova.conf (boolean value)
-#vnc_console = false
+vnc_console = true
# Enable Spice console. This configuration value should be same as
# [nova.spice]->enabled in nova.conf (boolean value)
-#spice_console = false
+spice_console = false
# Enable RDP console. This configuration value should be same as
# [nova.rdp]->enabled in nova.conf (boolean value)
@@ -422,7 +422,7 @@
# Does the test environment support creating snapshot images of
# running instances? (boolean value)
-#snapshot = true
+snapshot = true
# Does the test environment have the ec2 api running? (boolean value)
#ec2_api = true
@@ -440,10 +440,10 @@
#
# Where the dashboard can be found (string value)
-#dashboard_url = http://localhost/
+dashboard_url = http://{{ CONTROLLER_HOST_ADDRESS }}
# Login page for the dashboard (string value)
-#login_url = http://localhost/auth/login/
+login_url = http://{{ CONTROLLER_HOST_ADDRESS }}/auth/login/
[data_processing]
@@ -515,7 +515,7 @@
#
# Catalog type of the Identity service. (string value)
-#catalog_type = identity
+catalog_type = identity
# Set to True if using self-signed SSL certificates. (boolean value)
#disable_ssl_certificate_validation = false
@@ -525,36 +525,36 @@
#ca_certificates_file = <None>
# Full URI of the OpenStack Identity API (Keystone), v2 (string value)
-#uri = <None>
+uri = http://{{ CONTROLLER_HOST_ADDRESS }}:35357/v2.0/
# Full URI of the OpenStack Identity API (Keystone), v3 (string value)
#uri_v3 = <None>
# Identity API version to be used for authentication for API tests.
# (string value)
-#auth_version = v2
+auth_version = v2
# The identity region name to use. Also used as the other services'
# region name unless they are set explicitly. If no such region is
# found in the service catalog, the first found one is used. (string
# value)
-#region = RegionOne
+region = RegionOne
# The endpoint type to use for the identity service. (string value)
# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
-#endpoint_type = publicURL
+endpoint_type = publicURL
# Username to use for Nova API requests. (string value)
-#username = <None>
+username = {{ NOVA_SERVICE_USER }}
# Tenant name to use for Nova API requests. (string value)
-#tenant_name = <None>
+tenant_name = service
# Role required to administrate keystone. (string value)
-#admin_role = admin
+admin_role = admin
# API key to use when authenticating. (string value)
-#password = <None>
+password = {{ NOVA_SERVICE_PASSWORD }}
# Domain name for authentication (Keystone V3).The same domain applies
# to user and project (string value)
@@ -577,14 +577,14 @@
# Administrative Username to use for Keystone API requests. (string
# value)
-#admin_username = <None>
+admin_username = admin
# Administrative Tenant name to use for Keystone API requests. (string
# value)
-#admin_tenant_name = <None>
+admin_tenant_name = admin
# API key to use when authenticating as admin. (string value)
-#admin_password = <None>
+admin_password = {{ KEYSTONE_ADMIN_PASSWORD }}
# Admin domain name for authentication (Keystone V3).The same domain
# applies to user and project (string value)
@@ -602,10 +602,10 @@
#trust = true
# Is the v2 identity API enabled (boolean value)
-#api_v2 = true
+api_v2 = true
# Is the v3 identity API enabled (boolean value)
-#api_v3 = true
+api_v3 = false
[image]
@@ -615,19 +615,19 @@
#
# Catalog type of the Image service. (string value)
-#catalog_type = image
+catalog_type = image
# The image region name to use. If empty, the value of identity.region
# is used instead. If no such region is found in the service catalog,
# the first found one is used. (string value)
-#region =
+region = regionOne
# The endpoint type to use for the image service. (string value)
# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
-#endpoint_type = publicURL
+endpoint_type = publicURL
# http accessible image (string value)
-#http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
+http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
# Timeout in seconds to wait for an image to become available.
# (integer value)
@@ -645,7 +645,7 @@
#
# Is the v2 image API enabled (boolean value)
-#api_v2 = true
+api_v2 = true
# Is the v1 image API enabled (boolean value)
#api_v1 = true
@@ -658,10 +658,10 @@
#
# Matching images become parameters for scenario tests (string value)
-#image_regex = ^cirros-0.3.1-x86_64-uec$
+image_regex = ^cirros-0.3.1-x86_64-uec$
# Matching flavors become parameters for scenario tests (string value)
-#flavor_regex = ^m1.nano$
+flavor_regex = ^m1.nano$
# SSH verification in tests is skippedfor matching images (string
# value)
@@ -678,33 +678,33 @@
#
# Catalog type of the Messaging service. (string value)
-#catalog_type = messaging
+catalog_type = messaging
# The maximum number of queue records per page when listing queues
# (integer value)
-#max_queues_per_page = 20
+max_queues_per_page = 20
# The maximum metadata size for a queue (integer value)
-#max_queue_metadata = 65536
+max_queue_metadata = 65536
# The maximum number of queue message per page when listing (or)
# posting messages (integer value)
-#max_messages_per_page = 20
+max_messages_per_page = 20
# The maximum size of a message body (integer value)
-#max_message_size = 262144
+max_message_size = 262144
# The maximum number of messages per claim (integer value)
-#max_messages_per_claim = 20
+max_messages_per_claim = 20
# The maximum ttl for a message (integer value)
-#max_message_ttl = 1209600
+max_message_ttl = 1209600
# The maximum ttl for a claim (integer value)
-#max_claim_ttl = 43200
+max_claim_ttl = 43200
# The maximum grace period for a claim (integer value)
-#max_claim_grace = 43200
+max_claim_grace = 43200
[negative]
@@ -714,7 +714,7 @@
#
# Test generator class for all negative tests (string value)
-#test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
+test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator
[network]
@@ -932,7 +932,7 @@
# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
# If external locks are used, a lock path must be set. (string value)
# Deprecated group/name - [DEFAULT]/lock_path
-#lock_path = <None>
+lock_path = /run/lock
[scenario]
@@ -984,41 +984,41 @@
#
# Whether or not cinder is expected to be available (boolean value)
-#cinder = true
+cinder = true
# Whether or not neutron is expected to be available (boolean value)
-#neutron = false
+neutron = true
# Whether or not glance is expected to be available (boolean value)
-#glance = true
+glance = true
# Whether or not swift is expected to be available (boolean value)
-#swift = true
+swift = false
# Whether or not nova is expected to be available (boolean value)
-#nova = true
+nova = true
# Whether or not Heat is expected to be available (boolean value)
-#heat = false
+heat = false
# Whether or not Ceilometer is expected to be available (boolean
# value)
-#ceilometer = true
+ceilometer = true
# Whether or not Horizon is expected to be available (boolean value)
-#horizon = true
+horizon = true
# Whether or not Sahara is expected to be available (boolean value)
-#sahara = false
+sahara = false
# Whether or not Ironic is expected to be available (boolean value)
-#ironic = false
+ironic = false
# Whether or not Trove is expected to be available (boolean value)
-#trove = false
+trove = false
# Whether or not Zaqar is expected to be available (boolean value)
-#zaqar = false
+zaqar = false
[stress]
@@ -1070,15 +1070,15 @@
#
# Catalog type of the Telemetry service. (string value)
-#catalog_type = metering
+catalog_type = metering
# The endpoint type to use for the telemetry service. (string value)
# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
-#endpoint_type = publicURL
+endpoint_type = publicURL
# This variable is used as flag to enable notification tests (boolean
# value)
-#too_slow_to_test = true
+too_slow_to_test = true
[validation]
@@ -1127,37 +1127,37 @@
#build_timeout = 300
# Catalog type of the Volume Service (string value)
-#catalog_type = volume
+catalog_type = volume
# The volume region name to use. If empty, the value of
# identity.region is used instead. If no such region is found in the
# service catalog, the first found one is used. (string value)
-#region =
+region = regionOne
# The endpoint type to use for the volume service. (string value)
# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
-#endpoint_type = publicURL
+endpoint_type = publicURL
# Name of the backend1 (must be declared in cinder.conf) (string
# value)
-#backend1_name = BACKEND_1
+backend1_name = LVM_iSCSI
# Name of the backend2 (must be declared in cinder.conf) (string
# value)
#backend2_name = BACKEND_2
# Backend protocol to target when creating volume types (string value)
-#storage_protocol = iSCSI
+storage_protocol = iSCSI
# Backend vendor to target when creating volume types (string value)
#vendor_name = Open Source
# Disk format to use when copying a volume to image (string value)
-#disk_format = raw
+disk_format = raw
# Default size in GB for volumes created by volumes tests (integer
# value)
-#volume_size = 1
+volume_size = 1
[volume-feature-enabled]
@@ -1167,13 +1167,13 @@
#
# Runs Cinder multi-backend test (requires 2 backends) (boolean value)
-#multi_backend = false
+multi_backend = false
# Runs Cinder volumes backup test (boolean value)
-#backup = true
+backup = true
# Runs Cinder volume snapshot test (boolean value)
-#snapshot = true
+snapshot = true
# A list of enabled volume extensions with a special entry all which
# indicates every extension is enabled. Empty list indicates all
@@ -1181,8 +1181,8 @@
#api_extensions = all
# Is the v1 volume API enabled (boolean value)
-#api_v1 = true
+api_v1 = true
# Is the v2 volume API enabled (boolean value)
-#api_v2 = true
+api_v2 = true