config: switch OpenStack release back to master

2023.1 'Antelope' has stable/ branch so we can go back to master.

rocky/centos: mark bifrost unbuildable - EPEL issues - will be
fixed separately

Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/886395
Change-Id: I523e7465c3cf87ae4ee3fd16b3a79ddb0b707b37
This commit is contained in:
Marcin Juszkiewicz 2023-06-14 13:54:53 +02:00
parent 427c8b66aa
commit d88074b623
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@ DISTRO_PRETTY_NAME = {
'rocky': 'Rocky Linux 9.* (Blue Onyx)',
'ubuntu': 'Ubuntu 22.04',
}
OPENSTACK_RELEASE = '2023.1'
OPENSTACK_RELEASE = 'master'
# This is noarch repository so we will use it on all architectures
DELOREAN_DEPS = ""

View File

@ -25,6 +25,7 @@ UNBUILDABLE_IMAGES = {
# Issues for SHA1 keys:
# https://github.com/grafana/grafana/issues/41036
'centos': {
"bifrost-base", # EPEL-related breakage
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
"hacluster-pcs", # Missing crmsh package
"nova-spicehtml5proxy", # Missing spicehtml5 package
@ -37,6 +38,7 @@ UNBUILDABLE_IMAGES = {
},
'rocky': {
"bifrost-base", # EPEL-related breakage
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
"hacluster-pcs", # Missing crmsh package
"nova-spicehtml5proxy", # Missing spicehtml5 package