Explorar el Código

Update virt.sls

Add ability to specify custom node name in reclass.
pull/44/head
Alexander Noskov hace 7 años
padre
commit
cdc61890fd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      salt/control/virt.sls

+ 4
- 0
salt/control/virt.sls Ver fichero

@@ -43,6 +43,10 @@ update-guestfs-appliance:

{%- for node_name, node in cluster.node.iteritems() %}

{%- if node.name is defined %}
{%- set node_name = node.name %}
{%- endif %}

{%- if node.provider == grains.id %}

{%- set size = control.size.get(node.size) %}

Cargando…
Cancelar
Guardar