tripleo-heat-templates/examples/source_lib_result.yaml
Steve Baker d1d829e6ac merge.py --hot to process and generate HOT
This adds a --hot flag to merge.py which will assume source templates
are in the HOT format, and generate a HOT template artifact.

Tests have also been ported to HOT, along with some minor corrections
to the existing tests to make the source and result templates valid
heat templates.

Partial-Blueprint: tripleo-juno-remove-mergepy

Change-Id: If18ff79f89456123c884a1ab2f910ce4cc9a6e0b
2014-08-01 10:49:59 +12:00

25 lines
428 B
YAML

Description: examples/source.yaml
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
SourceImage:
Default: my_image
Type: String
Resources:
A:
Properties:
image:
Ref: SourceImage
Type: OS::Nova::Server
B:
Metadata:
my_meta:
Fn::Join:
- ''
- - one
- two
- three
Properties:
image:
Ref: BImage
Type: OS::Nova::Server