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' %}
|
{% if base_package_type == 'rpm' %}
|
||||||
{% set rally_packages = [
|
{% set rally_packages = [
|
||||||
'openstack-rally',
|
'openstack-rally',
|
||||||
|
'openstack-rally-plugins',
|
||||||
'python3-os-testr'
|
'python3-os-testr'
|
||||||
] %}
|
] %}
|
||||||
{% elif base_package_type == 'deb' %}
|
{% elif base_package_type == 'deb' %}
|
||||||
|
@ -720,6 +720,10 @@ SOURCES = {
|
|||||||
'type': 'url',
|
'type': 'url',
|
||||||
'location': ('$tarballs_base/openstack/rally/'
|
'location': ('$tarballs_base/openstack/rally/'
|
||||||
'rally-master.tar.gz')},
|
'rally-master.tar.gz')},
|
||||||
|
'rally-openstack': {
|
||||||
|
'type': 'url',
|
||||||
|
'location': ('$tarballs_base/openstack/rally-openstack/'
|
||||||
|
'rally-openstack-2.0.0.tar.gz')},
|
||||||
'sahara-base': {
|
'sahara-base': {
|
||||||
'type': 'url',
|
'type': 'url',
|
||||||
'location': ('$tarballs_base/openstack/sahara/'
|
'location': ('$tarballs_base/openstack/sahara/'
|
||||||
|
@ -67,6 +67,7 @@ ALWAYS_USE_VERSION_PROJECTS = {
|
|||||||
'murano-tempest-plugin',
|
'murano-tempest-plugin',
|
||||||
'neutron-tempest-plugin',
|
'neutron-tempest-plugin',
|
||||||
'python-tempestconf',
|
'python-tempestconf',
|
||||||
|
'rally-openstack',
|
||||||
'telemetry_tempest_plugin',
|
'telemetry_tempest_plugin',
|
||||||
'patrole',
|
'patrole',
|
||||||
'trove_tempest_plugin',
|
'trove_tempest_plugin',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user