RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Bogdan Dobrelya 36569be28d Unify custom t-h-t install steps for UC/OC/upgrade
Allow undercloud installations/upgrades from custom t-h-t, similarly to
overcloud_templates_* et al.

Unify and share custom t-h-t install script for OC and UC and mixed
update/upgrade cases via new shared role tht-prep-config.

To diverge undercloud from overcloud install/update/upgrade cases, use
the following shared mappings (vars on the right correspond to UC
cases):

  * tht_templates_path: undercloud_templates_path (defaults to RPM dir)
  * tht_templates_repo: undercloud_templates_repo
  * tht_templates_branch: undercloud_templates_branch
  * tht_templates_refspec: undercloud_templates_refspec

and a 2nd group (defaults set to do nothing, but only disable the
t-h-t prepare script's code blocks under control of those):

  * composable_scenario:  undercloud_composable_scenario
  * upgrade_composable_scenario: undercloud_upgrade_composable_scenario
  * prep_post_hook_script: undercloud_prep_post_hook_script
  * download_templates_rpm: download_undercloud_templates_rpm
  * tht_rpm_url: undercloud_tht_rpm_url

Those in group 2 may be customized to mimic the overcloud mixed
upgrades logic for underclouds/all-in-one for future use.

And for overclouds respectively, use mappings:

  * composable_scenario: remains unchanged
  * upgrade_composable_scenario: remains unchanged
  * prep_post_hook_script: overcloud_prep_post_hook_script
  * download_templates_rpm: download_overcloud_templates_rpm
  * tht_rpm_url: remains unchanged
  * tht_templates_path: overcloud_templates_path
  ...

Related-bug: #1691467
Closes-bug: #1781227
Change-Id: I4e0dcf24b93b8e4afb8359cb5108c4b7b5ba3d55
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-08-06 08:03:37 +00:00
ci-scripts Make ansible linting script executable 2018-06-13 00:28:40 -04:00
config update rdocloud dns settings to outside provider 2018-08-03 18:59:28 -04:00
playbooks Revert "Don't trigger repo injection if nothing was built" 2018-07-14 23:44:57 +00:00
releasenotes Fix path and wire-in UC deploy role data file 2018-05-24 07:55:27 +00:00
roles Unify custom t-h-t install steps for UC/OC/upgrade 2018-08-06 08:03:37 +00:00
zuul.d Add multinode jobs for various branches in CI 2018-05-22 10:39:13 +03: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 fix error url 2018-03-15 15:32:57 +00:00
other-requirements.txt Replace the invalid links with the right ones for the document 2018-05-09 23:56:14 +00: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 Unpin ansible-lint 2018-06-27 14:19:30 +02:00
tox.ini Added script to validate jinja templates 2017-03-10 14:10:55 +05:30

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.