File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed
Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ kolla_docker_namespace: stackhpc-dev
77
88# Kolla feature flag configuration.
99kolla_enable_barbican : true
10+ kolla_enable_blazar : true
11+ kolla_enable_caso : true
1012kolla_enable_central_logging : true
1113kolla_enable_cinder : true
1214kolla_enable_cloudkitty : true
Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
55
66{% if kolla_base_distro == 'centos' %}
77bifrost_tag : wallaby-20230207T194135
8+ blazar_tag : wallaby-20230303T172322
9+ caso_tag : wallaby-20230303T172322
810neutron_tag : wallaby-20230303T174325
911{% else %}
1012bifrost_tag : wallaby-20230215T160405
13+ blazar_tag : wallaby-20230303T172458
14+ caso_tag : wallaby-20230303T172458
1115neutron_tag : wallaby-20230303T213058
1216{% endif %}
1317
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Add ``blazar`` project Kolla container images. ``Blazar`` is a resource
5+ reservation service for OpenStack. ``Blazar`` enables users to reserve a
6+ specific type/amount of resources for a specific time period and it leases
7+ these resources to users based on their reservations.
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Adds ``caso`` container images. ``cASO`` is an is an accounting reporter
5+ that supports Cloud Accounting Usage Records. For more information, see
6+ the `upstream docs <https://caso.readthedocs.io/en/stable/>`__. Note that
7+ this container does not exist in upstream Kolla and is maintained
8+ downstream by StackHPC.
You can’t perform that action at this time.
0 commit comments