X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=manifests%2Fparams.pp;h=ec09f628a63ad8bbc8f8319b7c5ebf6bb8760049;hb=4acc8e6c49d7fbb3b9407e2c753688ea553710af;hp=55f1c97270402bfeec2837e91868907e8ae797d7;hpb=c0b82ecbf3fe8edb5a3160efe5ba293788859164;p=integration%2Fpackaging%2Fpuppet-opendaylight.git diff --git a/manifests/params.pp b/manifests/params.pp index 55f1c97..ec09f62 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -11,8 +11,15 @@ class opendaylight::params { $default_features = ['config', 'standard', 'region', 'package', 'kar', 'ssh', 'management'] $extra_features = [] $odl_rest_port = '8080' + $odl_bind_ip = '0.0.0.0' $install_method = 'rpm' - $tarball_url = 'https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.3.0-Lithium/distribution-karaf-0.3.0-Lithium.tar.gz' + $rpm_repo = 'opendaylight-4-release' + $tarball_url = '' $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz' $odl_rest_port = '8080' + $enable_l3 = 'no' + $log_levels = {} + $enable_ha = false + $ha_node_ips = [] + $ha_node_index = '' }