diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-11-08 17:29:50 +0000 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2023-11-09 09:34:49 +0000 |
commit | d0e4a9c41e3beac0636df7c04b1ba9d619866afc (patch) | |
tree | d5994fb6211ebd8f2c168cf8663d6af44ad43b00 /docs/architecture.rst | |
parent | cc2d5837b72abf3c2d83889c45c646dbb4756b2b (diff) |
Remove CPS-Temporal from RTD
- Remove CPS-Temporal references
- Removed never implemented interface such as AA&I
- Updated diagrams accordingly
- moved all images to _static folder
- restored -W flag for tox and link-check section so errors will lead to build failures!
Issue-ID:CPS-1927
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ib291b0904472dd32b5458dec3c78391cd1c018d9
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst index 8dde47a5a0..d21b213bb8 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -16,19 +16,14 @@ High Level Component Definition and Architectural Relationships The Configuration Persistence Service (CPS) provides storage for run-time configuration and operational parameters that need to be used by ONAP. -In this release CPS is no longer a stand alone component and is released along with Cps-Temporal and the NCMP-DMI-Plugin. +CPS is no longer a stand alone component and is released along with and the NCMP-DMI-Plugin. Project page describing eventual scope and ambition is here: `Configuration Persistence Service Project <https://wiki.onap.org/display/DW/Configuration+Persistence+Service+Project>`_ This page reflects the state for the latest release. -.. image:: _static/star.png - :class: float-left - -**Note:** SDC and AAI interfaces have not yet been implemented. - -.. image:: _static/cps-r9-arch-diagram.png +.. image:: _static/cps-r13-arch-diagram.png API definitions =============== @@ -69,10 +64,6 @@ Configuration Persistence Service provides the following interfaces. - - 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 |