summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/main/webapp/data/sprites/demo-clouds.json
diff options
context:
space:
mode:
authorCNlucius <lukai1@huawei.com>2016-09-13 11:40:12 +0800
committerCNlucius <lukai1@huawei.com>2016-09-13 11:41:53 +0800
commitb731e2f1dd0972409b136aebc7b463dd72c9cfad (patch)
tree5107d7d80c19ad8076c2c97c2b5ef8d1cf3ab903 /framework/src/onos/web/gui/src/main/webapp/data/sprites/demo-clouds.json
parentee93993458266114c29271a481ef9ce7ce621b2a (diff)
ONOSFW-171
O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius <lukai1@huawei.com>
Diffstat (limited to 'framework/src/onos/web/gui/src/main/webapp/data/sprites/demo-clouds.json')
-rw-r--r--framework/src/onos/web/gui/src/main/webapp/data/sprites/demo-clouds.json45
1 files changed, 0 insertions, 45 deletions
diff --git a/framework/src/onos/web/gui/src/main/webapp/data/sprites/demo-clouds.json b/framework/src/onos/web/gui/src/main/webapp/data/sprites/demo-clouds.json
deleted file mode 100644
index 98ebc264..00000000
--- a/framework/src/onos/web/gui/src/main/webapp/data/sprites/demo-clouds.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "defn_name": "demo-clouds",
- "defn_desc": "Demo Sample Subnet Clouds",
-
- "_comment": [
- "Sample cloud sprite layout",
- "(1) Register on the server with ...",
- " onos-upload-sprites localhost demo-clouds.json",
- "(2) Load into topology view with ...",
- " http://localhost:8181/onos/ui/index.html#/topo?sprites=demo-clouds"
- ],
-
- "paths": [
- {
- "tag": "dotted-cloud",
- "stroke": {
- "width": 0.8,
- "dasharray": [2,2]
- },
- "glyph": "cloud"
- }
- ],
-
- "defn": [
- {
- "id": "subnetA",
- "path": "dotted-cloud",
- "dim": [400,400],
- "labelyoff": 0.85
- }
- ],
-
- "load": {
- "sprites": [
- { "id": "subnetA", "pos":[250,40], "label":"192.168.2.0/24", "class":"blue1" },
- { "id": "subnetA", "pos":[-200,400], "label":"192.168.1.0/24", "class":"gold1" },
- { "id": "subnetA", "pos":[700,400], "label":"192.168.3.0/24", "class":"gold1" }
- ],
- "labels": [
- { "pos":[450,700], "text":"Demo Subnets", "size":1.6 }
- ]
- }
-
-}
-