Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,18 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
reference: 1.3.0
cinder-base:
type: git
location: https://github.com/stackhpc/cinder.git
reference: stackhpc/{{ openstack_release }}
cloudkitty-base:
type: git
location: https://github.com/stackhpc/cloudkitty.git
reference: stackhpc/wallaby
glance-base:
type: git
location: https://github.com/stackhpc/glance.git
reference: stackhpc/{{ openstack_release }}
horizon-plugin-cloudkitty-dashboard:
type: git
location: https://github.com/stackhpc/cloudkitty-dashboard.git
Expand All @@ -144,6 +152,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/networking-generic-switch.git
reference: stackhpc/wallaby
nova-base:
type: git
location: https://github.com/stackhpc/nova.git
reference: stackhpc/{{ openstack_release }}

###############################################################################
# Kolla image build configuration.
Expand Down
8 changes: 6 additions & 2 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"

{% if kolla_base_distro == 'centos' %}
bifrost_tag: wallaby-20220921T100954
cinder_tag: wallaby-20230125T101644
glance_tag: wallaby-20230125T101644
magnum_tag: wallaby-20230111T101726
nova_tag: wallaby-20230119T093225
nova_tag: wallaby-20230125T101644
rabbitmq_tag: wallaby-20221205T160115
{% else %}
bifrost_tag: wallaby-20220825T112231
cinder_tag: wallaby-20230125T132411
cloudkitty_tag: wallaby-20221215T220154
glance_tag: wallaby-20230125T132411
kolla_toolbox_tag: wallaby-20221222T161624
magnum_tag: wallaby-20230111T103759
neutron_tag: wallaby-20221222T161624
neutron_tls_proxy_tag: "{% raw %}{{ openstack_tag }}{% endraw %}"
nova_tag: wallaby-20221222T161624
nova_tag: wallaby-20230125T132411
octavia_tag: wallaby-20221222T161624
openvswitch_tag: wallaby-20221222T161624
ovn_tag: wallaby-20221222T161624
Expand Down