diff options
author | Tim Rozet <trozet@redhat.com> | 2017-01-26 12:18:24 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-07-12 14:07:52 -0400 |
commit | 747e941a9a36a21411449248d7cca712e1894737 (patch) | |
tree | 642ee807b789ac7d48b3e8c3754a7055be85db19 /puppet | |
parent | 40e244201329486b4fa9c1ac2596d22eac8a2371 (diff) |
Enables OpenDaylight clustering in HA deployments
Port 2550 is required for inter-ODL communication when clustering.
odl-jolokia feature is required to expose REST APIs from ODL for
monitoring the cluster.
Implements: blueprint opendaylight-ha
Depends-On: Ic9a955a1c2afc040b2f9c6fb86573c04a60f9f31
Change-Id: Ie108ab75cce0cb7d89e72637c600e30fc241d186
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/opendaylight-api.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index e55cd2ee..6882aeff 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -28,7 +28,7 @@ parameters: OpenDaylightFeatures: description: List of features to install with ODL type: comma_delimited_list - default: ["odl-netvirt-openstack","odl-netvirt-ui"] + default: ["odl-netvirt-openstack","odl-netvirt-ui","odl-jolokia"] OpenDaylightApiVirtualIP: type: string default: '' @@ -66,6 +66,7 @@ outputs: - {get_param: OpenDaylightPort} - 6640 - 6653 + - 2550 step_config: | include tripleo::profile::base::neutron::opendaylight upgrade_tasks: |