WIP: Copy the zuul inventory to run the reproducer

Use the vars in zuul_inventory to run the pre playbooks
and run-v3.

Depends-On: Iec50bbb3096bd7d94188eafbc33b957099437766
Change-Id: Ie3906bce3b743fdb944d2c3cddac8d9b394ed1cc
This commit is contained in:
Ronelle Landy 2018-11-08 12:30:29 -05:00
parent 4c87f1f678
commit eac8c24e92
1 changed files with 7 additions and 1 deletions

View File

@ -43,10 +43,16 @@
mode: 0755
when: featureset_override_file.stat.exists
- name: Add the zuul inventory file
copy:
src: "{{ ansible_user_dir }}/workspace/logs/zuul_inventory.yaml"
dest: "{{ artcl_collect_dir }}/reproducer-quickstart/zuul_inventory.yaml"
mode: 0755
- name: Create the reproducer file from template
template:
src: "{{ reproducer_quickstart_script }}"
dest: "{{ artcl_collect_dir }}/reproducer-quickstart.sh"
dest: "{{ artcl_collect_dir }}/reproducer-quickstart/reproducer-quickstart.sh"
mode: 0755
- name: Create reproducer script documentation from template