summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/tests/HeatDeploymentArtifacts/heat_mini.yaml
blob: a545569129b9fd85e268c21a3f00c3d7e96d4c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
heat_template_version: 2013-05-23

parameters:
  vnf_name:
    type: string
    description: Unique name for this VNF instance
    default: This_is_the_SCP_name

resources:
  FE_Affinity:
    type: OS::Nova::ServerGroup
    properties:
      policies: ["anti-affinity"]