Advertisement
Guest User

Untitled

a guest
Mar 30th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "alias": "builder-centos1",
  3. "hostname": "builder-centos1",
  4. "brand": "kvm",
  5. "autoboot": false,
  6. "vcpus": 8,
  7. "ram": 16384,
  8. "cpu_type": "qemu64",
  9. "resolvers": [ "208.67.222.222", "208.67.220.220" ],
  10. "nics": [
  11. {
  12. "ip": "10.0.200.14",
  13. "netmask": "255.255.255.0",
  14. "gateway": "10.0.200.254",
  15. "model": "virtio",
  16. "primary": true,
  17. "nic_tag": "admin"
  18. }
  19. ],
  20. "disks": [
  21. {
  22. "boot": true,
  23. "image_uuid": "8700b668-0da4-11e2-bde4-17221283a2f4",
  24. "image_size": 61440,
  25. "model": "virtio"
  26. }
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement