Skip to content

Commit 1d08191

Browse files
authored
Merge pull request #861 from stackhpc/letsencrypt_antelope
Add letsencrypt to ci-builder env
2 parents 73d671b + 7a5230f commit 1d08191

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ kolla_enable_etcd: true
1717
kolla_enable_grafana: true
1818
kolla_enable_influxdb: true
1919
kolla_enable_ironic: true
20+
kolla_enable_letsencrypt: true
2021
kolla_enable_magnum: true
2122
kolla_enable_manila: true
2223
kolla_enable_mariabackup: true

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)