openstack-ansible/zuul.d/playbooks/templates/osa-gate-scenario.yml.j2
Logan V 97b87ad323 Store gate scenario configuration on Zuul executor
Playbooks other than the run playbook will require access to the gate
check scenario vars, which are computed dynamically. Add a pre-playbook
implementing the dynamic behavior and store a vars file in the Zuul
executor workspace that can be used as an ansible "vars_file" in other
Zuul playbooks.

Change-Id: I5723aef8c1123b2ce60140041fee78720f67e0af
2019-05-12 01:49:08 -05:00

6 lines
118 B
Django/Jinja

---
scenario: {{ scenario | to_json }}
action: {{ action | to_json }}
install_method: {{ install_method | to_json }}