blob: 5b8d8bb1d0c4b69ad3fc9f4ebc3ba05667957a98 [file] [log] [blame]
Peter Pentchev8e3d2952022-11-10 18:31:17 +02001- hosts: all
Biser Milanov1b270012023-11-17 15:22:16 +02002 tasks:
3 - name: Setup devstack
4 block:
5 - ansible.builtin.include_role:
Biser Milanov5a025482023-11-17 19:07:41 +02006 name: "{{ item }}"
Biser Milanov1b270012023-11-17 15:22:16 +02007 loop:
8 - "sp-openstack-integration-groups"
9 - "orchestrate-devstack"
10 always:
11 - name: Debug Sleep
12 ansible.builtin.command: sleep 9999
Peter Pentchev8e3d2952022-11-10 18:31:17 +020013
Peter Pentchev83bbdce2022-11-22 14:45:07 +020014# We run tests only on one node, regardless how many nodes are in the system
15- hosts: tempest
16 environment:
17 # This environment variable is used by the optional tempest-gabbi
18 # job provided by the gabbi-tempest plugin. It can be safely ignored
19 # if that plugin is not being used.
20 GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}"
21 roles:
22 - setup-tempest-run-dir
23 - setup-tempest-data-dir
24 - acl-devstack-files
Peter Pentchev61dd8632022-12-12 13:53:14 +020025 - run-tempest