summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiLevelNestedScenario/in/main.yml
blob: 1b9f1c21db0a04ffbda24846129b3c3775497f42 (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
heat_template_version: 2013-05-23

description: >
  Version 2.0 02-09-2016 (Authors: John Doe, user PROD)

parameters:
  jsa_name:
    type: string
    description: network name of jsa log network
  packet_external_network_name:
    type: string
    description: network name
  packet_internal_network_name:
    type: string

resources:
  packet_internal_network:
    type: OS::Neutron::Net
    properties:
      name:
        get_param: packet_internal_network_name

  packet_external_network:
    type: OS::Neutron::Net
    properties:
      name:
        get_param: packet_external_network_name

  test_nested_level1:
    type: nested_pattern5.yml
    properties:
      port_net: {get_resource: packet_internal_network}
      sub_inf_net: { get_resource: packet_external_network}