summaryrefslogtreecommitdiff
path: root/playbooks/devstack/functional/run.yaml
blob: a510da4eb29b26dc058f946ee10be839dc07d6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- hosts: all
  roles:
    - orchestrate-devstack

- hosts: tempest
  environment:
    # This enviroment variable is used by the optional tempest-gabbi
    # job provided by the gabbi-tempest plugin. It can be safely ignored
    # if that plugin is not being used.
    GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}"
  roles:
    - setup-tempest-run-dir
    - setup-tempest-data-dir
    - acl-devstack-files
    - run-heat-tests