Rename packages from openecomp to onap.
[sdc.git] / common / onap-sdc-artifact-generator-lib / onap-sdc-artifact-generator-test / src / main / resources / resource-Extvl-template_WithL3Network.yml
1 #_______________________________________________________________________________________________________________________________________
2  #|                                                                         AT&T Proprietary (Restricted)                                                                                |
3  #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
4  #|                                          within the AT&T companies and not for general distribution                                                          |
5  #|_______________________________________________________________________________________________________________________________________|
6 tosca_definitions_version: tosca_simple_yaml_1_0
7 metadata:
8   invariantUUID: f148dbb0-8c53-466d-9687-791c0e9d40cf
9   UUID: 3f8fa4d2-2b86-4b36-bbc8-ffb8f9f57468
10   name: ExtVL
11   description: OPENECOMP generic virtual link (network) base type for all other service-level and global networks
12   type: VL
13   category: Generic
14   subcategory: Network Elements
15   resourceVendor: OPENECOMP (Tosca)
16   resourceVendorRelease: 1.0.0.wd03
17 node_types:
18   org.openecomp.resource.vl.extVL:
19     derived_from: tosca.nodes.Root
20     description: OPENECOMP generic virtual link (network) base type for all other service-level and global networks
21     properties:
22       physical_network:
23         type: org.openecomp.datatypes.network.PhysicalNetwork
24       network_role:
25         type: string
26         description: |
27           Unique label that defines the role that this network performs.   example: vce oam network, vnat sr-iov1 network
28       network_assignments:
29         type: org.openecomp.datatypes.network.NetworkAssignments
30       network_flows:
31         type: org.openecomp.datatypes.network.NetworkFlows
32       vl_artifacts:
33         type: map
34         description: List of artifacts associated with the VL
35         entry_schema:
36           type: org.openecomp.datatypes.Artifact
37       network_scope:
38         type: string
39         description: |
40           Uniquely identifies the network scope. Valid values for the network scope   includes: VF - VF-level network. Intra-VF network which connects the VFCs (VMs) inside the VF. SERVICE - Service-level network. Intra-Service network which connects  the VFs within the service GLOBAL - Global network which can be shared by multiple services
41       network_ecomp_naming:
42         type: org.openecomp.datatypes.EcompNaming
43       network_type:
44         type: string
45         description: OPENECOMP supported network types.
46       network_technology:
47         type: string
48         description: OPENECOMP supported network technology
49       network_homing:
50         type: org.openecomp.datatypes.EcompHoming
51     capabilities:
52       virtual_linkable:
53         type: tosca.capabilities.network.Linkable
54         occurrences:
55         - 1
56         - UNBOUNDED
57 #_______________________________________________________________________________________________________________________________________
58  #|                                                                         AT&T Proprietary (Restricted)                                                                                |
59  #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
60  #|                                          within the AT&T companies and not for general distribution                                                          |
61  #|_______________________________________________________________________________________________________________________________________|