X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=manifests%2Fparams.pp;h=ddfa8fab15f5eb7095adcf82ee3d0775ceea8453;hb=601a4d6e122c7f642fc1333849c36a52e8f6fe91;hp=daeaf7b6d65ed6bd4a50fbf11c3acddd9a96aa18;hpb=0557ae366a192f3d2892a03dc0dce46b893fad8a;p=integration%2Fpackaging%2Fpuppet-opendaylight.git diff --git a/manifests/params.pp b/manifests/params.pp index daeaf7b..ddfa8fa 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -8,12 +8,31 @@ class opendaylight::params { # spec/classes/opendaylight_spec.rb tests that use default Karaf features # Else, both the Beaker and RSpec tests will fail # TODO: Remove this possible source of bugs^^ - $default_features = ['config', 'standard', 'region', 'package', 'kar', 'ssh', 'management'] + $default_features = ['standard', 'wrap', 'ssh'] $extra_features = [] - $odl_rest_port = '8080' - $install_method = 'rpm' - $tarball_url = 'https://nexus.opendaylight.org/content/repositories/autorelease-1025/org/opendaylight/integration/distribution-karaf/0.4.0-beryllium-daily-v201601200134/distribution-karaf-0.4.0-beryllium-daily-v201601200134.tar.gz' - $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz' - $odl_rest_port = '8080' - $enable_l3 = 'no' + $odl_rest_port = '8181' + $odl_bind_ip = '0.0.0.0' + $rpm_repo = 'https://nexus.opendaylight.org/content/repositories/opendaylight-fluorine-epel-7-$basearch-devel' + $deb_repo = 'ppa:odl-team/nitrogen' + $log_levels = {} + $enable_ha = false + $ha_node_ips = [] + $ha_node_index = 0 + $ha_db_modules = { 'default' => false } + $vpp_routing_node = '' + $java_opts = '-Djava.net.preferIPv4Stack=true' + $manage_repositories = true + $username = 'admin' + $password = 'admin' + $log_max_size = '10GB' + $log_max_rollover = 2 + $snat_mechanism = 'controller' + $enable_tls = false + $tls_keystore_password = undef + $tls_key_file = undef + $tls_cert_file = undef + $tls_ca_cert_file = undef + $tls_trusted_certs = [] + $log_mechanism = 'file' + $inherit_dscp_marking = false }