Merge "Allow manual hosts entry exports in overcloud."
[apex-tripleo-heat-templates.git] / tuskar-source.yaml
1 Parameters:
2   # NOTE(rpodolyaka): limitation of tuskar-api, see https://bugs.launchpad.net/tuskar/+bug/1235236
3   OvercloudAdminPassword:
4     Default: unset
5     Description: The password of admin user of the overcloud (required by some services in the under cloud)
6     Type: String
7   OvercloudKeystoneHost:
8     Description: The Overcloud Host running Keystone
9     Type: String
10 Resources:
11   undercloudTuskarVm:
12     Type: AWS::AutoScaling::LaunchConfiguration
13     Metadata:
14       OpenStack::Role: undercloudConfig
15       tuskar:
16         db: mysql://tuskar:unset@localhost/tuskar?charset=utf8
17         user: admin
18         tenant_name: admin
19         password: {Ref: AdminPassword}
20         overcloud-admin-password: {Ref: OvercloudAdminPassword}
21         overcloud-keystone-host: {Ref: OvercloudKeystoneHost}