f116350c646529366c1a33cf5818a80941e1b369
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
1 # == Class opendaylight::params
2 #
3 # This class is meant to be called from opendaylight.
4 # It sets variables according to platform.
5 #
6 class opendaylight::params {
7   $default_features = ['config', 'standard', 'region', 'package', 'kar', 'ssh', 'management']
8   $extra_features = []
9   $install_method = 'rpm'
10   $tarball_url = 'https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.2-Helium-SR2/distribution-karaf-0.2.2-Helium-SR2.tar.gz'
11   $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
12   $odl_rest_port = '8080'
13 }