Correct spelling mistakes
Change-Id: I4a87c3cc9562437ff7548bb523b9f94684bed05b
This commit is contained in:
parent
b05893ae39
commit
f67e6b376e
@ -18,9 +18,9 @@ storage_node_count: "{{ groups['elastic-logstash'] | length }}"
|
||||
|
||||
# the elasticserch cluster elects one master from all those which are marked as master-eligible
|
||||
# 1 node cluster can only have one master
|
||||
# 2 node clusters have 1 master-eligable nodes to avoid split-brain
|
||||
# 3 node clusters have 3 master-eligable nodes
|
||||
# >3 node clusters have (nodes // 2) eligable masters rounded up to the next odd number
|
||||
# 2 node clusters have 1 master-eligible nodes to avoid split-brain
|
||||
# 3 node clusters have 3 master-eligible nodes
|
||||
# >3 node clusters have (nodes // 2) eligible masters rounded up to the next odd number
|
||||
elastic_master_node_count: |-
|
||||
{% set masters = 0 %}
|
||||
{% if (storage_node_count | int) < 3 %}
|
||||
|
@ -28,9 +28,9 @@
|
||||
|
||||
# the elasticserch cluster elects one master from all those which are marked as master-eligible
|
||||
# 1 node cluster can only have one master
|
||||
# 2 node clusters have 1 master-eligable nodes to avoid split-brain
|
||||
# 3 node clusters have 3 master-eligable nodes
|
||||
# >3 node clusters have (nodes // 2) eligable masters rounded up to the next odd number
|
||||
# 2 node clusters have 1 master-eligible nodes to avoid split-brain
|
||||
# 3 node clusters have 3 master-eligible nodes
|
||||
# >3 node clusters have (nodes // 2) eligible masters rounded up to the next odd number
|
||||
- name: Master node count fact
|
||||
set_fact:
|
||||
master_node_count: |-
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
# TODO: Improve l2 convergence too.
|
||||
- name: Remove the reminent neutron agent containers
|
||||
- name: Remove the remnant neutron agent containers
|
||||
hosts: "neutron_agent[0]"
|
||||
gather_facts: false
|
||||
user: root
|
||||
|
Loading…
Reference in New Issue
Block a user