[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / HeatDeploymentArtifacts / heat_mini.yaml
1 heat_template_version: 2013-05-23
2
3 parameters:
4   vnf_name:
5     type: string
6     description: Unique name for this VNF instance
7     default: This_is_the_SCP_name
8
9 resources:
10   FE_Affinity:
11     type: OS::Nova::ServerGroup
12     properties:
13       policies: ["anti-affinity"]