diff --git a/elk_metrics_6x/roles/elastic_data_hosts/vars/data-node-variables.yml b/elk_metrics_6x/roles/elastic_data_hosts/vars/data-node-variables.yml index 2354daaa..dc4f7b10 100644 --- a/elk_metrics_6x/roles/elastic_data_hosts/vars/data-node-variables.yml +++ b/elk_metrics_6x/roles/elastic_data_hosts/vars/data-node-variables.yml @@ -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 %} diff --git a/elk_metrics_6x/tests/testLayout.yml b/elk_metrics_6x/tests/testLayout.yml index 418a3457..eaf40b29 100644 --- a/elk_metrics_6x/tests/testLayout.yml +++ b/elk_metrics_6x/tests/testLayout.yml @@ -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: |- diff --git a/leap-upgrades/upgrade-utilities/neutron-remove-old-containers.yml b/leap-upgrades/upgrade-utilities/neutron-remove-old-containers.yml index a58e5cee..74231f80 100644 --- a/leap-upgrades/upgrade-utilities/neutron-remove-old-containers.yml +++ b/leap-upgrades/upgrade-utilities/neutron-remove-old-containers.yml @@ -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