We are pleased to announce the release of: python-tripleoclient 20.0.0: TripleO client The source is available from: https://opendev.org/openstack/python-tripleoclient Download the package from: https://tarballs.openstack.org/python-tripleoclient/ For more details, please see below. 20.0.0 ^^^^^^ Upgrade Notes ************* * The "openstack tripleo deploy" command no longer executes the preflight validations by default. The "--preflight-validation" option should be added to enable the validations. Bug Fixes ********* * Now the "openstack overcloud image build" command uses CentOS Stream 9 as base os by default. Changes in python-tripleoclient 19.0.0..20.0.0 ---------------------------------------------- 28d15c27 Also export OVN DBs IPs for multi-stack inputs fe6a5a30 Fix upgrade playbook path. f3807e55 Disable redundant shutoff of ephemeral heat 05513307 Standalone: Generate port map in a new format d18b9273 Remove ANSIBLE_STDOUT_CALLBACK override 4429d31c Pull flake8 from Github edd1ab31 overcloud image build: Use CentOS Stream 9 by default 8628b07d Removing superflous linebreak character 81fbe6aa Use VerboseFileWrapper from osc 5589eabc Pass undercloud inventory for running preflight validations 57ddfddb Omit empty environment files 16960e3e Remove leftover of --heat-type installed ad1f50f2 tripleo deploy: Use Standalone role by default Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- .../notes/bug-1996567-d45f9a25c31c14d2.yaml | 5 ++ ...dalone-preflight-disabled-42719632e0b66e8f.yaml | 6 ++ tripleoclient/constants.py | 3 +- .../v1/overcloud_deploy/test_overcloud_deploy.py | 7 -- .../v1/overcloud_image/test_overcloud_image.py | 2 +- .../v2/overcloud_delete/test_overcloud_delete.py | 4 +- tripleoclient/utils.py | 8 --- tripleoclient/v1/overcloud_deploy.py | 13 ---- tripleoclient/v1/overcloud_image.py | 4 +- tripleoclient/v1/overcloud_upgrade.py | 13 ++-- tripleoclient/v1/tripleo_config.py | 4 +- tripleoclient/v1/tripleo_deploy.py | 84 +++++++++++++++------- tripleoclient/v1/undercloud.py | 3 +- tripleoclient/v1/undercloud_config.py | 3 + tripleoclient/v1/undercloud_preflight.py | 8 ++- tripleoclient/v2/overcloud_delete.py | 3 +- tripleoclient/v2/tripleo_container_image.py | 3 +- tripleoclient/workflows/deployment.py | 14 ++-- 22 files changed, 147 insertions(+), 95 deletions(-)
participants (1)
-
no-reply@openstack.org