Files
tripleo-quickstart-extras/roles/create-reproducer-script
Bogdan Dobrelya 290f1d27a8 Fix openstack org mirrors for reproducer
Libvirt reproducer defaults to openstack.org mirrors, which no longer
exist. Fix the reference to opendev.org to make defaults working as
well.

Change-Id: I6b7e11e431ec948c1c8f37be64aaed6f643ab67e
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2020-07-14 15:03:23 +02:00
..
2019-03-21 14:56:06 +00:00
2019-07-31 20:17:28 +00:00
2018-11-26 12:37:21 +00:00
2019-07-31 20:17:28 +00:00

create-reproducer-script

This role creates a script to reproduce OVB and multinode jobs.

Role Variables

For the defaults of these variables, see the defaults/main.yml file in this role.

  • env_vars_to_source_file: env_vars_to_src.sh
  • reproducer_quickstart_script: reproducer-quickstart.sh.j2 From the extras-common role:
  • artcl_collect_dir: "{{ local_working_dir }}/collected_files"

Dependencies

The role is run within the collect-logs role.

Example Playbook

---
- name: Create a file to reproduce the job
  hosts: localhost
  roles:
    - create-reproducer-script

License

Apache 2.0

Author Information

OpenStack