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:
parent
427c8b66aa
commit
d88074b623
@ -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 = ""
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user