RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Hervé Beraud 792f6216f6 Add doc/requirements
We need to specify doc requirements in doc/requirements.txt
to avoid problems with the pip resolver [1] for the release team [2][3].
Removed specific doc requirements from test-requirements.txt.
The problem here is that this repos haven't doc/requirements.txt file
and by default in this case zuul will use the test-requirements.txt file
to pull requirements [4].

This requirements file contains extra requirements like flake8 that
collided with those allowed in our job environment and so the new pip
resolver fails to install these requirements and the job exits in error.

This project meet the conditions leading to the bug.

[1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
[3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36

Change-Id: Ia9616b9c14d59ff382509086fcbf00f56a0701ea
2021-01-05 10:57:13 +01:00
ci-scripts lint: bump flake8 2020-01-10 13:44:42 +00:00
config Fix artifacts url for ci.centos.org 2020-09-02 13:30:50 +05:30
doc Add doc/requirements 2021-01-05 10:57:13 +01:00
playbooks Merge "Modify overcloud-deploy to support multiple stacks" 2020-12-07 10:35:21 +00:00
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Merge "Use unittest.mock instead of mock" 2020-12-28 11:08:16 +00:00
zuul.d the tag for building rpms should be build 2020-11-08 02:33:20 +00:00
.ansible-lint Fix ansible lint for python 3.8 2020-09-24 15:49:15 +05:30
.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 Bump linters 2020-11-09 14:41:17 +00:00
.yamllint Replace dict combine in standalone containers-prepare-parameters 2019-05-29 18:28:52 +00:00
bindep.txt fixed linters 2019-10-18 10:42:29 +01:00
LICENSE lint: enabled whitespace fixes 2020-01-05 14:07:37 +00:00
molecule-requirements.txt Restrict pytest-molecule to < 1.3.1 2020-10-15 17:36:59 -04:00
other-requirements.txt Replace the invalid links with the right ones for the document 2018-05-09 23:56:14 +00:00
README.rst [Documentation] Migrate the format. 2018-11-16 16:21:50 +01:00
setup.cfg Small cleanups 2020-05-03 16:11:07 +02:00
setup.py Add essential repo files 2016-11-22 13:23:57 +01:00
test-requirements.txt Add doc/requirements 2021-01-05 10:57:13 +01:00
tox.ini Add doc/requirements 2021-01-05 10:57:13 +01:00
vars Reuse the validate-tempest skip list in os_tempest 2019-03-04 13:36:59 +01:00

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.