Explorar el Código

Virt image can be from any location not only salt fileserver

tags/0.4
Filip Pytloun hace 8 años
padre
commit
12fd3d548b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/control/virt.sls

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

@@ -46,7 +46,7 @@ salt_control_virt_{{ cluster_name }}_{{ node_name }}:
- m_name: {{ node_name }}.{{ cluster.domain }}
- cpu: {{ size.cpu }}
- mem: {{ size.ram }}
- image: salt://{{ node.image }}
- image: {{ node.image }}
- start: True
- disk: {{ size.disk_profile }}
- nic: {{ size.net_profile }}

Cargando…
Cancelar
Guardar