tripleo-heat-templates/tuskar-source.yaml
Roman Podolyaka d3aa08dd5f Add tuskar API service configuration
Needed for I1d16e535ae50a06a8792e1613bb6b6c4647bf128 to
work properly.

Change-Id: Ib66e688bd7500f03dea7d4282607cd51078e9a51
2013-10-14 18:31:23 +03:00

22 lines
800 B
YAML

Parameters:
# NOTE(rpodolyaka): limitation of tuskar-api, see https://bugs.launchpad.net/tuskar/+bug/1235236
OvercloudAdminPassword:
Default: unset
Description: The password of admin user of the overcloud (required by some services in the under cloud)
Type: String
OvercloudKeystoneHost:
Description: The Overcloud Host running Keystone
Type: String
Resources:
undercloudTuskarVm:
Type: AWS::AutoScaling::LaunchConfiguration
Metadata:
OpenStack::Role: notcomputeConfig
tuskar:
db: mysql://tuskar:unset@localhost/tuskar?charset=utf8
user: admin
tenant_name: admin
password: {Ref: AdminPassword}
overcloud-admin-password: {Ref: OvercloudAdminPassword}
overcloud-keystone-host: {Ref: OvercloudKeystoneHost}