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/admin-guide.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/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 | +--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ |