aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrailv2Vlan/listInterface/inputfiles/base_hot_template.yml
blob: afe369c6f3c91637ddc1f2a62de1468649978750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
heat_template_version: 2015-04-30

description: >
  Module HOT template to create vmme 2 vlc

parameters:
  lb_st_interface_type_oam:
    description: dummy
    type: string

resources:
  template_VMInt_INT1_VLC:
    type: OS::Heat::ResourceGroup
    properties:
      count: 3
      resource_def:
        type: hot_template.yml
        properties:
          virtual_machine_interface_properties:
            {
              virtual_machine_interface_properties_service_interface_type: { get_param: lb_st_interface_type_oam },
            }