RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Steve Baker dc30a1e5a1 Sudo fix overcloud-custom-tht-script.sh.j2
Using overcloud-custom-tht-script.sh.j2 to use a git clone of tht
currently fails because the user lacks permission to modify
/usr/share.

Also, having the git clone directly into /usr/share is not very useful
for those using quickstart for tht development.

This change does a git clone of tht to the working directory and symlinks this
to /usr/share/

It also makes $HOME readable so that mistral workflows have permission
to read the local tripleo.

Change-Id: I08f259664c7810f3a1b1373285bfec1227144da9
2017-12-11 09:01:14 +13:00
ci-scripts Fix ansible-lint.sh to check playbooks 2017-11-13 09:24:23 +00:00
config align containers_minimal with minimal config 2017-11-30 23:53:05 -05:00
playbooks Merge "Add missing steps from tripleo-ci ovb playbook" 2017-12-08 23:53:13 +00:00
releasenotes Merge "Switch to tripleomaster registry by default" 2017-12-01 11:20:53 +00:00
roles Sudo fix overcloud-custom-tht-script.sh.j2 2017-12-11 09:01:14 +13: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.