Martin Kopec 62ab390d49 Move playbook implementation to a role
* Move direct playbook implementation to a independent role so that the role
is reusable in a different playbooks.
* Add a new scenario which installs openstack allinone without running
tempest tests.

Change-Id: I6f19d2b8128fbb0f2034892a11127bce73d102f9
2018-01-09 15:46:30 +00:00

11 lines
268 B
YAML

- name: packstack-integration-tempest
shell:
cmd: |
set -e
set -x
export SCENARIO='{{ scenario }}'
./run_tests.sh
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace/packstack'
environment: '{{ zuul }}'