File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ kolla_enable_etcd: true
1717kolla_enable_grafana : true
1818kolla_enable_influxdb : true
1919kolla_enable_ironic : true
20+ kolla_enable_letsencrypt : true
2021kolla_enable_magnum : true
2122kolla_enable_manila : true
2223kolla_enable_mariabackup : true
Original file line number Diff line number Diff 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:
3137openstack_tag : " {% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
3238bifrost_tag : " {% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
3339cloudkitty_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 %}"
3442neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
3543nova_tag : " {% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
3644octavia_tag : " {% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}"
You can’t perform that action at this time.
0 commit comments