tripleo-image-elements/elements/tuskar/README.md
Dougal Matthews ecc5c8678c Update Tuskar element
These updates reflect the Tuskar changes during Juno

Change-Id: I4d22511bd001270f23b887990dbe1aae202a5585
2014-09-24 08:19:57 +01:00

21 lines
687 B
Markdown

Install tuskar service from git.
Configuration
-------------
Tuskar API requires the following keys to be set via Heat Metadata.
tuskar:
overcloud-admin-password:
- the password of the overcloud admin user. Use
OvercloudAdminPassword template parameter to
override this option.
db: "mysql://tuskar:unset@localhost/tuskar?charset=utf8"
- the connection string for a DB to be used by tuskar-api.
username:
- the name of the user to deploy the overcloud on behalf of
password:
- the password of the user to deploy the overcloud on behalf of
tenant_name:
- the tenant name of the user to deploy the overcloud on behalf of