From f091bf3ad1976f3c3ed61cf0b107723d95914f4c Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 20 May 2014 11:01:04 -0700 Subject: [PATCH] add analytics slice and Hadoop image --- planetstack/core/fixtures/demo_data.json | 54 ++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/planetstack/core/fixtures/demo_data.json b/planetstack/core/fixtures/demo_data.json index 14409e0..391f042 100644 --- a/planetstack/core/fixtures/demo_data.json +++ b/planetstack/core/fixtures/demo_data.json @@ -1364,6 +1364,28 @@ "enacted": null } }, +{ + "pk": 16, + "model": "core.slice", + "fields": { + "updated": "2014-05-20T17:55:00.621Z", + "imagePreference": "Ubuntu 12.04 LTS", + "name": "Analytics", + "service": null, + "created": "2014-05-20T17:54:07.100Z", + "slice_url": "", + "description": "Analytics ", + "serviceClass": 1, + "enabled": true, + "site": 22, + "omf_friendly": false, + "network": "Private Only", + "max_slivers": 10, + "mountDataSets": "GenBank", + "creator": 8, + "enacted": null + } +}, { "pk": 1, "model": "core.slicerole", @@ -3197,6 +3219,19 @@ "enacted": null } }, +{ + "pk": 2, + "model": "core.image", + "fields": { + "updated": "2014-05-20T17:52:10.076Z", + "name": "Hadoop 2.4.0", + "created": "2014-05-20T17:52:10.076Z", + "container_format": "bare", + "disk_format": "raw", + "path": null, + "enacted": null + } +}, { "pk": 384, "model": "core.node", @@ -9765,6 +9800,25 @@ "enacted": null } }, +{ + "pk": 345, + "model": "core.sliver", + "fields": { + "node": 535, + "instance_name": null, + "updated": "2014-05-20T17:55:00.654Z", + "slice": 16, + "deploymentNetwork": 7, + "name": "Analytics", + "created": "2014-05-20T17:55:00.654Z", + "ip": null, + "image": 1, + "creator": 8, + "numberCores": 0, + "instance_id": null, + "enacted": null + } +}, { "pk": 1, "model": "core.reservation", -- 2.43.0