Advertisement
Guest User

coe33-empty-256-spec

a guest
Mar 14th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "brand": "kvm",
  3. "ram": 262144,
  4. "max_locked_memory": 262144,
  5. "vcpus": 48,
  6. "hostname": "coe33",
  7. "alias": "CentOs6",
  8. "resolvers": [
  9. "192.168.248.100",
  10. "136.159.1.21"
  11. ],
  12. "disks": [
  13. {
  14. "boot": true,
  15. "model": "ide",
  16. "size": "10240"
  17. }
  18. ],
  19. "nics": [
  20. {
  21. "nic_tag": "admin",
  22. "model": "e1000",
  23. "ip": "192.168.248.34",
  24. "netmask": "255.255.255.0",
  25. "gateway": "192.168.248.99",
  26. "primary": true
  27. }
  28. ],
  29. "vnc": {
  30. "host": "192.168.248.30",
  31. "port": 40000
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement