RETIRED, python utility to manage a tripleo based cloud
40abe6c7ac
We use tripleo-admin when running config-downloaded playbooks with overcloud deploy, update and upgrade. We used to generate the inventory with tripleo-admin as the default ansible_ssh_user. After we moved to generate inventory with node provision the default ansible_ssh_user has changed to heat-admin. This patch drops heat-admin user completely as we don't need it anymore. Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/849807 Change-Id: I51c3d6af40b6b268bb8e3fb26fe4c2833254549f |
||
---|---|---|
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