Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 1 | # 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 Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 6 | - orchestrate-devstack |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 7 | |
| 8 | # We run tests only on one node, regardless how many nodes are in the system |
| 9 | - hosts: tempest |
Chris Dent | 9b4c50c | 2018-10-03 10:24:40 +0100 | [diff] [blame] | 10 | 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) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 15 | roles: |
| 16 | - setup-tempest-run-dir |
| 17 | - setup-tempest-data-dir |
| 18 | - acl-devstack-files |
| 19 | - run-tempest |