aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/odl_sfc/roles/setup-sfc/files/setup-odl.yml.j2
blob: 0d0cbe90431d3a63b73636b9f27133ccb5591a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---

- name: run opendaylight role
  hosts: neutron_all | galera_container | network_hosts | repo_container | utility
  max_fail_percentage: 20
  user: root
  roles:
    - odl_cluster
  vars:
    - odl_l3_agent: "{{ odl_l3_agent }}"
    - odl_sfc: "{{ odl_sfc }}"
  tags:
    - odl