Advertisement
xtree1

smartos.multiple_disks

Dec 30th, 2015
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "brand": "kvm",
  3. "vcpus": 2,
  4. "alias": "win7_torrent",
  5. "autoboot": true,
  6. "resolvers": ["192.168.1.1", "8.8.8.8", "8.8.4.4"],
  7. "ram": 4096,
  8. "disks": [{
  9. "boot": true,
  10. "model": "virtio",
  11. "size": 56320
  12. }],
  13. "disks.0": [{
  14. "boot": false,
  15. "model": "virtio",
  16. "size": 51200
  17. }],
  18. "nics": [{
  19. "nic_tag": "admin",
  20. "model": "virtio",
  21. "ip": "192.168.1.35",
  22. "netmask": "255.255.255.0",
  23. "gateway": "192.168.1.1",
  24. "primary": true
  25. }]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement