diff options
38 files changed, 72 insertions, 169 deletions
diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 492018737..13b22f962 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -246,6 +246,7 @@ Policy Framework :maxdepth: 2 :titlesonly: + ../../../submodules/policy/parent.git/docs/index ../../../submodules/policy/engine.git/docs/index ../../../submodules/policy/apex-pdp.git/docs/index ../../../submodules/policy/distribution.git/docs/index diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst index 896c23170..89959914c 100644 --- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst +++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst @@ -58,6 +58,12 @@ The following sequence will do this over ssh. If your access network restricts ssh, you will need to use equivalent git commands and HTTP Passwords as described `here <http://wiki.onap.org/x/X4AP>`_. +.. caution:: + + Don't replace ../ in *git submodule add* with any relative path on + your local file system. It refers to the location of your repository + on the server. + .. code-block:: bash git clone ssh://$lfid@gerrit.onap.org:29418/doc @@ -507,4 +513,3 @@ scan for output that applies to the files you are validating. tox -espellcheck more < docs/_build/spellcheck/output.txt - diff --git a/docs/guides/onap-developer/settingup/nodeports.csv b/docs/guides/onap-developer/settingup/nodeports.csv index 2e294d2be..2fb6a2c24 100644 --- a/docs/guides/onap-developer/settingup/nodeports.csv +++ b/docs/guides/onap-developer/settingup/nodeports.csv @@ -2,27 +2,23 @@ NodePort,Component,Service name,targetPort,Port 30200,VID,vid,8443,8443 30201,SDNC,sdnc-portal,8843,8843 30202,SDNC,sdnc-8282,8181,8282 -30203,SDNC,dgbuilder3,3100,3000 +30203,SDNC,dgbuilder,3100,3000 30204,SDC,sdc-be,8443,8443 -30205,SDC,sdc-be2,8080,8080 +30205,SDC,sdc-be,8080,8080 30206,SDC,sdc-fe,8181,8181 -30207,SDC,sdc-fe2,9443,9443 -30208,SDNC,sdnc-8202,8181,8202 -30209,ROBOT,httpd,88,88 +30207,SDC,sdc-fe,9443,9443 +30208,SDNC,sdnc-8202,8101,8202 +30209,ROBOT,httpd,8702,8702 30210,AAI,aai-modelloader,8080,8080 30211,APPC,appc-9090,9191,9090 30212,PORTAL,portal-sdk,8080,8080 -30213,PORTAL,portal-app2,8005,8006 +30213,PORTAL,portal-app,8005,8006 30214,PORTAL,portal-app3,8009,8010 30215,PORTAL,portal-app,8080,8989 -30216,POLICY,brmsgw,9989,9989 -30217,POLICY,drools-6969,6969,6969 30218,POLICY,pap-9091,9091,9091 30219,POLICY,pap-8443,8443,8443 -30220,AAI,aai-sparky-be,9517,9517 -30221,POLICY,drools-9696,9696,9696 -30222,DCAE,xdcae-hv-ves-collector,6061,6061 -30223,DCAE,xdcae-datafile-collector,8100,8100 +30220,AAI,aai-sparky-be,8000,8000 +30222,DCAE,xport-t-6061,6061,6061 30224,SO,so-monitor-port,9091,9091 30225,PORTAL,portal-app4,8443,8443 30226,DMAAP,message-router-3905,3905,3905 @@ -31,34 +27,24 @@ NodePort,Component,Service name,targetPort,Port 30229,AAI,aai-modelloader-ssl,8443,8443 30230,APPC,appc-8282,8181,8282 30231,APPC,appc-1830,1830,1830 -30232,AAI,aai,8080,8080 30233,AAI,aai-ssl,8443,8443 30234,POMBA,pomba-kibana,5601,5601 -30235,DCAE,xdcae-ves-collector,8080,8080 -30236,POLICY,nexus,8081,8081 -30237,POLICY,policy-apex-pdp,12345,12345 +30235,DCAE,xport-t-8080,8080,8080 30238,VID,vid-http,8080,8080 30239,AAI,spike,9518,9518 30241,DMAAP,dmaap-bc,8080,8080 30242,DMAAP,dmaap-bc2,8443,8443 -30243,AAF,aaf-sms,10443,10443 -30244,AAF,aaf-sms-db,8200,8200 30246,SDNC,sdnc-8280,8080,8280 -30247,AAF,aaf-service,8100,8100 -30248,OOF,oof-osdf,8699,8698 +30248,OOF,oof-has-api,8699,8698 30249,POMBA,pomba-data-router,9502,9502 -30251,AAF,aaf-gui,8200,8200 -30252,SO,mariadb,3306,3306 30253,LOG,log-kibana,5601,5601 30254,LOG,log-es,9200,9200 30255,LOG,log-ls,5044,5044 30256,SDC,sdc-wfd-fe,8080,8080 30257,SDC,sdc-wfd-be,8080,8080 -30258,CLAMP,clamp2,8443,8443 +30258,CLAMP,clamp,8443,8443 30259,DMAAP,dmaap-dr-prov,8080,8080 -30260,CLI,cli8080,80,80 -30261,MULTICLOUD,multicloud-azure,9008,9008 -30262,DCAE,xdcae-datafile-collector,8433,8443 +30260,CLI,cli8080,8443,8080 30263,DCAE,dcae-fe,8183,8183 30264,DCAE,dcae-fe2,9444,9444 30265,DCAE,dcae-dt,8186,8186 @@ -68,33 +54,47 @@ NodePort,Component,Service name,targetPort,Port 30269,DMAAP,dmaap-dr-prov2,8443,8443 30270,CONSUL,consul-ui,8500,8500 30271,CLI,cli9090,8080,9090 -30274,EXTAPI,api-8080,8080,8080 +30274,API,api-8080,8080,8080 30275,OOF,oof-has-api,8091,8091 30277,SO,so-apih-port,8080,8080 30278,AAI,aai-champ,9522,9522 30279,AAI,babel,9516,9516 -30280,MSB,http-msb-iag,80,80 +30280,MSB,http-msb-iag,443,443 30281,MSB,http-msb-discovery,10081,10081 -30282,MSB,http-msb-eag,80,80 +30282,MSB,http-msb-eag,10081,10081 30283,MSB,https-msb-iag,443,443 30284,MSB,https-msb-eag,443,443 30285,MSB,http-msb-consul,8500,8500 30286,DCAE,client,6379,6379 30287,DCAE,gossip,16379,16379 -30288,SNRIRO,httpd,80,80 -30289,APPC,appc-cdt,80,80 +30289,APPC,appc-cdt,18080,18080 30290,CLAMP,cdash-kibana,5601,5601 -30291,MULTICLOUD,multicloud-framework,9001,9001 -30292,MULTICLOUD,multicloud-vio,9004,9004 -30293,MULTICLOUD,multicloud-ocata,9006,9006 -30294,MULTICLOUD,multicloud-titaniumcloud,9005,9005 -30295,CLAMP,clamp,8080,8080 -30296,MULTICLOUD,multicloud-pike,9007,9007 30297,VNFSDK,refrepo,8702,8702 +30299,POMBA,https,8443,9531 30398,UUI,uui,8080,8080 30399,UUI,uui-server,8082,8082 -30420,CONTRIB,netbox-nginx,8080,8080 +30406,SO,so-vnfm-port,9092,9092 +30415,DCAE,config-binding-service,10000,10000 +30417,DCAE,xport-t-8443,8443,8443 +30418,DCAE,xport-t-8080,8080,8080 +30419,DCAE,xport-t-8443,8443,8443 +30420,API,api-8080,8080,8080 +30431,SDC,sdc-wfd-fe2,8443,8443 +30470,DCAE,xport-u-6162,6162,6162 30476,DCAE,tomcat,8080,8080 -32010,DCAE,xdcae-tca-analytics,11011,11011 - - +30490,DMAAP,message-router-kafka-0,9093,9093 +30491,DMAAP,message-router-kafka-1,9093,9093 +30492,DMAAP,message-router-kafka-1,9093,9093 +30493,DMAAP,dmaap-dr-node,8080,8080 +30494,DMAAP,dmaap-dr-node,8443,8443 +30497,CDS,cds-ui-3000,3000,3000 +30499,CDS,blueprints-processor-http,8080,8080 +31110,AAF,aaf-service,8100,8100 +31111,AAF,aaf-locate,8095,8095 +31112,AAF,aaf-oauth,8140,8140 +31113,AAF,aaf-hello,8200,8200 +31114,AAF,aaf-cm,8150,8150 +31115,AAF,aaf-hello,8096,8096 +31116,AAF,aaf-hello,8130,8130 +31907,DMAAP,dmaap-dr-prov2,5000,5000 +32010,DCAE,xport-t-11011,11011,11011 diff --git a/docs/guides/onap-user/design/pre-onboarding/index.rst b/docs/guides/onap-user/design/pre-onboarding/index.rst index 155ec56fb..7a09f0db5 100644 --- a/docs/guides/onap-user/design/pre-onboarding/index.rst +++ b/docs/guides/onap-user/design/pre-onboarding/index.rst @@ -2,6 +2,8 @@ .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright 2019 ONAP Contributors. All rights reserved. +.. _doc_guide_user_des_pre-onb: + Pre-Onboarding ============== diff --git a/docs/guides/onap-user/design/resource-onboarding/index.rst b/docs/guides/onap-user/design/resource-onboarding/index.rst index 4a3cbc1e3..592651ee2 100644 --- a/docs/guides/onap-user/design/resource-onboarding/index.rst +++ b/docs/guides/onap-user/design/resource-onboarding/index.rst @@ -2,6 +2,8 @@ .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright 2019 ONAP Contributors. All rights reserved. +.. _doc_guide_user_des_res-onb: + Resource Onboarding =================== **Goal:** Add models and other artifacts required to create, configure, instantiate, and manage a VF and, optionally, a VFC. diff --git a/docs/guides/onap-user/design/service-design/index.rst b/docs/guides/onap-user/design/service-design/index.rst index dcc6b9c62..83217bdcc 100644 --- a/docs/guides/onap-user/design/service-design/index.rst +++ b/docs/guides/onap-user/design/service-design/index.rst @@ -2,6 +2,8 @@ .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright 2019 ONAP Contributors. All rights reserved. +.. _doc_guide_user_des_ser-des: + Service Design ============== @@ -30,7 +32,7 @@ instantiate, and manage services. Validate and certify the services. Create a Service ---------------- -**Prerequisites:** Create VFs required for this service (see :ref:`vfcreation-and-testing`). +**Prerequisites:** Create VFs required for this service (see :ref:`doc_guide_user_des_vf-cre`). #. From the SDC HOME page, hover over Add and select Add Service. #. In the General section, complete all fields. diff --git a/docs/guides/onap-user/design/service-distribution/index.rst b/docs/guides/onap-user/design/service-distribution/index.rst index 4ed231047..8de0e9232 100644 --- a/docs/guides/onap-user/design/service-distribution/index.rst +++ b/docs/guides/onap-user/design/service-distribution/index.rst @@ -2,6 +2,8 @@ .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright 2019 ONAP Contributors. All rights reserved. +.. _doc_guide_user_des_ser-dis: + Governance Approval and Service Distribution ============================================ diff --git a/docs/guides/onap-user/design/vfcreation/index.rst b/docs/guides/onap-user/design/vfcreation/index.rst index 39130665a..0b49b994d 100644 --- a/docs/guides/onap-user/design/vfcreation/index.rst +++ b/docs/guides/onap-user/design/vfcreation/index.rst @@ -2,7 +2,7 @@ .. International License. http://creativecommons.org/licenses/by/4.0 .. Copyright 2019 ONAP Doc Team. All rights reserved. -.. _vfcreation-and-testing: +.. _doc_guide_user_des_vf-cre: VF Creation and Testing ======================= diff --git a/docs/guides/overview/overview.rst b/docs/guides/overview/overview.rst index 83c7e9de8..fc4570532 100644 --- a/docs/guides/overview/overview.rst +++ b/docs/guides/overview/overview.rst @@ -152,7 +152,9 @@ is named after a city. +----------------------+----------------+----------------------+-----------------------------------------------------------+ |Release Name |Release version |Release Date |Features delivered | +======================+================+======================+===========================================================+ -|Casablanca |* 3.0.2 |* 31 January 2019 | :ref:`Casablanca Release Notes <casablancarelease-notes>` | +|Dublin |4.0.0 |2019 | :ref:`Dublin Release Notes <dublinrelease-notes>` | ++----------------------+----------------+----------------------+-----------------------------------------------------------+ +|Casablanca |* 3.0.2 |* 31 January 2019 | | | |* 3.0.1 |* 30 November 2018 | | | |* 3.0.0 |* 15 April 2019 | | +----------------------+----------------+----------------------+-----------------------------------------------------------+ diff --git a/docs/index.rst b/docs/index.rst index 9902db952..fc772b8bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,6 +23,9 @@ Please find some guidance here on the content of ONAP documentation: +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | Main documentation areas | Description | +=================================================================================+===============================================================================================+ + | :ref:`Release Notes <dublinrelease-notes>` | The Release Notes besides providing the basic information on the main release, also | + | | presents link to the release information of each, specific ONAP component. | + +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | :ref:`ONAP Overview <overview>` | ONAP Overview provides generic and high-level guidance on the mission and main | | | functionalities of ONAP. Basic guidelines on license details, limitations and | | | security references support understanding the solution. | @@ -62,8 +65,8 @@ Please find some guidance here on the content of ONAP documentation: :hidden: Home <self> - guides/overview/index release/index + guides/overview/index guides/onap-developer/architecture/index guides/onap-developer/developing/index guides/onap-developer/settingup/index diff --git a/docs/release/index.rst b/docs/release/index.rst index c3bcba2f4..99b1400ff 100644 --- a/docs/release/index.rst +++ b/docs/release/index.rst @@ -2,7 +2,7 @@ International License. http://creativecommons.org/licenses/by/4.0 -.. _casablancarelease-notes: +.. _dublinrelease-notes: Dublin Release Notes ^^^^^^^^^^^^^^^^^^^^ @@ -11,8 +11,7 @@ This page provides the release notes for the ONAP Dublin release. This includes outstanding trouble reports. Release notes are cumulative for the release, meaning this release note for the Dublin release will have an entry for each Major, Minor, and Maintenance -release, if applicable. Information that is applicable regardless of release is included in the `Getting Started With ONAP`_ section of this -document. +release, if applicable. Each component within the ONAP solution maintains their own component level release notes and links to those release notes are provided below. Details on the specific items delivered in each releaese by each component is maintained in the component specific release notes. @@ -26,98 +25,6 @@ Dublin Major Release 4.0.0 The Dublin 4.0.0 is the first release for Dublin. -.. _getting-started: - -Getting Started With ONAP -========================= - -Summary -------- -ONAP provides a comprehensive platform for real-time, policy-driven -service orchestration and automation including virtual network functions and -applications instantiation and configuration, but also physical network -functions configuration. -ONAP will enable software, network, IT and cloud providers and developers -to rapidly automate new services and support complete life cycle management. -By unifying member resources, ONAP will accelerate the development of a -vibrant ecosystem around a globally shared architecture and implementation -for network automation-with an open standards focus-faster than any one -product could on its own. - -Functionality -------------- -**Portal** - a single, consistent user experience for both design time -and run time environments, based on the user’s role. - -**Design Time Framework** - a comprehensive development environment with -tools, techniques, and repositories for defining/describing resources, -and services: - - - Service Design and Creation (SDC) provides tools, techniques, and - repositories to define/simulate/certify system assets as well as their - associated processes and policies. - - - A VNF Software Development Kit (VNFSDK) and VNF Validation Program (VVP) - with tools for VNF supplier packaging and validation. - - - Policy Creation (POLICY) deals with conditions, requirements, - constraints, attributes, or needs that must be provided, maintained, - and/or enforced. - - - Closed Loop Automation Management Platform (CLAMP) provides a method - for designing and managing control loops. - - - Optimization Framework (OOF) provides a policy-driven and model-driven - framework for creating optimization applications. - -**Runtime Framework** - The runtime execution framework executes the -rules and policies distributed by the design and creation environment -and Controllers that manage resources corresponding to their assigned -controlled domain: - - - Service Orchestrator (SO) executes the specified BPMN processes and - automates sequences of activities, tasks, rules and policies needed for - on-demand creation, modification or removal of network, application or - infrastructure services and resources. SO is especially able to drive - any OpenStack-based cloud platform. - - - Software Defined Network Controller (SDNC) executes network configuration - for cloud computing resources and network. - - - Application Controller (APPC) executes Virtual Network Functions (VNF) - configurations and lifecycle management operations. - - - Virtual Function Controller (VF-C) is responsible for lifecycle management - of virtual network functions and network services based on VNF using - VNF Manager. - - - Active and Available Inventory (A&AI) provides real-time views of a - system’s resources, services, products and their relationships with each - other. - -**Closed-Loop Automation** -- Design -> Create -> Collect -> Analyze > -Detect -> Publish -> Respond: - - - Data Collection, Analytics and Events (DCAE) collects events, performance, - usage and publishes information to policy that executes the rules to perform - closed loop actions. - - - Holmes provides alarm correlation and analysis for Telecom cloud - infrastructure and services, including servers, cloud infrastructure, - VNFs and Network Services. - - - Common Services - operational services for all ONAP components including - activity logging, reporting, common data layer, access control, resiliency, - multisite state coordination, credential/secret management and - software lifecycle management. - -**Microservices Support** - - - ONAP Operation Manager (OOM) use Kubernetes and Helm to manage ONAP components. - - Microservices Bus (MSB) provides service registration/discovery, - external API gateway, internal API gateway, client software development kit - (SDK), and Swagger SDK. - Project Specific Release Notes ============================== ONAP releases are specified by a list of project artifact versions in a :ref:`manifest artifacts <doc-release-manifest-artifacts>` @@ -133,30 +40,13 @@ Each project provides detailed :ref:`release notes<doc-releaserepos>` and prepends to these if/when any updated versions the project team believes are compatible with a major release are made available. -.. index:: Download - -Installation -============ -ONAP is installed using :ref:`ONAP Operations Manager (OOM) over Kubernetes<installing-onap>` - Documentation ============= -ONAP Dublin Release provides multiple documents including the following: - - * A high level :ref:`architecture view<doc-architecture>` of how component - relate to each other. - - * A collection of documentation provided - by :ref:`each project <doc_onap-developer_guide_projects>`. +ONAP Dublin Release provides multiple documents, see :ref:`ONAP Home<master_index>`. - * Application Programming Interface - Reference :ref:`available here <doc-apiref>`. - - * The `developer wiki <http://wiki.onap.org>`_ remains a good source of - information on meeting plans and notes from committees, project teams and - community events. - -.. index:: Licensing +The `developer wiki <http://wiki.onap.org>`_ remains a good source of +information on meeting plans and notes from committees, project teams and +community events. Security Notes ============== @@ -176,12 +66,6 @@ For the Casablanca release, ONAP continues to improve in multiple areas of Scal The Integration team ran the 72 hours stability testing (100% passing rate) and full resilience testing (96.9% passing rate) at ONAP OpenLabs. More details in :ref:`ONAP Maturity Testing Notes <integration-s3p>` -Licenses -======== -ONAP Source Code is licensed under the `Apache Version 2 License <http://www.apache.org/licenses/LICENSE-2.0>`_. -ONAP Documentation is licensed under the `Creative Commons Attribution 4.0 -International License <http://creativecommons.org/licenses/by/4.0>`_. - Known Issues and Limitations ============================ Known Issues and limitations are documented in each :ref:`project Release Notes <doc-releaserepos>`. diff --git a/docs/release/releaserepos.rst b/docs/release/releaserepos.rst index 4beabfea7..f9ece9fa9 100644 --- a/docs/release/releaserepos.rst +++ b/docs/release/releaserepos.rst @@ -196,7 +196,7 @@ Policy Framework :maxdepth: 1 :titlesonly: - policy<../submodules/policy/engine.git/docs/release-notes.rst> + policy<../submodules/policy/parent.git/docs/release-notes.rst> Portal Platform --------------- diff --git a/docs/submodules/aaf/authz.git b/docs/submodules/aaf/authz.git -Subproject a47bd51641efcb84e19d68a6383f0947df82663 +Subproject 2fedc6d93206113e52f29fb84a721eb94ec0e17 diff --git a/docs/submodules/aai/aai-common.git b/docs/submodules/aai/aai-common.git -Subproject 1bef250998b7f5bf628b099dd55235ba0f30e00 +Subproject d480c91b08889c62f007d95a636f952e56acbbd diff --git a/docs/submodules/appc/deployment.git b/docs/submodules/appc/deployment.git -Subproject 6919392881a94fa9823e5ebf8748682a4c499e9 +Subproject 23299c969a313f8e3740bceb070655810f5e3ef diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject f40ed23775d6ea00c414c89959dd478a5f30437 +Subproject 32d132a78288521798d302cafbd9a7eac9121ca diff --git a/docs/submodules/ccsdk/dashboard.git b/docs/submodules/ccsdk/dashboard.git -Subproject fd5048d6050207cc60ac5155a9a6c87a182fb52 +Subproject c0d9bbcaa3a1b9d990f6658953523b177c488ad diff --git a/docs/submodules/ccsdk/distribution.git b/docs/submodules/ccsdk/distribution.git -Subproject 8d4467847a7992c1525555a3f43599b195a0bf0 +Subproject ae06c07ad483e1276a09eff4b26f088e75301a5 diff --git a/docs/submodules/ccsdk/utils.git b/docs/submodules/ccsdk/utils.git -Subproject 950f9e1ca067c45ba74933030ebf715206bb601 +Subproject e50b344c0491e313c0fff96b37f673388d87cad diff --git a/docs/submodules/clamp.git b/docs/submodules/clamp.git -Subproject 15c9ef0d579285a7caa3a19fc33ba27ed9cfedf +Subproject 943d7b2c32d7527cd018cd27f97f1b12a21b898 diff --git a/docs/submodules/dcaegen2.git b/docs/submodules/dcaegen2.git -Subproject d20ca31bb588ac665566df77736397325721881 +Subproject bb8dea8255097e9cd306d8f02f945bfb684e469 diff --git a/docs/submodules/dmaap/datarouter.git b/docs/submodules/dmaap/datarouter.git -Subproject 3ebd2534167e73426d2b19efb05eaf9892f6f9d +Subproject 52c5c5ab9ba33755e26f06f41de608f825866a5 diff --git a/docs/submodules/externalapi/nbi.git b/docs/submodules/externalapi/nbi.git -Subproject 6413a21daa01e4ff25fad4f49bc35b01cb98a1a +Subproject bce9428824803a9f2b03975c7238e52974ec31b diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git -Subproject e84c265f95d046c8514dbb0091dec873e912d8b +Subproject 1f3c8d6b67fcfdc0bcb95d3b283b232a4bb56cb diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git -Subproject 5a9e258c78a80fa1df9f8b2fbfa08ccacec53b1 +Subproject 0b904977dde761d189874d6dc6c527cd45928d9 diff --git a/docs/submodules/oom/offline-installer.git b/docs/submodules/oom/offline-installer.git -Subproject 2bc174cdce000e011f43c6eab579bb539df5f03 +Subproject f45f73f749fffb301d825ec53fae2878c505980 diff --git a/docs/submodules/optf/osdf.git b/docs/submodules/optf/osdf.git -Subproject a3439d6e4ae7b518484a589abebc761122a336b +Subproject 95bd3e4710787de7488be24913f708cf539a577 diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git -Subproject 2c533a581179c1c06c8811b6dda57e8a6d0fbd2 +Subproject 6bc4e95261ed8ec8bc931696e3674ee5ec54d54 diff --git a/docs/submodules/policy/parent.git b/docs/submodules/policy/parent.git -Subproject d8d3191510be75033894d41439dc92ba250eeda +Subproject d0055e3089d11d1667fea55d615bfcabfd5e401 diff --git a/docs/submodules/portal.git b/docs/submodules/portal.git -Subproject ba546e970d779a5e87a07b3058a85e1446c3912 +Subproject 40c8f073970f3664786d1bb4d4c69ed3f57b8b4 diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git -Subproject ddb67dc3cbb04f4857f2cf24221b306fa2bab05 +Subproject 7c62480edb52c829102cddd030384176bf16780 diff --git a/docs/submodules/sdnc/oam.git b/docs/submodules/sdnc/oam.git -Subproject d62222b32cb04696dd11917f893397a01c3ba49 +Subproject b0aa3b3bcc3c269bbc62a2e9690830a959e37e5 diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject c1cd5ef428017bc26513395a3bfc00caf7209f8 +Subproject 2036dd3cc3fc3c73639353622bc8e6b297b991a diff --git a/docs/submodules/usecase-ui.git b/docs/submodules/usecase-ui.git -Subproject 4fa6adb91b4a31cd26d24d834477a1fa94d2a83 +Subproject 53eb419c84adf52c321883bf33af949016a9db2 diff --git a/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git b/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git -Subproject 045656e9d2178f5dfbc14061f4b3edd8e6d7fe1 +Subproject 451e015794a0f3957c9d02685f622817914b412 diff --git a/docs/submodules/vfc/nfvo/lcm.git b/docs/submodules/vfc/nfvo/lcm.git -Subproject 83f5eaad87d82ecc398653f0fd8335ce8d1dbfe +Subproject b8546fe945ca287d9095b5513fe1f1f5fbb481b diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git -Subproject e3c3ba0dc33afe638cd1cade06331b1c5d37929 +Subproject e0c59bc9b16bb69f0f0a47268742c9f030aa3aa diff --git a/docs/submodules/vnfrqts/requirements.git b/docs/submodules/vnfrqts/requirements.git -Subproject 83003c307c92f8d240d9e894a4cfeb4ee278b82 +Subproject ad0e89a88920277386971e7945ede8bab050396 |