blob: 18446ce59778a93e30f0afbc6d01dc13e11c7844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
- name: run opendaylight role
hosts: neutron_all | galera_container | network_hosts | repo_container
max_fail_percentage: 20
user: root
roles:
- odl_cluster
vars:
- odl_l3_agent: "{{ odl_l3_agent }}"
tags:
- odl
|