Merge "Fix when condition for role execution"
This commit is contained in:
commit
fd99fccfaf
@ -10,14 +10,14 @@
|
|||||||
- osp_version
|
- osp_version
|
||||||
- browbeat
|
- browbeat
|
||||||
- stockpile
|
- stockpile
|
||||||
- { role: browbeat-results, when: browbeat_results_in_httpd}
|
- { role: browbeat-results, when: browbeat_results_in_httpd|bool}
|
||||||
- firewall
|
- firewall
|
||||||
- rally
|
- rally
|
||||||
- shaker
|
- shaker
|
||||||
- { role: flavors, when: browbeat_create_flavors}
|
- { role: flavors, when: browbeat_create_flavors|bool}
|
||||||
- { role: images, when: browbeat_upload_guest_images}
|
- { role: images, when: browbeat_upload_guest_images|bool}
|
||||||
- { role: workloads, when: install_browbeat_workloads}
|
- { role: workloads, when: install_browbeat_workloads|bool}
|
||||||
- { role: e2e-benchmarking, when: install_e2e_benchmarking}
|
- { role: e2e-benchmarking, when: install_e2e_benchmarking|bool}
|
||||||
environment: "{{proxy_env}}"
|
environment: "{{proxy_env}}"
|
||||||
|
|
||||||
- hosts: Controller*, Compute*
|
- hosts: Controller*, Compute*
|
||||||
|
Loading…
Reference in New Issue
Block a user