diff options
author | 2017-10-11 11:41:41 +0800 | |
---|---|---|
committer | 2017-10-11 11:41:41 +0800 | |
commit | c6513385acc892dbaf1883df9f93b519e7c49207 (patch) | |
tree | 82339bd00e7b022e15c662b7d80a517b718cb198 /docs/platform | |
parent | efba85da697abf7f082ab23b5c70e79c38c517db (diff) |
Add doc framwork for esr.
Change-Id: Iefca392d8367e1a7acbde2ddc5647ad6829ec0ce
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/administration.rst | 15 | ||||
-rw-r--r-- | docs/platform/architecture.rst | 7 | ||||
-rw-r--r-- | docs/platform/configuration.rst | 8 | ||||
-rw-r--r-- | docs/platform/consumedapis.rst | 7 | ||||
-rw-r--r-- | docs/platform/delivery.rst | 9 | ||||
-rw-r--r-- | docs/platform/human-interfaces.rst | 15 | ||||
-rw-r--r-- | docs/platform/index.rst | 19 | ||||
-rw-r--r-- | docs/platform/installation.rst | 6 | ||||
-rw-r--r-- | docs/platform/log-and-diagnostic-info.rst | 14 | ||||
-rw-r--r-- | docs/platform/offeredapis.rst | 22 |
10 files changed, 122 insertions, 0 deletions
diff --git a/docs/platform/administration.rst b/docs/platform/administration.rst new file mode 100644 index 0000000..5213df7 --- /dev/null +++ b/docs/platform/administration.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Administration +-------------- + +Processes +^^^^^^^^^ +* Process 1 +* Process 2 + +Actions +^^^^^^^ +* Action X +* Action Y diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst new file mode 100644 index 0000000..18d38b0 --- /dev/null +++ b/docs/platform/architecture.rst @@ -0,0 +1,7 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Architecture +------------ + + diff --git a/docs/platform/configuration.rst b/docs/platform/configuration.rst new file mode 100644 index 0000000..cedb443 --- /dev/null +++ b/docs/platform/configuration.rst @@ -0,0 +1,8 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Configuration +------------- + +No machanism for customized configurtions is provided in the Amsterdam release. Such functionalities will be provided in the future if necessary. + diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst new file mode 100644 index 0000000..5124ec4 --- /dev/null +++ b/docs/platform/consumedapis.rst @@ -0,0 +1,7 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Consumed APIs +------------- + +In the Amsterdam release, Holmes does not consume any APIs provided by other ONAP components. diff --git a/docs/platform/delivery.rst b/docs/platform/delivery.rst new file mode 100644 index 0000000..27b3770 --- /dev/null +++ b/docs/platform/delivery.rst @@ -0,0 +1,9 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Delivery +-------- + +Describe how functions are packaged into run-time components. For some components a block diagram may be useful. + +**TO BE DONE**
\ No newline at end of file diff --git a/docs/platform/human-interfaces.rst b/docs/platform/human-interfaces.rst new file mode 100644 index 0000000..e8501d0 --- /dev/null +++ b/docs/platform/human-interfaces.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Human Interfaces +---------------- +Provide info on the targeted user, interface types, ports/protocols to access, etc. + +Target Users +^^^^^^^^^^^^ + +Interface Type +^^^^^^^^^^^^^^ + +Access +^^^^^^
\ No newline at end of file diff --git a/docs/platform/index.rst b/docs/platform/index.rst new file mode 100644 index 0000000..244820f --- /dev/null +++ b/docs/platform/index.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Platform +-------- + +ESR provide a way to register external system which not included in ONAP system, mainly inclouded VIM/VNFM/EMS/thirdparty SDNC. + +.. toctree:: + :maxdepth: 1 + + architecture.rst + offeredapis.rst + consumedapis.rst + delivery.rst + log-and-diagnostic-info.rst + installation.rst + configuration.rst + administration.rst + human-interfaces.rst diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst new file mode 100644 index 0000000..93a658c --- /dev/null +++ b/docs/platform/installation.rst @@ -0,0 +1,6 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Installation +------------ +- `ESR setup <https://wiki.onap.org/display/DW/ESR+setup>`_. diff --git a/docs/platform/log-and-diagnostic-info.rst b/docs/platform/log-and-diagnostic-info.rst new file mode 100644 index 0000000..4bda4ba --- /dev/null +++ b/docs/platform/log-and-diagnostic-info.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Logging & Diagnostic Information +--------------------------------- + +Description of how to interact with and diagnose problems with the components as delivered. + +Where to Access Information +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +Error / Warning Messages +^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/platform/offeredapis.rst b/docs/platform/offeredapis.rst new file mode 100644 index 0000000..bfbf999 --- /dev/null +++ b/docs/platform/offeredapis.rst @@ -0,0 +1,22 @@ +ESR server Component Offered APIs +================================== +The esr server module provides the following APIs. + +* VIM register +* VIM query +* VIM update +* VIM Deletion +* VNFM register +* VNFM query +* VNFM update +* VNFM Deletion +* EMS register +* EMS query +* EMS update +* EMS Deletion +* thirdparty SDNC register +* thirdparty SDNC query +* thirdparty SDNC update +* thirdparty SDNC Deletion + +- `ESR APIs <https://wiki.onap.org/pages/viewpage.action?pageId=11930343>`_.
\ No newline at end of file |