aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/getAttr/getAttrUC/inputfiles/base_ep-jsa_net.yaml
blob: 516d92a9eaeff84d07061baa9760e92c02c5d671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
heat_template_version: 2013-05-23

description: >
  Version 2.0 02-09-2016 (Authors: Paul Phillips, pp2854 PROD)

parameters:
  lb_st_interface_type_oam:
    type: string


resources:
  template_VMInt_INT1_VLC:
    type: OS::Heat::ResourceGroup
    properties:
      count: 3
      resource_def:
        type: ep-jsa_net.yaml
        properties:
          virtual_machine_interface_properties:
            {
              virtual_machine_interface_properties_service_interface_type: { get_param: lb_st_interface_type_oam },
            }