From de4ad715b94bd9cbd8052a43b86fc6f3470d6770 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Wed, 6 Oct 2021 19:54:57 +0200 Subject: Add CPS Temporal documentation links Modify following files - conf.py for intersphinx link - developing/index.rst Issue-ID: DOC-769 Signed-off-by: Eric Debeau Change-Id: I576b538cbb7726dccaa072f7703107d0efb4063d (cherry picked from commit 8403769f9a123a3a31cd08b1e3d674bdac481a23) --- docs/conf.py | 1 + docs/guides/onap-developer/developing/index.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index c8ece96cd..81f5e2442 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,6 +16,7 @@ intersphinx_mapping['onap-ccsdk-oran'] = ('{}/onap-ccsdk-oran/en/%s'.format(doc_ intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-cps'] = ('{}/onap-cps/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-cps-ncmp-dmi-plugin'] = ('{}/onap-cps-ncmp-dmi-plugin/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-cps-cps-temporal'] = ('{}/onap-cps-cps-temporal/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-dcaegen2'] = ('{}/onap-dcaegen2/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-dmaap-messagerouter-messageservice'] = ( '{}/onap-dmaap-messagerouter-messageservice/en/%s'.format(doc_url) % branch, None) diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 38bd2208d..082300cc9 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -132,6 +132,8 @@ CPS - Configuration Persistence Service - CPS Global Documentation * - :ref:`CPS DMI Plugin` - DMI Plugin Documentation + * - :ref:`CPS Temporal` + - Temporal Documentation DCAE - Data Collection, Analysis and Events ------------------------------------------- -- cgit 1.2.3-korg From 59386dd81f90d637993d34fc3f41a869a7af3a41 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 19 Oct 2021 11:10:28 +0000 Subject: Update the conf.py and ONAP component, release, architectur, api Issue-ID: DOC-771 Signed-off-by: Andreas Geissler Change-Id: I914805302832f9adf59a13174284365c9424066f (cherry picked from commit fc99e1bc50f2b9a3c9597a23adfd77cbe0013e8c) --- docs/conf.py | 36 +++++++++++++++++----- docs/guides/onap-developer/apiref/index.rst | 1 - .../onap-developer/architecture/references.rst | 1 - docs/guides/onap-developer/developing/index.rst | 14 +++------ docs/release/releaserepos.rst | 1 - 5 files changed, 33 insertions(+), 20 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 81f5e2442..01509ca16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,12 +1,20 @@ from docs_conf.conf import * +# Change the line below from 'latest' to '' after +# you have create the new branch for the 'doc' project. branch = 'latest' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' intersphinx_mapping = {} -# Latest (change to branch) +# +# Mapping to 'latest' if this files is used in 'latest' (master) branch. +# Changed to '' after you have create the new +# branch for the 'doc' project. +# + +# Latest | intersphinx_mapping['onap-aai-aai-common'] = ('{}/onap-aai-aai-common/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-aai-sparky-be'] = ('{}/onap-aai-sparky-be/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-ccsdk-cds'] = ('{}/onap-ccsdk-cds/en/%s'.format(doc_url) % branch, None) @@ -23,7 +31,6 @@ intersphinx_mapping['onap-dmaap-messagerouter-messageservice'] = ( intersphinx_mapping['onap-dmaap-buscontroller'] = ('{}/onap-dmaap-buscontroller/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-dmaap-datarouter'] = ('{}/onap-dmaap-datarouter/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-dmaap-dbcapi'] = ('{}/onap-dmaap-dbcapi/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-externalapi-nbi'] = ('{}/onap-externalapi-nbi/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-holmes-engine-management'] = ( '{}/onap-holmes-engine-management/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-holmes-rule-management'] = ( @@ -37,17 +44,16 @@ intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, intersphinx_mapping['onap-oom-offline-installer'] = ('{}/onap-oom-offline-installer/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-oom-platform-cert-service'] = ( '{}/onap-oom-platform-cert-service/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-optf-cmso'] = ('{}/onap-optf-cmso/en/%s'.format(doc_url) % branch, None) +#intersphinx_mapping['onap-optf-cmso'] = ('{}/onap-optf-cmso/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-optf-osdf'] = ('{}/onap-optf-osdf/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-optf-has'] = ('{}/onap-optf-has/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-policy-clamp'] = ('{}/onap-policy-clamp/en/%s'.format(doc_url) % branch, None) +#intersphinx_mapping['onap-policy-clamp'] = ('{}/onap-policy-clamp/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-policy-parent'] = ('{}/onap-policy-parent/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-sdc'] = ('{}/onap-sdc/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-sdnc-oam'] = ('{}/onap-sdnc-oam/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-so'] = ('{}/onap-so/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-usecase-ui'] = ('{}/onap-usecase-ui/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-vfc-nfvo-lcm'] = ('{}/onap-vfc-nfvo-lcm/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-vid'] = ('{}/onap-vid/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-vnfrqts-guidelines'] = ('{}/onap-vnfrqts-guidelines/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-vnfrqts-requirements'] = ('{}/onap-vnfrqts-requirements/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-vnfrqts-testcases'] = ('{}/onap-vnfrqts-testcases/en/%s'.format(doc_url) % branch, None) @@ -55,6 +61,17 @@ intersphinx_mapping['onap-vnfrqts-usecases'] = ('{}/onap-vnfrqts-usecases/en/%s' intersphinx_mapping['onap-vnfsdk-model'] = ('{}/onap-vnfsdk-model/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-vvp-documentation'] = ('{}/onap-vvp-documentation/en/%s'.format(doc_url) % branch, None) +# +# Mapping to an older version of documentation for those projects who are part +# of the new ONAP release but have not created a branch for it. +# This can happen e.g. for 'unmaintained' (but still required) projects. +# + +# Honolulu +branch = 'honolulu' +intersphinx_mapping['onap-vid'] = ('{}/onap-vid/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-externalapi-nbi'] = ('{}/onap-externalapi-nbi/en/%s'.format(doc_url) % branch, None) + # Guilin branch = 'guilin' intersphinx_mapping['onap-portal'] = ('{}/onap-portal/en/%s'.format(doc_url) % branch, None) @@ -65,13 +82,18 @@ intersphinx_mapping['onap-appc'] = ('{}/onap-appc/en/%s'.format(doc_url) % branc intersphinx_mapping['onap-appc-deployment'] = ('{}/onap-appc-deployment/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-music'] = ('{}/onap-music/en/%s'.format(doc_url) % branch, None) +# +# Mapping to 'latest' (master) version of documentation for those projects who +# are part of the new ONAP release but never have created a branch. +# + # Latest branch = 'latest' intersphinx_mapping['onap-aaf-authz'] = ('{}/onap-aaf-authz/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-aaf-sms'] = ('{}/onap-aaf-sms/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-aai-event-client'] = ('{}/onap-aai-event-client/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-aai-esr-gui'] = ('{}/onap-aai-esr-gui/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-aai-esr-server'] = ('{}/onap-aai-esr-server/en/%s'.format(doc_url) % branch, None) +#intersphinx_mapping['onap-aai-esr-gui'] = ('{}/onap-aai-esr-gui/en/%s'.format(doc_url) % branch, None) +#intersphinx_mapping['onap-aai-esr-server'] = ('{}/onap-aai-esr-server/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-ccsdk-apps'] = ('{}/onap-ccsdk-apps/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-ccsdk-dashboard'] = ('{}/onap-ccsdk-dashboard/en/%s'.format(doc_url) % branch, None) intersphinx_mapping['onap-ccsdk-platform-plugins'] = ( diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index 5b5a95c5c..f78f1107e 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -50,7 +50,6 @@ Common Services * :ref:`AAF - Application Authorization Framework` * :ref:`AAI - Active and Available Inventory` -* :ref:`AAI ESR - AAI External System Register` * :ref:`CPS - Configuration Persistence Service` * :ref:`DMAAP DBC - Data Management as a Platform (Data Bus Controller)` * :ref:`DMAAP DR - Data Management as a Platform (Data Router)` diff --git a/docs/guides/onap-developer/architecture/references.rst b/docs/guides/onap-developer/architecture/references.rst index b8ba83a78..6f6158447 100644 --- a/docs/guides/onap-developer/architecture/references.rst +++ b/docs/guides/onap-developer/architecture/references.rst @@ -61,7 +61,6 @@ Common Services | :ref:`AAF - Application Authorization Framework` | :ref:`AAI - Active and Available Inventory` -| :ref:`AAI ESR` | :ref:`CPS - Configuration Persistence Service` | :ref:`DMAAP MR - Data Management as a Platform (Message Router)` | :ref:`ExtAPI - External API NBI` diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 082300cc9..0f1e590e3 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -62,10 +62,6 @@ AAI - Active and Available Inventory - Description * - :ref:`AAI` - AAI Architecture, APIs and Guides - * - :ref:`ESR GUI (Latest)` - - (unmaintained) External System Registry GUI Documentation - * - :ref:`ESR Server (Latest)` - - (unmaintained) External System Registry Server Documentation * - :ref:`AAI UI` - Sparky - AAI Inventory UI Documentation @@ -172,8 +168,8 @@ EXTAPI - External API Framework/NBI * - Document - Description - * - :ref:`EXTAPI` - - External API Framework Documentation + * - :ref:`EXTAPI (Honolulu)` + - (unmaintained) External API Framework Documentation HOLMES - Holmes Alarm Correlation and Analysis ---------------------------------------------- @@ -252,8 +248,6 @@ OOF - Optimization Framework - ONAP policy-driven placement optimizing service documentation * - :ref:`Optimization Service Design Framework` - Optimization Service Design Framework documentation - * - :ref:`Change Management Schedule Optimization` - - Change Management Schedule Optimization documentation OOM - ONAP Operations Manager ----------------------------- @@ -389,8 +383,8 @@ VID - Virtual Infrastructure Deployment * - Document - Description - * - :ref:`VID` - - Virtual Infrastructure Deployment Architecture, APIs and Guides + * - :ref:`VID (Honolulu)` + - (unmaintained) Virtual Infrastructure Deployment Architecture, APIs and Guides VNFSDK - VNF Software Development Kit ------------------------------------- diff --git a/docs/release/releaserepos.rst b/docs/release/releaserepos.rst index a376590fd..f3b07fa7d 100644 --- a/docs/release/releaserepos.rst +++ b/docs/release/releaserepos.rst @@ -60,7 +60,6 @@ Unmaintained Projects :maxdepth: 1 | :ref:`AAF - Application Authorization Framework` -| :ref:`AAI/ESR - External System Registry` | :ref:`APPC - Application Controller` | :ref:`EXTAPI - External API NorthBound Interface` | :ref:`MUSIC - ONAP Multi-Site Integration` -- cgit 1.2.3-korg From d4c33ec63ad56ed12a8f175d76b26c7a6b12d359 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Fri, 22 Oct 2021 09:38:35 +0200 Subject: Modifications #1 for 'Istanbul' release: architecture diagram Issue-ID: DOC-771 Signed-off-by: thmsdt Change-Id: Ib16f9fca511ee7d0c7ae338880ef9e8a0f28df94 --- ...onap-architecture-overview-interactive-path.svg | 2574 ++++++++++---------- .../onap-architecture-overview-interactive.svg | 430 ++-- 2 files changed, 1535 insertions(+), 1469 deletions(-) diff --git a/docs/guides/onap-developer/architecture/media/onap-architecture-overview-interactive-path.svg b/docs/guides/onap-developer/architecture/media/onap-architecture-overview-interactive-path.svg index a10b891aa..aa14158bb 100644 --- a/docs/guides/onap-developer/architecture/media/onap-architecture-overview-interactive-path.svg +++ b/docs/guides/onap-developer/architecture/media/onap-architecture-overview-interactive-path.svg @@ -8,7 +8,7 @@ + id="path6019" /> + id="path6021" /> + id="path6023" /> + id="path6025" /> + id="path6027" /> + id="path6029" /> + id="path6031" /> + id="path6033" /> + id="path6035" /> + id="path6037" /> + id="path6039" /> + id="path6041" /> + id="path6043" /> + id="path6045" /> + id="path6047" /> + id="path6049" /> + id="path6051" /> + id="path6053" /> + id="path6055" /> + id="path6057" /> + id="path6059" /> + id="path6061" /> + id="path6063" /> + id="path6065" /> + id="path6067" /> + id="path6071" /> + id="path6073" /> + id="path6075" /> + id="path6077" /> + id="path6079" /> + id="path6081" /> + id="path6083" /> + id="path6085" /> + id="path6087" /> + id="path6089" /> + id="path6091" /> + id="path6093" /> + id="path6095" /> + id="path6097" /> + id="path6099" /> + id="path6101" /> + id="path6103" /> + id="path6105" /> + id="path6107" /> + id="path6109" /> + id="path6111" /> + id="path6113" /> + id="path6115" /> + id="path6117" /> + id="path6121" /> + id="path6123" /> + id="path6125" /> + id="path6127" /> + id="path6129" /> + id="path6131" /> + id="path6133" /> + id="path6135" /> + id="path6137" /> + id="path6139" /> + id="path6143" /> + id="path6145" /> + id="path6147" /> + id="path6149" /> + id="path6151" /> + id="path6153" /> + id="path6155" /> + id="path6157" /> + id="path6159" /> + id="path6161" /> + id="path6163" /> + id="path6165" /> + id="path6167" /> + id="path6169" /> + id="path6171" /> + id="path6173" /> + id="path6175" /> + id="path6177" /> + id="path6179" /> + id="path6181" /> + id="path6183" /> + id="path6185" /> + id="path6187" /> + id="path6189" /> + id="path6193" /> + id="path6195" /> + id="path6197" /> + id="path6199" /> + id="path6201" /> + id="path6203" /> + id="path6207" /> + id="path6209" /> + id="path6211" /> + id="path6213" /> + id="path6215" /> + id="path6217" /> + id="path6219" /> + id="path6221" /> + id="path6223" /> + id="path6225" /> + id="path6227" /> + id="path6229" /> @@ -519,75 +519,75 @@ + id="path6234" /> + id="path6236" /> + id="path6238" /> + id="path6240" /> + id="path6242" /> + id="path6244" /> + id="path6246" /> + id="path6248" /> + id="path6250" /> + id="path6252" /> + id="path6254" /> + id="path6256" /> + id="path6258" /> + id="path6260" /> + id="path6262" /> + id="path6264" /> + id="path6266" /> + id="path6268" /> + id="path6271" /> + id="path6273" /> + id="path6276" /> + id="path6278" /> + id="path6280" /> + id="path6282" /> + id="path6285" /> + id="path6287" /> + id="path6289" /> + id="path6291" /> + id="path6293" /> + id="path6295" /> + id="path6297" /> + id="path6299" /> + id="path6301" /> + id="path6303" /> + id="path6305" /> + id="path6308" /> + id="path6310" /> + id="path6312" /> + id="path6314" /> + id="path6316" /> + id="path6318" /> + id="path6320" /> + id="path6322" /> + id="path6324" /> + id="path6326" /> + id="path6328" /> + id="path6330" /> + id="path6332" /> + id="path6334" /> + id="path6337" /> + id="path6339" /> + id="path6341" /> + id="path6343" /> + id="path6345" /> + id="path6347" /> + id="path6349" /> + id="path6351" /> + id="path6353" /> + id="path6355" /> + id="path6357" /> + id="path6359" /> + id="path6361" /> + id="path6363" /> + id="path6365" /> + id="path6367" /> @@ -883,75 +883,75 @@ Edge Cloud" + id="path6371" /> + id="path6373" /> + id="path6375" /> + id="path6377" /> + id="path6379" /> + id="path6381" /> + id="path6383" /> + id="path6385" /> + id="path6387" /> + id="path6389" /> + id="path6391" /> + id="path6393" /> + id="path6395" /> + id="path6397" /> + id="path6399" /> + id="path6401" /> + id="path6403" /> + id="path6405" /> + id="path6409" /> + id="path6411" /> + id="path6413" /> + id="path6415" /> + id="path6417" /> + id="path6419" /> + id="path6421" /> + id="path6423" /> + id="path6425" /> + id="path6429" /> + id="path6431" /> + id="path6433" /> + id="path6435" /> + id="path6437" /> + id="path6439" /> + id="path6441" /> + id="path6443" /> + id="path6445" /> + id="path6447" /> + id="path6449" /> + id="path6451" /> + id="path6453" /> + id="path6457" /> + id="path6459" /> + id="path6461" /> + id="path6463" /> + id="path6465" /> + id="path6467" /> + id="path6469" /> + id="path6471" /> + id="path6473" /> + id="path6475" /> + id="path6479" /> + id="path6481" /> + id="path6483" /> + id="path6485" /> + id="path6487" /> + id="path6489" /> + id="path6491" /> + id="path6493" /> + id="path6495" /> + id="path6497" /> + id="path6499" /> @@ -1164,83 +1164,83 @@ Edge Cloud" + id="path6503" /> + id="path6505" /> + id="path6507" /> + id="path6509" /> + id="path6511" /> + id="path6513" /> + id="path6515" /> + id="path6517" /> + id="path6519" /> + id="path6521" /> + id="path6523" /> + id="path6525" /> + id="path6527" /> + id="path6529" /> + id="path6531" /> + id="path6533" /> + id="path6535" /> + id="path6537" /> + id="path6539" /> + id="path6541" /> + id="path6546" /> + id="path6548" /> + id="path6550" /> + id="path6554" /> + id="path6556" /> + id="path6558" /> @@ -1319,63 +1319,63 @@ Edge Cloud" + id="path6562" /> + id="path6564" /> + id="path6566" /> + id="path6568" /> + id="path6570" /> + id="path6572" /> + id="path6574" /> + id="path6576" /> + id="path6578" /> + id="path6580" /> + id="path6582" /> + id="path6584" /> + id="path6586" /> + id="path6588" /> + id="path6590" /> + id="path6594" /> + id="path6596" /> + id="path6598" /> + id="path6600" /> + id="path6602" /> + id="path6604" /> + id="path6606" /> + id="path6608" /> + id="path6610" /> + id="path6612" /> + id="path6614" /> + id="path6616" /> + id="path6618" /> + id="path6620" /> + id="path6622" /> + id="path6624" /> + id="path6626" /> + id="path6628" /> + id="path6630" /> + id="path6634" /> + id="path6636" /> + id="path6638" /> + id="path6640" /> + id="path6642" /> + id="path6646" /> + id="path6648" /> + id="path6650" /> @@ -1511,7 +1511,7 @@ Edge Cloud" inkscape:label="onapborder.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/index.html" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/index.html" xlink:title="The ONAP architecture consists of functions for the design-time, run-time, for managing ONAP itself and additional utilities."> + id="path6654" /> + id="path6656" /> + id="path6658" /> + id="path6660" /> + id="path6662" /> + id="path6664" /> + id="path6666" /> + id="path6668" /> + id="path6670" /> @@ -1595,7 +1595,7 @@ Edge Cloud" inkscape:label="onapsharedutilities.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#id1" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/onap-architecture.html#id1" xlink:title="ONAP shared utilities provide support of the ONAP components." style="display:inline"> + id="path6674" /> + id="path6676" /> + id="path6678" /> + id="path6680" /> + id="path6682" /> + id="path6684" /> + id="path6686" /> + id="path6688" /> + id="path6690" /> + id="path6692" /> + id="path6694" /> + id="path6696" /> + id="path6698" /> + id="path6700" /> + id="path6702" /> + id="path6704" /> + id="path6706" /> + id="path6708" /> + id="path6710" /> @@ -1696,7 +1696,7 @@ Edge Cloud" inkscape:label="toscaparser.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/" + xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/istanbul/" xlink:title="[TO BE REVISED] etsicatalog provides package management service and parser service by Micro Service. It can be used to store packages distributed by the SDC, and can be consumed by other projects or components such as UUI, VFC, etc. It also includes a TOSCA parser service."> + id="path6714" /> + id="path6716" /> + id="path6718" /> + id="path6720" /> + id="path6722" /> + id="path6724" /> + id="path6726" /> + id="path6728" /> + id="path6730" /> + id="path6732" /> + id="path6734" /> @@ -1753,7 +1753,7 @@ Edge Cloud" inkscape:label="modelutilities.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/" + xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/istanbul/" xlink:title="[TO BE REVISED] The unified model-driven approach uses models as sources of data for generating processes/codes and following workflows (not code development as source). This way, the system can be more flexible and future proof, easy to update and use for cross-platform solutions since the “only” thing needed is a model update and manipulation through engine."> + id="path6738" /> + id="path6740" /> + id="path6742" /> + id="path6744" /> + id="path6746" /> + id="path6748" /> + id="path6750" /> + id="path6752" /> + id="path6754" /> + id="path6756" /> + id="path6758" /> + id="path6760" /> + id="path6762" /> + id="path6764" /> @@ -1825,7 +1825,7 @@ Edge Cloud" inkscape:label="manageonap.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-operator/index.html#operations-and-administration-guides" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-operator/index.html#operations-and-administration-guides" xlink:title="Management capabilities for the Open Network Automation Platform itself."> + id="path6768" /> + id="path6770" /> + id="path6772" /> + id="path6774" /> + id="path6776" /> + id="path6778" /> + id="path6780" /> + id="path6782" /> + id="path6784" /> + id="path6786" /> @@ -1889,7 +1889,7 @@ Edge Cloud" inkscape:label="oom.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oom-onap-operations-manager" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#oom-onap-operations-manager" xlink:title="The ONAP Operations Manager (OOM) is responsible for lifecycle management of the ONAP platform itself. OOM provides the ability to manage cloud-native installations and deployments of ONAP to Kubernetes-managed cloud environments." transform="translate(-3.9999979,0.06724192)"> + id="path6790" /> + id="path6792" /> + id="path6794" /> + id="path6796" /> + id="path6798" /> + id="path6800" /> + id="path6802" /> + id="path6804" /> + id="path6806" /> + id="path6808" /> + id="path6810" /> + id="path6812" /> + id="path6814" /> + id="path6816" /> + id="path6818" /> + id="path6820" /> + id="path6822" /> + id="path6824" /> + id="path6826" /> + id="path6828" /> + id="path6830" /> + id="path6832" /> + id="path6834" /> + id="path6836" /> + id="path6838" /> @@ -1993,7 +1993,7 @@ Edge Cloud" inkscape:label="designtime.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#design-time-framework" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/onap-architecture.html#design-time-framework" xlink:title="The Design-time framework is a comprehensive development environment with tools, techniques and repositories for defining/describing resources, services, and products." style="display:inline"> + id="path6842" /> + id="path6844" /> + id="path6846" /> + id="path6848" /> + id="path6850" /> + id="path6852" /> + id="path6854" /> + id="path6856" /> + id="path6858" /> + id="path6860" /> + id="path6862" /> @@ -2065,7 +2065,7 @@ Edge Cloud" inkscape:label="sdc.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-sdc/en/istanbul/index.html" xlink:title="Service Design & Creation (SDC) provides a well-structured organization of visual design and testing tools, templates and catalogs to model and create resources, and services. The output of the SDC is a set of models which drives the orchestration. In addition, it provides process workflow support for talking to the VNF/PNF or other resources and services through the process steps design, test and deploy." style="display:inline"> + id="path6866" /> + id="path6868" /> + id="path6870" /> + id="path6872" /> + id="path6874" /> + id="path6876" /> + id="path6878" /> + id="path6880" /> + id="path6882" /> + id="path6884" /> + id="path6886" /> + id="path6888" /> + id="path6890" /> + id="path6892" /> + id="path6894" /> + id="path6896" /> + id="path6898" /> + id="path6900" /> + id="path6902" /> + id="path6904" /> + id="path6906" /> + id="path6908" /> + id="path6910" /> + id="path6912" /> + id="path6914" /> + id="path6916" /> + id="path6918" /> @@ -2199,7 +2199,7 @@ Edge Cloud" inkscape:label="catalog.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/architecture.html" + xlink:href="https://docs.onap.org/projects/onap-sdc/en/istanbul/architecture.html" xlink:title="The key output of SDC is a set of models containing descriptions of asset capabilities and instructions to manage them. These models are stored in the SDC Master Reference Catalog for the entire enterprise to use."> + id="path6922" /> + id="path6924" /> + id="path6926" /> + id="path6928" /> + id="path6930" /> + id="path6932" /> + id="path6934" /> @@ -2245,7 +2245,7 @@ Edge Cloud" inkscape:label="dcaedesignstudio.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/design-components/DCAE-MOD/DCAE-MOD-Architecture.html" + xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/istanbul/sections/design-components/DCAE-MOD/DCAE-MOD-Architecture.html" xlink:title="Data Collection, Analytics and Events (DCAE) Design Studio enables to define and configure the monitoring flows of DCAE."> + id="path6938" /> + id="path6940" /> + id="path6942" /> + id="path6944" /> + id="path6946" /> + id="path6948" /> + id="path6950" /> + id="path6952" /> + id="path6954" /> + id="path6956" /> + id="path6958" /> + id="path6960" /> + id="path6962" /> + id="path6964" /> + id="path6966" /> + id="path6968" /> @@ -2316,7 +2316,7 @@ Edge Cloud" inkscape:label="controllerdesignstudio.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/istanbul/index.html" xlink:title="The design-time part of the Controller Design Studio (CDS) – the CDS Designer UI – is a framework to automate the resolution of resources for instantiation and any config provisioning operation, such as day0, day1, or day2 configuration. A designer can define what actions are required for a given service, along with anything comprising the action. Its content is driven from a catalog of reusable data dictionary and component, delivering a reusable and simplified self-service experience. CDS modeling is mainly based on the TOSCA standard, using JSON as a representation. CDS is part of CCSDK."> + id="path6972" /> + id="path6974" /> + id="path6976" /> + id="path6978" /> + id="path6980" /> + id="path6982" /> + id="path6984" /> + id="path6986" /> + id="path6988" /> + id="path6990" /> + id="path6992" /> + id="path6994" /> + id="path6996" /> + id="path6998" /> + id="path7000" /> + id="path7002" /> + id="path7004" /> + id="path7006" /> + id="path7008" /> + id="path7010" /> + id="path7012" /> + id="path7014" /> + id="path7016" /> + id="path7018" /> + id="path7020" /> + id="path7022" /> + id="path7024" /> @@ -2420,7 +2420,7 @@ Edge Cloud" inkscape:label="workflowdesigner.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/workflow.html" + xlink:href="https://docs.onap.org/projects/onap-sdc/en/istanbul/workflow.html" xlink:title="Workflow Designer allows a user to design a workflow, save it, and attach it to a SDC service as an artifact. Workflow Designer also manages the definitions of activities, which can be later used as parts of the designed workflows."> + id="path7028" /> + id="path7030" /> + id="path7032" /> + id="path7034" /> + id="path7036" /> + id="path7038" /> + id="path7040" /> + id="path7042" /> + id="path7044" /> + id="path7046" /> + id="path7048" /> + id="path7050" /> + id="path7052" /> + id="path7054" /> + id="path7056" /> @@ -2488,7 +2488,7 @@ Edge Cloud" inkscape:label="xnfonboarding.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-vnfrqts-requirements/en/latest/Chapter7/VNF-On-boarding-and-package-management.html" + xlink:href="https://docs.onap.org/projects/onap-vnfrqts-requirements/en/istanbul/Chapter7/VNF-On-boarding-and-package-management.html" xlink:title="The VNF provider must provide VNF packages that include a rich set of recipes, management and functional interfaces, policies, configuration parameters, and infrastructure requirements that can be utilized by the ONAP Design module to onboard and catalog these resources."> + id="path7060" /> + id="path7062" /> + id="path7064" /> + id="path7066" /> + id="path7068" /> + id="path7070" /> + id="path7072" /> + id="path7074" /> + id="path7076" /> + id="path7078" /> + id="path7080" /> + id="path7082" /> + id="path7084" /> @@ -2550,7 +2550,7 @@ Edge Cloud" inkscape:label="servicexnfdesign.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-user/design/index.html" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-user/design/index.html" xlink:title="The goal of the design process is to create all artifacts (models) that are required to instantiate and manage resources, services, and products on the ONAP platform." style="display:inline"> + id="path7088" /> + id="path7090" /> + id="path7092" /> + id="path7094" /> + id="path7096" /> + id="path7098" /> + id="path7100" /> + id="path7102" /> + id="path7104" /> + id="path7106" /> + id="path7108" /> + id="path7110" /> + id="path7112" /> + id="path7114" /> + id="path7116" /> + id="path7118" /> + id="path7120" /> @@ -2631,7 +2631,7 @@ Edge Cloud" inkscape:label="vnfvalidation.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-provider/index.html#vnf-and-pnf-requirements-and-guidelines" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-provider/index.html#vnf-and-pnf-requirements-and-guidelines" xlink:title="Ensures that a network function (e.g. CNF, PNF, VNF) fits all ONAP guidelines and requirements."> + id="path7124" /> + id="path7126" /> + id="path7128" /> + id="path7130" /> + id="path7132" /> + id="path7134" /> + id="path7136" /> + id="path7138" /> + id="path7140" /> + id="path7142" /> + id="path7144" /> + id="path7146" /> + id="path7148" /> @@ -2706,7 +2706,7 @@ Edge Cloud" inkscape:label="vnfsdk.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-vnfsdk-model/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-vnfsdk-model/en/istanbul/index.html" xlink:title="The Virtual Network Function Software Development Kit (VNF SDK) provides the functionality to create VNF and PNF packages, test VNF and VNF ONAP compliance, and provides market place functionality to store VNF and PNF packages."> + id="path7152" /> + id="path7154" /> + id="path7156" /> + id="path7158" /> + id="path7160" /> + id="path7162" /> @@ -2749,7 +2749,7 @@ Edge Cloud" inkscape:label="vvp.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-vvp-documentation/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-vvp-documentation/en/istanbul/index.html" xlink:title="The VNF Validation Platform (VVP) provides the functionality to validate that a VNF Heat package is compliant with the ONAP VNF Heat Template Requirements from the ONAP VNF Requirements (VNFRQTS) project."> + id="path7166" /> + id="path7168" /> + id="path7170" /> @@ -2788,7 +2788,7 @@ Edge Cloud" inkscape:label="runtime.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#runtime-framework" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/onap-architecture.html#runtime-framework" xlink:title="The Run-time execution framework executes the rules and policies and other models distributed by the design and creation environment."> + id="path7173" /> + id="path7175" /> + id="path7177" /> + id="path7179" /> + id="path7181" /> + id="path7183" /> + id="path7185" /> + id="path7187" /> @@ -2850,7 +2850,7 @@ Edge Cloud" inkscape:label="sharedservices.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#shared-services" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/onap-architecture.html#shared-services" xlink:title="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." style="display:inline"> + id="path7191" /> + id="path7193" /> + id="path7195" /> + id="path7197" /> + id="path7199" /> + id="path7201" /> + id="path7203" /> + id="path7205" /> + id="path7207" /> + id="path7209" /> + id="path7211" /> + id="path7213" /> + id="path7215" /> + id="path7217" /> @@ -2930,7 +2930,7 @@ Edge Cloud" inkscape:label="cps.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-cps/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-cps/en/istanbul/index.html" xlink:title="The Configuration Persistence Service (CPS) provides storage for real-time run-time configuration and operational parameters that need to be used by ONAP."> + id="path7221" /> + id="path7223" /> + id="path7225" /> + id="path7227" /> + id="path7229" /> + id="path7231" /> + id="path7233" /> + id="path7235" /> + id="path7237" /> + id="path7239" /> + id="path7241" /> + id="path7243" /> + id="path7245" /> + id="path7247" /> + id="path7249" /> + id="path7251" /> + id="path7253" /> + id="path7255" /> + id="path7257" /> + id="path7259" /> + id="path7261" /> + id="path7263" /> + id="path7265" /> + id="path7267" /> + id="path7269" /> + id="path7271" /> + id="path7273" /> + id="path7275" /> + id="path7277" /> @@ -3040,7 +3040,7 @@ Edge Cloud" inkscape:label="music.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#music-onap-multi-site-integration" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#music-onap-multi-site-integration" xlink:title="Multi-Site State (MUSIC) provides a multi-site state coordination/management service (MUSIC) with a rich suite of recipes that each ONAP component can simply configure and use for their state-management needs."> + id="path7281" /> + id="path7283" /> + id="path7285" /> + id="path7287" /> + id="path7289" /> + id="path7291" /> + id="path7293" /> + id="path7295" /> + id="path7297" /> + id="path7299" /> + id="path7301" /> + id="path7303" /> + id="path7305" /> + id="path7307" /> + id="path7309" /> + id="path7311" /> + id="path7313" /> + id="path7315" /> + id="path7317" /> + id="path7319" /> + id="path7321" /> + id="path7323" /> @@ -3129,7 +3129,7 @@ Edge Cloud" inkscape:label="logging.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-logging-analytics/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-logging-analytics/en/istanbul/index.html" xlink:title="Logging provides the capability to capture information required to operate, troubleshoot and report on the performance of the ONAP platform."> + id="path7327" /> + id="path7329" /> + id="path7331" /> + id="path7333" /> + id="path7335" /> + id="path7337" /> + id="path7339" /> + id="path7343" /> + id="path7345" /> + id="path7347" /> + id="path7349" /> + id="path7351" /> + id="path7353" /> + id="path7355" /> + id="path7357" /> + id="path7359" /> + id="path7361" /> + id="path7363" /> + id="path7365" /> + id="path7367" /> + id="path7369" /> + id="path7371" /> + id="path7373" /> + id="path7375" /> + id="path7377" /> + id="path7379" /> @@ -3274,7 +3274,7 @@ Edge Cloud" inkscape:label="oof.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oof-optimization-framework" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#oof-optimization-framework" xlink:title="The ONAP Optimization Framework (OOF) addresses the optimization needs of ONAP. OOF is a framework that supports creating and running a suite of optimizing applications including Homing/Placement, PCI optimizer, Route optimizer, Slice selection, Change Management Scheduling Optimizer."> + id="path7383" /> + id="path7385" /> + id="path7387" /> + id="path7389" /> + id="path7391" /> + id="path7393" /> + id="path7395" /> + id="path7397" /> + id="path7399" /> + id="path7401" /> + id="path7403" /> + id="path7405" /> + id="path7407" /> + id="path7409" /> + id="path7411" /> + id="path7413" /> + id="path7415" /> + id="path7417" /> + id="path7419" /> + id="path7421" /> + id="path7423" /> + id="path7425" /> + id="path7427" /> + id="path7429" /> + id="path7431" /> + id="path7433" /> @@ -3375,7 +3375,7 @@ Edge Cloud" inkscape:label="aaf.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-aaf-authz/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-aaf-authz/en/istanbul/index.html" xlink:title="The Application Authorization Framework (AAF) provides the services for authentication, authorization and certificate management to the ONAP components. It provides the services to the ONAP components to manage the lifecycle of authentication and authorization elements such as permissions, roles and credentials."> + id="path7437" /> + id="path7439" /> + id="path7441" /> + id="path7443" /> + id="path7445" /> + id="path7447" /> + id="path7449" /> + id="path7451" /> + id="path7453" /> + id="path7455" /> + id="path7457" /> + id="path7459" /> + id="path7461" /> + id="path7463" /> + id="path7465" /> + id="path7467" /> + id="path7469" /> + id="path7471" /> + id="path7473" /> + id="path7475" /> + id="path7477" /> + id="path7479" /> + id="path7481" /> + id="path7483" /> + id="path7485" /> + id="path7487" /> + id="path7489" /> + id="path7491" /> @@ -3483,7 +3483,7 @@ Edge Cloud" inkscape:label="vfc.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-vfc-nfvo-lcm/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-vfc-nfvo-lcm/en/istanbul/index.html" xlink:title="The Virtual Function Controller (VFC) leverages the ETSI NFV MANO Architecture and information model as a reference and implements the full life cycle management and FCAPS of VNF and NS." transform="translate(-1.9952368,0.06725276)"> + id="path7495" /> + id="path7497" /> + id="path7499" /> + id="path7501" /> + id="path7503" /> + id="path7505" /> + id="path7507" /> + id="path7509" /> + id="path7511" /> + id="path7513" /> + id="path7515" /> + id="path7517" /> + id="path7519" /> + id="path7521" /> + id="path7523" /> + id="path7525" /> + id="path7527" /> + id="path7529" /> + id="path7531" /> + id="path7533" /> + id="path7535" /> + id="path7537" /> + id="path7539" /> + id="path7541" /> + id="path7543" /> + id="path7545" /> + id="path7547" /> + id="path7549" /> + id="path7551" /> + id="path7553" /> @@ -3600,7 +3600,7 @@ Controller inkscape:label="appc.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#appc-application-controller" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#appc-application-controller" xlink:title="The ONAP Controller Family (SDNC/APPC) configures and maintains the health of Layer 1-7 network functions (VNF, PNF, CNFs) and network services throughout their lifecycle. Both provide similar services (application level configuration using NetConf, Chef, Ansible, RestConf) and life cycle management functions (e.g. stop, resume, health check, etc.). APPC is being used mainly for Layer 4-7 network functions." transform="translate(-4.9952365,0.06725276)"> + id="path7557" /> + id="path7559" /> + id="path7561" /> + id="path7563" /> + id="path7565" /> + id="path7567" /> + id="path7569" /> + id="path7571" /> + id="path7573" /> + id="path7575" /> + id="path7577" /> + id="path7579" /> + id="path7581" /> + id="path7583" /> + id="path7585" /> + id="path7587" /> + id="path7589" /> + id="path7591" /> + id="path7593" /> + id="path7595" /> + id="path7597" /> + id="path7599" /> + id="path7601" /> + id="path7603" /> + id="path7605" /> + id="path7607" /> + id="path7609" /> @@ -3707,7 +3707,7 @@ Controller inkscape:label="ccsdk"> + id="path7613" /> + id="path7615" /> + id="path7617" /> + id="path7619" /> + id="path7621" /> + id="path7623" /> + id="path7625" /> + id="path7627" /> + id="path7629" /> + id="path7631" /> + id="path7633" /> + id="path7635" /> + id="path7637" /> + id="path7639" /> + id="path7641" /> + id="path7643" /> + id="path7645" /> + id="path7647" /> + id="path7649" /> + id="path7651" /> + id="path7653" /> + id="path7655" /> + id="path7657" /> + id="path7659" /> + id="path7661" /> + id="path7663" /> + id="path7667" /> + id="path7669" /> + id="path7671" /> + id="path7673" /> + id="path7675" /> + id="path7677" /> + id="path7679" /> + id="path7681" /> + id="path7683" /> + id="path7685" /> + id="path7687" /> + id="path7689" /> + id="path7691" /> + id="path7693" /> + id="path7695" /> + id="path7697" /> + id="path7699" /> + id="path7701" /> + id="path7703" /> @@ -3915,7 +3915,7 @@ Controller SDK (CCSDK)" inkscape:label="cds.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/istanbul/index.html" xlink:title="The run-time part of the Controller Design Studio (CDS) enables operators and ISPs to implement/operate hybrid network (CNF, PNF, VNF, Whitebox, etc.). The components are able to process and execute the design-time model intent defined by the users to support the lifecycle management. Included are a Self Service API, a TOSCA Workflow Engine, a Resource & Template API, a Southbound Adapter, a Python Executor and a Kotlin Executor." transform="translate(-16.995236,0.06725276)"> + id="path7707" /> + id="path7709" /> + id="path7711" /> + id="path7713" /> + id="path7715" /> + id="path7717" /> + id="path7719" /> + id="path7721" /> + id="path7723" /> + id="path7725" /> + id="path7727" /> + id="path7729" /> + id="path7731" /> + id="path7733" /> + id="path7735" /> + id="path7737" /> + id="path7739" /> + id="path7741" /> + id="path7743" /> + id="path7745" /> + id="path7747" /> + id="path7749" /> + id="path7751" /> + id="path7753" /> + id="path7755" /> + id="path7757" /> + id="path7759" /> @@ -4022,7 +4022,7 @@ Design Studio inkscape:label="infrastructureadaption.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-multicloud-framework/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-multicloud-framework/en/istanbul/index.html" xlink:title="MultiCloud provides mediation capabilities to connect to different infrastructure providers (VM based, Container based). It has capabilities to discover and register infrastructure resource information. Also it relays FCAPS data from infrastructure to DCAE." transform="translate(-8.9952356,0.06725276)"> + id="path7763" /> + id="path7765" /> + id="path7767" /> + id="path7769" /> + id="path7771" /> + id="path7773" /> + id="path7775" /> + id="path7777" /> + id="path7779" /> + id="path7781" /> + id="path7783" /> + id="path7785" /> + id="path7787" /> + id="path7789" /> + id="path7791" /> + id="path7793" /> + id="path7795" /> + id="path7797" /> + id="path7799" /> + id="path7801" /> + id="path7803" /> + id="path7805" /> + id="path7807" /> + id="path7809" /> + id="path7811" /> + id="path7813" /> + id="path7815" /> + id="path7817" /> + id="path7819" /> + id="path7821" /> + id="path7823" /> + id="path7825" /> + id="path7827" /> + id="path7829" /> + id="path7831" /> + id="path7833" /> + id="path7835" /> + id="path7837" /> + id="path7839" /> @@ -4208,7 +4208,7 @@ Adaption inkscape:label="dcae.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/istanbul/index.html" xlink:title="Data Collection, Analytics & Events (DCAE) gathers performance, usage, and configuration data from the managed environment."> + id="path7843" /> + id="path7845" /> + id="path7847" /> + id="path7849" /> + id="path7851" /> + id="path7853" /> + id="path7855" /> + id="path7857" /> + id="path7859" /> + id="path7861" /> + id="path7863" /> + id="path7865" /> + id="path7867" /> + id="path7869" /> + id="path7871" /> + id="path7873" /> + id="path7875" /> + id="path7877" /> + id="path7879" /> + id="path7881" /> + id="path7883" /> + id="path7885" /> + id="path7887" /> + id="path7889" /> + id="path7891" /> + id="path7893" /> + id="path7895" /> + id="path7897" /> + id="path7899" /> + id="path7901" /> + id="path7903" /> + id="path7905" /> + id="path7907" /> + id="path7909" /> + id="path7911" /> + id="path7913" /> + id="path7915" /> @@ -4343,7 +4343,7 @@ Analytics & Events (DCAE)" inkscape:label="collectors.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/services/serviceindex.html#collectors" + xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/istanbul/sections/services/serviceindex.html#collectors" xlink:title="The collection layer provides the various data collectors that are needed to collect the instrumentation that is available from the cloud infrastructure. Included are both physical and virtual elements."> + id="path7919" /> + id="path7921" /> + id="path7923" /> + id="path7925" /> + id="path7927" /> + id="path7929" /> + id="path7931" /> + id="path7933" /> + id="path7935" /> + id="path7937" /> @@ -4397,7 +4397,7 @@ Analytics & Events (DCAE)" inkscape:label="dmaap.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform" xlink:title="Data Movement as a Platform (DMaaP) is a component that provides data movement services that transports and processes data from any source to any target."> + id="path7941" /> + id="path7943" /> + id="path7945" /> + id="path7947" /> + id="path7949" /> + id="path7951" /> + id="path7953" /> + id="path7955" /> + id="path7957" /> + id="path7959" /> + id="path7961" /> + id="path7963" /> + id="path7965" /> + id="path7967" /> + id="path7969" /> + id="path7971" /> + id="path7973" /> + id="path7975" /> + id="path7977" /> + id="path7979" /> + id="path7981" /> + id="path7983" /> + id="path7985" /> + id="path7987" /> + id="path7989" /> + id="path7991" /> + id="path7993" /> + id="path7995" /> + id="path7997" /> + id="path7999" /> @@ -4511,7 +4511,7 @@ Analytics & Events (DCAE)" inkscape:label="msb.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-msb-apigateway/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-msb-apigateway/en/istanbul/index.html" xlink:title="The Microservice Bus (MSB) provides service registration, discovery and communication services for microservices as well as a gateway for internal and external communication for the services."> + id="path8003" /> + id="path8005" /> + id="path8007" /> + id="path8009" /> + id="path8011" /> + id="path8013" /> + id="path8015" /> + id="path8017" /> + id="path8019" /> + id="path8021" /> + id="path8023" /> + id="path8025" /> + id="path8027" /> + id="path8029" /> + id="path8031" /> + id="path8033" /> + id="path8035" /> + id="path8037" /> + id="path8039" /> + id="path8041" /> @@ -4598,7 +4598,7 @@ Analytics & Events (DCAE)" inkscape:label="aai.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#aai-active-and-available-inventory" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#aai-active-and-available-inventory" xlink:title="The Active and Available Inventory (AAI) provides real-time views of the resources and services in managed by and their relationships."> + id="path8045" /> + id="path8047" /> + id="path8049" /> + id="path8051" /> + id="path8053" /> + id="path8055" /> + id="path8057" /> + id="path8059" /> + id="path8061" /> + id="path8063" /> + id="path8065" /> + id="path8067" /> + id="path8069" /> + id="path8071" /> + id="path8073" /> + id="path8075" /> + id="path8077" /> + id="path8079" /> + id="path8081" /> + id="path8083" /> + id="path8085" /> + id="path8087" /> + id="path8089" /> + id="path8091" /> + id="path8093" /> + id="path8095" /> + id="path8097" /> + id="path8099" /> + id="path8101" /> + id="path8103" /> @@ -4711,7 +4711,7 @@ Analytics & Events (DCAE)" inkscape:label="esr.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#aai-active-and-available-inventory" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#aai-active-and-available-inventory" xlink:title="The External System Register (ESR) provides capabilities to manage external systems (e.g. register, test, update status in AAI)."> + id="path8107" /> + id="path8109" /> + id="path8111" /> + id="path8113" /> + id="path8115" /> + id="path8117" /> + id="path8119" /> + id="path8121" /> + id="path8123" /> + id="path8125" /> + id="path8127" /> + id="path8129" /> + id="path8131" /> + id="path8133" /> + id="path8135" /> + id="path8137" /> + id="path8139" /> + id="path8141" /> + id="path8143" /> + id="path8145" /> + id="path8147" /> + id="path8149" /> + id="path8151" /> + id="path8153" /> + id="path8155" /> + id="path8157" /> + id="path8159" /> @@ -4816,7 +4816,7 @@ Analytics & Events (DCAE)" inkscape:label="so.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-so/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-so/en/istanbul/index.html" xlink:title="The Service Orchestration (SO) component is in charge of orchestration of network services and resources. It is based on the use of BPMN to document the Workflows."> + id="path8163" /> + id="path8165" /> + id="path8167" /> + id="path8169" /> + id="path8171" /> + id="path8173" /> + id="path8175" /> + id="path8177" /> + id="path8179" /> + id="path8181" /> + id="path8183" /> + id="path8185" /> + id="path8187" /> + id="path8189" /> + id="path8191" /> + id="path8193" /> + id="path8195" /> + id="path8197" /> + id="path8199" /> + id="path8201" /> + id="path8203" /> + id="path8205" /> + id="path8207" /> + id="path8209" /> @@ -4916,7 +4916,7 @@ Analytics & Events (DCAE)" inkscape:label="policyframework.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-policy-parent/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-policy-parent/en/istanbul/index.html" xlink:title="Policy Core Functions provide a logically centralized environment for the creation and management of policies, including conditional rules (e.g. create and validate policies/rules, identify overlaps, resolve conflicts, derive additional policies as needed)."> + id="path8213" /> + id="path8215" /> + id="path8217" /> + id="path8219" /> + id="path8221" /> + id="path8223" /> + id="path8225" /> + id="path8227" /> + id="path8229" /> + id="path8231" /> + id="path8233" /> + id="path8235" /> + id="path8237" /> + id="path8239" /> + id="path8241" /> @@ -4984,7 +4984,7 @@ Analytics & Events (DCAE)" inkscape:label="clamp.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-policy-clamp/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-policy-clamp/en/istanbul/index.html" xlink:title="The Closed Loop Automation Platform (CLAMP) provides the capability to manage runtime control loops."> + id="path8245" /> + id="path8247" /> + id="path8249" /> + id="path8251" /> + id="path8253" /> + id="path8255" /> + id="path8257" /> + id="path8259" /> + id="path8261" /> + id="path8263" /> + id="path8265" /> + id="path8267" /> + id="path8269" /> + id="path8271" /> + id="path8273" /> + id="path8275" /> + id="path8277" /> + id="path8279" /> + id="path8281" /> + id="path8283" /> + id="path8285" /> + id="path8287" /> + id="path8289" /> + id="path8291" /> + id="path8293" /> + id="path8295" /> + id="path8297" /> + id="path8299" /> + id="path8301" /> + id="path8303" /> + id="path8305" /> @@ -5106,7 +5106,7 @@ Analytics & Events (DCAE)" inkscape:label="interfaces.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/references.html#user-interfaces" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/references.html#user-interfaces" xlink:title="Various ONAP components provide also a user interface."> + id="path8309" /> + id="path8311" /> + id="path8313" /> + id="path8315" /> + id="path8317" /> + id="path8319" /> + id="path8321" /> + id="path8323" /> + id="path8325" /> + id="path8327" /> @@ -5169,7 +5169,7 @@ Analytics & Events (DCAE)" inkscape:label="cli.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-cli/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-cli/en/istanbul/index.html" xlink:title="The Command Line Interface (CLI) provides commands to operate ONAP during design and run-time for network service functionalities. It also provides the 'Open Command Platform' which helps to orchestrate the commands from YAML and helps in agile automation."> + id="path8331" /> + id="path8333" /> + id="path8335" /> @@ -5201,7 +5201,7 @@ Analytics & Events (DCAE)" inkscape:label="externalapis.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/istanbul/index.html" xlink:title="External API exposes ONAPs capabilities through TMF standardized interfaces. It enables ONAP to hide the internal API."> + id="path8339" /> + id="path8341" /> + id="path8343" /> + id="path8345" /> + id="path8347" /> + id="path8349" /> + id="path8351" /> + id="path8353" /> + id="path8355" /> + id="path8357" /> + id="path8359" /> + id="path8361" /> @@ -5260,7 +5260,7 @@ Analytics & Events (DCAE)" inkscape:label="usecaseui.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-usecase-ui/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-usecase-ui/en/istanbul/index.html" xlink:title="Usecase User Interface (UUI) is an application portal which provides the ability to manage ONAP service instances. It allows customers to create, delete and update service instances, as well as to monitor the alarms and performance of these instances."> + id="path8365" /> + id="path8367" /> + id="path8369" /> + id="path8371" /> + id="path8373" /> + id="path8375" /> + id="path8377" /> + id="path8379" /> + id="path8381" /> + id="path8383" /> + id="path8385" /> + id="path8387" /> + id="path8389" /> + id="path8391" /> + id="path8393" /> @@ -5328,7 +5328,7 @@ Analytics & Events (DCAE)" inkscape:label="omdashboardvid.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-vid/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-vid/en/istanbul/index.html" xlink:title="Virtual Infrastructure Deployment (VID) is a UI interface that allows the operations and network infrastructure engineers to orchestrate and change configurations related to the infrastructure expansion and maintenance."> + id="path8397" /> + id="path8399" /> + id="path8401" /> + id="path8403" /> + id="path8405" /> + id="path8407" /> + id="path8409" /> + id="path8411" /> + id="path8413" /> + id="path8415" /> + id="path8417" /> + id="path8419" /> + id="path8421" /> + id="path8423" /> + id="path8425" /> + id="path8427" /> + id="path8429" /> @@ -5419,22 +5419,22 @@ Analytics & Events (DCAE)" inkscape:label="portal.label"> + id="path8433" /> + id="path8435" /> + id="path8437" /> + id="path8439" /> + id="path8441" /> + id="path8443" /> @@ -5445,7 +5445,7 @@ Analytics & Events (DCAE)" inkscape:label="nbi.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/architecture/architecture.html#introduction" + xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/istanbul/architecture/architecture.html#introduction" xlink:title="The Northbound Interface (NBI) provides a set of API that can be used by external systems as OSS or BSS for example. These APIs are based on TMF API."> + id="path8447" /> + id="path8449" /> + id="path8451" /> + id="path8453" /> + id="path8455" /> + id="path8457" /> + id="path8459" /> + id="path8461" /> + id="path8463" /> + id="path8465" /> + id="path8467" /> + id="path8469" /> + id="path8471" /> + id="path8473" /> + id="path8475" /> + id="path8477" /> + id="path8479" /> + id="path8481" /> + id="path8483" /> + id="path8485" /> + id="path8487" /> + id="path8489" /> + id="path8491" /> + id="path8493" /> + id="path8495" /> + id="path8497" /> + id="path8499" /> + id="path8501" /> + id="path8503" /> + id="path8505" /> + id="path8507" /> + id="path8509" /> + id="path8511" /> + id="path8513" /> + id="path8515" /> + id="path8517" /> + id="path8519" /> + id="path8521" /> + id="path8523" /> + id="path8525" /> + id="path8527" /> + id="path8529" /> + id="path8531" /> + id="path8533" /> + id="path8535" /> + id="path8537" /> @@ -5660,29 +5660,95 @@ Analytics & Events (DCAE)" inkscape:label="releaseinfo.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/overview/overview.html#onap-release-information" + xlink:href="https://docs.onap.org/en/istanbul/guides/overview/overview.html#onap-release-information" xlink:title="ONAP Release 9 »Istanbul«" - style="display:none" + style="display:inline" transform="translate(-3.3759646,4.8850003e-4)"> - RELEASE 9 »ISTANBUL« + style="font-size:6.35px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;opacity:0.8;fill:#313032;stroke-width:0.264583" + inkscape:label="releaseinfo.label"> + + + + + + + + + + + + + + + + + + + Unmaintained ONAP Component + id="tspan1825">Unmaintained ONAP Component Entirety of ONAP Components + id="tspan1829">Entirety of ONAP Components Operations + id="tspan1833">Operations Orchestration & Management + id="tspan1835">Orchestration & Management Design + id="tspan1839">Design Color Legend: + id="tspan1841">Color Legend: Managed Environment + id="tspan1845">Managed Environment Hypervisor / OS Layer + id="tspan1849">Hypervisor / OS Layer OpenStack + id="tspan1853">OpenStack Commercial VIM + id="tspan1855">Commercial VIM Kubernetes + id="tspan1859">Kubernetes Public Cloud + id="tspan1861">Public Cloud Network Function Layer + id="tspan1865">Network Function Layer PNF + id="tspan1869">PNF VNF + id="tspan1871">VNF External Systems + id="tspan1873">External Systems 3rd Party Controllers + id="tspan1877">3rd Party Controllers sVNFM + id="tspan1881">sVNFM EMS + id="tspan1883">EMS @@ -715,7 +715,7 @@ inkscape:label="onapborder.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/index.html" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/index.html" xlink:title="The ONAP architecture consists of functions for the design-time, run-time, for managing ONAP itself and additional utilities."> Utilities + id="tspan1885">Utilities ONAP Shared Utilities + id="tspan1889">ONAP Shared Utilities TOSCA Parser + id="tspan1893">TOSCA Parser Model Utilities + id="tspan1897">Model Utilities @@ -879,7 +879,7 @@ inkscape:label="manageonap.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-operator/index.html#operations-and-administration-guides" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-operator/index.html#operations-and-administration-guides" xlink:title="Management capabilities for the Open Network Automation Platform itself."> Manage ONAP + id="tspan1901">Manage ONAP ONAP Operation Manager (OOM) + id="tspan1905">ONAP Operation Manager (OOM) @@ -951,7 +951,7 @@ inkscape:label="designtime.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#design-time-framework" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/onap-architecture.html#design-time-framework" xlink:title="The Design-time framework is a comprehensive development environment with tools, techniques and repositories for defining/describing resources, services, and products." style="display:inline"> Design-Time + id="tspan1909">Design-Time Service Design & Creation + id="tspan1913">Service Design & Creation (SDC) + id="tspan1917">(SDC) Catalog + id="tspan1921">Catalog DCAE Design Studio + id="tspan1923">DCAE Design Studio Controller Design Studio (CDS) + id="tspan1927">Controller Design Studio (CDS) Workflow Designer + id="tspan1931">Workflow Designer xNF Onboarding + id="tspan1935">xNF Onboarding Service/xNF Design + id="tspan1939">Service/xNF Design @@ -1229,7 +1229,7 @@ inkscape:label="vnfvalidation.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-provider/index.html#vnf-and-pnf-requirements-and-guidelines" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-provider/index.html#vnf-and-pnf-requirements-and-guidelines" xlink:title="Ensures that a network function (e.g. CNF, PNF, VNF) fits all ONAP guidelines and requirements."> VNF Validation + id="tspan1943">VNF Validation VNF SDK + id="tspan1947">VNF SDK VVP + id="tspan1951">VVP @@ -1333,7 +1333,7 @@ inkscape:label="runtime.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#runtime-framework" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/onap-architecture.html#runtime-framework" xlink:title="The Run-time execution framework executes the rules and policies and other models distributed by the design and creation environment."> Run-Time + id="tspan1953">Run-Time Shared Services + id="tspan1957">Shared Services Config. Persistence Service (CPS) + id="tspan1961">Config. Persistence Service (CPS) Multi-Site State (MUSIC) + id="tspan1965">Multi-Site State (MUSIC) Logging + id="tspan1969">Logging Correlation (Holmes) + id="tspan1971">Correlation (Holmes) Optimization Framework (OOF) + id="tspan1975">Optimization Framework (OOF) Appl. Authoriz. Framework (AAF) + id="tspan1979">Appl. Authoriz. Framework (AAF) @@ -1597,7 +1597,7 @@ inkscape:label="vfc.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-vfc-nfvo-lcm/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-vfc-nfvo-lcm/en/istanbul/index.html" xlink:title="The Virtual Function Controller (VFC) leverages the ETSI NFV MANO Architecture and information model as a reference and implements the full life cycle management and FCAPS of VNF and NS." transform="translate(-1.9952368,0.06725276)"> Virtual Virtual FunctioFunction + id="tspan1987">n Controller + id="tspan1991">Controller (VFC) + id="tspan1995">(VFC) Application + id="tspan1997">Application Controller + id="tspan2001">Controller (APPC) + id="tspan2005">(APPC) Common + id="tspan2007">Common Controller SDK Controller SDK (CCSDK) + id="tspan2015">(CCSDK) SDN Controller SDN Controller (SDNC) + id="tspan2021">(SDNC) @@ -1774,7 +1774,7 @@ inkscape:label="cds.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/istanbul/index.html" xlink:title="The run-time part of the Controller Design Studio (CDS) enables operators and ISPs to implement/operate hybrid network (CNF, PNF, VNF, Whitebox, etc.). The components are able to process and execute the design-time model intent defined by the users to support the lifecycle management. Included are a Self Service API, a TOSCA Workflow Engine, a Resource & Template API, a Southbound Adapter, a Python Executor and a Kotlin Executor." transform="translate(-16.995236,0.06725276)"> Controller + id="tspan2025">Controller Design Studio + id="tspan2029">Design Studio (CDS) + id="tspan2033">(CDS) Infrastructure + id="tspan2035">Infrastructure Adaption + id="tspan2039">Adaption (Multi-VIM/Cloud) + id="tspan2043">(Multi-VIM/Cloud) Data Collection, + id="tspan2047">Data Collection, Analytics & Analytics & Events Events (DCAE) + id="tspan2057">(DCAE) Collectors + id="tspan2061">Collectors @@ -1944,7 +1944,7 @@ inkscape:label="dmaap.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform" xlink:title="Data Movement as a Platform (DMaaP) is a component that provides data movement services that transports and processes data from any source to any target."> Data Movement as a Platform (DMaaP) + id="tspan2063">Data Movement as a Platform (DMaaP) Microservice Bus (MSB) + id="tspan2067">Microservice Bus (MSB) Active & Available Inventory (AAI) + id="tspan2071">Active & Available Inventory (AAI) External External System System Register (ESR) + id="tspan2079">Register (ESR) @@ -2082,7 +2082,7 @@ inkscape:label="so.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-so/en/latest/index.html" + xlink:href="https://docs.onap.org/projects/onap-so/en/istanbul/index.html" xlink:title="The Service Orchestration (SO) component is in charge of orchestration of network services and resources. It is based on the use of BPMN to document the Workflows."> Service Orchestration (SO) + id="tspan2083">Service Orchestration (SO) Policy Policy Framework + id="tspan2089">Framework Closed Loop Autom. Platform (CLAMP) + id="tspan2093">Closed Loop Autom. Platform (CLAMP) @@ -2191,7 +2191,7 @@ inkscape:label="interfaces.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/references.html#user-interfaces" + xlink:href="https://docs.onap.org/en/istanbul/guides/onap-developer/architecture/references.html#user-interfaces" xlink:title="Various ONAP components provide also a user interface."> Interfaces + id="tspan2097">Interfaces CLI + id="tspan2101">CLI External APIs + id="tspan2103">External APIs Use-Case UI (UUI) + id="tspan2107">Use-Case UI (UUI) O&M Dashboard (VID) + id="tspan2111">O&M Dashboard (VID) Portal + id="tspan2115">Portal @@ -2381,7 +2381,7 @@ inkscape:label="nbi.link" onmouseover="style.opacity = 0.6;" onmouseout="style.opacity = 1.0;" - xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/architecture/architecture.html#introduction" + xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/istanbul/architecture/architecture.html#introduction" xlink:title="The Northbound Interface (NBI) provides a set of API that can be used by external systems as OSS or BSS for example. These APIs are based on TMF API."> Northbound Interface (NBI) towards OSS, BSS and other + id="tspan2117">Northbound Interface (NBI) towards OSS, BSS and other -- cgit 1.2.3-korg