diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2018-11-08 16:52:30 +0800 |
---|---|---|
committer | Ruijing Guo <ruijing.guo@intel.com> | 2018-11-08 03:12:35 +0000 |
commit | 97f02fd3d2168135d9837926c0515b3d5b8de6ad (patch) | |
tree | 8a5c9d5f01539ac316ae3b67fe938228e4591a5d /docs | |
parent | 1fa07ef952a6b0e12487901919cec52b9d9b9739 (diff) |
add scenarior for virlet and kata
Change-Id: I24eaa36693b05343f67a3a777d04b7841dca9884
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit 554a84f03e586252c5f0fc320acd046a2ae93439)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 14 | ||||
-rw-r--r-- | docs/release/index.rst | 15 | ||||
-rw-r--r-- | docs/release/scenarios/k8-nosdn-virtlet-noha/index.rst | 18 | ||||
-rw-r--r-- | docs/release/scenarios/k8-nosdn-virtlet-noha/scenario.description.rst (renamed from docs/release/userguide/virlet.rst) | 0 | ||||
-rw-r--r-- | docs/release/scenarios/k8-ovn-kata-noha/index.rst | 18 | ||||
-rw-r--r-- | docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst (renamed from docs/release/userguide/kata.rst) | 0 |
6 files changed, 65 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..0a777e2 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. (c) Open Platform for NFV Project, Inc. and its contributors + +.. _container4nfv: + +============= +Container4NFV +============= + +.. toctree:: + :maxdepth: 1 + + release/index diff --git a/docs/release/index.rst b/docs/release/index.rst new file mode 100644 index 0000000..e09f09f --- /dev/null +++ b/docs/release/index.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. (c) Open Platform for NFV Project, Inc. and its contributors + +.. _container4nfv-release: + +==================== +Release Documetation +==================== + +.. toctree:: + :numbered: + :maxdepth: 1 + + scenarios/index diff --git a/docs/release/scenarios/k8-nosdn-virtlet-noha/index.rst b/docs/release/scenarios/k8-nosdn-virtlet-noha/index.rst new file mode 100644 index 0000000..ba7c54e --- /dev/null +++ b/docs/release/scenarios/k8-nosdn-virtlet-noha/index.rst @@ -0,0 +1,18 @@ +.. _k8-nosdn-virtlet-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +========================================= +k8-nosdn-virtlet-noha overview and description +========================================= +.. This document will be used to provide a description of the scenario for an end user. +.. You should explain the purpose of the scenario, the types of capabilities provided and +.. the unique components that make up the scenario including how they are used. + +.. toctree:: + :maxdepth: 3 + + ./scenario.description.rst + diff --git a/docs/release/userguide/virlet.rst b/docs/release/scenarios/k8-nosdn-virtlet-noha/scenario.description.rst index 60902db..60902db 100644 --- a/docs/release/userguide/virlet.rst +++ b/docs/release/scenarios/k8-nosdn-virtlet-noha/scenario.description.rst diff --git a/docs/release/scenarios/k8-ovn-kata-noha/index.rst b/docs/release/scenarios/k8-ovn-kata-noha/index.rst new file mode 100644 index 0000000..fe2cf42 --- /dev/null +++ b/docs/release/scenarios/k8-ovn-kata-noha/index.rst @@ -0,0 +1,18 @@ +.. _k8-ovn-kata-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) <optionally add copywriters name> + +========================================= +k8-ovn-kata-noha overview and description +========================================= +.. This document will be used to provide a description of the scenario for an end user. +.. You should explain the purpose of the scenario, the types of capabilities provided and +.. the unique components that make up the scenario including how they are used. + +.. toctree:: + :maxdepth: 3 + + ./scenario.description.rst + diff --git a/docs/release/userguide/kata.rst b/docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst index c7e6340..c7e6340 100644 --- a/docs/release/userguide/kata.rst +++ b/docs/release/scenarios/k8-ovn-kata-noha/scenario.description.rst |