commit | 12fd3d548b0de30a2c2396048cd177cd572136db | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Mar 18 10:28:51 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Mar 18 10:28:51 2016 +0100 |
tree | 18fdf059334280a4d9c5994aa4a4aec7c421faf1 | |
parent | f035cf3cf16d43ed99180c52dca22234ab15dd1c [diff] |
Virt image can be from any location not only salt fileserver
diff --git a/salt/control/virt.sls b/salt/control/virt.sls index b6015a0..53ffc83 100644 --- a/salt/control/virt.sls +++ b/salt/control/virt.sls
@@ -46,7 +46,7 @@ - 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 }}