Updated in-code ODL class param docs 85/55385/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 11 Feb 2015 14:58:56 +0000 (09:58 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:39 +0000 (15:18 -0400)
- Closes #29, relevant to #41

Change-Id: I2cd6d0e57fef224fd0a1ac83b88266b4f11a6e09
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
manifests/init.pp

index ddac5eb3ace1ed8c784f996019e823f8c305141d..4529db9fa4b9da89028344e568ed0181fa9a1321 100644 (file)
@@ -3,9 +3,16 @@
 # OpenDaylight SDN Controller
 #
 # === Parameters
-# TODO: Update these param docs
-# [*sample_parameter*]
-#   Explanation of what this parameter affects and what it defaults to.
+# [*default_features*]
+#   Features that should normally be installed by default, but can be overridden.
+# [*extra_features*]
+#   List of features to install in addition to the default ones.
+# [*install_method *]
+#   How to install OpenDaylight. Current options are "rpm" and "tarball", default is RPM.
+# [*tarball_url*]
+#   If installing from a tarball, use this one. Defaults to latest ODL.
+# [*unitfile_url*]
+#   OpenDaylight .service file to use for tarball installs. Defaults to one used by ODL RPM.
 #
 class opendaylight (
   $default_features = $::opendaylight::params::default_features,