Merge "rally: Add rally-openstack"
This commit is contained in:
commit
c26086b1be
@ -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' %}
|
||||
|
@ -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/'
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user