diff options
author | Xuan Jia <jason.jiaxuan@gmail.com> | 2017-10-20 11:27:23 +0800 |
---|---|---|
committer | Xuan Jia <jason.jiaxuan@gmail.com> | 2017-10-20 03:29:00 +0000 |
commit | 85eb5d7593123ecf08475d5e9f2ecd2ebb43bf69 (patch) | |
tree | 426fb7472b1c40545dc303662968d1041d5d66c1 | |
parent | 3045a42ee7cf729346c0638a21411a239e9474b6 (diff) |
Add scenario document
Change-Id: I487c5510bef42f71b5deb3165d01af733adc2154
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
-rw-r--r-- | docs/release/userguide/index.rst | 1 | ||||
-rw-r--r-- | docs/release/userguide/scenario.rst | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index 3bb98d3..3dc6bc8 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -15,3 +15,4 @@ Container4NFV User Guide :maxdepth: 3 install.rst + scenario.rst diff --git a/docs/release/userguide/scenario.rst b/docs/release/userguide/scenario.rst new file mode 100644 index 0000000..b06730c --- /dev/null +++ b/docs/release/userguide/scenario.rst @@ -0,0 +1,35 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. http://creativecommons.org/licenses/by/4.0 +.. (c) Xuan Jia (China Mobile) + +Senario: +========================== + +k8-nosdn-nofeature-noha +-------------------------- + +Using Joid to deploy Kubernetes in bare metal machine. +https://build.opnfv.org/ci/job/joid-k8-nosdn-nofeature-noha-baremetal-daily-euphrates/lastBuild/ + + +k8-nosdn-lb-noha +------------------------- +Using Joid to deploy Kubernetes in bare metal machine with load balance enabled +https://build.opnfv.org/ci/job/joid-k8-nosdn-lb-noha-baremetal-daily-euphrates/ + + + + +YardStick test Cases +========================== + +opnfv_yardstick_tc080 +-------------------------- +measure network latency between containers in k8s using ping: +https://git.opnfv.org/yardstick/tree/tests/opnfv/test_cases/opnfv_yardstick_tc080.yaml + + + opnfv_yardstick_tc081 +-------------------------- +measure network latency between container and VM using ping: +https://git.opnfv.org/yardstick/tree/tests/opnfv/test_cases/opnfv_yardstick_tc081.yaml |