summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json')
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
deleted file mode 100644
index 904ad618..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-0.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "bundle": {
- "id": "basic",
- "name": "Basic Bundle",
- "functions": [
- {
- "id": "internet",
- "name": "Internet",
- "desc": "Basic internet connectivity.",
- "params": {}
- },
- {
- "id": "firewall",
- "name": "Firewall",
- "desc": "Normal firewall protection.",
- "params": {}
- }
- ]
- },
- "bundles": [
- { "id": "basic", "name": "Basic Bundle" },
- { "id": "family", "name": "Family Bundle" }
- ]
-}