blob: c478bfead324f4a6c1e08f72dbe48e56454f5e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
- hosts: all
become: yes
roles:
- role: ansible-opendaylight
# ODL is already installed, so no need to specify installation method. Specify extra features to install
extra_features:
- odl-restconf-all
- odl-mdsal-all
- odl-mdsal-apidocs
- odl-daexim-all
- ccsdk-sli-core-all
- ccsdk-sli-adaptors-all
- ccsdk-sli-northbound-all
- ccsdk-sli-plugins-all
|