Rename Storage to Search Nodes

This commit is contained in:
Mike Reeves
2019-12-17 13:43:37 -05:00
parent d66eca1db4
commit efd641f0df
7 changed files with 21 additions and 20 deletions

View File

@@ -410,9 +410,9 @@ enable_forwardnode_sensoroni_9822_{{ip}}:
{% endfor %}
{% for ip in pillar.get('storage_nodes') %}
{% for ip in pillar.get('ssearch_nodes') %}
enable_storagenode_redis_6379_{{ip}}:
enable_searchnode_redis_6379_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
@@ -583,7 +583,7 @@ enable_standard_analyst_443_{{ip}}:
{% endif %}
# Rules if you are a Storage Node
# Rules if you are a Node
{% if grains['role'] == 'so-node' %}
#This should be more granular