Merge "Ubuntu: Switch to Epoxy"

This commit is contained in:
Zuul
2025年04月22日 08:54:26 +00:00
committed by Gerrit Code Review

View File

@@ -6,10 +6,8 @@ class openstack_integration::repos {
'Ubuntu': {
include apt
class { 'openstack_extras::repo::debian::ubuntu':
release => 'caracal',
# TODO(tkajinam): Switch to UCA once openstackclient in Dalmatian
# is updated. See https://bugs.launchpad.net/bugs/2097764 .
manage_uca => false,
release => 'epoxy',
manage_uca => true,
package_require => true,
uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'),
}
@@ -17,7 +15,7 @@ class openstack_integration::repos {
'Debian':{
include apt
class { 'openstack_extras::repo::debian::debian':
release => 'caracal',
release => 'epoxy',
package_require => true,
}
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.