Skip to content

Commit 957d1a9

Browse files
authored
Merge pull request #427 from stackhpc/feature/wallaby/caso
Adds missing images needed by Scientific OpenStack.
2 parents e41de7e + 31b44dc commit 957d1a9

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ kolla_docker_namespace: stackhpc-dev
77

88
# Kolla feature flag configuration.
99
kolla_enable_barbican: true
10+
kolla_enable_blazar: true
11+
kolla_enable_caso: true
1012
kolla_enable_central_logging: true
1113
kolla_enable_cinder: true
1214
kolla_enable_cloudkitty: true

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
55

66
{% if kolla_base_distro == 'centos' %}
77
bifrost_tag: wallaby-20230207T194135
8+
blazar_tag: wallaby-20230303T172322
9+
caso_tag: wallaby-20230303T172322
810
neutron_tag: wallaby-20230303T174325
911
{% else %}
1012
bifrost_tag: wallaby-20230215T160405
13+
blazar_tag: wallaby-20230303T172458
14+
caso_tag: wallaby-20230303T172458
1115
neutron_tag: wallaby-20230303T213058
1216
{% endif %}
1317

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

0 commit comments

Comments
 (0)