Merge "Add conditional to browbeat minimal test"

This commit is contained in:
Zuul
2018-07-18 22:45:57 +00:00
committed by Gerrit Code Review

View File

@@ -2,12 +2,16 @@
# Browbeat integration test # Browbeat integration test
- include: configure-browbeat.yml - include: configure-browbeat.yml
when: enable_minimal_browbeat|default(false)|bool
- include: install-browbeat.yml - include: install-browbeat.yml
when: enable_minimal_browbeat|default(false)|bool
- include: disable-ssh-dns.yml - include: disable-ssh-dns.yml
when: enable_minimal_browbeat|default(false)|bool
- name: Run Browbeat - name: Run Browbeat
hosts: undercloud hosts: undercloud
roles: roles:
- browbeat/browbeat-run - browbeat/browbeat-run
when: enable_minimal_browbeat|default(false)|bool