RETIRED, python utility to manage a tripleo based cloud
Go to file
Harald Jensås f3599d0663
ExtractProvisionedNode - include removed_rsrc
Get the removed_rsrc_list for each ResourceGroup in the stack.
When building the instances list, add entries with 'provisioned': false
if the current index is in removed_rsrc_list and no replacement using
the same hostname exist.

We no longer sort entries from AnsibleHostVarsMap, I think sorting might
actually be problematic in a corner case where HostnameMap was used to
give nodes non-sort friendly names like:
  overcloud-controller-0: non
  overcloud-controller-1: sort
  overcloud-controller-2: friendly

Sorting ^^ would result:
  overcloud-controller-0: friendly
  overcloud-controller-1: non
  overcloud-controller-2: sort

Resolves: RHBZ#2238349
Change-Id: I30d5ac4921af584b2a234880aafa20bbcaea052d
2023-09-22 21:04:28 +02:00
config-generator Add minion installation 2019-06-21 07:44:21 -06:00
doc Enable pylint 2021-01-08 13:40:58 +00:00
releasenotes Merge "Make --deployed-server the default" into stable/wallaby 2023-01-10 12:24:35 +00:00
templates/ephemeral-heat Merge "Use custom seccomp profile for ephemeral heat pod" into stable/wallaby 2022-10-03 21:51:27 +00:00
tripleoclient ExtractProvisionedNode - include removed_rsrc 2023-09-22 21:04:28 +02:00
zuul.d Revert "Mark centos-8-9-multinode-mixed-os non voting for tripleoclient". 2022-07-29 13:53:29 +00:00
.coveragerc Update .coveragerc after the removal of respective directory 2016-10-18 17:37:29 +05:30
.gitignore Add minion installation 2019-06-21 07:44:21 -06:00
.gitreview Update .gitreview for stable/wallaby 2021-04-15 17:22:39 +00:00
.mailmap Initial commit 2015-03-17 09:33:52 -04:00
.pre-commit-config.yaml Pull flake8 from Github 2022-11-16 19:01:11 +09:00
.pylintrc Enable pylint 2021-01-08 13:40:58 +00:00
.stestr.conf Switch to stestr 2019-01-04 17:31:21 +00:00
CONTRIBUTING.rst PDF documentation build 2019-09-11 16:33:21 +02:00
LICENSE Initial commit 2015-03-17 09:33:52 -04:00
README.rst PDF documentation build 2019-09-11 16:33:21 +02:00
bindep.txt Add missing hostname package to bindep 2022-03-15 09:29:56 +00:00
requirements.txt Drop six 2022-04-13 12:58:43 +10:00
setup.cfg Enable snapshots on the CLI 2022-09-16 12:53:05 +00:00
setup.py Cleanup py27 support 2020-04-04 17:19:56 +02:00
test-requirements.txt Exposes the community validation init command 2022-01-21 08:54:11 +01:00
tox.ini Remove tox skipdist=True 2023-01-03 14:10:35 +05:30

README.rst

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

Team and repository tags

image