diff --git a/salt/hypervisor/pillar.sls b/salt/hypervisor/pillar.sls deleted file mode 100644 index 92c1cbfec..000000000 --- a/salt/hypervisor/pillar.sls +++ /dev/null @@ -1,5 +0,0 @@ -soc_hypervisor_pillar: - file.managed: - - name: /opt/so/saltstack/local/pillar/hypervisor/soc_hypervisor.sls - - source: salt://hypervisor/pillar.map.jinja - - template: jinja diff --git a/salt/soc/dyanno/hypervisor/init.sls b/salt/soc/dyanno/hypervisor/init.sls index c3bfb97ef..31fe5ec93 100644 --- a/salt/soc/dyanno/hypervisor/init.sls +++ b/salt/soc/dyanno/hypervisor/init.sls @@ -14,15 +14,5 @@ hypervisor_host_directory_{{hypervisor}}: file.directory: - name: /opt/so/saltstack/local/salt/hypervisor/hosts/{{hypervisor}} - makedirs: True - -add_searchnode_file_{{hypervisor}}: - file.managed: - - name: /opt/so/saltstack/local/salt/hypervisor/hosts/{{hypervisor}}/add_searchnode - - source: salt://soc/dyanno/hypervisor/add_node - -add_sensor_file_{{hypervisor}}: - file.managed: - - name: /opt/so/saltstack/local/salt/hypervisor/hosts/{{hypervisor}}/add_sensor - - source: salt://soc/dyanno/hypervisor/add_node {% endfor %} {% endfor %}