diff options
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 |