search for: tmpl_uuid

Displaying 1 result from an estimated 1 matches for "tmpl_uuid".

Did you mean: tmp_guid
2013 Mar 08
1
Bug#702369: latest install report
...500] WARNING: g.e. still in use! [ 1424.673842] Restarting system. Here is the script I used to build the VM: #!/bin/bash set -e NEW_HOST=wheezytest2 DISK_SIZE=5GiB TMPL="Debian Wheezy 7.0 (64-bit)" DEB_MIRROR=http://ftp.ch.debian.org/debian NET0=xenbr1 SR_NAME="testSR0" TMPL_UUID=$(xe template-list name-label="${TMPL}" --minimal) NET0_UUID=$(xe network-list bridge=${NET0} --minimal) SR_UUID=$(xe sr-list name-label=${SR_NAME} --minimal) VM_UUID=$(xe vm-install template=$TMPL_UUID new-name-label="${NEW_HOST}") xe vm-param-set uuid=${VM_UUID} other-config...