Skip to content

Commit 2f18bcb

Browse files
committed
Xena: add initial Kolla tags
1 parent 2c90487 commit 2f18bcb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
9696

9797
# Kolla OpenStack release version. This should be a Docker image tag.
9898
# Default is {{ openstack_release }}.
99-
kolla_openstack_release: TODO
99+
kolla_openstack_release: xena-20220728T100435
100100

101101
# Docker tag applied to built container images. Default is
102102
# {{ kolla_openstack_release }}.

etc/kayobe/kolla/globals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ enable_docker_repo: "{% raw %}{{ ansible_facts.os_family == 'RedHat' }}{% endraw
44

55
docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
66
docker_yum_gpgkey: "https://download.docker.com/linux/{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}/gpg"
7+
8+
barbican_tag: xena-20220728T143658
9+
prometheus_tag: xena-20220728T143658

0 commit comments

Comments
 (0)