tripleo-heat-templates/tuskar-source.yaml
Dan Prince dbda731e48 Name the undercloud resources with 'undercloud'.
Using notcompute for the undercloud resources is a bit confusing
so lets rename them accordingly. This change shouldn't effect
the devtest scripts or toci because we don't pass a parameter
in for the undercloud.

Change-Id: I33c28a3554fe117c5a0a6e641ea277f7a95f2b35
2013-11-26 08:58:42 -05: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: undercloudConfig
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}