01098e2c77
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
11 lines
398 B
YAML
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
|