
* 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
11 lines
268 B
YAML
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 }}'
|