aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/src/test/resources/missingVLTosca/resource-AllottedResource-template.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/src/test/resources/missingVLTosca/resource-AllottedResource-template.yml')
-rw-r--r--common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/src/test/resources/missingVLTosca/resource-AllottedResource-template.yml60
1 files changed, 0 insertions, 60 deletions
diff --git a/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/src/test/resources/missingVLTosca/resource-AllottedResource-template.yml b/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/src/test/resources/missingVLTosca/resource-AllottedResource-template.yml
deleted file mode 100644
index 8c85966229..0000000000
--- a/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-core/src/test/resources/missingVLTosca/resource-AllottedResource-template.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-#_______________________________________________________________________________________________________________________________________
- #| AT&T Proprietary (Restricted) |
- #| Only for use by authorized individuals or any above-designated team(s) |
- #| within the AT&T companies and not for general distribution |
- #|_______________________________________________________________________________________________________________________________________|
-tosca_definitions_version: tosca_simple_yaml_1_0
-metadata:
- invariantUUID: a54a5235-b69d-4f8a-838b-d011e6783fa5
- UUID: f32afdc3-6308-4f0c-a476-0d39c8a1fb4d
- name: Allotted Resource
- description: This is a VF - Allotted resource
- type: VF
- category: Allotted Resource
- subcategory: Allotted Resource
- resourceVendor: '1'
- resourceVendorRelease: '1'
-imports:
-- Alloted resource:
- file: resource-AllotedResource-template.yml
-topology_template:
- node_templates:
- Alloted resource 1:
- type: org.openecomp.resource.vfc.AllottedResource1
- metadata:
- invariantUUID: 666b409b-5614-41a8-945e-a53d68f5d439
- UUID: df0c1c4d-1756-4b2a-998e-73f9f4d77afa
- version: '1.0'
- name: Alloted resource
- description: This is a VFC- Allotted resource
- type: VFC
- category: Allotted Resource
- subcategory: Allotted Resource
- substitution_mappings:
- node_type: org.openecomp.resource.vf.AllottedResource
- capabilities:
- Alloted resource 1.feature:
- type: tosca.capabilities.Node
- occurrences:
- - 1
- - UNBOUNDED
- requirements:
- Alloted resource 1.dependency:
- occurrences:
- - 0
- - UNBOUNDED
- capability: tosca.capabilities.Node
- node: tosca.nodes.Root
- relationship: tosca.relationships.DependsOn
- Alloted resource 1.service_dependency:
- occurrences:
- - 1
- - 1
- capability: org.openecomp.capabilities.AllottedResource
- node: tosca.services.Root
- relationship: tosca.relationships.DependsOn
-#_______________________________________________________________________________________________________________________________________
- #| AT&T Proprietary (Restricted) |
- #| Only for use by authorized individuals or any above-designated team(s) |
- #| within the AT&T companies and not for general distribution |
- #|_______________________________________________________________________________________________________________________________________|