diff options
author | LiZi <li.zi30@zte.com.cn> | 2018-04-09 21:20:46 -0400 |
---|---|---|
committer | LiZi <li.zi30@zte.com.cn> | 2018-04-09 21:29:16 -0400 |
commit | f8da829808161871d1f85f879e09bce31f36aac2 (patch) | |
tree | c7617e43a7f1b90b1aac6364b05abc8581e2e162 | |
parent | d9c337fb3307087751d5027b52ce231d17f24a66 (diff) |
Fix the typos in esr-server
Change-Id: I5f27f955e89ec4417b46c0042bb6843985864bfe
Issue-ID: DOC-258
Signed-off-by: LiZi <li.zi30@zte.com.cn>
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | docs/offeredapis.rst | 22 | ||||
-rw-r--r-- | docs/platform/consumedapis.rst | 2 | ||||
-rw-r--r-- | docs/platform/installation.rst | 2 | ||||
-rw-r--r-- | docs/release-notes/bug-fixes.rst | 2 | ||||
-rw-r--r-- | docs/release-notes/new-features.rst | 4 |
6 files changed, 28 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index 2e9d3a8..6b68c45 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ AAI-esr-server ------------------------------------------------ -ESR provide a way to register external system which not included in ONAP system, mainly inclouded VIM/VNFM/EMS/thirdparty SDNC. esr-server as the backend of exteral system register service mainly include the system register information preprocessing, system available check. +ESR provide a way to register external system which not included in ONAP system, mainly inclouded VIM/VNFM/EMS/thirdparty SDNC. esr-server as the backend of external system register service mainly include the system register information preprocessing, system available check. ESR comprises two modules: the esr server module and the esr gui module. And both esr service and esr gui belongs A&AI. diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst new file mode 100644 index 0000000..8f33185 --- /dev/null +++ b/docs/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 + + diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst index 2a8ce7c..9d64a9b 100644 --- a/docs/platform/consumedapis.rst +++ b/docs/platform/consumedapis.rst @@ -56,7 +56,7 @@ More details could be found at `A&AI APIs <https://wiki.onap.org/pages/viewpage. Multi-Cloud ^^^^^^^^^^^ -ESR will call the API from Multi-Cloud to update the cloud-region infomation after put the VIM data to A&AI. +ESR will call the API from Multi-Cloud to update the cloud-region information after put the VIM data to A&AI. #. Update VIM Info: diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst index 687f19c..6959d04 100644 --- a/docs/platform/installation.rst +++ b/docs/platform/installation.rst @@ -34,7 +34,7 @@ sudo docker run -p 9519:8080 -d --net=host --name esr-gui nexus3.onap.org:10001 Check status of ESR ^^^^^^^^^^^^^^^^^^^^^^^ -Test whether esr-server is runing: +Test whether esr-server is running: GET http://ESR_SERVICE_IP:9518/api/aai-esr-server/v1/test diff --git a/docs/release-notes/bug-fixes.rst b/docs/release-notes/bug-fixes.rst index 45a8ace..784db32 100644 --- a/docs/release-notes/bug-fixes.rst +++ b/docs/release-notes/bug-fixes.rst @@ -17,7 +17,7 @@ Bug * [AAI-225] - aai/esr-server daily build failed * [AAI-278] - AAI throws exception about mismatch keys adding esr-system-info to cloud-region * [AAI-377] - esr-gui docker build failed -* [AAI-393] - The jjb defiend in a error way that cause CSIT build failed. +* [AAI-393] - The jjb defined in a error way that cause CSIT build failed. * [AAI-398] - If a cloud-region didn't contain a external system info, there will be an null pointer error * [AAI-400] - Register ServiceTest to microservice * [AAI-407] - There is an error to startup esr-gui docker diff --git a/docs/release-notes/new-features.rst b/docs/release-notes/new-features.rst index 6109ccc..4dbd09f 100644 --- a/docs/release-notes/new-features.rst +++ b/docs/release-notes/new-features.rst @@ -33,7 +33,7 @@ Story Task ^^^^ -* [AAI-67] - Upload the server-end seed code to ONAP repostory +* [AAI-67] - Upload the server-end seed code to ONAP repository * [AAI-68] - Upload the ESR gui seed code to ONAP repository * [AAI-69] - Remove the original SDNC related function from Amsterdan release. * [AAI-70] - Collect the schema of ESR for ONAP in Amsterdam release @@ -109,7 +109,7 @@ Task * [AAI-358] - Change util method from static to unstatic * [AAI-359] - Fix the return data of del and query list API * [AAI-360] - Realize delete vim API -* [AAI-361] - Update VIM after register finishied. +* [AAI-361] - Update VIM after register finished. * [AAI-362] - Clean the Config files * [AAI-363] - Add unit test for app configuration * [AAI-365] - change the objectToString method to un-static |