dfarrell07 / puppet-opendaylight

Moved: https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging/puppet-opendaylight.git;a=tree
12 stars 15 forks source link

Adds ability to pass Java options to ODL startup #134

Closed trozet closed 7 years ago

trozet commented 7 years ago

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.

Signed-off-by: Tim Rozet tdrozet@gmail.com

dfarrell07 commented 7 years ago

This looks good, thanks @trozet

dfarrell07 commented 7 years ago

The sanity tests pass. Would be good to have beaker tests, but non-blocker.