diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-22 17:25:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-22 17:25:24 +0000 |
commit | cb4eccddaa4367589bc61e0ae6796bd867843d54 (patch) | |
tree | e98ca6360134e85e9e67f6db21ea7edcce9b53d0 /docs/release/configguide/configguide.rst | |
parent | 6da65f9cfbda23f5f8e4b5965062afcf76409b2a (diff) | |
parent | f81feae24f7dabdccda36e40260c3dd501ef75c6 (diff) |
Merge "Doc updates for MS6"
Diffstat (limited to 'docs/release/configguide/configguide.rst')
-rw-r--r-- | docs/release/configguide/configguide.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/release/configguide/configguide.rst b/docs/release/configguide/configguide.rst new file mode 100644 index 00000000..c1137634 --- /dev/null +++ b/docs/release/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* |