aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-10-11 09:51:24 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-11 09:51:24 +0000
commit6fa23769963b0734e1f8efc9c8e340046fd6098e (patch)
tree877d595f1c67ec49b6e189929354694c65eb69f9
parent28a5ff0c886455d8c93522f7bd208af5f46313a3 (diff)
parent107fd7acf24ed91edca042689d090f24a440fd9f (diff)
Merge "Update Architecture Section of Documentation"
-rw-r--r--docs/_static/cps-r8-arch-diagram.pngbin62879 -> 0 bytes
-rw-r--r--docs/_static/cps-r9-arch-diagram.pngbin0 -> 61907 bytes
-rw-r--r--docs/_static/star.pngbin0 -> 486 bytes
-rw-r--r--docs/architecture.rst30
4 files changed, 23 insertions, 7 deletions
diff --git a/docs/_static/cps-r8-arch-diagram.png b/docs/_static/cps-r8-arch-diagram.png
deleted file mode 100644
index f5a90a6ea..000000000
--- a/docs/_static/cps-r8-arch-diagram.png
+++ /dev/null
Binary files differ
diff --git a/docs/_static/cps-r9-arch-diagram.png b/docs/_static/cps-r9-arch-diagram.png
new file mode 100644
index 000000000..181804139
--- /dev/null
+++ b/docs/_static/cps-r9-arch-diagram.png
Binary files differ
diff --git a/docs/_static/star.png b/docs/_static/star.png
new file mode 100644
index 000000000..570345c77
--- /dev/null
+++ b/docs/_static/star.png
Binary files differ
diff --git a/docs/architecture.rst b/docs/architecture.rst
index b703cfa53..12a51e222 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -6,8 +6,6 @@
CPS Architecture
################
-.. warning:: draft
-
.. toctree::
:maxdepth: 1
@@ -25,12 +23,17 @@ Project page describing eventual scope and ambition is here:
This page reflects the state for Istanbul-R9 release.
-.. image:: _static/cps-r8-arch-diagram.png
+.. image:: _static/star.png
+ :class: float-left
+
+**Note:** SDC and AAI interfaces have not yet been implemented.
+
+.. image:: _static/cps-r9-arch-diagram.png
API definitions
===============
-Configuration Persistence Service provides following interfaces.
+Configuration Persistence Service provides the following interfaces.
.. list-table::
:header-rows: 1
@@ -41,7 +44,7 @@ Configuration Persistence Service provides following interfaces.
- Protocol
* - CPS-E-01
- Administrative Data Management
- - - create/delete dataspace
+ - - create dataspace
- create/delete schema set
- create/delete anchor
- REST
@@ -57,12 +60,25 @@ Configuration Persistence Service provides following interfaces.
- REST
* - CPS-E-04
- Change Notification
- - *Not available in Honolulu-R8*
- - *N/A*
+ - - Kafka is used as the event messaging system
+ - running instance is supplied independently from ONAP DMaaP component or any Kafka instance deployed from ONAP
+ - published events contain Timestamp, Dataspace, Schema set, Anchor and JSON Data Payload
+ - DMaaP
* - CPS-E-05
- xNF Data Access
- - read xNF data
- query xNF data
- REST
+ * - CPS-E-06
+ - Temporal Data Access
+ - - data storage and access
+ - REST
+ * - CPS-E-07
+ - Admin
+ - - logging levels and configuration
+ - monitoring
+ - health including liveliness state and readiness state
+ - metrics through Prometheus
+ - Various
The CPS Basic Concepts are described in :doc:`modeling`.