1354f46996382997af1298d9d70771f921a31483
[apex-tripleo-heat-templates.git] / examples / launchconfig1_hot.yaml
1 heat_template_version: 2013-05-23
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: {get_param: A}
18       b: {get_param: B}
19   resource1:
20     type: OS::Nova::Server
21     properties:
22       flavor: test_flavor
23       image: {get_param: resource1Image}
24       key_name: test_key