aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/novaservergroups/sharedServerGroup/inputfiles/addOn.yml
blob: 9e17ca48376aa37836fe101b2d8bf3a3b1de3992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
heat_template_version: 2013-05-23

description: ASC Template

parameters:
  smp_name_2:
    type: string
  image_smp_name:
    type: string
  availability_zone_0:
    type: string
  flavor_smp_name:
    type: string
  shared_server_group:
    type: string
  shared_nova:
    type: string


resources:
  server_smp_addOn:
      type: OS::Nova::Server
      properties:
        name: { get_param: smp_name_2 }
        image: { get_param: image_smp_name }
        availability_zone: { get_param: availability_zone_0 }
        flavor: { get_param: flavor_smp_name }
        scheduler_hints: { group1: { get_param: shared_server_group }, group2: { get_param: shared_nova }}