[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / org / openecomp / validation / validators / attGuideLineValidator / heatcontrailservicetemplateimageandflavor / imageandflavordifferentvmtype / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6   service_template:
7       type: OS::Contrail::ServiceTemplate
8       properties:
9         name: { get_param: st_name }
10         service_mode: { get_param: st_mode }
11         service_type: { get_param: st_type }
12         image_name: { get_param: st1_image_name }
13         flavor: { get_param: st_flavor_name }
14         service_interface_type_list: { "Fn::Split" : [ ",", "management,left,right,other" ] }
15         shared_ip_list: { "Fn::Split" : [ ",", Ref: st_shared_ip_list ] }
16         static_routes_list: { "Fn::Split" : [ ",", Ref: st_static_routes_list ] }
17         service_scaling: { get_param: st_scaling }