diff options
author | Eric Debeau <eric.debeau@orange.com> | 2019-08-12 14:17:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 14:17:53 +0000 |
commit | e63ffdb9c92ca2e18cc860edc35d97a052497d3f (patch) | |
tree | 630b1375ebdc91d51d4b3ac60ce2b8e375981d9b /docs/guides/onap-user/configure/pnf_connect | |
parent | 91d23e0301592c0a8f16b223460e8115ca5dad3d (diff) | |
parent | f45d05acae93c13ffcc91df92781db38e570aff7 (diff) |
Merge "refactor instantiate section to be more "purpose" oriented adding configure section Issue-ID: DOC-500"
Diffstat (limited to 'docs/guides/onap-user/configure/pnf_connect')
-rw-r--r-- | docs/guides/onap-user/configure/pnf_connect/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/guides/onap-user/configure/pnf_connect/index.rst b/docs/guides/onap-user/configure/pnf_connect/index.rst new file mode 100644 index 000000000..311bf911e --- /dev/null +++ b/docs/guides/onap-user/configure/pnf_connect/index.rst @@ -0,0 +1,18 @@ +.. 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 |