Ronelle Landy 78f830beba Add changes to enable running in CI
- Remove hard-coded stack user
- Fix playbook when: condition
- Use pip versions if already installed
- Add conditionals based on zuul user
- Fix Generate host script
- Check if image_exists var exists before continuing
- Removing ci-network playbook usage in browbeat-ci
- Disabling updating browbeat_guest_images dict when running thru zuul
- Updated browbeat config file to not run cinder workload

Change-Id: I276ec1e44861d2d9c89e6b6a482143742259899e
2018-08-01 15:33:24 +00:00

8 lines
243 B
YAML

---
- name: Run Browbeat
shell:
"source {{ ansible_env.HOME }}/browbeat/.browbeat-venv/bin/activate; \
cd {{ ansible_env.HOME }}/browbeat/; \
python browbeat.py all | tee {{ ansible_env.HOME }}/browbeat/log/stdout-ci-run.log"