RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Gael Chamoulaud 5533b8f7a1 Adds a Bashate target to tox.ini.
This will now run bashate on all shell scripts. We could ignore the
following list of bashate errors:

- E006: Line longer than 79 columns (as many scripts use jinja
        templating, this is very difficult)
- E040: Syntax error determined using `bash -n` (as many scripts
        use jinja templating, this will often fail and the syntax
        error will be discovered in execution anyway)

Change-Id: I6f6d454ac54a0ac98d8b8a092fa522cba092a592
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2017-02-07 12:23:45 +01:00
ci-scripts Adds a Bashate target to tox.ini. 2017-02-07 12:23:45 +01:00
config/general_config Add virtualbmc_port field to scale config 2017-01-20 15:15:46 +00:00
playbooks Add external repo and img roles to bm undercloud 2017-01-12 08:08:20 -05:00
releasenotes/source Add ReNo support for managing release notes in TripleO-Quickstart-Extras 2017-02-07 12:19:28 +01:00
roles Adds a Bashate target to tox.ini. 2017-02-07 12:23:45 +01:00
.gitignore Add ReNo support for managing release notes in TripleO-Quickstart-Extras 2017-02-07 12:19:28 +01:00
.gitreview Added .gitreview 2016-11-08 14:20:33 +00:00
LICENSE Add essential repo files 2016-11-22 13:23:57 +01:00
README.md Show team and repo badges on README 2016-11-25 18:45:43 +01:00
other-requirements.txt Add essential repo files 2016-11-22 13:23:57 +01:00
setup.cfg Add essential repo files 2016-11-22 13:23:57 +01:00
setup.py Add essential repo files 2016-11-22 13:23:57 +01:00
test-requirements.txt Adds a Bashate target to tox.ini. 2017-02-07 12:23:45 +01:00
tox.ini Adds a Bashate target to tox.ini. 2017-02-07 12:23:45 +01:00

README.md

Team and repository tags

Team and repository tags

Extra roles for tripleo-quickstart

These Ansible role are extending the functionality of tripleo-quickstart to do end-to-end deployment and testing of TripleO.

The documentation of each role is located in the individual role folders, and general usage information is in the tripleo-quickstart docs.