
This imports the role integration test playbooks and Zuul CI jobs from the main ara repository. The distributed-sqlite job is meant to be voting but there is a regression that needs to be addressed first [1]. [1]: https://github.com/ansible-community/ara/issues/149 Change-Id: I19af271b6740c953cb29872e2474fb6d5a7a03d2
12 lines
399 B
YAML
12 lines
399 B
YAML
---
|
|
# Copyright (c) 2020 The ARA Records Ansible authors
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
- name: Allow networking between multiple nodes
|
|
hosts: all
|
|
tasks:
|
|
# https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/multi-node-firewall
|
|
- name: Set up multi-node firewall
|
|
include_role:
|
|
name: multi-node-firewall
|