aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorial/tutorial01.json
diff options
context:
space:
mode:
authorMarcel Enguehard <mengueha+fdio@cisco.com>2017-07-19 11:26:26 +0200
committerMarcel Enguehard <mengueha+fdio@cisco.com>2017-07-19 11:51:26 +0000
commit3e6678f9c692553e8902da4d6fb1fe6c087db1f4 (patch)
tree580a46ca5de22a044319eabb295ad980d50589ec /examples/tutorial/tutorial01.json
parent08c4f765cf29dbd6e9a616c542552417eece14fc (diff)
* GUI resource
* MemIf interface for VPP * Better netmodel integration * Draft documentation * New tutorials * Improved monitoring and error handling * Refactored IP addresses and prefixes representation * Improved image mgmt for LXD * Various bugfixes and code refactoring Change-Id: I90da6cf7b5716bc7deb6bf4e24d3f9f01b5a9b0f Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
Diffstat (limited to 'examples/tutorial/tutorial01.json')
-rw-r--r--examples/tutorial/tutorial01.json23
1 files changed, 9 insertions, 14 deletions
diff --git a/examples/tutorial/tutorial01.json b/examples/tutorial/tutorial01.json
index fd203cff..e1e97800 100644
--- a/examples/tutorial/tutorial01.json
+++ b/examples/tutorial/tutorial01.json
@@ -9,49 +9,44 @@
"name": "server",
"hostname": "localhost"
},
- {
- "type": "NetDevice",
- "device_name": "eth0",
- "node": "server",
- "managed": false
- },
- {
+ {
"type": "LxcImage",
- "name": "ubuntu1604-cicnsuite-rc3",
+ "name": "cicn-image",
+ "image": "ubuntu1604-cicnsuite-rc3",
"groups": ["topology"],
"node": "server"
},
{
"type": "LxcContainer",
- "image": "ubuntu1604-cicnsuite-rc3",
+ "image": "cicn-image",
"groups": ["topology"],
"name": "prod1",
"node": "server"
},
{
"type": "LxcContainer",
- "image": "ubuntu1604-cicnsuite-rc3",
+ "image": "cicn-image",
"groups": ["topology"],
"name": "prod2",
"node": "server"
},
{
"type": "LxcContainer",
- "image": "ubuntu1604-cicnsuite-rc3",
+ "image": "cicn-image",
"groups": ["topology"],
"name": "core2",
"node": "server"
},
{
"type": "LxcContainer",
- "image": "ubuntu1604-cicnsuite-rc3",
+ "image": "cicn-image",
"groups": ["topology"],
"name": "core1",
"node": "server"
},
{
"type": "LxcContainer",
- "image": "ubuntu1604-cicnsuite-rc3",
+ "image": "cicn-image",
"groups": ["topology"],
"name": "cons1",
"node": "server"
@@ -61,7 +56,7 @@
"name": "cons2",
"groups": ["topology"],
"node": "server",
- "image": "ubuntu1604-cicnsuite-rc3"
+ "image": "cicn-image"
},
{
"type": "MetisForwarder",