RETIRED, A Python library for code common to TripleO CLI and TripleO UI.
Go to file
Ronelle Landy f558eaa75a Update tcib for CentOS Stream 9
It moves the EL8 and EL9 packages into two conditional
and also introduces python_version for both EL versions.

https://review.opendev.org/c/openstack/python-tripleoclient/+/807098
adds the support for passing extra parameters and based on those
parameter above distro and python version conditionals
will be evaluated.

Since collectd packages and qdrouterd packages are not available
currently so are restricting to EL8.

Note: /usr/share/zoneinfo comes from tzdata and this directory
does not exists on base image. On reinstalling in a running
container, the directory exists but on a image it does not
exists. So In order to fix it, we are removing the tzdata
rpm and reinstalling it as a workaround.

Related-Bug: #1946461

Depends-On: https://review.opendev.org/c/openstack/tripleo-ci/+/800577

Signed-off-by: Ronelle Landy <rlandy@redhat.com>
Co-authored-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I23c64637e161c8054332c4e4761cd82802f3ae1f
2021-10-13 19:27:23 +05:30
container-images Update tcib for CentOS Stream 9 2021-10-13 19:27:23 +05:30
contrib Remove overcloud_containers.yaml 2020-08-25 01:43:19 +00:00
doc Removed mentions of mistral from the doc 2021-05-11 07:50:08 +02:00
healthcheck Remove zaqar 2021-09-16 15:16:47 -06:00
heat_docker_agent Migrate building IPA to ironic-python-agent-builder 2019-09-03 12:48:12 +02:00
image-yaml Add configs for CentOS 9 image 2021-08-31 23:31:18 +00:00
releasenotes Add scripts tripleo-mount-image, tripleo-unmount-image 2021-09-07 10:52:26 +12:00
scripts Merge "Remove unused input parameters for upload-artifacts" 2021-10-01 05:25:52 +00:00
tools tox: Keeping going with docs 2019-11-03 02:36:43 +08:00
tripleo_common Merge "Revert "Revert "Allow for OCI manifests""" 2021-10-07 19:41:11 +00:00
undercloud_heat_plugins Add custom subclass to revert mapping 2018-03-27 12:33:24 +02:00
zuul.d Replace upgrades template when providers run again 2021-08-13 13:46:44 +00:00
.coveragerc Make coverage tests work 2015-11-30 23:01:07 +00:00
.gitignore [Configuration] Remove testrepository. 2019-01-23 10:00:19 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:50 +00:00
.mailmap Initial Cookiecutter Commit. 2015-04-29 13:34:49 +02:00
.pre-commit-config.yaml Addressed more pylint issues 2021-03-19 10:02:34 +00:00
.pylintrc Addressed more pylint issues 2021-03-19 10:02:34 +00:00
.stestr.conf Use stestr for unit tests 2018-11-18 21:39:33 +00:00
CONTRIBUTING.rst Fix non-exiting link to TripleO-common bugs 2018-11-27 08:29:25 +01:00
HACKING.rst Update the documentation link for doc migration 2017-07-25 15:00:27 +08:00
LICENSE Initial Cookiecutter Commit. 2015-04-29 13:34:49 +02:00
README.rst Removed mentions of mistral from the doc 2021-05-11 07:50:08 +02:00
bindep.txt Add support for py39 2021-03-15 14:38:56 +00:00
requirements.txt Remove zaqar 2021-09-16 15:16:47 -06:00
setup.cfg Remove mistral sudoers 2021-09-16 15:16:47 -06:00
setup.py Cleanup py27 support 2020-04-13 20:01:42 +02:00
test-requirements.txt Add doc/requirements 2021-01-05 09:25:33 +01:00
tox.ini Setting language for the python3.6 tox environment 2021-08-19 08:40:02 +00:00

README.rst

Team and repository tags

image

tripleo-common

A common library for TripleO workflows.