diff options
Diffstat (limited to 'docs/release')
-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 |