diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index a8f103562..45de13c17 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -41,6 +41,10 @@ kolla_image_tags: rocky-9: 2024.1-rocky-9-20250529T081147 ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147 ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147 + neutron_bgp_dragent: + rocky-9: 2024.1-rocky-9-20250529T081147 + ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147 + ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147 nova: rocky-9: 2024.1-rocky-9-20250529T081147 ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147 diff --git a/etc/kayobe/pulp.yml b/etc/kayobe/pulp.yml index 214e8bc10..2397bd20e 100644 --- a/etc/kayobe/pulp.yml +++ b/etc/kayobe/pulp.yml @@ -538,6 +538,7 @@ stackhpc_pulp_images_kolla: - mariadb-clustercheck - mariadb-server - memcached + - neutron-bgp-dragent - neutron-dhcp-agent - neutron-l3-agent - neutron-metadata-agent diff --git a/releasenotes/notes/release-neutron-bgp-dragent-tags-39b9c2595ae11872.yaml b/releasenotes/notes/release-neutron-bgp-dragent-tags-39b9c2595ae11872.yaml new file mode 100644 index 000000000..bf9efd40a --- /dev/null +++ b/releasenotes/notes/release-neutron-bgp-dragent-tags-39b9c2595ae11872.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add support for syncing ``neutron-bgp-dragent`` image into ``Pulp``.