Skip to content

Commit

Permalink
Merge pull request #353 from stackhpc/le_antelope
Browse files Browse the repository at this point in the history
Antelope: Add missing LE support
  • Loading branch information
cityofships authored Dec 10, 2024
2 parents fb85519 + 25a4936 commit d71637f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/kolla-ansible/templates/overcloud-components.j2
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,6 @@ monitoring

[caso:children]
monitoring

[letsencrypt:children]
loadbalancer
6 changes: 6 additions & 0 deletions ansible/roles/kolla-ansible/templates/overcloud-services.j2
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,9 @@ venus

[venus-manager:children]
venus

[letsencrypt-webserver:children]
letsencrypt

[letsencrypt-lego:children]
letsencrypt
1 change: 1 addition & 0 deletions ansible/roles/kolla-ansible/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ kolla_feature_flags:
- keystone_federation
- keystone_horizon_policy_file
- kuryr
- letsencrypt
- loadbalancer
- magnum
- manila
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@
#kolla_enable_keystone_federation:
#kolla_enable_keystone_horizon_policy_file:
#kolla_enable_kuryr:
#kolla_enable_letsencrypt:
#kolla_enable_loadbalancer:
#kolla_enable_magnum:
#kolla_enable_manila:
Expand Down

0 comments on commit d71637f

Please sign in to comment.