RETIRED, python utility to manage a tripleo based cloud
54898e34f1
The current `openstack tripleo container image build` defaults result in a failed build for the following reasons: - The base image is ubi8 (rhel) - The default --distro is centos - tcib_release is a mandatory variable but is unset, resulting in a build failure This change does the following: - default --base is now centos:stream9 - new argument --release defaults to '9', which sets tcib_release This results in built cs9 container images without requiring any --base or --tcib-extras arguments. Change-Id: I69346aa10d734580ba66e0dd571a27e46e123fe8 |
||
---|---|---|
config-generator | ||
doc | ||
releasenotes | ||
templates/ephemeral-heat | ||
tripleoclient | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pre-commit-config.yaml | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
About tripleoclient
General information
tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.
See the TripleO Documentation for details on using tripleoclient.
See the Release Notes