Explorar el Código

Parameterize salt identifier with cluster_name - allow to define more clusters than one.

pull/78/head
Martin Horak hace 6 años
padre
commit
2be25c0086
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      salt/control/virt.sls

+ 2
- 2
salt/control/virt.sls Ver fichero

@@ -20,7 +20,7 @@ update-guestfs-appliance:

{%- if cluster.engine == "virt" %}

salt_libvirt_service:
salt_libvirt_service_{{ cluster_name }}:
service.running:
- name: {{ control.virt_service }}
- enable: true
@@ -108,7 +108,7 @@ salt_control_virt_{{ cluster_name }}_{{ node_name }}:
{%- endif %}
- unless: virsh list --all --name| grep -E "^{{ node_name }}.{{ cluster.domain }}$"
- require:
- salt_libvirt_service
- salt_libvirt_service_{{ cluster_name }}

{%- if node.get("autostart", True) %}


Cargando…
Cancelar
Guardar