diff options
author | yxpoke <yangxu5@huawei.com> | 2019-10-17 17:32:53 +0800 |
---|---|---|
committer | yxpoke <yangxu5@huawei.com> | 2019-10-17 17:32:53 +0800 |
commit | 764423241e61267fb056afd76934f674bbba7dc0 (patch) | |
tree | 65ca4b831447d033c3b89b5536c77925b387fe20 | |
parent | be36f445294327af5e8704a7be274064ade8d5c4 (diff) |
remove toscaparser from elalto release doc
Issue-ID: MODELING-228
Signed-off-by: yxpoke <yangxu5@huawei.com>
Change-Id: I929af88faf7e20a998314232082c32f65167fcfa
-rw-r--r-- | docs/guides/onap-developer/apiref/index.rst | 1 | ||||
-rw-r--r-- | docs/guides/onap-developer/architecture/onap-architecture.rst | 11 | ||||
-rw-r--r-- | docs/guides/onap-developer/developing/index.rst | 2 | ||||
-rw-r--r-- | docs/release/repolist.rst | 2 | ||||
m--------- | docs/submodules/modeling/toscaparsers.git | 0 |
5 files changed, 9 insertions, 7 deletions
diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index 289855ba8..135029d42 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -54,7 +54,6 @@ Common Services DMAAP DR - Data Management as a Platform (Data Router) <../../../submodules/dmaap/datarouter.git/docs/index.rst> DMAAP MR - Data Management as a Platform (Message Router) <../../../submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/offeredapis.rst> ExtAPI- External API/NBI - NorthBound API <../../../submodules/externalapi/nbi.git/docs/offeredapis/offeredapis.rst> - Modeling Parsers <../../../submodules/modeling/toscaparsers.git/docs/offeredapis.rst> MSB - Micro Services Bus <../../../submodules/msb/apigateway.git/docs/platform/offeredapis.rst> Multi Cloud <../../../submodules/multicloud/framework.git/docs/MultiCloud-APIv1-Specification.rst> MUSIC - Multi-site State Coordination Service <../../../submodules/music.git/docs/offeredapis.rst> diff --git a/docs/guides/onap-developer/architecture/onap-architecture.rst b/docs/guides/onap-developer/architecture/onap-architecture.rst index ca0399ac5..b35c1aba8 100644 --- a/docs/guides/onap-developer/architecture/onap-architecture.rst +++ b/docs/guides/onap-developer/architecture/onap-architecture.rst @@ -491,7 +491,7 @@ requirements of various use cases, guide the development and bring consistency among ONAP components and explore a common model to improve the interoperability of ONAP. -In the Dublin Release, ONAP supports the following Models: +In the El Alto Release, ONAP supports the following Models: - A VNF Descriptor Information Model based on ETSI NFV IFA011 v.2.5.1 with appropriate modifications aligned with ONAP requirements @@ -506,10 +506,13 @@ In the Dublin Release, ONAP supports the following Models: modelling project parsing capabilities) - These models enable ONAP to interoperate with implementations based on standards and improve industry collaboration. +- Root model which presents the relationship between different models +- Business and Interaction model based on TMF specifications +- VES model based on VES 7.1 specification -In Dublin release, in addition to the parser library, modeling project -introduced generic parser which provide the Tosca parser restful APIs for other -projects as a standalone service. +In El Alto release, modeling project rename the generic parser into etsi catalog, +which still provide the parser functionalities, as well as additional package +management functionalities. Industry Alignment ================== diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 567ac4cef..646a8b694 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -197,7 +197,7 @@ Modeling :titlesonly: ../../../submodules/modeling/modelspec.git/docs/index - ../../../submodules/modeling/toscaparsers.git/docs/index + ../../../submodules/modeling/etsicatalog.git/docs/index MultiVIM Cloud -------------- diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index 23c94c6dc..e646cf6a0 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -20,7 +20,7 @@ Project/Components HOLMES - Alarm Correlation and Analysis <../submodules/holmes/engine-management.git/docs/index> HOLMES - Architecuture and APIs <../submodules/holmes/rule-management.git/docs/index> logging-analytics <../submodules/logging-analytics.git/docs/index> - modeling/toscaparsers <../submodules/modeling/toscaparsers.git/docs/index> + modeling/etsicatalog <../submodules/modeling/etsicatalog.git/docs/index> MSB - Microservice Bus <../submodules/msb/apigateway.git/docs/index> msb/swagger-sdk <../submodules/msb/swagger-sdk.git/docs/index> MultiCloud Framework <../submodules/multicloud/framework.git/docs/index> diff --git a/docs/submodules/modeling/toscaparsers.git b/docs/submodules/modeling/toscaparsers.git deleted file mode 160000 -Subproject 1d0484710e62a87d22eeb0a3fd039f8a589d7a8 |