This commit is contained in:
m0duspwnens
2020-01-21 16:39:42 -05:00
parent 0c08f8e727
commit a39edad3f6
113 changed files with 5613 additions and 72 deletions

View File

@@ -1,6 +1,5 @@
# This state is for checking things
{% if grains['role'] == 'so-master' %}
{% if salt['pillar.get']('nodestab','') %}
{% if grains['role'] == 'so-master' or grains['role'] == 'so-mastersearch' %}
# Make sure Cross Cluster is good. Will need some logic once we have hot/warm
crossclusterson:
cmd.script:
@@ -10,7 +9,6 @@ crossclusterson:
- source: salt://utility/bin/crossthestreams.sh
- template: jinja
{% endif %}
{% endif %}
{% if grains['role'] == 'so-eval' %}
fixsearch: