be9c5d50f4
The change modifies the tempest template tasks such that it's now using the config_template action plugin. This change will make so that config files can be dynamically updated, by a deployer, at run time, without requiring the need to modify the in tree templates or defaults. Partially implements: blueprint tunable-openstack-configuration Change-Id: I3b664fcec14bf01f9916ced0b8595a57d4873f79
113 lines
3.4 KiB
YAML
113 lines
3.4 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Defines that the role will be deployed on a host machine
|
|
is_metal: true
|
|
|
|
## Verbosity Options
|
|
debug: False
|
|
verbose: True
|
|
tempest_fatal_deprecations: False
|
|
|
|
tempest_private_subnet_cidr: "192.168.74.0/24"
|
|
tempest_public_subnet_cidr: "10.1.13.0/24"
|
|
|
|
tempest_compute_image_ssh_user: cirros
|
|
tempest_compute_image_alt_ssh_user: cirros
|
|
tempest_compute_image_ssh_password: cubswin:)
|
|
tempest_compute_image_alt_ssh_password: cubswin:)
|
|
tempest_compute_run_ssh: True
|
|
tempest_compute_console_output_enabled: True
|
|
tempest_compute_resize_enabled: True
|
|
tempest_compute_snapshot_enabled: True
|
|
tempest_compute_change_password: False
|
|
|
|
tempest_dashboard_login_url: "https://{{ external_lb_vip_address }}/auth/login/"
|
|
tempest_dashboard_url: "https://{{ external_lb_vip_address }}/"
|
|
|
|
tempest_service_available_ceilometer: False
|
|
tempest_service_available_cinder: True
|
|
tempest_service_available_glance: True
|
|
tempest_service_available_heat: True
|
|
tempest_service_available_horizon: True
|
|
tempest_service_available_neutron: True
|
|
tempest_service_available_nova: True
|
|
tempest_service_available_swift: True
|
|
|
|
tempest_image_api_v1_enabled: true
|
|
tempest_image_api_v2_enabled: True
|
|
|
|
tempest_boto_s3_url: "http://{{ external_lb_vip_address }}:3333"
|
|
tempest_boto_ec2_url: "http://{{ external_lb_vip_address }}:8773/services/Cloud"
|
|
|
|
tempest_swift_enabled: true
|
|
tempest_swift_container_sync: True
|
|
tempest_swift_object_versioning: True
|
|
tempest_swift_discoverable_apis:
|
|
- bulk
|
|
- object
|
|
- container_quotas
|
|
- container_sync
|
|
- slo
|
|
- tempurl
|
|
|
|
tempest_volume_backend1_name: backend1
|
|
tempest_volume_backend2_name: backend2
|
|
tempest_volume_backup_enabled: False
|
|
tempest_volume_multi_backend_enabled: False
|
|
|
|
tempest_main_group: tempest_all
|
|
|
|
tempest_requires_pip_packages:
|
|
- oslo.serialization
|
|
- python-ceilometerclient
|
|
- python-cinderclient
|
|
- python-glanceclient
|
|
- python-heatclient
|
|
- python-keystoneclient
|
|
- python-memcached
|
|
- python-neutronclient
|
|
- python-novaclient
|
|
- python-openstackclient
|
|
- python-swiftclient
|
|
- virtualenv
|
|
|
|
tempest_pip_packages:
|
|
- fixtures
|
|
- nose
|
|
- testrepository
|
|
- testscenarios
|
|
- testtools
|
|
- python-subunit
|
|
- junitxml
|
|
|
|
# Please update SHA in tempest_images below when changing the cirros version.
|
|
cirros_version: 0.3.4
|
|
cirros_tgz_url: "http://download.cirros-cloud.net/{{ cirros_version }}/cirros-{{ cirros_version }}-x86_64-uec.tar.gz"
|
|
cirros_img_url: "{{ cirros_tgz_url|replace('uec.tar.gz','disk.img') }}"
|
|
|
|
tempest_image_dir: "/opt/images"
|
|
tempest_images:
|
|
- url: "{{ cirros_tgz_url }}"
|
|
sha256: "95e77c7deaf0f515f959ffe329918d5dd23e417503d1d45e926a888853c90710"
|
|
- url: "{{ cirros_img_url }}"
|
|
sha256: "34987d0d5702f8813f3ff9efe90e9e39e6926ec78658763580a79face67f3394"
|
|
|
|
tempest_enable_instance_password: True
|
|
tempest_pip_instructions: "--isolated"
|
|
|
|
## Tunable overrides
|
|
tempest_tempest_conf_overrides: {}
|