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