diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-18 08:05:50 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-18 11:16:45 -0500 |
commit | 1098848cea7ad32b94d517dbb449f01e65410f76 (patch) | |
tree | 49b6486245ece0a7d8d2721fb2e228f5642ad816 /docs/configguide | |
parent | 268951640f0a1362d8a14052cb297968c3416ffb (diff) |
added documentation patch from Samantha. First draft needs to
be reviewed further.
Change-Id: I6d5a9347e943fb7de1e807ca47a0ff8d92c95814
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/configguide.rst | 22 | ||||
-rw-r--r-- | docs/configguide/index.rst | 4 |
2 files changed, 23 insertions, 3 deletions
diff --git a/docs/configguide/configguide.rst b/docs/configguide/configguide.rst new file mode 100644 index 00000000..c1137634 --- /dev/null +++ b/docs/configguide/configguide.rst @@ -0,0 +1,22 @@ +JOID Configuration +================== + +Scenario 1: ODL L2 +------------------ + +*./deploy.sh -o mitaka -s odl -t ha -l custom -f none -d xenial* + +Scenario 2: Nosdn +----------------- + +*./deploy.sh -o mitaka -s nosdn -t ha -l custom -f none -d xenial* + +Scenario 3: ONOS nofeature +-------------------------- + +*./deploy.sh -o mitaka -s onos -t ha -l custom -f none -d xenial* + +Scenario 4: ONOS with SFC +------------------ + +*./deploy.sh -o mitaka -s onos -t ha -l custom -f none -d xenial* diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst index 6b006059..104846b0 100644 --- a/docs/configguide/index.rst +++ b/docs/configguide/index.rst @@ -13,7 +13,5 @@ JOID Configuration guide .. add your content files here. -.. include:: ./installerconfig.rst -.. include:: ./postinstall.rst - +.. include:: ./configguide.rst |