diff options
author | 2022-03-17 11:17:14 +0100 | |
---|---|---|
committer | 2022-03-17 11:18:22 +0100 | |
commit | 39f529436a6d0c8ffd357219a7418eb8326307dc (patch) | |
tree | f04bd0b1d84f4acd492c51599e7b514729ed4821 /docs/guides/onap-user/configure | |
parent | 1cc31c35e59dd9e19869ce2f32b626a35aeb4803 (diff) |
cleanup documentation (not branched, unmaintained) #4
Issue-ID: DOC-782
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I95bb112bcb0a8b52fe18aca5f62924e3d69226a1
Diffstat (limited to 'docs/guides/onap-user/configure')
-rw-r--r-- | docs/guides/onap-user/configure/change_config/index.rst | 11 | ||||
-rw-r--r-- | docs/guides/onap-user/configure/index.rst | 18 | ||||
-rw-r--r-- | docs/guides/onap-user/configure/pnf_connect/index.rst | 18 | ||||
-rw-r--r-- | docs/guides/onap-user/configure/vnf_connect/index.rst | 17 |
4 files changed, 0 insertions, 64 deletions
diff --git a/docs/guides/onap-user/configure/change_config/index.rst b/docs/guides/onap-user/configure/change_config/index.rst deleted file mode 100644 index b03d30f02..000000000 --- a/docs/guides/onap-user/configure/change_config/index.rst +++ /dev/null @@ -1,11 +0,0 @@ -.. 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. - - -Change Configure -================ -The following guides are provided to describe tasks that a user of -ONAP may need to perform to change a VNF configuration. - -TO BE COMPLETED
\ No newline at end of file diff --git a/docs/guides/onap-user/configure/index.rst b/docs/guides/onap-user/configure/index.rst deleted file mode 100644 index d44da30f8..000000000 --- a/docs/guides/onap-user/configure/index.rst +++ /dev/null @@ -1,18 +0,0 @@ -.. 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. - - -Configure Service, VNF, PNF -=========================== -The following guides are provided to describe tasks that a user of -ONAP may need to perform to configure a PNF or a VNF. - -Configuration includes the following topics: - -.. toctree:: - :maxdepth: 1 - - Connect PNF to ONAP <./pnf_connect/index.rst> - Connect VNF to ONAP <./vnf_connect/index.rst> - Change PNF/VNF configuration <./change_config/index.rst> diff --git a/docs/guides/onap-user/configure/pnf_connect/index.rst b/docs/guides/onap-user/configure/pnf_connect/index.rst deleted file mode 100644 index 311bf911e..000000000 --- a/docs/guides/onap-user/configure/pnf_connect/index.rst +++ /dev/null @@ -1,18 +0,0 @@ -.. 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 and PNF connection configuration -===================================== - -The following guides are provided to describe tasks that a user of -ONAP may need to perform to allow a PNF to communicate with ONAP. - -Pre-requisites --------------- -- PNF provides the appropriate API to perform the espected operations -- ONAP and PNF are interconnected via a network -- any firewall between ONAP and PNF is correctly configured - -TO BE COMPLETED diff --git a/docs/guides/onap-user/configure/vnf_connect/index.rst b/docs/guides/onap-user/configure/vnf_connect/index.rst deleted file mode 100644 index 2e09b2aeb..000000000 --- a/docs/guides/onap-user/configure/vnf_connect/index.rst +++ /dev/null @@ -1,17 +0,0 @@ -.. 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 and VNF connection configuration -===================================== -The following guides are provided to describe tasks that a user of -ONAP may need to perform to allow a VNF to communicate with ONAP - -Pre-requisites --------------- -- VNF provides the appropriate API to perform the espected operations -- ONAP and VNF are interconnected via a network -- any firewall between ONAP and VNF is correctly configured - -TO BE COMPLETED |