Merge "Verify external VIP set when TLS enabled."

This commit is contained in:
Zuul 2018-04-11 06:03:14 +00:00 committed by Gerrit Code Review
commit 6fc0b17903

View File

@ -31,3 +31,11 @@
Kolla. Please disable it before proceeding.
when:
- nscd_status.rc == 0
- name: Checking internal and external VIP addresses differ
run_once: True
local_action: fail msg='kolla_external_vip_address and kolla_internal_vip_address must not be the same when TLS is enabled'
changed_when: false
when:
- kolla_enable_tls_external | bool
- kolla_external_vip_address == kolla_internal_vip_address