diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-11-08 17:29:50 +0000 |
---|---|---|
committer | Toine Siebelink <toine.siebelink@est.tech> | 2023-11-09 12:10:42 +0000 |
commit | 86bd6d994d1daf3a3427a290a164af1081691a30 (patch) | |
tree | 089a9a761ce8f1fce4312885b688e281315c4a74 /docs/admin-guide.rst | |
parent | 44cfbb7c63e9759fd087ec20bf5b9e6c1e6f8ae3 (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
(cherry picked from commit d0e4a9c41e3beac0636df7c04b1ba9d619866afc)
Diffstat (limited to 'docs/admin-guide.rst')
-rw-r--r-- | docs/admin-guide.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index a4313c14eb..b58e740339 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -97,7 +97,7 @@ Location of log files --------------------- By default, Spring Boot will only log to the console and will not write log files. -.. image:: images/cps-service-console.JPG +.. image:: _static/cps-service-console.JPG :width: 700 :alt: CPS service console @@ -159,8 +159,6 @@ Logger configuration is provided as a chart resource : +================================+===============================================================================================================================================+ | cps-core | `logback-spring.xml <https://github.com/onap/oom/blob/master/kubernetes/cps/components/cps-core/resources/config/logback-spring.xml>`__ | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ - | cps-temporal | `logback.xml <https://github.com/onap/oom/blob/master/kubernetes/cps/components/cps-temporal/resources/config/logback.xml>`__ | - +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ | ncmp-dmi-plugin | Not yet applicable to DMI-Plugin | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ |