Ghanshyam | a0b8ca4 | 2019-07-17 09:46:41 +0000 | [diff] [blame^] | 1 | # Changes that run through devstack-tempest-ipv6 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: |
| 6 | - orchestrate-devstack |
| 7 | |
| 8 | # We run tests only on one node, regardless how many nodes are in the system |
| 9 | - hosts: tempest |
| 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 | default('') }}" |
| 15 | roles: |
| 16 | - setup-tempest-run-dir |
| 17 | - setup-tempest-data-dir |
| 18 | - acl-devstack-files |
| 19 | # Verify the IPv6-only deployments. This role will perform check for |
| 20 | # IPv6 only env for example Devstack IPv6 settings and services listen |
| 21 | # address is IPv6 etc. This is invoked before tests are run so that we can |
| 22 | # fail early if anything missing the IPv6 settings or deployments. |
| 23 | - ipv6-only-deployments-verification |
| 24 | - run-tempest |