dbda731e48
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
22 lines
800 B
YAML
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}
|