Browse Source

Virt image can be from any location not only salt fileserver

tags/0.4
Filip Pytloun 8 years ago
parent
commit
12fd3d548b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/control/virt.sls

+ 1
- 1
salt/control/virt.sls View File

- m_name: {{ node_name }}.{{ cluster.domain }} - m_name: {{ node_name }}.{{ cluster.domain }}
- cpu: {{ size.cpu }} - cpu: {{ size.cpu }}
- mem: {{ size.ram }} - mem: {{ size.ram }}
- image: salt://{{ node.image }}
- image: {{ node.image }}
- start: True - start: True
- disk: {{ size.disk_profile }} - disk: {{ size.disk_profile }}
- nic: {{ size.net_profile }} - nic: {{ size.net_profile }}

Loading…
Cancel
Save