summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-09-29 16:22:01 +0200
committerthmsdt <thomas.kulik@telekom.de>2021-09-29 16:31:47 +0200
commit036feae5d7b96952da0f4fccefcdefe2eee72c8f (patch)
tree683fb590c5ba4d2d4efe017872dc5cddeee2b158
parent617f9f32cc38b85393118b761d27e0f0dedaef31 (diff)
Remove indirect deps
It leverages the latest lfdocs-conf (0.7.7) updates Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Id2b63f273ddfb41487b6424e3d14fbdf4cbd837d
-rw-r--r--docs/guides/onap-developer/architecture/onap-architecture.rst11
-rw-r--r--etc/requirements.txt9
-rw-r--r--etc/upper-constraints.onap.txt2
3 files changed, 7 insertions, 15 deletions
diff --git a/docs/guides/onap-developer/architecture/onap-architecture.rst b/docs/guides/onap-developer/architecture/onap-architecture.rst
index c9d604ca1..21a106be7 100644
--- a/docs/guides/onap-developer/architecture/onap-architecture.rst
+++ b/docs/guides/onap-developer/architecture/onap-architecture.rst
@@ -122,7 +122,7 @@ which highlights the role of a few key components:
into ONAP and designing required services.
#. External API provides northbound interoperability for the ONAP Platform.
#. ONAP Runtime environment provides a model- and policy-driven orchestration
- and conrol framework for an automated instantiation and configuration of
+ and control framework for an automated instantiation and configuration of
services and resources. Multi-VIM/Cloud provides cloud interoperability for
the ONAP workloads. Analytic framework that closely monitors the service
behavior handles close loop management for handling healing, scaling and
@@ -423,8 +423,9 @@ capabilities with the introduction of adaptive policy execution.
Shared Services
===============
ONAP provides a set of operational services for all ONAP components including
-activity logging, reporting, common data layer, configuration, persistence, access control,
-secret and credential management, resiliency, and software lifecycle management.
+activity logging, reporting, common data layer, configuration, persistence,
+access control, secret and credential management, resiliency, and software
+lifecycle management.
These services provide access management and security enforcement, data backup,
configuration persistence, restoration and recovery. They support standardized
@@ -437,8 +438,8 @@ specifically designed for the detection and mitigation of security violations.
Configuration Persistence Service (CPS)
---------------------------------------
-The Configuration Persistence Service (CPS) provides storage for real-time run-time configuration
-and operational parameters that need to be used by ONAP.
+The Configuration Persistence Service (CPS) provides storage for real-time
+run-time configuration and operational parameters that need to be used by ONAP.
In R8, Honolulu, the CPS is a stand-alone component, and its details in
:ref:`CPS - Configuration Persistence Service<onap-cps:architecture>`.
diff --git a/etc/requirements.txt b/etc/requirements.txt
index f17b82612..b6654e56c 100644
--- a/etc/requirements.txt
+++ b/etc/requirements.txt
@@ -1,13 +1,4 @@
lfdocs-conf
-sphinxcontrib-blockdiag # BSD
-sphinxcontrib-needs<=0.5.6
-sphinxcontrib.plantuml
-sphinxcontrib-nwdiag # BSD
-sphinxcontrib-seqdiag # BSD
-sphinxcontrib-swaggerdoc
-sphinx-rtd-theme
autopep8
sphinxcontrib-spelling
pylint
-# remove this once lfdocs-conf is fixed
-funcparserlib>=1.0.0a0
diff --git a/etc/upper-constraints.onap.txt b/etc/upper-constraints.onap.txt
index aaf3493f9..88e019ff8 100644
--- a/etc/upper-constraints.onap.txt
+++ b/etc/upper-constraints.onap.txt
@@ -1,4 +1,4 @@
-lfdocs-conf===0.7.5
+lfdocs-conf===0.7.7
sphinxcontrib.blockdiag===2.0.0
sphinxcontrib-needs===0.5.6
sphinxcontrib.plantuml===0.21