From 7632c4351c327bb390d692fd5fdb81de2e4b3453 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 20 Apr 2021 10:49:26 +0100 Subject: [PATCH] [release] Add explicit source version pins (Wallaby) Some source packages are not referencing the ${openstack_branch} configuration variable, so we must pin them manually. Some other packages do not have stable branches, so we take the latest version at the time of release. Change-Id: I51038bf24642e319a8a996a1ed725240264d3352 --- kolla/common/config.py | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index c1c672577f..1fe9a0044a 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -337,7 +337,7 @@ SOURCES = { 'glance-${openstack_branch}.tar.gz')}, 'gnocchi-base': { 'type': 'git', - 'reference': 'master', + 'reference': '4.4.0', 'location': ('https://github.com/gnocchixyz/' 'gnocchi.git')}, 'heat-base': { @@ -580,75 +580,75 @@ SOURCES = { 'tempest-plugin-barbican': { 'type': 'url', 'location': ('$tarballs_base/openstack/barbican-tempest-plugin/' - 'barbican-tempest-plugin-master.tar.gz')}, + 'barbican_tempest_plugin-1.3.0.tar.gz')}, 'tempest-plugin-blazar': { 'type': 'url', 'location': ('$tarballs_base/openstack/blazar-tempest-plugin/' - 'blazar-tempest-plugin-master.tar.gz')}, + 'blazar_tempest_plugin-0.6.1.tar.gz')}, 'tempest-plugin-cinder': { 'type': 'url', 'location': ('$tarballs_base/openstack/cinder-tempest-plugin/' - 'cinder-tempest-plugin-master.tar.gz')}, + 'cinder-tempest-plugin-1.4.0.tar.gz')}, 'tempest-plugin-ec2api': { 'type': 'url', 'location': ('$tarballs_base/openstack/ec2api-tempest-plugin/' - 'ec2api-tempest-plugin-master.tar.gz')}, + 'ec2api-tempest-plugin-1.2.1.tar.gz')}, 'tempest-plugin-heat': { 'type': 'url', 'location': ('$tarballs_base/openstack/heat-tempest-plugin/' - 'heat-tempest-plugin-master.tar.gz')}, + 'heat-tempest-plugin-1.2.0.tar.gz')}, 'tempest-plugin-ironic': { 'type': 'url', 'location': ('$tarballs_base/openstack/ironic-tempest-plugin/' - 'ironic-tempest-plugin-master.tar.gz')}, + 'ironic-tempest-plugin-2.2.0.tar.gz')}, 'tempest-plugin-keystone': { 'type': 'url', 'location': ('$tarballs_base/openstack/keystone-tempest-plugin/' - 'keystone-tempest-plugin-master.tar.gz')}, + 'keystone_tempest_plugin-0.7.0.tar.gz')}, 'tempest-plugin-magnum': { 'type': 'url', 'location': ('$tarballs_base/openstack/magnum-tempest-plugin/' - 'magnum-tempest-plugin-master.tar.gz')}, + 'magnum_tempest_plugin-1.3.0.tar.gz')}, 'tempest-plugin-manila': { 'type': 'url', 'location': ('$tarballs_base/openstack/manila-tempest-plugin/' - 'manila-tempest-plugin-master.tar.gz')}, + 'manila-tempest-plugin-1.4.0.tar.gz')}, 'tempest-plugin-mistral': { 'type': 'url', 'location': ('$tarballs_base/openstack/mistral-tempest-plugin/' - 'mistral-tempest-plugin-master.tar.gz')}, + 'mistral_tempest_tests-1.2.0.tar.gz')}, 'tempest-plugin-monasca': { 'type': 'url', 'location': ('$tarballs_base/openstack/monasca-tempest-plugin/' - 'monasca-tempest-plugin-master.tar.gz')}, + 'monasca-tempest-plugin-2.2.1.tar.gz')}, 'tempest-plugin-murano': { 'type': 'url', 'location': ('$tarballs_base/openstack/murano-tempest-plugin/' - 'murano-tempest-plugin-master.tar.gz')}, + 'murano-tempest-plugin-2.2.0.tar.gz')}, 'tempest-plugin-neutron': { 'type': 'url', 'location': ('$tarballs_base/openstack/neutron-tempest-plugin/' - 'neutron-tempest-plugin-master.tar.gz')}, + 'neutron-tempest-plugin-1.4.0.tar.gz')}, 'tempest-plugin-patrole': { 'type': 'url', 'location': ('$tarballs_base/openstack/patrole/' - 'patrole-master.tar.gz')}, + 'patrole-0.12.0.tar.gz')}, 'tempest-plugin-telemetry': { 'type': 'url', 'location': ('$tarballs_base/openstack/telemetry-tempest-plugin/' - 'telemetry-tempest-plugin-master.tar.gz')}, + 'telemetry_tempest_plugin-1.3.0.tar.gz')}, 'tempest-plugin-trove': { 'type': 'url', 'location': ('$tarballs_base/openstack/trove-tempest-plugin/' - 'trove-tempest-plugin-master.tar.gz')}, + 'trove_tempest_plugin-1.2.0.tar.gz')}, 'tempest-plugin-vitrage': { 'type': 'url', 'location': ('$tarballs_base/openstack/vitrage-tempest-plugin/' - 'vitrage-tempest-plugin-master.tar.gz')}, + 'vitrage-tempest-plugin-5.3.0.tar.gz')}, 'tempest-plugin-watcher': { 'type': 'url', 'location': ('$tarballs_base/openstack/watcher-tempest-plugin/' - 'watcher-tempest-plugin-master.tar.gz')}, + 'watcher-tempest-plugin-2.2.0.tar.gz')}, 'rally': { 'type': 'url', 'location': ('$tarballs_base/openstack/rally/' @@ -708,7 +708,7 @@ SOURCES = { 'tempest': { 'type': 'url', 'location': ('$tarballs_base/openstack/tempest/' - 'tempest-master.tar.gz')}, + 'tempest-27.0.0.tar.gz')}, 'trove-base': { 'type': 'url', 'location': ('$tarballs_base/openstack/trove/'