RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Chandan Kumar 95291ba130 Run container-prep role before installing standalone
In order to set correct container tag from dlrn md5 sum
in container-image-prepare file, we need to run
container-prep role before deploying standalone.

Otherwise tripleo-ci-testing tag[1] will be used in periodic
line and this tag does not exists on quay.rdoproject.org.
It will fail the standalone deployment with image not found.

This patch fixes the same and now tag is properly set in
container-image-prepare[2]. The same tag will be set
in deploy_compute.sh script.

[1]. https://logserver.rdoproject.org/18/46118/3/check/periodic-tripleo-ci-centos-9-standalone-external-compute-target-host-master/1355bd7/logs/undercloud/home/zuul/containers-prepare-parameters.yaml.txt.gz

[2]. https://logserver.rdoproject.org/18/46118/4/check/periodic-tripleo-ci-centos-9-standalone-external-compute-target-host-master/a572928/logs/undercloud/home/zuul/containers-prepare-parameters.yaml.txt.gz

Signed-off-by: Chandan Kumar <chkumar@redhat.com>
Change-Id: I6cdb21b46385017b2c56771e2cf45f340013de02
2022-12-20 14:50:22 +00:00
ci-scripts lint: bump flake8 2020-01-10 13:44:42 +00:00
config Use timezone UTC on undercloud 2022-05-18 11:33:15 +02:00
doc Add doc/requirements 2021-01-05 10:57:13 +01:00
playbooks Merge "undercloud: Remove logic for unsupported old releases" 2022-12-06 11:14:28 +00:00
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Run container-prep role before installing standalone 2022-12-20 14:50:22 +00:00
zuul.d Add tripleo-external-compute-deployment-pipeline to TQE 2022-10-27 08:39:44 +05:30
.ansible-lint Fix ansible-lint failure 2022-01-10 22:28:47 +00:00
.gitignore Tell people how to ignore their personnal editor temporary files 2019-02-22 09:07:15 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:23 +00:00
.pre-commit-config.yaml Fix ansible-lint failure 2022-01-10 22:28:47 +00:00
.yamllint Revert "Upgrade linters (ansible-lint v5)" 2021-03-12 17:50:42 +00:00
LICENSE lint: enabled whitespace fixes 2020-01-05 14:07:37 +00:00
README.rst [Documentation] Migrate the format. 2018-11-16 16:21:50 +01:00
bindep.txt fixed linters 2019-10-18 10:42:29 +01:00
molecule-requirements.txt Upgrade pytest-metadata 2022-03-29 07:26:27 -07:00
setup.cfg setup.cfg: Replace dashes with underscores 2022-06-05 10:37:18 +08:00
setup.py Disable auto discovery as a workaround 2022-03-25 19:03:09 +05:30
test-requirements.txt Stop using os_stack module 2022-10-10 12:10:16 +05:30
tox.ini Pin tox < 4.0 2022-12-08 18:02:25 +09:00
vars Reuse the validate-tempest skip list in os_tempest 2019-03-04 13:36:59 +01:00

README.rst

Team and repository tags

image

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 documentation.