diff options
author | Marcel Enguehard <mengueha+fdio@cisco.com> | 2017-04-12 10:44:55 +0200 |
---|---|---|
committer | Marcel Enguehard <mengueha+fdio@cisco.com> | 2017-04-12 10:44:55 +0200 |
commit | 8b0ac576c778b380ff341ce4022b4d1f83aa7021 (patch) | |
tree | 909c6fffd7b94bcbd6b6a03fa374db22f7ca3e1a /examples/tutorial/tutorial02-dumbell.json | |
parent | b5e8632b6bbe47cd84533857d1e35a77d4b8bbf8 (diff) |
Updated LXD image in tutorials + new tutorial + Changed logs for LXD NotFound to warnings + Number of workers is now a function of the number of CPUs
Change-Id: I926ac0e86cd2c594c3f9fce7e20e80a385b4f56a
Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
Diffstat (limited to 'examples/tutorial/tutorial02-dumbell.json')
-rw-r--r-- | examples/tutorial/tutorial02-dumbell.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/examples/tutorial/tutorial02-dumbell.json b/examples/tutorial/tutorial02-dumbell.json index 17a4e710..d2274be2 100644 --- a/examples/tutorial/tutorial02-dumbell.json +++ b/examples/tutorial/tutorial02-dumbell.json @@ -15,7 +15,7 @@ }, { "type": "LxcImage", - "name": "ubuntu1604-cicnsuite-rc1", + "name": "ubuntu1604-cicnsuite-rc2", "node": "server", "managed": false }, @@ -23,7 +23,7 @@ "type": "LxcContainer", "node": "server", "name": "bridge1", - "image": "ubuntu1604-cicnsuite-rc1" + "image": "ubuntu1604-cicnsuite-rc2" }, { "type": "VPP", @@ -43,7 +43,7 @@ "type": "LxcContainer", "node": "server", "name": "core1", - "image": "ubuntu1604-cicnsuite-rc1" + "image": "ubuntu1604-cicnsuite-rc2" }, { "type": "VPP", @@ -93,7 +93,7 @@ "type": "LxcContainer", "node": "server", "name": "core2", - "image": "ubuntu1604-cicnsuite-rc1" + "image": "ubuntu1604-cicnsuite-rc2" }, { "type": "VPP", @@ -143,7 +143,7 @@ "type": "LxcContainer", "node": "server", "name": "bridge2", - "image": "ubuntu1604-cicnsuite-rc1" + "image": "ubuntu1604-cicnsuite-rc2" }, { "type": "VPP", @@ -158,11 +158,11 @@ "ip_address" : "172.17.3.23", "mac_address": "08:00:27:f2:a8:d9", "name": "bridge2-dpdk1" - }, + }, { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "cons1" }, { @@ -174,7 +174,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "cons2" }, { @@ -186,7 +186,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "cons3" }, { @@ -198,7 +198,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "cons4" }, { @@ -210,7 +210,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "cons5" }, { @@ -222,7 +222,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "prod1" }, { @@ -234,7 +234,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "prod2" }, { @@ -246,7 +246,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "prod3" }, { @@ -258,7 +258,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "prod4" }, { @@ -270,7 +270,7 @@ { "type": "LxcContainer", "node": "server", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "prod5" }, { |