RETIRED, Extra Ansible roles to automate TripleO deployments
Go to file
Jiri Podivin cfd1822e95 Disabling atop installation by default
The atop package is meant to be installed during the undercloud setup
for diagnostic purposes. Unfortunately it is not available in Centos8 Stream
or Centos 9[0] which are used as OS by many of our CI jobs.

The package is also not present in package manifests for RHEL 8[1] and RHEL7[2].

Taken together, this makes the task installing the package consistently fail.

While the failure is ignored, the task does query the package manager
and the output pollutes the logs.
Setting the the atop installation to not be run by default is the first
step to remedy the situation.

Closes-Bug: #1968014

[0] https://pkgs.org/search/?q=atop
[1] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/package_manifest/index
[2] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/package_manifest/index

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I9688c5cc0e3db468a658ee903bb581c3c5d6640f
2022-09-22 11:44:08 +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 Exclude virthost from dstat log collection 2022-08-29 08:57:01 -04:00
releasenotes Add nova cellv2 multicell support 2020-02-03 18:17:27 +00:00
roles Disabling atop installation by default 2022-09-22 11:44:08 +00:00
zuul.d Moves the shared zuul queue tripleo to the project level 2022-06-23 14:20:23 +03: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 Add doc/requirements 2021-01-05 10:57:13 +01:00
tox.ini Rework requirements and drop pip-compile 2021-09-23 13:14:41 -06: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.