Skip to content

Commit

Permalink
Merge pull request #273 from stackhpc/backport-letsencrypt-support-20…
Browse files Browse the repository at this point in the history
…23.1

Build letsencrypt images
  • Loading branch information
seunghun1ee authored May 9, 2024
2 parents 8cd37c9 + 709c10a commit 2c0b64e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/inventory/group_vars/all/kolla
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_hacluster | bool }}"
- regex: ^haproxy$
enabled: "{{ kolla_enable_haproxy | bool }}"
- regex: ^haproxy-ssh$
enabled: "{{ kolla_enable_letsencrypt }}"
- regex: ^heat
enabled: "{{ kolla_enable_heat | bool }}"
- regex: ^horizon
Expand All @@ -185,6 +187,8 @@ overcloud_container_image_regex_map:
enabled: True
- regex: ^kuryr
enabled: "{{ kolla_enable_kuryr | bool }}"
- regex: ^letsencrypt
enabled: "{{ kolla_enable_letsencrypt }}"
- regex: ^magnum
enabled: "{{ kolla_enable_magnum | bool }}"
- regex: ^manila
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
``letsencrypt`` and ``haproxy-ssh`` images are now built when
``kolla_enable_letsencrypt`` is set to ``true``.

0 comments on commit 2c0b64e

Please sign in to comment.