diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 4bdbceb5f..654601417 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -9,6 +9,7 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts {% if kolla_base_distro == 'centos' %} bifrost_tag: yoga-20221007T134036 +blazar_tag: yoga-20230215T113420 cinder_tag: yoga-20230125T113143 etcd_tag: yoga-20230207T153515 glance_tag: yoga-20230125T113143 @@ -21,6 +22,7 @@ ovn_tag: yoga-20230119T125748 prometheus_openstack_exporter_tag: yoga-20221128T164623 {% else %} bifrost_tag: yoga-20221215T142947 +blazar_tag: yoga-20230215T113406 cinder_tag: yoga-20230125T114437 etcd_tag: yoga-20230207T153642 glance_tag: yoga-20230125T114437 diff --git a/releasenotes/notes/add-blazar-fa6ecce8b21c73b4.yaml b/releasenotes/notes/add-blazar-fa6ecce8b21c73b4.yaml new file mode 100644 index 000000000..029c00e33 --- /dev/null +++ b/releasenotes/notes/add-blazar-fa6ecce8b21c73b4.yaml @@ -0,0 +1,7 @@ +--- + features: + - | + Add ``blazar`` project Kolla container images. ``Blazar`` is a resource + reservation service for OpenStack. ``Blazar`` enables users to reserve a + specific type/amount of resources for a specific time period and it leases + these resources to users based on their reservations.