tripleo-quickstart-extras/roles/create-reproducer-script
Sagi Shnaidman 8e7e253c3c Improve reproducer script
Solve problen with script on CSB when using old openstack libraries
by using python system interpretator instead of system-packages in
virtual environment.
Create workspace directory if doesn't exist.
Always run pip with --upgrade in virtualenv.
Set host key checking to false to prevent SSH errors for reused
public IPs of openstack cloud.

Closes-Bug: #1741985

Change-Id: Ia20d62a7cd92c3391467d27a22c75ed713a8c957
2018-01-11 15:22:22 +00:00
..
defaults Add reproducer script for OVB and multinode jobs 2017-12-16 22:21:33 +00:00
meta Add reproducer script for OVB and multinode jobs 2017-12-16 22:21:33 +00:00
tasks Fix reproducer script path references for all environments 2017-12-20 10:30:27 -05:00
templates Improve reproducer script 2018-01-11 15:22:22 +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