RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Steve Baker b3794ff03a Use the in-built image prepare for undercloud install
This file will write out the heat environment file
containers-prepare-parameter.yaml which will be used to do any
required image preparation during undercloud install.

The role parameter undercloud_container_images_file has been left as
an option for overriding, but is no longer required.

This change also switches the overcloud prepare to consume this file
via the command "openstack tripleo container image prepare"

It is expected that overcloud deploy will use the exact same
containers-prepare-parameter.yaml and the logic will be in place to
skip any unnecessary prepare actions. For this reason, the parameter
undercloud_docker_image_tag has been removed, and docker_image_tag is
used directly.
Since this file (and the variables used to build it) will be common to
undercloud and overcloud, there has been some refactoring to move
variable defaults to extras-common.

Change-Id: I290806b9296773688dfd02bc41f8baea28cf3d6a
Blueprint: container-prepare-workflow
2018-06-15 20:24:20 +00:00
ci-scripts Add ansible linter rule for set pipefail 2018-04-26 21:32:24 +03:00
config Remove DNS servers that are no longer used 2018-04-27 12:50:17 +00:00
playbooks Add a role for the standalone deployment 2018-06-08 17:12:32 -04:00
releasenotes Fix path and wire-in UC deploy role data file 2018-05-24 07:55:27 +00:00
roles Use the in-built image prepare for undercloud install 2018-06-15 20:24:20 +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 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

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.