Skip to content

Commit 7a5230f

Browse files
committed
Add haproxy-ssh and letsencrypt tags
1 parent 46143f6 commit 7a5230f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ kayobe_image_tags:
1515
cloudkitty:
1616
rocky: 2023.1-rocky-9-20231115T110235
1717
ubuntu: 2023.1-ubuntu-jammy-20231115T110235
18+
haproxy-ssh:
19+
rocky: 2023.1-rocky-9-20240104T071640
20+
ubuntu: 2023.1-ubuntu-jammy-20240104T071640
21+
letsencrypt:
22+
rocky: 2023.1-rocky-9-20240104T071640
23+
ubuntu: 2023.1-ubuntu-jammy-20240104T071640
1824
neutron:
1925
rocky: 2023.1-rocky-9-20231220T222020
2026
ubuntu: 2023.1-ubuntu-jammy-20231220T222020
@@ -31,6 +37,8 @@ kayobe_image_tags:
3137
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
3238
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
3339
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
40+
haproxy_ssh_tag: "{% raw %}{{ kayobe_image_tags['haproxy-ssh'][kolla_base_distro] }}{% endraw %}"
41+
letsencrypt_tag: "{% raw %}{{ kayobe_image_tags['letsencrypt'][kolla_base_distro] }}{% endraw %}"
3442
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
3543
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
3644
octavia_tag: "{% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}"

0 commit comments

Comments
 (0)