Congress is no longer maintained and no reason to carry on it's tempest testing. LXD driver is also not supported by nova and project has been deprecated back in Train. Tempest tests for neutron vpnaas and bgpvpn were moved to neutron tempest plugin with [1] and [2] [1]4077093c10[2]44866dadbaChange-Id: I161167b995a4cd3ee532719fa5fcf1f1a6cacb73
149 lines
6.2 KiB
YAML
149 lines
6.2 KiB
YAML
---
|
|
# Copyright 2018, 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.
|
|
|
|
# The list of images for tempest to download for different architectures
|
|
# url: where to download from (required)
|
|
# checksum: the checksum of the downloaded file to validate against, format: <algorithm>:<checksum> (optional)
|
|
# format: format to use when uploading to glance (required)
|
|
# name: name to use when uploading to glance - default is to use the downloaded file's name (optional)
|
|
# properties: a dict of custom properties to attach to the image in glance
|
|
tempest_images_map:
|
|
x86_64:
|
|
- url: "https://download.cirros-cloud.net/0.5.2/cirros-0.5.2-x86_64-disk.img"
|
|
checksum: "sha256:932fcae93574e242dc3d772d5235061747dfe537668443a1f0567d893614b464"
|
|
format: "qcow2"
|
|
name: "cirros"
|
|
- url: "https://download.cirros-cloud.net/0.5.2/cirros-0.5.2-x86_64-disk.img"
|
|
checksum: "sha256:932fcae93574e242dc3d772d5235061747dfe537668443a1f0567d893614b464"
|
|
format: "qcow2"
|
|
name: "cirros"
|
|
aarch64:
|
|
- url: "https://download.cirros-cloud.net/contrib/nowster/20190515/cirros-d190515-aarch64-disk.img"
|
|
checksum: "sha256:65439061ca6e4e4a411bba8963e34c38f1f124564db72b0b26ffb2556016305e"
|
|
format: "qcow2"
|
|
name: "cirros"
|
|
properties:
|
|
hw_firmware_type: uefi
|
|
- url: "https://download.cirros-cloud.net/contrib/nowster/20190515/cirros-d190515-aarch64-disk.img"
|
|
checksum: "sha256:65439061ca6e4e4a411bba8963e34c38f1f124564db72b0b26ffb2556016305e"
|
|
format: "qcow2"
|
|
name: "cirros"
|
|
properties:
|
|
hw_firmware_type: uefi
|
|
|
|
# Each tempest plugin could take the following arguments:
|
|
# - name:
|
|
# repo: # when installing from a repo
|
|
# branch: # when installing from a repo
|
|
# package: # when installing from a pip package
|
|
# install: # boolean to enable/disable the installation of this item
|
|
|
|
_tempest_plugins:
|
|
barbican:
|
|
- name: barbican-tempest-plugin
|
|
repo: https://opendev.org/openstack/barbican-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_barbican | bool }}"
|
|
cinder:
|
|
- name: cinder-tempest-plugin
|
|
repo: https://opendev.org/openstack/cinder-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_cinder | bool }}"
|
|
cloudkitty:
|
|
- name: cloudkitty-tempest-plugin
|
|
repo: https://opendev.org/openstack/cloudkitty-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_cloudkitty | bool }}"
|
|
designate:
|
|
- name: designate-tempest-plugin
|
|
repo: https://opendev.org/openstack/designate-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_designate | bool }}"
|
|
heat:
|
|
- name: heat-tempest-plugin
|
|
repo: https://opendev.org/openstack/heat-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_heat | bool }}"
|
|
ironic:
|
|
- name: ironic-tempest-plugin
|
|
repo: https://opendev.org/openstack/ironic-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_ironic | bool }}"
|
|
keystone:
|
|
- name: keystone-tempest-plugin
|
|
repo: https://opendev.org/openstack/keystone-tempest-plugin
|
|
branch: master
|
|
install: yes
|
|
magnum:
|
|
- name: magnum-tempest-plugin
|
|
repo: https://opendev.org/openstack/magnum-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_magnum | bool }}"
|
|
manila:
|
|
- name: manila-tempest-plugin
|
|
repo: https://opendev.org/openstack/manila-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_manila | bool }}"
|
|
murano:
|
|
- name: murano-tempest-plugin
|
|
repo: https://opendev.org/openstack/murano-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_murano | bool }}"
|
|
neutron:
|
|
- name: neutron-tempest-plugin
|
|
repo: https://opendev.org/openstack/neutron-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_neutron or tempest_service_available_neutron_bgpvpn or tempest_service_available_neutron_vpnaas }}"
|
|
novajoin:
|
|
- name: novajoin-tempest-plugin
|
|
repo: https://opendev.org/openstack/novajoin-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_novajoin | bool }}"
|
|
octavia:
|
|
- name: octavia-tempest-plugin
|
|
repo: https://opendev.org/openstack/octavia-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_octavia | bool }}"
|
|
senlin:
|
|
- name: senlin-tempest-plugin
|
|
repo: https://opendev.org/openstack/senlin-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_senlin | bool }}"
|
|
sahara:
|
|
- name: sahara-tests
|
|
repo: https://opendev.org/openstack/sahara-tests
|
|
branch: master
|
|
install: "{{ tempest_service_available_sahara | bool }}"
|
|
telemetry:
|
|
- name: telemetry-tempest-plugin
|
|
repo: https://opendev.org/openstack/telemetry-tempest-plugin
|
|
branch: master
|
|
install: "{{ (tempest_service_available_aodh | bool) or (tempest_service_available_ceilometer | bool) or (tempest_service_available_gnocchi | bool) or (tempest_service_available_panko | bool) }}"
|
|
trove:
|
|
- name: trove-tempest-plugin
|
|
repo: https://opendev.org/openstack/trove-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_trove | bool }}"
|
|
zaqar:
|
|
- name: zaqar-tempest-plugin
|
|
repo: https://opendev.org/openstack/zaqar-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_zaqar | bool }}"
|
|
zun:
|
|
- name: zun-tempest-plugin
|
|
repo: https://opendev.org/openstack/zun-tempest-plugin
|
|
branch: master
|
|
install: "{{ tempest_service_available_zun | bool }}"
|