summaryrefslogtreecommitdiffstats
path: root/s3p/templates/pciVendorId/Definitions/resource-Vnf-template.yml
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2018-11-07 16:39:31 +0800
committerLianhao Lu <lianhao.lu@intel.com>2018-11-09 08:52:35 +0800
commitde0e18b974cb40cbbfac1accdc7d4b460ccd4186 (patch)
treec7609fcf1a94013f3b1535e79f173d66a916cc64 /s3p/templates/pciVendorId/Definitions/resource-Vnf-template.yml
parent3bd15a55aeb69c1caad1a1f32175cb3b7797733a (diff)
Added JMeter scripts for stability test
Added the scripts and JMeter scenario for stability test Change-Id: If495321e54e56d688cfadd53894a0361f283079d Issue-ID: POLICY-837 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 's3p/templates/pciVendorId/Definitions/resource-Vnf-template.yml')
-rw-r--r--s3p/templates/pciVendorId/Definitions/resource-Vnf-template.yml70
1 files changed, 70 insertions, 0 deletions
diff --git a/s3p/templates/pciVendorId/Definitions/resource-Vnf-template.yml b/s3p/templates/pciVendorId/Definitions/resource-Vnf-template.yml
new file mode 100644
index 00000000..121aba2c
--- /dev/null
+++ b/s3p/templates/pciVendorId/Definitions/resource-Vnf-template.yml
@@ -0,0 +1,70 @@
+tosca_definitions_version: tosca_simple_yaml_1_1
+metadata:
+ invariantUUID: 7f6227f9-771a-4d25-86bb-2b3ba809e81c
+ UUID: d5c50615-de40-4a8a-a2a6-9eae9bd5b30f
+ name: VNF
+ description: VNF
+ type: VFC
+ category: Generic
+ subcategory: Infrastructure
+ 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
+- annotations:
+ file: annotations.yml
+node_types:
+ tosca.nodes.nfv.VNF:
+ derived_from: tosca.nodes.Root
+ description: VNF
+ properties:
+ configurable_properties:
+ type: tosca.datatypes.nfv.VnfConfigurableProperties
+ product_info_name:
+ type: string
+ default_localization_language:
+ type: string
+ flavour_id:
+ type: string
+ flavour_description:
+ type: string
+ product_name:
+ type: string
+ descriptor_id:
+ type: string
+ product_info_description:
+ type: string
+ provider:
+ type: string
+ descriptor_version:
+ type: string
+ vnfm_info:
+ type: list
+ entry_schema:
+ type: string
+ software_version:
+ type: string
+ localization_languages:
+ type: list
+ entry_schema:
+ type: string
+ requirements:
+ - virtual_link:
+ occurrences:
+ - 0
+ - UNBOUNDED
+ capability: tosca.capabilities.nfv.VirtualLinkable
+ node: tosca.nodes.nfv.VnfVirtualLink
+ relationship: tosca.relationships.nfv.VirtualLinksTo