[release-announce] kolla-ansible 7.0.1 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 7 15:02:00 UTC 2019


We are amped to announce the release of:

kolla-ansible 7.0.1: Ansible Deployment of Kolla containers

This release is part of the rocky stable release series.

Download the package from:

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

For more details, please see below.

7.0.1
^^^^^

New Features

* Added new parameter in kolla_docker to support configuring TTY in
  containers, value is False by default

Changes in kolla-ansible 7.0.0..7.0.1
-------------------------------------

668da3c Add cache configuration for ceilometer project
0bf196e Fix fact gathering with --limit
a2e3b02 Allow set tty for containers
08647b1 Fix Karbor endpoints
bd392bc Set region_id for karbor_client
ce388b4 Change kolla_source_version to stable branch
e724ecb Fix fluentd input log parser for OpenDaylight
ec8387b Fix section trustee of sahara.conf
aab8e8e Fix section keystone_authtoken of sahara.conf
d1dbc15 Allow configure java params for ODL karaf
79dddeb Fix karbor upgrade
0d6abc6 Don't allocate pseudo-TTY when creating containers
617624b Use iptables as section header instead of firewall
e723ee3 Add logs_dir to kolla-ansible CI jobs
187323e [Magnum] Use auth_uri instead of www_authenticate_uri
a1ce8af Add Zun scenario job for ubuntu
aa57e85 fixed memcached is not restarted when config changed
2193e7e Enable setting of ceilometer as a non-root user
a331e92 Generate Ceph configuration during upgrade
2fa8b1e Use openstackclient instead of neutronclient
0a44d57 Fernet cron path
3e0e469 Make the neutron container restart when it changed
a9409e6 Fix keystone domains directory permissions
2cfd7ad openvswitch: always run handler to to ensure OVS bridges are up


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

ansible/gather-facts.yml                           | 44 ++++++++++++++++++++++
ansible/group_vars/all.yml                         |  2 +-
ansible/kolla-host.yml                             | 32 +---------------
ansible/library/kolla_docker.py                    | 11 +++++-
ansible/roles/ceilometer/tasks/config.yml          |  1 +
.../roles/ceilometer/templates/ceilometer.conf.j2  |  5 +++
ansible/roles/cinder/tasks/ceph.yml                | 18 ---------
ansible/roles/cinder/tasks/config.yml              | 15 ++++++++
ansible/roles/cinder/tasks/deploy.yml              | 18 +--------
ansible/roles/cinder/tasks/external_ceph.yml       | 18 ---------
ansible/roles/common/tasks/config.yml              |  2 +
.../common/templates/conf/input/00-global.conf.j2  |  1 -
.../templates/conf/input/08-opendaylight.conf.j2   | 11 ++++++
.../templates/cron-logrotate-opendaylight.conf.j2  |  3 ++
ansible/roles/common/templates/cron.json.j2        |  1 +
ansible/roles/common/templates/fluentd.json.j2     |  6 +++
ansible/roles/glance/tasks/ceph.yml                |  8 ----
ansible/roles/glance/tasks/config.yml              | 20 +++++-----
ansible/roles/glance/tasks/external_ceph.yml       |  8 ----
ansible/roles/gnocchi/tasks/ceph.yml               | 11 ------
ansible/roles/gnocchi/tasks/config.yml             | 10 +++++
ansible/roles/gnocchi/tasks/deploy.yml             | 10 -----
ansible/roles/gnocchi/tasks/external_ceph.yml      | 11 ------
.../ironic/templates/ironic-inspector.conf.j2      |  2 +-
ansible/roles/karbor/defaults/main.yml             |  6 +--
ansible/roles/karbor/tasks/config.yml              |  1 -
ansible/roles/karbor/templates/karbor.conf.j2      |  1 +
.../keystone/templates/keystone-fernet.json.j2     |  3 +-
ansible/roles/keystone/templates/keystone.json.j2  |  7 +++-
ansible/roles/magnum/templates/magnum.conf.j2      |  2 +-
ansible/roles/manila/tasks/ceph.yml                |  6 ---
ansible/roles/manila/tasks/config.yml              | 14 +++++++
ansible/roles/manila/tasks/deploy.yml              | 14 -------
ansible/roles/manila/tasks/external_ceph.yml       |  8 ----
ansible/roles/memcached/handlers/main.yml          |  2 +-
ansible/roles/neutron/handlers/main.yml            |  2 +
ansible/roles/nova/tasks/ceph.yml                  |  1 -
ansible/roles/nova/tasks/config.yml                | 16 ++++++++
ansible/roles/nova/tasks/deploy.yml                | 16 --------
ansible/roles/nova/tasks/external_ceph.yml         |  1 -
ansible/roles/opendaylight/defaults/main.yml       | 10 +++++
ansible/roles/opendaylight/handlers/main.yml       |  1 +
ansible/roles/opendaylight/tasks/config.yml        | 11 ++++--
ansible/roles/opendaylight/templates/setenv.j2     |  4 +-
ansible/roles/openvswitch/handlers/main.yml        | 13 -------
ansible/roles/openvswitch/tasks/deploy.yml         |  2 +
.../roles/openvswitch/tasks/ensure-ovs-bridge.yml  | 12 ++++++
ansible/roles/openvswitch/tasks/upgrade.yml        |  2 +
ansible/roles/sahara/templates/sahara.conf.j2      | 11 +++---
ansible/roles/zun/templates/zun.conf.j2            |  1 +
ansible/site.yml                                   | 33 +---------------
.../support-tty-containers-c2d189f2e7c25dba.yaml   |  5 +++
tools/setup_gate.sh                                | 20 +++++++++-
zuul.d/jobs.yaml                                   | 10 +++++
zuul.d/project.yaml                                |  2 +
58 files changed, 259 insertions(+), 260 deletions(-)







More information about the Release-announce mailing list