Merge "rally: Add rally-openstack"

This commit is contained in:
Zuul 2020-10-14 16:58:49 +00:00 committed by Gerrit Code Review
commit c26086b1be
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set rally_packages = [
'openstack-rally',
'openstack-rally-plugins',
'python3-os-testr'
] %}
{% elif base_package_type == 'deb' %}

View File

@ -720,6 +720,10 @@ SOURCES = {
'type': 'url',
'location': ('$tarballs_base/openstack/rally/'
'rally-master.tar.gz')},
'rally-openstack': {
'type': 'url',
'location': ('$tarballs_base/openstack/rally-openstack/'
'rally-openstack-2.0.0.tar.gz')},
'sahara-base': {
'type': 'url',
'location': ('$tarballs_base/openstack/sahara/'

View File

@ -67,6 +67,7 @@ ALWAYS_USE_VERSION_PROJECTS = {
'murano-tempest-plugin',
'neutron-tempest-plugin',
'python-tempestconf',
'rally-openstack',
'telemetry_tempest_plugin',
'patrole',
'trove_tempest_plugin',