tripleo-quickstart-extras/roles/create-reproducer-script
Steve Baker bf3b3967f0 Revert "Fix setting custom mirror/pypi FQDNs for CI repro"
This reverts commit 849e2fe485.

Change-Id: I4e9d4a6a46c0a1541b7c440a2205c0f035875c4c
2020-01-08 02:30:03 +00:00
..
defaults clean up reproducer files 2019-03-21 14:56:06 +00:00
files Move reproducer README file 2019-07-31 20:17:28 +00:00
meta Adopt yamllint strict linting 2018-11-26 12:37:21 +00:00
tasks Move reproducer README file 2019-07-31 20:17:28 +00:00
templates Revert "Fix setting custom mirror/pypi FQDNs for CI repro" 2020-01-08 02:30:03 +00:00
README.md Add reproducer script for OVB and multinode jobs 2017-12-16 22:21:33 +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