Merge "Ubuntu: Switch to Caracal"

This commit is contained in:
Zuul 2024-04-26 09:31:47 +00:00 committed by Gerrit Code Review
commit 77fdc706ec

View File

@ -16,7 +16,7 @@ class openstack_integration::repos {
'Ubuntu': { 'Ubuntu': {
include apt include apt
class { 'openstack_extras::repo::debian::ubuntu': class { 'openstack_extras::repo::debian::ubuntu':
release => 'bobcat', release => 'caracal',
package_require => true, package_require => true,
uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'), uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'),
} }
@ -24,7 +24,7 @@ class openstack_integration::repos {
'Debian': { 'Debian': {
include apt include apt
class { 'openstack_extras::repo::debian::debian': class { 'openstack_extras::repo::debian::debian':
release => 'bobcat', release => 'caracal',
package_require => true, package_require => true,
} }
} }