summaryrefslogtreecommitdiffstats
path: root/templates/node.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/node.xml')
-rw-r--r--templates/node.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/templates/node.xml b/templates/node.xml
deleted file mode 100644
index 2bfe338..0000000
--- a/templates/node.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<!-- template for initial install of cluster nodes -->
-<domain type='kvm'>
- <name>@@NAME@@</name>
- <uuid>@@UUID@@</uuid>
- <memory>@@MEM@@</memory>
- <currentMemory>@@MEM@@</currentMemory>
- <vcpu>@@NUMCPUS@@</vcpu>
- <os>
- <type>hvm</type>
- <boot dev='hd'/>
- </os>
- <features>
- <acpi/>
- </features>
- <clock offset='utc'/>
- <on_poweroff>destroy</on_poweroff>
- <on_reboot>restart</on_reboot>
- <on_crash>destroy</on_crash>
- <devices>
- <emulator>@@KVM@@</emulator>
- <disk type='file' device='disk'>
- <source file='@@DISK@@'/>
- <target dev='@@SYSTEM_DISK_PREFIX@@a' bus='@@SYSTEM_DISK_TYPE@@'/>
- <driver name='qemu' type='@@SYSTEM_DISK_FORMAT@@' cache='@@SYSTEM_DISK_CACHE@@'/>
- </disk>
-@@@_SHARED_DISK_TEMPLATE@@@
-@@@NETWORK_TEMPLATE@@@
- <input type='mouse' bus='ps2'/>
- <graphics type='vnc' port='-1' listen='127.0.0.1'/>
- <serial type="file">
- <source path="@@KVMLOG@@/serial.@@NAME@@"/>
- <target port="1"/>
- </serial>
- </devices>
-</domain>