Adding service BGPVPN

This commit adds vpn features to odl if BGPVPN
is used.

Change-Id: I496190a8538dd9738eb397281fa9062a329225fb
This commit is contained in:
Nikolas Hermanns 2015-12-18 18:19:37 +01:00
parent a86fbf4192
commit 9e1e823d2e
2 changed files with 10 additions and 0 deletions

View File

@ -52,6 +52,10 @@ class opendaylight::service (
$enable['gbp'] = $features['gbp']
}
if hiera('bgpvpn', false) {
$enable['vpn'] = $features['vpn']
}
file { '/opt/opendaylight/etc/org.apache.karaf.features.cfg':
ensure => file,
owner => 'odl',

View File

@ -42,6 +42,12 @@ attributes:
- odl-sfc-ovs
- odl-sfcofl2
- odl-sfc-test-consumer
vpn:
- odl-vpnservice-api
- odl-vpnservice-impl
- odl-vpnservice-impl-rest
- odl-vpnservice-impl-ui
- odl-vpnservice-core
rest_api_port:
value: '8282'
label: 'Port number'