Change the default cluster_count to 3

Most production deployments involve 3 nodes for high availability.
This change modifies the default cluster_count to 3 in order to
align with the typical deployment scenario. Previously, the default
cluster count was 2 which is often unmodified and then leads to
deployment failures due to a mismatch in the nodelist defined in
each node's corosync.conf file.

Change-Id: I0799d8b880ecdb9c933d0361e7dc843b68fc5c82
This commit is contained in:
Billy Olsen 2016-12-13 15:40:00 -07:00 committed by Ryan Beisner
parent fda5176bd5
commit cc1b547ce4
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ options:
Used when service_dns is set on the primary charm for DNS HA
cluster_count:
type: int
default: 2
default: 3
description: |
Number of peer units required to bootstrap cluster services.
.