tripleo-heat-templates/examples/launchconfig2.yaml
Roman Podolyaka fcbead3871 Make LaunchConfiguration resources mergeable
This can be very useful for merging of Metadata to be used
by optional services (e. g. to add services like tuskar to
undercloud on demand).

Change-Id: Ifc4016d6e994064c0772c12e668e98bf055fada9
2013-10-14 15:30:24 +03:00

20 lines
409 B
YAML

Parameters:
C:
Type: String
Default: test3
resource2Image:
Type: String
Default: resource2
Resources:
notcomputeConfigMixin:
Type: AWS::AutoScaling::LaunchConfiguration
Metadata:
OpenStack::Role: notcomputeConfig
c: {Ref: C}
resource2:
Type: OS::Nova::Server
Properties:
flavor: test_flavor
image: {Ref: resource2Image}
key_name: test_key