fuel-plugin-opendaylight/deployment_scripts/puppet/manifests/odl-install.pp

9 lines
215 B
Puppet

notice('MODULAR: odl-install.pp')
include opendaylight
include firewall
class { 'opendaylight::install':
rest_port => $opendaylight::rest_api_port,
bind_address => $opendaylight::node_internal_address
}