[release-announce] kolla-ansible 5.0.3 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 24 12:36:31 UTC 2018


We are glad to announce the release of:

kolla-ansible 5.0.3: Ansible Deployment of Kolla containers

This release is part of the pike stable release series.

Download the package from:

    https://tarballs.openstack.org/kolla-ansible/

For more details, please see below.

5.0.3
^^^^^

Bug Fixes

* Fixes a bug where the Baremetal Introspection service's public
  endpoint registered in the Identity service referenced the internal
  API endpoint.

Changes in kolla-ansible 5.0.2..5.0.3
-------------------------------------

41b46ee common: fix ansible location
c1c79f9 Fix the warning when reload the docker
33e6a4a Add test for credentials set
d22a4e5 Put upper limit on cmd2 in kolla-toolbox
d705c53 Fix the gate jobs
24f213b Fix "key_repository is world readable: /etc/keystone/fernet-keys/" warning
29581d8 Implement ARA sqlite databases over http feature
11a4fbb Dont use local connection for kibana post config
ec4cd5b Fix ipc_mode comparison in the latest docker
2157605 Use a random keepalived router id in CI environment
4c19722 Add common_options to keystone container check
20416e5 Non-lvm iscsi backends should run iscsid on compute and storage nodes
a5f46f9 Fix ironic inspector public endpoint
17d39b9 Remove duplicate configuration options on trove templates
b6858e9 Designate: Fix neutron handler
ad82854 Run database migrate for horizon during upgrade
db0f11e Extract log level from syslog
a655df7 Add permission to notify dns server from worker
6c12a6f Allow outward_rabbitmq with enable_outward_rabbitmq
4ced4af [HyperV] Add pull and precheck actions to nova-hyperv role


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

ansible/library/kolla_docker.py                    |  9 +++++--
ansible/roles/baremetal/tasks/post-install.yml     |  4 ++-
ansible/roles/common/handlers/main.yml             |  2 +-
.../common/templates/conf/input/01-syslog.conf.j2  |  1 +
.../roles/designate/templates/designate.conf.j2    |  4 ---
ansible/roles/designate/templates/named.conf.j2    |  1 +
ansible/roles/haproxy/templates/haproxy.cfg.j2     |  2 --
ansible/roles/horizon/tasks/upgrade.yml            | 12 ++++++++-
ansible/roles/ironic/defaults/main.yml             |  4 +--
ansible/roles/ironic/tasks/reconfigure.yml         |  5 ++++
ansible/roles/ironic/tasks/upgrade.yml             |  5 ++++
ansible/roles/ironic/templates/ironic.conf.j2      |  1 +
ansible/roles/iscsi/tasks/start.yml                |  2 +-
ansible/roles/keystone/tasks/config.yml            |  1 +
ansible/roles/keystone/templates/keystone.json.j2  |  5 ++++
ansible/roles/kibana/tasks/post_config.yml         |  5 ----
ansible/roles/nova-hyperv/tasks/precheck.yml       |  1 +
ansible/roles/nova-hyperv/tasks/pull.yml           |  1 +
.../trove/templates/trove-taskmanager.conf.j2      |  1 -
ansible/roles/trove/templates/trove.conf.j2        |  1 -
deploy-guide/source/multinode.rst                  |  2 +-
deploy-guide/source/quickstart.rst                 |  3 ++-
...inspector-public-endpoint-61e0adc37f882a64.yaml |  5 ++++
test-requirements.txt                              |  2 +-
tools/init-vpn                                     |  6 +++++
tools/setup_gate.sh                                |  5 +---
30 files changed, 95 insertions(+), 35 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 2df2fe6..41cf477 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ extras # MIT
-hacking>=0.10.0
+hacking>=0.10.0,<1.1.0






More information about the Release-announce mailing list