RETIRED, python utility to manage a tripleo based cloud
81cd105620
When running 'overcloud deploy' command look for dynamic defaults file for these options: --roles-file, --network-file, --vip-file and --baremetal-deployment When the option is set by the user, use the user provided file and make sure a copy is created in the working directory. If the argument is not set look in the working directory for the file used previously and use that file. overclod node, and overcloud network commands require the user input. But will place a copy in the working_dir for overcloud deploy. The depends-on creates these "defaults" by running the different nova-less/network-v2 export commands when upgrading the undercloud. With this change the next 'overcloud deploy' after the undercloud upgrade will use the correct files (unless the user set the args ...) Depends-On: https://review.opendev.org/795773 Change-Id: I53ba631dc80428c6f1fe71c2bbfb0b5a36dd8f01 |
||
---|---|---|
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