diff options
Diffstat (limited to 'docs/guides/onap-provider')
-rw-r--r-- | docs/guides/onap-provider/index.rst | 21 | ||||
-rw-r--r-- | docs/guides/onap-provider/vnfvalidator.rst | 9 |
2 files changed, 30 insertions, 0 deletions
diff --git a/docs/guides/onap-provider/index.rst b/docs/guides/onap-provider/index.rst new file mode 100644 index 000000000..4978d3cb3 --- /dev/null +++ b/docs/guides/onap-provider/index.rst @@ -0,0 +1,21 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + + +ONAP VNF Requirements and Guidelines +===================================== + +The following includes guides and requirements are provided to +describe tasks that an xNF provider of ONAP may need to properly +set up an xNF for ONAP usage. + +.. toctree:: + :maxdepth: 2 + + ../../../submodules/vnfrqts/guidelines.git/docs/index.rst + ../../../submodules/vnfrqts/requirements.git/docs/index.rst + ../../../submodules/vnfrqts/testcases.git/docs/index.rst + ../../../submodules/vnfrqts/usecases.git/docs/index.rst + vnfvalidator.rst diff --git a/docs/guides/onap-provider/vnfvalidator.rst b/docs/guides/onap-provider/vnfvalidator.rst new file mode 100644 index 000000000..5c0c03282 --- /dev/null +++ b/docs/guides/onap-provider/vnfvalidator.rst @@ -0,0 +1,9 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +VNF Validation Documentation +=========================== + +.. toctree:: + :maxdepth:2 + + ../../../submodules/vvp/documentation.git/docs/index.rst |