Adds ability to pass Java options to ODL startup 55/55655/1
authorTim Rozet <tdrozet@gmail.com>
Thu, 23 Feb 2017 19:35:22 +0000 (14:35 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
commit2cf3c6bea39d994a9a633cbd34819acbd2193b57
treea64f3f3160b0e1e7fa168346822c6428bdc0fe18
parentdc0cbb33c94839505081ed6467127cb9ebc375fb
Adds ability to pass Java options to ODL startup

Previously we always set the Java options to a single value which will
only run Java with ipv4 stack.  There is a requirement to be able to set
other parameters like heap seize or enable garbage collection.  This
change exposes a parameter where many Java options can be set via a
string.

Change-Id: Ib79a83dd59f65a61912a4917e18e41196e7f91cd
Signed-off-by: Tim Rozet <tdrozet@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
README.markdown
manifests/init.pp
manifests/install.pp
manifests/params.pp
spec/spec_helper.rb