Merge "Add kuryr prechecks for zun"

This commit is contained in:
Zuul 2018-07-03 07:05:46 +00:00 committed by Gerrit Code Review
commit f715a97558

@ -27,3 +27,11 @@
when:
- container_facts['zun_wsproxy'] is not defined
- inventory_hostname in groups['zun-wsproxy']
- name: Ensure kuryr enabled for zun
run_once: True
local_action: fail msg="kuryr is required but not enabled"
changed_when: false
when:
- enable_zun | bool
- not enable_kuryr | bool