zuul-jobs/test-playbooks/multinode/multinode.yaml
Albin Vass 01098e2c77 Fix deprecation warning from multinode tests
include for playbook includes is being removed in ansible 2.12
and currently throws a deprecation warning in ansible2.9 so let's
update this to use import_playbook instead.

Change-Id: If4e766e4bd2e03383c916abdfc340773d02c93a7
2020-05-26 10:21:08 +02:00

11 lines
398 B
YAML

# Roles that are part of the 'multinode' job
# If you add new tests, also update the files section in jobs
# base-integration and multinode-integration in zuul.d/jobs.yaml.
- import_playbook: multi-node-known-hosts.yaml
- import_playbook: multi-node-hosts-file.yaml
- import_playbook: multi-node-firewall.yaml
- import_playbook: multi-node-bridge.yaml
- import_playbook: persistent-firewall.yaml