RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
John Trowbridge 9e4495770c Allow support for subunit2junitxml < 1.2
Versions of subunit2junitxml less than 1.2 do not support the
syntax we have in the validate tempest role. Namely:

  subunit2junitxml foo bar

Instead they need the destination file specified with '--output-to'

  subunit2junitxml foo --output-to=bar

As far as I can tell, the newer versions of subunit still support
the '--output-to' syntax. As such, we should use the syntax that
supports all versions.

Closes-Bug: 1720859

Change-Id: I3b52db71bb1b1b1f0faf241038348e6dedca943f
2017-11-20 15:24:18 -05:00
ci-scripts Fix ansible-lint.sh to check playbooks 2017-11-13 09:24:23 +00:00
config Fix devmode run of quickstart 2017-11-09 13:05:21 +00:00
playbooks Merge "Add ability to build images to baremetal playbook" 2017-11-20 14:37:33 +00:00
releasenotes Allow custom undercloud roles files for images prepare 2017-09-22 11:56:59 +02:00
roles Allow support for subunit2junitxml < 1.2 2017-11-20 15:24:18 -05:00
zuul.d Migrate tripleo-quickstart-extras to zuul v3 jobs 2017-11-16 14:35:51 +00: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
other-requirements.txt 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
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 Switch from oslosphinx to openstackdocstheme 2017-07-06 19:39:35 +00:00
tox.ini Added script to validate jinja templates 2017-03-10 14:10:55 +05:30

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.