File: run-with-devstack.yaml

package info (click to toggle)
python-openstacksdk 4.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,904 kB
  • sloc: python: 127,036; sh: 153; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
# Need to actually start devstack first
- hosts: all
  roles:
    - run-devstack

- name: Get the token
  ansible.builtin.import_playbook: pre.yaml

# Run the rest
- hosts: all
  roles:
    - role: bindep
      bindep_profile: test
      bindep_dir: "{{ zuul_work_dir }}"
    - test-setup
    - ensure-tox
    - get-devstack-os-environment
    - tox