Advertisement
ChrRaible

templatedatei

Aug 23rd, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. MEMORY = 1024
  2. NAME = copy_qcow2
  3. VCPU = 2
  4.  
  5. REQUIREMENTS = "CLUSTER = \"ssh\""
  6.  
  7. OS = [ ARCH = x86_64,
  8. ROOT = hda1 ]
  9.  
  10. DISK = [ SOURCE = /srv/cloud/images/sl60_copytest.qcow2,
  11. DRIVER = qcow2,
  12. TARGET = hda ]
  13.  
  14. NIC = [ NETWORK="Public2",
  15. TARGET="eth1" ]
  16.  
  17. GRAPHICS = [
  18. type = "vnc",
  19. listen = "0.0.0.0",
  20. keymap = "de" ]
  21.  
  22. CONTEXT = [
  23. hostname = "$NAME",
  24. files = "/srv/cloud/scripts/centos/context/init.sh",
  25. target = "hdb"
  26. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement