aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/node-types/Cp/Cp.yml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/node-types/Cp/Cp.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/node-types/Cp/Cp.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/node-types/Cp/Cp.yml b/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/node-types/Cp/Cp.yml
deleted file mode 100644
index 1132735888..0000000000
--- a/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/node-types/Cp/Cp.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_2
-description: ETSI NFV SOL 001 Cp node type definitions version 2.5.1
-
-node_types:
- tosca.nodes.nfv.Cp:
- derived_from: tosca.nodes.Root
- description: Provides information regarding the purpose of the connection point
- properties:
- layer_protocols:
- type: list
- description: Identifies which protocol the connection point uses for connectivity purposes
- required: true
- entry_schema:
- type: string
- constraints:
- - valid_values: [ ethernet, mpls, odu2, ipv4, ipv6, pseudo-wire ]
- role: #Name in ETSI NFV IFA011 v0.7.3: cpRole
- type: string
- description: Identifies the role of the port in the context of the traffic flow patterns in the VNF or parent NS
- required: false
- constraints:
- - valid_values: [ root, leaf ]
- description:
- type: string
- description: Provides human-readable information on the purpose of the connection point
- required: false
- protocol:
- type: list
- description: Provides information on the addresses to be assigned to the connection point(s) instantiated from this Connection Point Descriptor
- required: false
- entry_schema:
- type: tosca.datatypes.nfv.CpProtocolData
- trunk_mode:
- type: boolean
- description: Provides information about whether the CP instantiated from this Cp is in Trunk mode (802.1Q or other), When operating in "trunk mode", the Cp is capable of carrying traffic for several VLANs. Absence of this property implies that trunkMode is not configured for the Cp i.e. It is equivalent to boolean value "false".
- required: false