Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # cat vmtest.one
  2. NAME = "Test"
  3. PUBLIC = YES
  4. DESCRIPTION = "Centos 5.5 base image"
  5.  
  6. CPU = 1
  7. MEMORY = 256
  8.  
  9. # --- kernel & boot device ---
  10.  
  11. OS = [
  12. kernel = "/opt/VMS/vmlinuz-2.6.24-19-xen",
  13. initrd = "/opt/VMS/initrd.img-2.6.24-19-xen",
  14. root = "sda1" ]
  15.  
  16. # --- 3 disks ---
  17.  
  18. DISK = [
  19. image = "centos_base_image" ]
  20.  
  21. DISK = [
  22. type = swap,
  23. size = 512,
  24. readonly = "no" ]
  25.  
  26. # --- 1 NIC ---
  27.  
  28. # NIC = [ network = "Private lab 3 LAN" ]
  29.  
  30. # --- Placement options ---
  31.  
  32. RANK = FREECPU
  33.  
  34. # --- Contextualization ---
  35.  
  36. #CONTEXT = [
  37. # files = "/service/init.sh /service/certificates /service/service.conf" ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement