diff options
author | wangyaoguang <sunshine.wang@huawei.com> | 2016-04-19 20:21:53 +0800 |
---|---|---|
committer | wangyaoguang <sunshine.wang@huawei.com> | 2016-04-19 20:21:53 +0800 |
commit | 452eba3bd069845bcb8091cb0d4272f66b7a38d8 (patch) | |
tree | 92a3d1188f39909c6f43e73cb943ec8b7383c816 /utils/rubbos_dev_env_setup/libvirt_template.xml | |
parent | e2b73bf29779412d3b0ceb7742e6a4bdcecb7f74 (diff) |
remove deprecated tools
This tool is not general enough, and it will be replaced.
JIAR: BOTTLENECK-57
Change-Id: I9121f40883090adcfab3b2157aee9212f8964d38
Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
Diffstat (limited to 'utils/rubbos_dev_env_setup/libvirt_template.xml')
-rw-r--r-- | utils/rubbos_dev_env_setup/libvirt_template.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/utils/rubbos_dev_env_setup/libvirt_template.xml b/utils/rubbos_dev_env_setup/libvirt_template.xml deleted file mode 100644 index eddeff00..00000000 --- a/utils/rubbos_dev_env_setup/libvirt_template.xml +++ /dev/null @@ -1,41 +0,0 @@ -<domain type='kvm'> - <name>REPLACE_NAME</name> - <memory unit='MiB'>REPLACE_MEM</memory> - <currentMemory unit='MiB'>REPLACE_MEM</currentMemory> - <vcpu placement='static'>REPLACE_CPU</vcpu> - <os> - <type arch='x86_64'>hvm</type> - <boot dev='hd'/> - </os> - <features> - <acpi/><apic/><pae/> - </features> - <clock offset="utc"/> - <on_poweroff>destroy</on_poweroff> - <on_reboot>restart</on_reboot> - <on_crash>restart</on_crash> - <devices> - <disk type='file' device='disk'> - <driver name='qemu' type='qcow2'/> - <source file='REPLACE_IMAGE'/> - <target dev='vda' bus='virtio'/> - </disk> - <disk type='file' device='cdrom'> - <driver name='qemu'/> - <source file='REPLACE_SEED_IMAGE'/> - <target dev='hdb'/> - <readonly/> - </disk> - <interface type='network'> - <source network='default'/> - <mac address='REPLACE_MAC_ADDR'/> - <model type='virtio'/> - </interface> - <input type='tablet' bus='usb'/> - <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'/> - <console type='pty'/> - <video> - <model type='cirrus'/> - </video> - </devices> -</domain> |