Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Enable Memcached TLS on the overcloud by default"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 4, 2021
2 parents c045cb9 + 1067a05 commit cf98a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/overcloud-deploy/tasks/pre-deploy.yml
Expand Up @@ -200,6 +200,7 @@
-e {{ overcloud_templates_path }}/environments/services/haproxy-public-tls-certmonger.yaml
-e {{ overcloud_templates_path }}/environments/ssl/enable-internal-tls.yaml
-e {{ overcloud_templates_path }}/environments/ssl/tls-everywhere-endpoints-dns.yaml
-e {{ overcloud_templates_path }}/environments/ssl/enable-memcached-tls.yaml
when:
- enable_tls_everywhere|bool and undercloud_enable_novajoin|bool
- release not in ['mitaka', 'liberty', 'newton']
Expand All @@ -210,6 +211,7 @@
-e {{ overcloud_templates_path }}/environments/services/haproxy-public-tls-certmonger.yaml
-e {{ overcloud_templates_path }}/environments/ssl/enable-internal-tls.yaml
-e {{ overcloud_templates_path }}/environments/ssl/tls-everywhere-endpoints-dns.yaml
-e {{ overcloud_templates_path }}/environments/ssl/enable-memcached-tls.yaml
-e {{ working_dir }}/tls-everywhere.yaml
when:
- enable_tls_everywhere|bool and not undercloud_enable_novajoin|bool
Expand Down

0 comments on commit cf98a2f

Please sign in to comment.