openstack-ansible-os_tempest/vars/main.yml

121 lines
4.7 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.
# Each tempest plugin could take the following arguments:
# - name:
# repo: # when installing from a repo
# branch: # when installing from a repo
# install_test_requirements: # 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://git.openstack.org/openstack/barbican-tempest-plugin
branch: master
install: "{{ tempest_service_available_barbican | bool }}"
cinder:
- name: cinder-tempest-plugin
repo: https://git.openstack.org/openstack/cinder-tempest-plugin
branch: master
install: "{{ tempest_service_available_cinder | bool }}"
cloudkitty:
- name: cloudkitty-tempest-plugin
repo: https://git.openstack.org/openstack/cloudkitty-tempest-plugin
branch: master
install: "{{ tempest_service_available_cloudkitty | bool }}"
congress:
- name: congress-tempest-plugin
repo: https://git.openstack.org/openstack/congress-tempest-plugin
branch: master
install_test_requirements: false
install: "{{ tempest_service_available_congress | bool }}"
designate:
- name: designate-tempest-plugin
repo: https://git.openstack.org/openstack/designate-tempest-plugin
branch: master
install: "{{ tempest_service_available_designate | bool }}"
heat:
- name: heat-tempest-plugin
repo: https://git.openstack.org/openstack/heat-tempest-plugin
branch: master
install: "{{ tempest_service_available_heat | bool }}"
ironic:
- name: ironic-tempest-plugin
repo: https://git.openstack.org/openstack/ironic-tempest-plugin
branch: master
install: "{{ tempest_service_available_ironic | bool }}"
keystone:
- name: keystone-tempest-plugin
repo: https://git.openstack.org/openstack/keystone-tempest-plugin
branch: master
install: yes
magnum:
- name: magnum-tempest-plugin
repo: https://git.openstack.org/openstack/magnum-tempest-plugin
branch: master
install: "{{ tempest_service_available_magnum | bool }}"
manila:
- name: manila-tempest-plugin
repo: https://git.openstack.org/openstack/manila-tempest-plugin
branch: master
install: "{{ tempest_service_available_manila | bool }}"
networking-bgpvpn:
- name: networking-bgpvpn
repo: https://git.openstack.org/openstack/networking-bgpvpn
branch: master
install: "{{ tempest_service_available_neutron_bgpvpn | bool }}"
neutron-fwaas:
- name: neutron-fwaas
repo: https://git.openstack.org/openstack/neutron-fwaas
branch: master
install: "{{ tempest_service_available_neutron_fwaas | bool }}"
neutron-vpnaas:
- name: neutron-vpnaas
repo: https://git.openstack.org/openstack/neutron-vpnaas
branch: master
install: "{{ tempest_service_available_neutron_vpnaas | bool }}"
neutron:
- name: neutron-tempest-plugin
repo: https://git.openstack.org/openstack/neutron-tempest-plugin
branch: master
install: "{{ tempest_service_available_neutron | bool }}"
nova-lxd:
- name: nova-lxd
repo: https://git.openstack.org/openstack/nova-lxd
branch: master
install: "{{ tempest_service_available_nova_lxd | bool }}"
octavia:
- name: octavia-tempest-plugin
repo: https://git.openstack.org/openstack/octavia-tempest-plugin
branch: master
install: "{{ tempest_service_available_octavia | bool }}"
sahara:
- name: sahara-tests
repo: https://git.openstack.org/openstack/sahara-tests
branch: master
install: "{{ tempest_service_available_sahara | bool }}"
telemetry:
- name: telemetry-tempest-plugin
repo: https://git.openstack.org/openstack/telemetry-tempest-plugin
branch: master
install: "{{ (tempest_service_available_aodh | bool) or (tempest_service_available_ceilometer | bool) }}"
zaqar:
- name: zaqar-tempest-plugin
repo: https://git.openstack.org/openstack/zaqar-tempest-plugin
branch: master
install: "{{ tempest_service_available_zaqar | bool }}"