diff --git a/common/ch_channel_map/any_series b/common/ch_channel_map/any_series index 6e9c8b0d..07ade9d9 100644 --- a/common/ch_channel_map/any_series +++ b/common/ch_channel_map/any_series @@ -1,6 +1,7 @@ # newer openstack release names map to a release number declare -A RELNAME_MAP=( [antelope]=2023.1 + [bobcat]=2023.2 ) for c in ${OST_CHARMS[@]}; do CHARM_CHANNEL[$c]=${RELNAME_MAP[$release]:-$release}/edge diff --git a/common/ch_channel_map/test-all.sh b/common/ch_channel_map/test-all.sh index 80378db5..1ac5c8e9 100755 --- a/common/ch_channel_map/test-all.sh +++ b/common/ch_channel_map/test-all.sh @@ -29,6 +29,6 @@ for release in ussuri victoria wallaby xena yoga; do done series=jammy -for release in yoga zed antelope; do +for release in yoga zed antelope bobcat; do ${basedir}/test-channel-map.sh $series $release > ${output_prefix}$series-$release.txt done diff --git a/common/openstack_release_info b/common/openstack_release_info index a6fdb0a6..57dc0bf6 100644 --- a/common/openstack_release_info +++ b/common/openstack_release_info @@ -26,6 +26,7 @@ declare -A nonlts=( [hirsute]=wallaby [impish]=xena [kinetic]=zed [lunar]=antelope + [mantic]=bobcat ) # NOTE: must be kept up-to-date with ALL versions of openstack. declare -A os_releases=( [icehouse]=0 @@ -47,6 +48,7 @@ declare -A os_releases=( [icehouse]=0 [yoga]=16 [zed]=17 [antelope]=18 + [bobcat]=19 ) # Reverse lookups (revision to series) declare -A lts_rev=()