Bug 1411087 - unable to deploy cluster
Summary: unable to deploy cluster
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-opendaylight
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tim Rozet
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-01-08 10:17 UTC by Alon Dotan
Modified: 2017-01-10 15:44 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-10 15:44:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alon Dotan 2017-01-08 10:17:36 UTC
Description of problem:
there is hardcoded limitation that enforce to deploy only single node of odl,

 if $step >= 1 {
    # Configure ODL only on first controller
    if $primary_controller == downcase($::hostname) {
      include ::opendaylight
    }
  }
 
instead of using "if $primary_controller == downcase($::hostname)", will be better to add use:
 if $primary_controller == downcase($::hostname) and $enable_ha == true
this will allow the user to pass the argument of enable or disable this feature from the tripleo env files
Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Tim Rozet 2017-01-10 15:44:50 UTC
There is no support for clustering ODL in stable/newton.  The support will be added in Pike with this blueprint:
https://blueprints.launchpad.net/tripleo/+spec/opendaylight-ha


Note You need to log in before you can comment on or make changes to this bug.