[release-announce] tripleo-common 10.5.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 14 10:48:14 UTC 2019


We are jazzed to announce the release of:

tripleo-common 10.5.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.5.0
^^^^^^

New Features

* add support for unknown CA

Changes in tripleo-common 10.4.0..10.5.0
----------------------------------------

ebaf3373 utils/swift/download_container: python3 adjustment
1af49b19 Fix interaction between gitpython and eventlet
0786ed26 Revert "Modify roles to remove unused services"
7b0c621e Fix ansible tasks on python3
de25ee5f Small corrections in image_uploader
957c9bd5 Fix access of input parameters
174dcbcf mistral-executor: handle ansible-playbook-3
2f1c0b89 Specify Octavia amphora image hw_architecture property in Glance
61108029 Allow PythonImageUploader to accept unknown CA
37466897 Handle secret strings correctly
550537ac Handle swift interactions are strings as necessary
609d5eb0 drop msgpack now that kolla has dropped it as well
948a5f0c Warning cleanup in TestConfig
52fb87ce Modify roles to remove unused services
d055f619 Delete FreeIPA enroll script
e25456d9 Add support of extra variables.
8b4dbd7c Expunge the docker uploader
6f538dc8 Skip ssh_known_hosts tasks in check mode
762bf8c9 Don't always validate heat stack when adding parameters
f15785e1 cinder block - dead code cleanup
9385dcc5 Allow tripleo-admin user to have a keypair
0618438f image-serve: add httpd_sys_content_t type to v2/index.json
bd24d306 image-serve: redirect root to /v2
67a3c4d8 Improve retry behaviour of _copy_layer_registry_to_registry
853b22d8 image_uploader: conditionally import docker
df12db5d drop python-crypto changes from overrides
b38b4184 kolla_builder: don't build template mapping when not needed
0381d6cc Append qemu-img to Mistral executor package list
5d4d184b Add python3 packages to overrides
f49319c3 Ensure docker is running before dropping containers
573f67df Use len to compare list at mistral
c85e5ed1 Get osa container image from tripleo-common defaults
0d4e6223 image-serve: add httpd_sys_content_t type to image_data_dir
fcdeb0c0 fix if statement compare strings with -gt
b5944d0b Enable placement-api health check
6ab8c451 Sphinx throws warnings on workbooks descriptions
77998d43 Fix Sphinx warnings on auto generated workbooks docs


Diffstat (except docs and test files)
-------------------------------------

.../tripleo_kolla_template_overrides.j2            | 122 ++++--
healthcheck/common.sh                              |   2 +-
playbooks/roles/common/defaults/main.yml           |   1 +
.../roles/octavia-undercloud/tasks/image_mgmt.yml  |   1 +
.../no-verify-registries-215e4df615e441ff.yaml     |   3 +
requirements.txt                                   |   2 +-
roles/tripleo-create-admin/README.md               |   9 +
roles/tripleo-create-admin/defaults/main.yml       |   1 +
roles/tripleo-create-admin/tasks/create_user.yml   |   7 +
roles/tripleo-docker-rm/tasks/main.yaml            |   7 +
roles/tripleo-image-serve/tasks/main.yml           |   8 +-
.../templates/image-serve.conf.j2                  |   1 +
roles/tripleo-ssh-known-hosts/tasks/main.yml       |   1 +
scripts/create_freeipa_enroll_envfile.py           | 240 ------------
scripts/tripleo-deploy-openshift                   |  23 +-
setup.cfg                                          |   1 -
tripleo_common/actions/ansible.py                  |   2 +-
tripleo_common/actions/container_images.py         |  13 +-
tripleo_common/actions/deployment.py               |  15 +-
tripleo_common/actions/heat_capabilities.py        |  16 +-
tripleo_common/actions/logging_to_swift.py         |  13 +-
tripleo_common/actions/parameters.py               |   7 +-
tripleo_common/actions/plan.py                     |  33 +-
tripleo_common/actions/templates.py                |  34 +-
tripleo_common/actions/vcs.py                      |   3 +-
tripleo_common/image/image_uploader.py             | 209 +++-------
tripleo_common/image/kolla_builder.py              |   6 +-
tripleo_common/update.py                           |   9 +-
tripleo_common/utils/config.py                     |   4 +-
tripleo_common/utils/passwords.py                  |   6 +-
tripleo_common/utils/plan.py                       |  16 +-
tripleo_common/utils/safe_import.py                |  28 ++
tripleo_common/utils/swift.py                      |  26 +-
tripleo_common/utils/validations.py                |   4 +-
workbooks/deployment.yaml                          |   4 +-
workbooks/messaging.yaml                           |   6 +-
workbooks/octavia_post.yaml                        |   2 +
workbooks/package_update.yaml                      |   2 +
workbooks/plan_management.yaml                     |   4 +
workbooks/swift.yaml                               |   2 +-
workbooks/swift_backup.yaml                        |   2 +
47 files changed, 580 insertions(+), 948 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 6628c2fc..200ed81a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +6,0 @@ Babel!=2.4.0,>=2.3.4 # BSD
-docker>=2.4.2 # Apache-2.0
@@ -8,0 +8 @@ GitPython>=1.0.1 # BSD License (3 clause)
+eventlet!=0.20.1,>=0.20.0 # MIT






More information about the Release-announce mailing list