[release-announce] [kolla] kolla 2.0.3

no-reply at openstack.org no-reply at openstack.org
Thu Mar 23 10:30:34 UTC 2017


We are glad to announce the release of:

kolla 2.0.3: Kolla OpenStack Deployment

Download the package from:

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

For more details, please see below.

2.0.3
^^^^^

New Features

* use dumb-init to manage the pid 1 process

Changes in kolla 2.0.2..2.0.3
-----------------------------

79fd649 Add mkfs.vfat to nova-compute source images
ccfed5e Updated from global requirements
dfd4e7b Fix removing nova_libvirt container issue
752ad3c ansible: swift: Fix swift-object-expirer restart loop
6452523 Bump OpenStack service version
44f93ed This feature is supporting for workers config in ironic-api.
54d0cdf Fix docker restart policy issue on docker engine 1.13
8157ba8 Fix the gate failure
c37136a Fix typo heat.conf
8107ac7 Fix the variable name mismatch
065d336 Fix gate in iax-ord node when using libvirt 2.0
06bfaaa Install the required packages for ceph-base image
8e07a3c Move openvswitch db file into docker volume
dae6b5f Install epel-release-latest rather than certain version
2cda772 Fix wrong register in ceph reconfigure task
8aa4555 Fix nova_ssh container shell to allow instance resizes.
a1e5000 Install correct version of arping
d2655ab Fix syntax issue in gate_run.sh script
0a68122 Fix mitaka branch gate
4032ae2 Collect logs at the end of gate
cbbb725 Remove /usr/bin/install from allowed commands
86cdb6e Add run_gate.sh script for CI
ba700d9 Install qemu-kvm rather then qemu-system-x86
73f8ac3 Move manila-share service to network node
450bf6b Bump OpenStack service version
c494352 Remove adding repo in magnum-base Dockerfile
72d5132 Fix the gate
b1a9ab6 added kibana reconfigure
0c8e587 Fix mariadb build issue
8409604 Fix stale namespace removal issue
0ed2476 Bump openstack-mitaka package version in Oracle image
467489e Fix manila-api binds to ::
dee79bc Add more packages in bindep.txt
9968364 Change Mariadb default character set to utf8
6a4e35a fix Marathon bust the gate
b277b7c fix the common upgrade
1c34653 Install keepalived in neutron_l3_agent container
75b33e8 Adding manila endpoints to HAProxy
1638942 Remove novncproxy and spice from reload
bb3e822 Turn off bindep
403663f Correct Murano keystone_authtoken option name
abf26b3 Update murano service name
bddfb26 Create the nova instances directory when need during starting
7b365d7 Use dumb-init to manage the pid 1 process
e7d6152 Create the _member_ role in the horizon role
d90bec9 Pin Ansible version to 2.1.1.0 in kolla-toolbox
c07c8b4 Use a random virtual_router_id in the keepalived
3b6d3df Fix publicURL endpoint not found issue in CI
68ca894 Fix prechecks of a vip address
e0a49d8 Make the enable_isolated_metadata and force_metadata to yes in default
9c49354 Fix the kolla_docker issue with docker 1.12
9b7ad25 Volume specification for ironic-api was invalid.
358bb38 updates default registry tag to latest version
01cdb3c Change rgw frontend interface
00d2856 Fix 'reconfigure' command of kolla
48934ee Add named volume for nova-libvirt


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

ansible/group_vars/all.yml                         |  2 +-
ansible/inventory/all-in-one                       |  2 +-
ansible/inventory/multinode                        |  2 +-
ansible/library/kolla_docker.py                    | 30 +++++---
ansible/roles/ceph/tasks/do_reconfigure.yml        |  4 +-
ansible/roles/ceph/templates/ceph.conf.j2          |  2 +-
ansible/roles/cinder/tasks/start.yml               |  2 +-
ansible/roles/common/tasks/start.yml               |  2 +-
ansible/roles/common/tasks/upgrade.yml             |  5 +-
ansible/roles/glance/tasks/do_reconfigure.yml      |  4 +-
ansible/roles/haproxy/templates/haproxy.cfg.j2     | 16 +++++
ansible/roles/heat/tasks/do_reconfigure.yml        |  4 +-
ansible/roles/heat/templates/heat.conf.j2          |  2 +-
ansible/roles/horizon/defaults/main.yml            | 12 ++++
ansible/roles/horizon/tasks/deploy.yml             |  2 +
ansible/roles/horizon/tasks/register.yml           | 13 ++++
ansible/roles/horizon/templates/local_settings.j2  |  2 +-
ansible/roles/ironic/tasks/do_reconfigure.yml      |  4 +-
ansible/roles/ironic/tasks/start.yml               |  3 +-
ansible/roles/ironic/templates/ironic.conf.j2      |  1 +
ansible/roles/kibana/tasks/reconfigure.yml         | 63 +++++++++++++++++
ansible/roles/magnum/tasks/do_reconfigure.yml      |  4 +-
ansible/roles/manila/tasks/do_reconfigure.yml      |  4 +-
ansible/roles/manila/tasks/start.yml               |  2 +-
ansible/roles/manila/templates/manila.conf.j2      |  3 +
ansible/roles/mariadb/templates/galera.cnf.j2      | 11 +++
ansible/roles/mistral/tasks/do_reconfigure.yml     |  4 +-
ansible/roles/murano/tasks/do_reconfigure.yml      |  4 +-
ansible/roles/murano/tasks/register.yml            |  2 +-
ansible/roles/murano/templates/murano.conf.j2      |  8 +--
ansible/roles/neutron/tasks/start.yml              | 14 ++--
ansible/roles/neutron/templates/dhcp_agent.ini.j2  |  2 +
.../templates/openvswitch-db-server.json.j2        |  2 +-
ansible/roles/nova/tasks/bootstrap_service.yml     | 33 ---------
ansible/roles/nova/tasks/do_reconfigure.yml        |  6 +-
ansible/roles/nova/tasks/reload.yml                | 12 ----
ansible/roles/nova/tasks/start_compute.yml         | 12 +++-
ansible/roles/prechecks/tasks/port_checks.yml      |  2 +
ansible/roles/swift/defaults/main.yml              |  4 ++
ansible/roles/swift/tasks/start.yml                |  2 +-
bindep.txt                                         |  8 +++
.../openvswitch-db-server/extend_start.sh          |  4 +-
etc/kolla/globals.yml                              |  2 +-
kolla/common/config.py                             | 26 +++----
...-init-manage-root-process-e25a529b322d4fac.yaml |  3 +
requirements.txt                                   |  2 +-
tools/deploy_aio.sh                                |  8 +++
tools/gate_run.sh                                  | 81 ++++++++++++++++++++++
tools/setup_Debian.sh                              |  2 +-
tools/setup_RedHat.sh                              |  6 +-
tools/setup_gate.sh                                |  3 +
65 files changed, 399 insertions(+), 154 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ae80ae9..1369d11 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ beautifulsoup4 # MIT
-setuptools!=24.0.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,>=16.0 # PSF/ZPL





More information about the Release-announce mailing list