sahara-tests/playbooks/sahara-tests-scenario.yaml

18 lines
469 B
YAML

- hosts: all
strategy: linear
roles:
- orchestrate-devstack
- hosts: controller
tasks:
- name: build the required image
include_role:
name: build-sahara-images-dib
when: sahara_plugin is defined and sahara_plugin != 'fake'
- name: setup the sahara Scenario test environment
include_role:
name: setup-sahara-scenario-env
- name: run the Sahara scenario tests
include_role:
name: run-sahara-scenario