aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-30 11:22:27 -0400
committerJim Hahn <jrh3@att.com>2021-03-30 11:22:59 -0400
commit237f5d63c7855d5bd5acbbaf92856e83b2115a62 (patch)
treeafcaada94ffb491e6537e21617fb6304dfad547e
parent5af1c790c9d862ec9b808e97246dd8bbb82bcbb8 (diff)
Change "latest" to "honolulu" in documentation
Issue-ID: POLICY-3164 Change-Id: I7d7585c58f7faa3c6349ef16600f6ab617bf6d5a Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--docs/architecture/architecture.rst2
-rw-r--r--docs/installation/oom.rst2
-rw-r--r--docs/release-notes.rst10
3 files changed, 7 insertions, 7 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst
index 4c8b3f7b..e3b1b3f3 100644
--- a/docs/architecture/architecture.rst
+++ b/docs/architecture/architecture.rst
@@ -393,7 +393,7 @@ this information to automatically generate a policy.
Note that SDC provides a wrapper for the SDC API as a Java Client and also provides a TOSCA parser. See the
documentation for the `Policy Distribution Component
-<https://docs.onap.org/en/latest/submodules/policy/distribution.git/docs/index.html>`__.
+<https://docs.onap.org/en/honolulu/submodules/policy/distribution.git/docs/index.html>`__.
In Step 4 above, the \ *PolicyDesign* must download the CSAR file. If the policy is to be composed from the TOSCA
definition, it must also parse the TOSCA definition.
diff --git a/docs/installation/oom.rst b/docs/installation/oom.rst
index 8485bb74..e731f8e3 100644
--- a/docs/installation/oom.rst
+++ b/docs/installation/oom.rst
@@ -149,7 +149,7 @@ When the keystore passwords are changed, the corresponding component configurati
This procedure is applicable to an installation that requires either AAF or non-AAF derived certificates.
The reader is refered to the AAF documentation when new AAF-compliant keystores are desired:
-* `AAF automated configuration and Certificates <https://docs.onap.org/projects/onap-aaf-authz/en/latest/sections/configuration/AAF_4.1_config.html#typical-onap-entity-info-in-aaf>`_.
+* `AAF automated configuration and Certificates <https://docs.onap.org/projects/onap-aaf-authz/en/honolulu/sections/configuration/AAF_4.1_config.html#typical-onap-entity-info-in-aaf>`_.
* `AAF Certificate Management for Dummies <https://wiki.onap.org/display/DW/AAF+Certificate+Management+for+Dummies>`_.
* `Instructional Videos <https://wiki.onap.org/display/DW/Instructional+Videos>`_.
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 6d7a5401..67780e24 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -89,7 +89,7 @@ System Limitations
The policy API component requires a fresh new database when migrating to the honolulu release.
Therefore, upgrades require a fresh new database installation.
Please see the
-`Installing or Upgrading Policy <https://onap.readthedocs.io/en/latest/submodules/policy/parent.git/docs/installation/oom.html#installing-or-upgrading-policy>`__ section for appropriate procedures.
+`Installing or Upgrading Policy <https://onap.readthedocs.io/en/honolulu/submodules/policy/parent.git/docs/installation/oom.html#installing-or-upgrading-policy>`__ section for appropriate procedures.
Known Vulnerabilities
~~~~~~~~~~~~~~~~~~~~~
@@ -220,7 +220,7 @@ System Limitations
The policy API component requires a fresh new database when migrating to the guilin release.
Therefore, upgrades require a fresh new database installation.
Please see the
-`Installing or Upgrading Policy <https://onap.readthedocs.io/en/latest/submodules/policy/parent.git/docs/installation/oom.html#installing-or-upgrading-policy>`__ section for appropriate procedures.
+`Installing or Upgrading Policy <https://onap.readthedocs.io/en/honolulu/submodules/policy/parent.git/docs/installation/oom.html#installing-or-upgrading-policy>`__ section for appropriate procedures.
Known Vulnerabilities
~~~~~~~~~~~~~~~~~~~~~
@@ -471,14 +471,14 @@ POLICY-APEX-PDP
* Passing parameters from ApexConfig to policy logic.
- TaskParameters can be used to pass parameters from ApexConfig to the policy logic. Consider a scenario where from CLAMP, serviceId or closedLoopId has to be passed to the policy, and this should be available to perform some logic or action within the policy. In the CLAMP UI, while configuring the APEX Policy, specifying taskParameters with these will enable this.
- - More information about the usage of Task Parameters can be found here: https://onap.readthedocs.io/en/latest/submodules/policy/parent.git/docs/apex/APEX-User-Manual.html#configure-task-parameters
+ - More information about the usage of Task Parameters can be found here: https://onap.readthedocs.io/en/honolulu/submodules/policy/parent.git/docs/apex/APEX-User-Manual.html#configure-task-parameters
- In the taskLogic, taskParameters can be accessed as executor.parameters.get("ParameterKey1"))
- - More information can be found here: https://onap.readthedocs.io/en/latest/submodules/policy/parent.git/docs/apex/APEX-Policy-Guide.html#accessing-taskparameters
+ - More information can be found here: https://onap.readthedocs.io/en/honolulu/submodules/policy/parent.git/docs/apex/APEX-Policy-Guide.html#accessing-taskparameters
* GRPC support for APEX-CDS interaction.
- - APEX-PDP now supports interaction with CDS over gRPC. Up through El Alto, CDS interaction was possible over REST only. A new plugin was developed in APEX for this feature. Refer the link for more details. https://onap.readthedocs.io/en/latest/submodules/policy/parent.git/docs/apex/APEX-User-Manual.html#grpc-io
+ - APEX-PDP now supports interaction with CDS over gRPC. Up through El Alto, CDS interaction was possible over REST only. A new plugin was developed in APEX for this feature. Refer the link for more details. https://onap.readthedocs.io/en/honolulu/submodules/policy/parent.git/docs/apex/APEX-User-Manual.html#grpc-io
POLICY-XACML-PDP
================