summaryrefslogtreecommitdiffstats
path: root/vcpe_beijing/vcpe/__tmp/Definitions/resource-VcpearBrg20180927a-template-interface.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/__tmp/Definitions/resource-VcpearBrg20180927a-template-interface.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/__tmp/Definitions/resource-VcpearBrg20180927a-template-interface.yml')
-rw-r--r--vcpe_beijing/vcpe/__tmp/Definitions/resource-VcpearBrg20180927a-template-interface.yml63
1 files changed, 63 insertions, 0 deletions
diff --git a/vcpe_beijing/vcpe/__tmp/Definitions/resource-VcpearBrg20180927a-template-interface.yml b/vcpe_beijing/vcpe/__tmp/Definitions/resource-VcpearBrg20180927a-template-interface.yml
new file mode 100644
index 0000000..92a152f
--- /dev/null
+++ b/vcpe_beijing/vcpe/__tmp/Definitions/resource-VcpearBrg20180927a-template-interface.yml
@@ -0,0 +1,63 @@
+tosca_definitions_version: tosca_simple_yaml_1_1
+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.vf.VcpearBrg20180927a:
+ derived_from: org.openecomp.resource.abstract.nodes.VF
+ properties:
+ nf_naming:
+ default:
+ ecomp_generated_naming: true
+ type: org.openecomp.datatypes.Naming
+ multi_stage_design:
+ default: false
+ type: boolean
+ nf_naming_code:
+ type: string
+ nf_function:
+ type: string
+ availability_zone_max_count:
+ default: 1
+ type: integer
+ nf_role:
+ type: string
+ max_instances:
+ type: integer
+ min_instances:
+ type: integer
+ nf_type:
+ type: string
+ capabilities:
+ allottedresource0.feature:
+ type: tosca.capabilities.Node
+ occurrences:
+ - 1
+ - UNBOUNDED
+ valid_source_types: [
+ ]
+ requirements:
+ - allottedresource0.dependency:
+ occurrences:
+ - 0
+ - UNBOUNDED
+ capability: tosca.capabilities.Node
+ node: tosca.nodes.Root
+ relationship: tosca.relationships.DependsOn
+ - allottedresource0.service_dependency:
+ occurrences:
+ - 1
+ - UNBOUNDED
+ capability: org.openecomp.capabilities.AllottedResource
+ node: tosca.services.Root
+ relationship: tosca.relationships.DependsOn