blob: a376c15458ed4328658cbab6f992869d7e02a793 [file] [log] [blame]
Peter Pentchev8e3d2952022-11-10 18:31:17 +02001- hosts: all
Peter Pentchev83bbdce2022-11-22 14:45:07 +02002 roles:
3 - orchestrate-devstack
Peter Pentchev8e3d2952022-11-10 18:31:17 +02004
Peter Pentchev83bbdce2022-11-22 14:45:07 +02005# We run tests only on one node, regardless how many nodes are in the system
6- hosts: tempest
7 environment:
8 # This environment variable is used by the optional tempest-gabbi
9 # job provided by the gabbi-tempest plugin. It can be safely ignored
10 # if that plugin is not being used.
11 GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}"
12 roles:
13 - setup-tempest-run-dir
14 - setup-tempest-data-dir
15 - acl-devstack-files
16 # - run-tempest