diff options
author | Leif Johansson <leifj@sunet.se> | 2015-05-08 17:04:13 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-05-08 17:04:13 +0200 |
commit | d9c15efcf1c1e9a87f41a9b3ea70b79df537e12f (patch) | |
tree | 7ee1ccfe2f30c99106280904f47150566e0a7897 /global/overlay/etc/puppet/modules/sunet/templates | |
parent | 2a8db0563a5c40409b552fb2265c1aec946c489f (diff) |
use pathsunet-ops-2015-05-08-v13
Diffstat (limited to 'global/overlay/etc/puppet/modules/sunet/templates')
-rw-r--r-- | global/overlay/etc/puppet/modules/sunet/templates/cloudimage/mk_cloud_image.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/templates/cloudimage/mk_cloud_image.erb b/global/overlay/etc/puppet/modules/sunet/templates/cloudimage/mk_cloud_image.erb index d1034be..9d52a07 100644 --- a/global/overlay/etc/puppet/modules/sunet/templates/cloudimage/mk_cloud_image.erb +++ b/global/overlay/etc/puppet/modules/sunet/templates/cloudimage/mk_cloud_image.erb @@ -96,7 +96,7 @@ virsh pool-refresh default virsh vol-clone --pool default ${src_image} ${hostname}/${disk} -virt-install -r ${mem} -n ${hostname} --vcpus=${cpus} --autostart --memballoon virtio --network bridge=${bridge} --boot hd --disk vol=default/${hostname}/${disk},format=qcow2,bus=virtio --disk vol=default/${hostname}/${seed},bus=virtio +virt-install -r ${mem} -n ${hostname} --vcpus=${cpus} --autostart --memballoon virtio --network bridge=${bridge} --boot hd --disk path=/var/lib/libvirt/images/${hostname}/${disk},format=qcow2,bus=virtio --disk path=/var/lib/libvirt/images/${hostname}/${seed},bus=virtio rm -f ${user_data} rm -f ${meta_data} |