Merge "Configures haproxy as a Pacemaker resource"
[apex-tripleo-heat-templates.git] / examples / scale1_hot.yaml
1 heat_template_version: 2014-10-16
2 resources:
3   ComputeUser:
4     type: AWS::IAM::User
5     properties:
6       Policies: [ { get_param: ComputeAccessPolicy } ]
7   GlobalAccessPolicy:
8     type: OS::Heat::AccessPolicy
9   NovaCompute0Key:
10     type: FileInclude
11     Path: examples/scale2_hot.yaml
12     SubKey: resources.NovaCompute0Key
13   NovaCompute0CompletionCondition:
14     type: FileInclude
15     Path: examples/scale2_hot.yaml
16     SubKey: resources.NovaCompute0CompletionCondition
17   NovaCompute0CompletionHandle:
18     type: FileInclude
19     Path: examples/scale2_hot.yaml
20     SubKey: resources.NovaCompute0CompletionHandle
21   NovaCompute0Config:
22     type: FileInclude
23     Path: examples/scale2_hot.yaml
24     SubKey: resources.NovaCompute0Config
25     parameters:
26         ComputeImage: "123"
27         RabbitUserName: "guest"
28         RabbitPassword: "guest"
29   NovaCompute0:
30     type: FileInclude
31     Path: examples/scale2_hot.yaml
32     SubKey: resources.NovaCompute0