Skip to content
Snippets Groups Projects
Commit f715a975 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add kuryr prechecks for zun"

parents f14ac4bc 8397d3a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment