We are thrilled to announce the release of: tripleo-common 10.6.0: A common library for TripleO workflows. This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-common Download the package from: https://tarballs.openstack.org/tripleo-common/ Please report issues through launchpad: https://bugs.launchpad.net/tripleo-common For more details, please see below. 10.6.0 ^^^^^^ New Features ************ * *tripleo-deploy-openshift* script now understands the *--plan* option to run the openshift-ansible playbooks for a deployment named differently than "openshift". * Introduce a *--playbook* option to the *tripleo-deploy-openshift* script in order to be able to run openshift-ansible playbook directly on already deployed servers. Deprecation Notes ***************** * The *--config-download-dir* option to the *tripleo-deploy- openshift* script is deprecated in favor of *--plan*. Changes in tripleo-common 10.5.0..10.6.0 ---------------------------------------- d6abcac8 tripleo-container-image-prepare/logging: fix exception formating 2f64a27d Ensure iptables-services is in the containers f8eb278b image_uploader: raise an error when podman pull fails 7a5b2903 Improve handling of layer transfer errors 8762866b Return correct value for default neutron_driver 0c7dc310 Delay check CI jobs until the pep8/unit passes.. dce5997c Remove Congress 3f83b616 nova-less-deploy: implement deploy_roles workflow 57058021 Remove python-elasticsearch dependency 5c823e50 Switch to podman for tripleo-deploy-openshift 86108832 Option to run osa playbooks from path 5ddab80c Pass additional args to tripleo-deploy-openshift as ansible options d4b78bf5 Add ability to run osa playbooks from tripleo-deploy-openshift 53b11565 Introduce a --plan option to replace --config-download-dir 99d996db Update tox min version to 2.0 Diffstat (except docs and test files) ------------------------------------- .../container_image_prepare_defaults.yaml | 4 +- container-images/overcloud_containers.yaml | 2 - container-images/overcloud_containers.yaml.j2 | 8 - .../tripleo_kolla_template_overrides.j2 | 7 + ...eploy-openshift-plan-name-89135e3a68307047.yaml | 10 + ...deploy-openshift-playbook-ac8b49a212545c0f.yaml | 6 + scripts/tripleo-container-image-prepare | 13 +- scripts/tripleo-deploy-openshift | 68 ++++-- setup.cfg | 2 + tripleo_common/actions/baremetal_deploy.py | 201 ++++++++++++++--- tripleo_common/image/image_export.py | 48 +++-- tripleo_common/image/image_uploader.py | 15 +- tripleo_common/image/kolla_builder.py | 4 + workbooks/baremetal_deploy.yaml | 89 ++++++++ zuul.d/layout.yaml | 32 +++ 18 files changed, 688 insertions(+), 90 deletions(-)
participants (1)
-
no-reply@openstack.org