RETIRED, python utility to manage a tripleo based cloud
c57f87870b
This change implements the ability to set the file path for an ansible configuration file. If no option is provide a default ansible.cfg file will be generated in the artifact path. This default ansible.cfg file will, at this time, contain one tunable which will improve CPU availability by reducing the internal polling interval. While most of the ansible configuration is performned though the use of environment variables, not all options have an exposed environment variable or playbook tunable. By having the ability to define an ansible configuration file, or generate one when needed, we should be able to accomodate any configuration required. Change-Id: Ic2ae04daf81f19afa763c2f6b1c0ae5e6467324b Signed-off-by: Kevin Carter <kecarter@redhat.com> |
||
---|---|---|
config-generator | ||
doc | ||
releasenotes | ||
tripleoclient | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
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