[release-announce] [kolla] kolla-ansible 4.0.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 20 10:08:04 UTC 2017


We contentedly announce the release of:

kolla-ansible 4.0.1: Ansible Deployment of Kolla containers

This release is part of the ocata stable release series.

Download the package from:

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

For more details, please see below.

Changes in kolla-ansible 4.0.0..4.0.1
-------------------------------------

e6f61d8 Cleanup /run/netns host directory volume mount
896321e Add fwaas extension in l3 agent when neutron fwaas is enabled
c49edbc Fix qos rules are not applied on ocata with ovs
0e1750b Detect openstack_release variable in mariadb recovery playbooks
4f3697f Add barbican_crypto_password key in passwords.yml file
da41c2a Configure coordination_url for cloudkitty processor
b7c06f0 Use utf8_general_ci collation as a default collation
654e9f4 Fix Telegraf retention policy not found
a2b02c5 Fix ceph log location
f94db28 [deploy-guide] Moving the quick start to the deploy folder
18d9716 Remove signing_dir option
bc1af3a Fix mongodb cluster using wrong network interface
dc6b41d Enable timeout feature when connecting ceph in cinder
45b3a09 Fix Magnum Kolla demo in contrib
03b17aa Designate: manage Api and Central services workers
b6d9e4b Fix can't find /usr/lib/libCryptoki2_64.so in barbican
237663d Remove heka_socket vol and unwedge some containers
5344daa Updated from global requirements
b291e95 Update Fluentd config to log in Kibana dashboard
27536c5 Fix error during Grafana container restart
b2674fc Activate binary-logs in MariaDB/MySQL
654510c Fix Telegraf startup config files issue
6630ca5 Nova external-ceph.yml writes keyname into libvirt.base64
32f932f Fix wrong api interface reference in haproxy.cfg for nova serial
da103ab Register Cinder v3 endpoint in keystone
3957510 Mount /lib/modules folder in ironic-conductor container
fd024f2 Access glance through vip rather than multi glance ips in ironic
511f608 Fix vpnaas custom config dir
bffd75d Enable horizon_backend_database if murano is enabled
90171ec Enable run nova-compute-ironic with nova-compute on the same node
f8276bf ironic_pxe bootstrap should run on all hosts
9dcede5 Fix typo in nova external ceph
5ef77de Exit with error code 1 when there is failure container in gate
6d0b078 Deployment Guide


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

ansible/group_vars/all.yml                         |  9 ++++-
ansible/mariadb_recovery.yml                       | 16 ++++++++
ansible/roles/barbican/templates/barbican.conf.j2  | 12 ++++--
ansible/roles/ceph/templates/ceph-mon.json.j2      |  4 +-
ansible/roles/ceph/templates/ceph-osd.json.j2      |  4 +-
ansible/roles/ceph/templates/ceph-rgw.json.j2      |  2 +-
ansible/roles/ceph/templates/ceph.conf.j2          |  7 +++-
ansible/roles/cinder/defaults/main.yml             |  3 ++
ansible/roles/cinder/tasks/register.yml            |  3 ++
ansible/roles/cinder/templates/cinder.conf.j2      |  2 +-
.../roles/cloudkitty/templates/cloudkitty.conf.j2  |  3 ++
.../templates/conf/filter/01-rewrite.conf.j2       | 11 ++++++
.../roles/designate/templates/designate.conf.j2    |  3 +-
ansible/roles/grafana/handlers/main.yml            |  2 +-
ansible/roles/haproxy/templates/haproxy.cfg.j2     |  2 +-
ansible/roles/ironic/tasks/bootstrap.yml           |  3 +-
ansible/roles/ironic/tasks/start.yml               |  1 +
ansible/roles/ironic/templates/ironic.conf.j2      |  2 +-
ansible/roles/manila/templates/manila.conf.j2      |  1 -
ansible/roles/mariadb/templates/galera.cnf.j2      |  3 +-
.../mongodb/templates/bootstrap_cluster.js.j2      |  2 +-
ansible/roles/neutron/defaults/main.yml            |  4 --
ansible/roles/neutron/tasks/config.yml             |  2 +-
ansible/roles/neutron/templates/l3_agent.ini.j2    |  3 ++
ansible/roles/neutron/templates/ml2_conf.ini.j2    |  5 ++-
ansible/roles/nova/defaults/main.yml               |  3 +-
ansible/roles/nova/tasks/external-ceph.yml         |  6 +--
ansible/roles/nova/templates/nova.conf.j2          |  2 +
ansible/roles/swift/tasks/start.yml                |  2 -
ansible/roles/telegraf/templates/telegraf.conf.j2  |  2 +-
ansible/roles/telegraf/templates/telegraf.json.j2  |  3 +-
contrib/demos/magnum/start                         | 46 ++++++++++------------
contrib/demos/magnum/stop                          |  9 +++--
deploy-guide/source/conf.py                        |  4 +-
deploy-guide/source/get-started.rst                |  4 --
deploy-guide/source/index.rst                      | 24 ++++++-----
deploy-guide/source/multinode.rst                  |  2 +
deploy-guide/source/next-steps.rst                 |  4 --
deploy-guide/source/quickstart.rst                 |  2 +
etc/kolla/globals.yml                              | 10 ++++-
etc/kolla/passwords.yml                            |  2 +
kolla_ansible/cmd/genpwd.py                        |  8 ++++
requirements.txt                                   |  4 +-
tools/deploy_aio.sh                                | 14 ++++++-
46 files changed, 179 insertions(+), 126 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 02a16fe..cf4908c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0
@@ -12 +12 @@ oslo.utils>=3.18.0 # Apache-2.0
-setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,>=16.0 # PSF/ZPL
+setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,>=16.0 # PSF/ZPL





More information about the Release-announce mailing list