Update templates and tarball URL for Li SR3
[integration/packaging/puppet-opendaylight.git] / README.markdown
index ffeeeec02dbbda060195681ec6ed169a46862e2d..327720d35dcd8e123e4763403530fa4afdef5134 100644 (file)
@@ -34,7 +34,7 @@ module's [params](#parameters). If you need a new knob, [please raise an
 Issue][8].
 
 Both supported [install methods](#install-method) default to the latest
-stable OpenDaylight release, which is currently [Lithium 3.0.0][18].
+stable OpenDaylight release, which is currently [Lithium 3.2.0][18].
 
 ## Setup
 
@@ -143,7 +143,7 @@ calls, use the `odl_rest_port` param.
 
 ```puppet
 class { 'opendaylight':
-  odl_rest_port => '8282',
+  odl_rest_port => '8080',
 }
 ```
 
@@ -203,7 +203,7 @@ Valid options: The strings `'tarball'` or `'rpm'`.
 
 Specifies the port for the ODL northbound REST interface to listen on.
 
-Default: `'8282'`
+Default: `'8080'`
 
 Valid options: A valid port number as a string or integer.
 
@@ -212,7 +212,7 @@ Valid options: A valid port number as a string or integer.
 Specifies the ODL tarball to use when installing via the tarball install
 method.
 
-Default: `'https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.3.0-Lithium/distribution-karaf-0.3.0-Lithium.tar.gz'`
+Default: `'https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.3.2-Lithium-SR2/distribution-karaf-0.3.2-Lithium-SR2.tar.gz'`
 
 Valid options: A valid URL to an ODL tarball as a string.