summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/onap-types/NSD/NSD.yml
diff options
context:
space:
mode:
authordekstroza <dejan.kitic@ericsson.com>2018-05-18 15:23:12 +0100
committerMichael Lando <ml636r@att.com>2018-05-27 23:13:27 +0300
commitcb72310ab92091c47502f7e3c1bf2162884dca83 (patch)
treecfd6fbf0abf585c35f16dd72380a703cbdc13e8b /catalog-be/src/main/resources/import/tosca/onap-types/NSD/NSD.yml
parenta4d6b57e6b8babca1007680fa51fa38f2eccf536 (diff)
R2 model updates
All model verification changes and updated in single patch. Change-Id: Ie794dc141400490bf1a858a8d6c9d1c45e5b9443 Issue-ID: SDC-1253 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/onap-types/NSD/NSD.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/onap-types/NSD/NSD.yml41
1 files changed, 0 insertions, 41 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/NSD/NSD.yml b/catalog-be/src/main/resources/import/tosca/onap-types/NSD/NSD.yml
deleted file mode 100644
index 1b3d8820d5..0000000000
--- a/catalog-be/src/main/resources/import/tosca/onap-types/NSD/NSD.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_0_0
-node_types:
- org.openecomp.resource.vfc.NSD:
- derived_from: tosca.nodes.Root
- description: ECOMP Allotted Resource base type all other allotted resources node types derive from
- properties:
- nsd_id:
- type: string
- required: true
- description: ID of the NSD
- nsd_designer:
- type: string
- required: true
- description: Designer of the NSD
- nsd_version:
- type: string
- required: true
- description: Version of the NSD
- nsd_name:
- type: string
- required: true
- description: Name of the NSD
- providing_service_uuid:
- type: string
- required: true
- description: The depending service uuid in order to map the allotted resource to the specific service version
- providing_service_invariant_uuid:
- type: string
- required: true
- description: The depending service invariant uuid in order to map the allotted resource to the specific service version
- providing_service_name:
- type: string
- required: true
- description: The depending service name in order to map the allotted resource to the specific service version
- requirements:
- - virtualLink:
- capability: tosca.capabilities.network.Linkable
- relationship: tosca.relationships.network.LinksTo
- capabilities:
- virtual_linkable:
- type: tosca.capabilities.network.Linkable