blob: b51e7018181a246d6e0e0e76f9d08b0f295111ad [file] [log] [blame]
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01001# Changes that run through devstack-tempest are likely to have an impact on
2# the devstack part of the job, so we keep devstack in the main play to
3# avoid zuul retrying on legitimate failures.
4- hosts: all
5 roles:
Andrea Frittoli688f36e2018-02-18 22:27:34 +00006 - orchestrate-devstack
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01007
8# We run tests only on one node, regardless how many nodes are in the system
9- hosts: tempest
Chris Dent9b4c50c2018-10-03 10:24:40 +010010 environment:
11 # This enviroment variable is used by the optional tempest-gabbi
12 # job provided by the gabbi-tempest plugin. It can be safely ignored
13 # if that plugin is not being used.
14 GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path }}"
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +010015 roles:
16 - setup-tempest-run-dir
17 - setup-tempest-data-dir
18 - acl-devstack-files
19 - run-tempest