[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / novaservergroups / sharedServerGroup / inputfiles / addOn.yml
1 heat_template_version: 2013-05-23
2
3 description: ASC Template
4
5 parameters:
6   smp_name_2:
7     type: string
8   image_smp_name:
9     type: string
10   availability_zone_0:
11     type: string
12   flavor_smp_name:
13     type: string
14   shared_server_group:
15     type: string
16   shared_nova:
17     type: string
18
19
20 resources:
21   server_smp_addOn:
22       type: OS::Nova::Server
23       properties:
24         name: { get_param: smp_name_2 }
25         image: { get_param: image_smp_name }
26         availability_zone: { get_param: availability_zone_0 }
27         flavor: { get_param: flavor_smp_name }
28         scheduler_hints: { group1: { get_param: shared_server_group }, group2: { get_param: shared_nova }}
29
30
31
32
33