Skip to content

Commit

Permalink
Merge "Fixes: fab join_cluster aborts for adding redhat node to ha cl…
Browse files Browse the repository at this point in the history
…uster" into R3.0.3.x
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 4, 2017
2 parents 3dd4dc1 + 22c5de2 commit 7e70f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fabfile/tasks/ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ def join_ha_cluster(new_ctrl_host):
execute('increase_limits_node', new_ctrl_host)
execute('join_orchestrator', new_ctrl_host)

if get_contrail_internal_vip():
if new_ctrl_host in env.roledefs['database']:
execute('setup_database_node', new_ctrl_host)
execute('fix_zookeeper_config')
Expand Down

0 comments on commit 7e70f89

Please sign in to comment.