add python compatibility module 02/137302/14
authorthmsdt <thomas.kulik@telekom.de>
Tue, 20 Feb 2024 13:08:27 +0000 (14:08 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 26 Feb 2024 15:02:19 +0000 (15:02 +0000)
Issue-ID: DOC-823

Change-Id: If32f0c2b844280aeaa157ccb63dbc66ff82f14aa
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
12 files changed:
docs/MultiCloud-Test-CSIT.rst
docs/Release Notes.rst
docs/conf.py
docs/multicloud-hpa-discovery-pluggable.rst
docs/release-notes.rst
docs/requirements-docs.txt
docs/specs/README.rst
docs/specs/logging_enablement.rst
docs/specs/multicloud-container-plugin.rst
docs/specs/multicloud-secured-communication.rst
docs/specs/multicloud4k8s-hpa-discovery.rst
docs/specs/parallelism_improvement.rst

index 145148e..d0ecf65 100644 (file)
@@ -2,6 +2,8 @@
  This work is licensed under a Creative Commons Attribution 4.0
  International License.
 
+:orphan:
+
 ===============================
 ONAP MultiCloud CSIT Test Guide
 ===============================
index 1306c13..f08eb5c 100644 (file)
@@ -4,6 +4,8 @@
  This work is licensed under a Creative Commons Attribution 4.0
  International License.
 
+:orphan:
+
 =============
 Release Notes
 =============
index 667f168..2248321 100644 (file)
@@ -52,5 +52,7 @@ def setup(app):
     app.add_css_file("css/ribbon.css")
 
 linkcheck_ignore = [
-  r'http://localhost:\d+/'
-]
\ No newline at end of file
+  r'http:\.*',
+  r'https:\.*'
+  r'\.*'
+]
index ff330bb..8540bf3 100644 (file)
@@ -2,6 +2,8 @@
 .. http://creativecommons.org/licenses/by/4.0\r
 .. Copyright (c) 2017-2018 VMware, Inc.\r
 \r
+:orphan:\r
+\r
 ==================================\r
 MultiCloud HPA Discovery Pluggable\r
 ==================================\r
index 927ca32..e0d3406 100644 (file)
@@ -18,7 +18,7 @@ Summary
 
 
 Version: 11.0.0
---------------
+---------------
 
 There are no updates to the Multicloud project for the Kohn release
 
index ba3e0ec..097282b 100644 (file)
@@ -4,4 +4,5 @@ sphinxcontrib-blockdiag  # BSD
 sphinxcontrib-seqdiag # BSD
 sphinxcontrib-swaggerdoc
 sphinxcontrib-spelling
-sphinxcontrib-plantuml
\ No newline at end of file
+sphinxcontrib-plantuml
+six
index b39c8d3..28714fb 100644 (file)
@@ -1,3 +1,6 @@
+
+:orphan:
+
 INTRO
 =====
 
index 9f89443..4f4ac16 100644 (file)
@@ -19,12 +19,12 @@ Problem Description
 
 So far the logging of multi-vim is not able to support customer configuration,
 handler context specific logging like
-MDC[MDC_Document]_, also it dose't propagate transaction-ID in REST headers
+MDC `MDC_Document`_ , also it dose't propagate transaction-ID in REST headers
 which is critical to tracing request.
 There are 4 python containers in oom project need to configure filebeat
 container for shipping logs.
 
-.. [MDC_Document] https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-MDCs
+.. _MDC_Document: https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-MDCs
 
 In addition the current logging is very difficult to understand behavior
 and performance.
@@ -38,13 +38,13 @@ The proposed change will include three parts.
 Filebeat container
 ------------------
 
-Logging architecture[Log_Architecture]_ use Filebeat collects logs from
+Logging architecture `Log_Architecture`_ use Filebeat collects logs from
 multi-vim containers and ships them to the
 centralized logging stack. To enable this feature it need to add Filebeat
 container in multi-vim pod that was
 deployed by OOM, as well Yaml file will be used to configure Filebeat.
 
-.. [Log_Architecture] https://wiki.onap.org/display/DW/Logging+Architecture
+.. _Log_Architecture: https://wiki.onap.org/display/DW/Logging+Architecture
 
 Tracing ID
 ----------
index 0c68a89..d7182cb 100644 (file)
@@ -294,7 +294,7 @@ Request Body:
   ================== ========== ======= ========================================
 
 There are several constraints/assumptions on cloudOwner and
-cloudRegionId. `cloud-region`_ . For k8s, cloudRegionId is (ab)used to
+cloudRegionId. For k8s, cloudRegionId is (ab)used to
 specify k8s cluster instance. ONAP admin has to assign unique id for
 cloudRegionId as id for k8s cluster instance.
 
@@ -571,9 +571,9 @@ Past presentations/proposals
 
 ONAP components
 ---------------
-.. _ESR: Extenral System Register https://wiki.onap.org/pages/viewpage.action?pageId=11930343#A&AI:ExternalSystemOperationAPIDefinition-VIM
+.. _"ESR: External System Register" https://wiki.onap.org/pages/viewpage.action?pageId=11930343#A&AI:ExternalSystemOperationAPIDefinition-VIM
 .. _AAI: Active and Available Inventory https://wiki.onap.org/display/DW/Active+and+Available+Inventory+Project
-.. _OOM: ONAP Operations Manager https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project
+.. _"OOM: ONAP Operations Manager" https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project
 .. _ONAPREST: RESTful API Design Specification https://wiki.onap.org/display/DW/RESTful+API+Design+Specification
 
 kubernetes
@@ -582,9 +582,9 @@ kubernetes
 
 .. _issue23: https://github.com/kubernetes/kubeadm/issues/23
 
-misc
-----
-.. _cloud-region: How to add a new cloud region and some thoughts https://wiki.onap.org/download/attachments/25429038/HowToAddNewCloudRegionAndThoughts.pdf
+.. misc
+.. ----
+.. .. _cloud-region: How to add a new cloud region and some thoughts https://wiki.onap.org/download/attachments/25429038/HowToAddNewCloudRegionAndThoughts.pdf
 
 
 Contributors
index 722e86b..c12290f 100644 (file)
@@ -2,6 +2,8 @@
  This work is licensed under a Creative Commons Attribution 4.0
  International License.
 
+:orphan:
+
 ======================================================
 MultiCloud security enhancement: secured communication
 ======================================================
index 4d90a8c..fccf9b5 100644 (file)
@@ -2,6 +2,8 @@
 .. http://creativecommons.org/licenses/by/4.0\r
 .. Copyright (c) 2019 Intel, Inc.\r
 \r
+:orphan:\r
+\r
 =================================================\r
 MultiCloud for k8s HPA Discovery And Registration\r
 =================================================\r
index 69f0fb8..6ebece3 100644 (file)
@@ -2,6 +2,8 @@
  This work is licensed under a Creative Commons Attribution 4.0
  International License.
 
+:orphan:
+
 ===============================================
 Parallelism improvement of Multi Cloud Services
 ===============================================