diff options
author | elinuxhenrik <henrik.b.andersson@est.tech> | 2020-11-17 11:02:10 +0100 |
---|---|---|
committer | elinuxhenrik <henrik.b.andersson@est.tech> | 2020-11-17 12:40:34 +0100 |
commit | d24b231067968791b3b9108d79ecdc539e6ec2dd (patch) | |
tree | 32d49095dbd82092c6bf25906c3dc0d9cdd74302 | |
parent | 6b87e43900b61956ab23d965827fb1306f8db617 (diff) |
Minor documentation updates
Updated architecture picture.
Remove unused pictures.
Update consumed APIs.
Change-Id: Icede1f1326dde1287014207842eb6bc06cd6858a
Issue-ID: CCSDK-2966
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
-rw-r--r-- | docs/architecture/architecture.rst | 4 | ||||
-rw-r--r-- | docs/consumedapis/consumedapis.rst | 22 | ||||
-rw-r--r-- | docs/media/ONAP-A1ControllerArchitecture.png | bin | 0 -> 80069 bytes | |||
-rw-r--r-- | docs/media/o-ran-onap-integration.png | bin | 218436 -> 0 bytes | |||
-rw-r--r-- | docs/media/oran_architecture.png | bin | 23768 -> 0 bytes | |||
-rw-r--r-- | docs/media/yaml_logo.png | bin | 3477 -> 0 bytes | |||
-rw-r--r-- | docs/offeredapis/offeredapis.rst | 2 |
7 files changed, 23 insertions, 5 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst index 3997950b..bfe827bd 100644 --- a/docs/architecture/architecture.rst +++ b/docs/architecture/architecture.rst @@ -21,8 +21,8 @@ Global NBI architecture for Frankfurt release Following illustration provides a global view about Non-Real-Time-RIC architecture, integration with other ONAP components and API resource/operation provided. -.. image:: ../media/o-ran-onap-integration.png - :width: 800pt +.. image:: ../media/ONAP-A1ControllerArchitecture.png + :width: 500pt *************** diff --git a/docs/consumedapis/consumedapis.rst b/docs/consumedapis/consumedapis.rst index bcf7267e..8357e43d 100644 --- a/docs/consumedapis/consumedapis.rst +++ b/docs/consumedapis/consumedapis.rst @@ -5,14 +5,32 @@ Consumed APIs ============= -Policy Management Service application is interacting with one ONAP API. +Policy Management Service application is interacting with two ONAP APIs and the A1-P API. ******* CBS API ******* -This API is used to get the dynamic configuration of the service, such as available Near-RT RICs. +The CBS API is used to get the dynamic configuration of the service, such as available Near-RT RICs. :: CBS_GET_ALL + +********* +DMAAP API +********* + +The DMaaP API is used to provide the possibility to interact with the Policy Management Service through DMaaP Message +Router. + +:: + + DMAAP_GET_EVENTS + +******** +A1-P API +******** + +The A1-P API is used to communicate with the Near-RT RICs (north bound). All endpoints of the OSC A1 REST API and the +standard A1 REST API version 1.1 are used. diff --git a/docs/media/ONAP-A1ControllerArchitecture.png b/docs/media/ONAP-A1ControllerArchitecture.png Binary files differnew file mode 100644 index 00000000..59516628 --- /dev/null +++ b/docs/media/ONAP-A1ControllerArchitecture.png diff --git a/docs/media/o-ran-onap-integration.png b/docs/media/o-ran-onap-integration.png Binary files differdeleted file mode 100644 index 5c66ae62..00000000 --- a/docs/media/o-ran-onap-integration.png +++ /dev/null diff --git a/docs/media/oran_architecture.png b/docs/media/oran_architecture.png Binary files differdeleted file mode 100644 index 3f99e090..00000000 --- a/docs/media/oran_architecture.png +++ /dev/null diff --git a/docs/media/yaml_logo.png b/docs/media/yaml_logo.png Binary files differdeleted file mode 100644 index 0492eb4b..00000000 --- a/docs/media/yaml_logo.png +++ /dev/null diff --git a/docs/offeredapis/offeredapis.rst b/docs/offeredapis/offeredapis.rst index 14fb881a..0efe5cea 100644 --- a/docs/offeredapis/offeredapis.rst +++ b/docs/offeredapis/offeredapis.rst @@ -21,7 +21,7 @@ Global ORAN architecture Following illustration provides a global view about **ORAN** architecture, integration with other ONAP components and API resource/operation provided. -.. image:: ../media/oran_architecture.png +.. image:: ../media/ONAP-A1ControllerArchitecture.png :width: 500pt |