Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MEMORY = 1024
- NAME = copy_qcow2
- VCPU = 2
- REQUIREMENTS = "CLUSTER = \"ssh\""
- OS = [ ARCH = x86_64,
- ROOT = hda1 ]
- DISK = [ SOURCE = /srv/cloud/images/sl60_copytest.qcow2,
- DRIVER = qcow2,
- TARGET = hda ]
- NIC = [ NETWORK="Public2",
- TARGET="eth1" ]
- GRAPHICS = [
- type = "vnc",
- listen = "0.0.0.0",
- keymap = "de" ]
- CONTEXT = [
- hostname = "$NAME",
- files = "/srv/cloud/scripts/centos/context/init.sh",
- target = "hdb"
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement