Sha256: cbc321f0cb63f41c1d13f9a399731b396ae77e0e9de57a50c9fe7f7f39712f62

Contents?: true

Size: 777 Bytes

Versions: 4

Compression:

Stored size: 777 Bytes

Contents

[
  {
    "id": "abc",
    "name": "M001",
    "type": "smartmachine",
    "state": "running",
    "dataset": "sdc:sdc:smartos:1.5.1",
    "ips": [
      "192.168.1.2"
    ],
    "memory": 512,
    "disk": 10240,
    "metadata": {},
    "created": "2012-12-12T23:59:01+00:00",
    "updated": "2012-12-12T23:59:02+00:00",
    "primaryIp": "192.168.1.2"
  },
  {
    "id": "def",
    "name": "M002",
    "type": "virtualmachine",
    "state": "running",
    "dataset": "sdc:sdc:ubuntu10.04:0.1.0",
    "ips": [
      "192.168.1.3"
    ],
    "memory": 256,
    "disk": 10240,
    "metadata": {
      "root_authorized_keys": "ssh-rsa AAA123 K001\n"
    },
    "created": "2012-12-12T23:59:03+00:00",
    "updated": "2012-12-12T23:59:04+00:00",
    "primaryIp": "192.168.1.3"
  }
]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smartdc-1.2.2 spec/fixtures/machines.json
smartdc-1.2.1 spec/fixtures/machines.json
smartdc-1.1.1 spec/fixtures/machines.json
smartdc-1.0.1 spec/fixtures/machines.json