summaryrefslogtreecommitdiffstats
path: root/vcpe_beijing/vcpe/__others_tmp/Definitions/resource-Allottedresource-template.yml
diff options
context:
space:
mode:
authorhuangzh <huangzh.bri@chinatelecom.cn>2018-11-07 11:45:38 +0800
committerhuangzh <huangzh.bri@chinatelecom.cn>2018-11-08 10:57:13 +0800
commit1ff97d639e631fe7465038d76e093bc5c1a31867 (patch)
treed3f4aa2144043930c2fee7073a22e45a9f41805b /vcpe_beijing/vcpe/__others_tmp/Definitions/resource-Allottedresource-template.yml
parent4d96698b0cc2b738685482c8a8971f21b143b27e (diff)
new add s3p test scripte
Change-Id: I84b933c017ad7cee12e70da868e8dea1dd9f348b Issue-ID: INT-714 Signed-off-by: huangzh <huangzh.bri@chinatelecom.cn>
Diffstat (limited to 'vcpe_beijing/vcpe/__others_tmp/Definitions/resource-Allottedresource-template.yml')
-rw-r--r--vcpe_beijing/vcpe/__others_tmp/Definitions/resource-Allottedresource-template.yml59
1 files changed, 59 insertions, 0 deletions
diff --git a/vcpe_beijing/vcpe/__others_tmp/Definitions/resource-Allottedresource-template.yml b/vcpe_beijing/vcpe/__others_tmp/Definitions/resource-Allottedresource-template.yml
new file mode 100644
index 0000000..12b76e8
--- /dev/null
+++ b/vcpe_beijing/vcpe/__others_tmp/Definitions/resource-Allottedresource-template.yml
@@ -0,0 +1,59 @@
+tosca_definitions_version: tosca_simple_yaml_1_1
+metadata:
+ invariantUUID: 300f1682-74ae-4ab2-81dd-03d0141cb594
+ UUID: 9333c1aa-4746-4c26-b547-d4cdd5012d8a
+ name: AllottedResource
+ description: Allotted Resource base type all other allotted resources node types derive from
+ type: VFC
+ category: Allotted Resource
+ subcategory: Allotted Resource
+ resourceVendor: ATT (Tosca)
+ resourceVendorRelease: 1.0.0.wd03
+ resourceVendorModelNumber: ''
+imports:
+- nodes:
+ file: nodes.yml
+- datatypes:
+ file: data.yml
+- capabilities:
+ file: capabilities.yml
+- relationships:
+ file: relationships.yml
+- groups:
+ file: groups.yml
+- policies:
+ file: policies.yml
+node_types:
+ org.openecomp.resource.vfc.AllottedResource:
+ derived_from: tosca.nodes.Root
+ description: Allotted Resource base type all other allotted resources node types derive from
+ properties:
+ target_network_role:
+ type: string
+ description: Target network role
+ providing_service_invariant_uuid:
+ type: string
+ description: The depending service invariant uuid in order to map the allotted resource to the specific service version
+ role:
+ type: string
+ description: Unique label that defines the role that this allotted resource performs
+ providing_service_uuid:
+ type: string
+ description: The depending service uuid in order to map the allotted resource to the specific service version
+ providing_service_name:
+ type: string
+ description: The depending service name in order to map the allotted resource to the specific service version
+ min_instances:
+ default: 1
+ type: integer
+ max_instances:
+ default: 1
+ type: integer
+ requirements:
+ - service_dependency:
+ occurrences:
+ - 1
+ - UNBOUNDED
+ capability: org.openecomp.capabilities.AllottedResource
+ node: tosca.services.Root
+ relationship: tosca.relationships.DependsOn