Enable mysql_clustercheck for Pacemaker scenario
[apex-tripleo-heat-templates.git] / examples / launchconfig1.yaml
1 HeatTemplateFormatVersion: '2012-12-12'
2 Parameters:
3   A:
4     Type: String
5     Default: test1
6   B:
7     Type: String
8     Default: test2
9   resource1Image:
10     Type: String
11     Default: resource1
12 Resources:
13   notcomputeConfigBase:
14     Type: AWS::AutoScaling::LaunchConfiguration
15     Metadata:
16       OpenStack::Role: notcomputeConfig
17       a: {Ref: A}
18       b: {Ref: B}
19   resource1:
20     Type: OS::Nova::Server
21     Properties:
22       flavor: test_flavor
23       image: {Ref: resource1Image}
24       key_name: test_key