aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/service_vmme_template_1.yml
blob: c2b2875c75a17ff969cfa483d569dc1435fd4856 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
--- 
description: "Service Template for deploing MME Service"
imports: 
  - 
    vmmeToscaTemplate: 
      file: vf_vmme_template_1.yml
  - 
    ExtVL: 
      file: resource-Extvl-template.yml
  - 
    ? "Allotted Resource"
    : 
      file: resource-AllottedResource-template.yml
metadata: 
  UUID: 7787da18-7516-40cf-bec0-ebd4202c60f0
  category: Mobility
  description: vMME_Service
  invariantUUID: e255f20c-5331-4245-9ad5-8861a73080b7
  name: vMME_Service
  serviceEcompNaming: false
  serviceHoming: false
  type: Service
topology_template: 
  groups: 
    external_networks: 
      members: 
        - sctp_a_net
        - sctp_b_net
        - gtp_net
      properties: 
        availability_zone_count: 1
        contrail_service_instance: true
      type: org.openecomp.groups.externalNetworks
  inputs: 
    gtp_net_cidr: 
      default: 107.243.37.64/27
      description: "The GTP network cidr"
      type: string
    gtp_net_end_ip: 
      default: "107.243.37.94"
      description: "The GTP network end ip"
      type: string
    gtp_net_gateway_ip: 
      default: "107.243.37.65"
      description: "The GTP network gateway"
      type: string
    gtp_net_network_name: 
      default: MME-24474-Ericsson-WTC-lab_gn_GTP_net_1
      description: "The GTP network route targets"
      type: string
    gtp_net_route_targets: 
      default: "13979:105715"
      description: "The GTP network route targets"
      type: string
    gtp_net_start_ip: 
      default: "107.243.37.67"
      description: "The GTP network start ip"
      type: string
    mme_vf_deployment_node: 
      description: "The target LCP node for deployment of this VF instance"
      type: string
    mme_vf_instance_name: 
      description: "VF instance name"
      type: string
  node_templates: 
    ? "Allotted Resource 2"
    : 
      metadata: 
        UUID: f32afdc3-6308-4f0c-a476-0d39c8a1fb4d
        category: "Allotted Resource"
        description: "This is a VF - Allotted resource"
        invariantUUID: a54a5235-b69d-4f8a-838b-d011e6783fa5
        name: "Allotted Resource"
        subcategory: "Allotted Resource"
        type: VF
        version: "1.0"
      type: org.openecomp.resource.vf.AllottedResource
    ? "ExtVL 1"
    : 
      metadata: 
        UUID: 3f8fa4d2-2b86-4b36-bbc8-ffb8f9f57468
        category: Generic
        description: "OPENECOMP generic virtual link (network) base type for all other service-level and global networks"
        invariantUUID: f148dbb0-8c53-466d-9687-791c0e9d40cf
        name: ExtVL
        subcategory: "Network Elements"
        type: VL
        version: "2.0"
      type: org.openecomp.resource.vl.extVL
    ? "ExtVL 2"
    : 
      metadata: 
        UUID: 3f8fa4d2-2b86-4b36-bbc8-ffb8f9f57433
        category: Generic
        description: "OPENECOMP generic virtual link (network) base type for all other service-level and global networks"
        invariantUUID: f148dbb0-8c53-466d-9687-791c0e9d40cf
        name: ExtVL
        subcategory: "Network Elements"
        type: VL
        version: "4.0"
      type: org.openecomp.resource.vl.extVL

    mme: 
      metadata: 
        UUID: b020ed1e-4bc7-4fc0-ba7e-cc7af6da7ffc
        category: "Application L4+"
        description: vMME_VF
        invariantUUID: b8643c59-e2c2-4f86-880d-571d4d9d5d22
        name: vMME_VF
        resourceVendor: Ericsson
        subcategory: Firewall
        type: VF
        version: 1.0
      properties: 
        vf_deployment_node: 
          get_input: vf_deployment_node
        vf_ecomp_name: false
        vf_homing: false
        vf_instance_name: 
          get_input: vf_instance_name
      requirements: 
        - 
          vlc1_sctp_a.link: 
            capability: tosca.capabilities.network.Bindable
            node: sctp_a_net
            relationship: tosca.relationships.network.BindsTo
        - 
          vlc1_sctp_b.link: 
            capability: tosca.capabilities.network.Bindable
            node: sctp_b_net
            relationship: tosca.relationships.network.BindsTo
        - 
          vlc1_gtp_net.link: 
            capability: tosca.capabilities.network.Bindable
            node: gtp_net
            relationship: tosca.relationships.network.BindsTo
      type: org.openecomp.resource.vf.vmme

tosca_definitions_version: tosca_simple_profile_for_ecomp_1_0