RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Arx Cruz eaaaa35564 Remove openstack-tox-molecule job
This job is failing due to some updates in setuptools and there is
no reason to run it, since it's testing only two roles that have not
being update in the last 3 years. Basically, setuptools complains to
install PyYAML because it has on version 5.4.1 the option license_file
that was deprecated. Updating PyYAML also requires to update all
molecule packages, that introduce different failures, in a snowball
effect.

Change-Id: Id5c21dcea9d183c7fac347323893415f4620cee5
2023-10-23 13:32:49 +02: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 Add steps required to run minor update on overcloud 2023-06-02 16:05:18 +02:00
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Include whitebox-neutron-tempest-plugin under branchless project 2023-07-21 15:49:52 +05:30
zuul.d Remove openstack-tox-molecule job 2023-10-23 13:32:49 +02:00
.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
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 Upgrade pytest-metadata 2022-03-29 07:26:27 -07:00
README.rst [Documentation] Migrate the format. 2018-11-16 16:21:50 +01: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 Use tox-4 for linters and Molecules 2022-12-28 14:12:15 +05:30
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.