aboutsummaryrefslogtreecommitdiffstats
path: root/demo-ui/app/config.json
diff options
context:
space:
mode:
authorSteven Saunders <steve@sentosatech.com>2015-12-16 14:31:40 -0700
committerSteven Saunders <steve@sentosatech.com>2015-12-16 14:33:44 -0700
commit754851249b5722222a84e5a821f6edea095e72e7 (patch)
tree72f1abf438e8fb877ebf0be5aa65e2a2c56888fc /demo-ui/app/config.json
parentb123b74d81d20efbb594db5eb1fb17ed79953c58 (diff)
make create, delete, get work with new topology based REST callsHEADstable/brahmaputramaster
Change-Id: Iad6fa28971ad61003d34ed38ab2e2d8647dc31bd Signed-off-by: Steven Saunders <steve@sentosatech.com>
Diffstat (limited to 'demo-ui/app/config.json')
-rw-r--r--demo-ui/app/config.json20
1 files changed, 5 insertions, 15 deletions
diff --git a/demo-ui/app/config.json b/demo-ui/app/config.json
index 56c74c6..05e2f47 100644
--- a/demo-ui/app/config.json
+++ b/demo-ui/app/config.json
@@ -9,24 +9,14 @@
"uniList" : [
{
- "ip" : "10.1.1.11",
- "mac" : "00:11:11:11:11:11",
- "address" : "Denver"
+ "ip" : "10.36.0.21",
+ "mac" : "00:21:21:21:21:21",
+ "address" : "pi-left"
},
{
- "ip" : "10.1.1.12",
+ "ip" : "10.36.0.22",
"mac" : "00:22:22:22:22:22",
- "address" : "Paris"
- },
- {
- "ip" : "10.1.1.13",
- "mac" : "00:33:33:33:33:33",
- "address" : "Tokyo"
- },
- {
- "ip" : "10.1.1.14",
- "mac" : "00:44:44:44:44:44",
- "address" : "Quebec"
+ "address" : "pi-right"
}
]
} \ No newline at end of file