aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-sdk/src/test/resources/InvalidHeatStructure/first.yaml
blob: 24fe19170d9c3c68c426bfe97c9c410b0610da74 (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: cmaui server template for vMMSC

parameters:
  nems_traffic_name:
    description: dummy
    type: string

			resources:
  jsa_net1:
      type: OS::Contrail::VirtualNetwork
      properties:
        name: {get_param: }
  jsa_net3:
      type: OS::Contrail::VirtualNetwork
      properties:
        name: {get_param: nems_traffic_name}
  jsa_net5:
      type: OS::ContrailV2::VirtualNetwork
      properties:
        name: {get_param: nems_traffic_name}