[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / ecompGuideLineValidator / heatNovaServerMetaDataValidation / negative / first.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat expose volume resource
4
5 resources:
6
7   FSB2:
8     type: OS::Nova::Server
9     properties:
10       name: { get_param: fsb_name_2 }
11       block_device_mapping: [{device_name: "vda", volume_id : {get_param: VMME_FSB2_boot_volume }, delete_on_termination: "false" }]
12       flavor: { get_param: fsb2_flavor_name }
13       availability_zone: { get_param: availability_zone_0 }
14       metadata:
15         not_VF_id: { get_param: vnfvfVF_id }
16         vf_module_id: { get_param: vf_module_id }
17       networks:
18         - port: { get_resource: FSB2_Internal1 }
19         - port: { get_resource: FSB2_Internal2 }
20         - port: { get_resource: FSB2_OAM }
21 outputs:
22   expose_resource_nove_output_1:
23     description: the pcrf_server
24     value: { get_resource: FSB2 }
25
26
27