SHARE
TWEET

Untitled

a guest Apr 5th, 2013 36 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cat /opt/centos-64-template3.manifest
  2. {
  3.     "v": 2,
  4.     "uuid": "9155fe40-9dee-11e2-8ec3-8b986e3e3928",
  5.     "owner": "5e243470-3f9c-11e2-81c7-5b64b433018c",
  6.     "name": "centos-6.4",
  7.     "version": "6.4",
  8.     "state": "active",
  9.     "disabled": false,
  10.     "public": true,
  11.     "published_at": "2013-04-05T18:15:50.054Z",
  12.     "type": "zone_dataset",
  13.     "os": "linux",
  14.     "files": [
  15.       {
  16.         "sha1": "2922fd96b6c24baca85d28405953ea422ec50c0a",
  17.         "size": 564564060,
  18.         "compression": "gzip"
  19.       }
  20.     ],
  21.     "description": "CentOS 6.4 64-bit image with just minimal packages installed",
  22.     "urn": "centos-6.4:6.4",
  23.     "requirements": {
  24.       "networks": [
  25.         {
  26.           "name": "net0",
  27.           "description": "public"
  28.         }
  29.       ],
  30.       "ssh_key": true
  31.     },
  32.     "acl": []
  33. }
  34.  
  35.  
  36.  
  37. cat test-centos-vm1.json
  38. {
  39.   "brand": "kvm",
  40.   "alias": "testcentsvm1",
  41.   "resolvers": [
  42.     "208.67.222.222",
  43.     "8.8.4.4"
  44.   ],
  45.   "ram": "512",
  46.   "vcpus": "1",
  47.   "nics": [
  48.     {
  49.       "nic_tag": "admin",
  50.       "ip": "192.168.6.208",
  51.       "netmask": "255.255.255.0",
  52.       "gateway": "192.168.6.1",
  53.       "model": "virtio",
  54.       "primary": true
  55.     }
  56.   ],
  57.   "disks": [
  58.     {
  59.       "image_uuid": "9155fe40-9dee-11e2-8ec3-8b986e3e3928",
  60.       "boot": true,
  61.       "model": "virtio",
  62.       "image_size": 18240
  63.     }
  64.   ]
  65. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top