tripleo-image-elements/elements/tuskar
Martin André 91c4996685 Properly format markdown code blocks
The YAML configuration examples were being parsed as markdown, which
resulted in poorly formatted documents.

Also convert tempest element README file to markdown for consistency.

Change-Id: Id6def1c8bcb86e37f10a74bf85361a9da0d151b6
Closes-Bug: 1328304
2014-11-12 10:31:01 +09:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
install.d Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
os-apply-config/etc/tuskar Update Tuskar element 2014-09-24 08:19:57 +01:00
os-refresh-config Tuskar: support packaged heat templates 2014-10-31 14:50:17 -04:00
README.md Properly format markdown code blocks 2014-11-12 10:31:01 +09:00
element-deps Add package install support for tuskar 2014-10-24 15:48:39 -04:00
pkg-map Add package install support for tuskar 2014-10-24 15:48:39 -04:00
source-repository-tuskar Update Tuskar element 2014-09-24 08:19:57 +01:00
svc-map Add package install support for tuskar 2014-10-24 15:48:39 -04:00

README.md

Install and configure Tuskar.

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