[release-announce] kolla-ansible 6.1.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 7 14:55:55 UTC 2019


We are chuffed to announce the release of:

kolla-ansible 6.1.1: Ansible Deployment of Kolla containers

This release is part of the queens stable release series.

Download the package from:

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

For more details, please see below.

6.1.1
^^^^^


New Features
************

* Add support of custom configuration files for grafana.

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


Upgrade Notes
*************

* The neutron-vpnaas-agent has been loaded just inside of the
  existing l3 agent rather than requiring operators to run a
  completely different binary with a subclass of the existing L3
  agent.


Deprecation Notes
*****************

* As neutron-vpnaas-agent can be loaded by the neutron l3 agent,
  neutron-vpnaas standalone mode is not supported. We have already
  removed the neutron-vpnaas-agent container, currently, there is no
  need to keep this role.

Changes in kolla-ansible 6.1.0..6.1.1
-------------------------------------

1ae90d4 Fix fact gathering with --limit
7b4b526 Allow set tty for containers
fcc4b5d Add check.yml for vitrage
5227cde Don't allocate pseudo-TTY when creating containers
7035663 kolla-ansible fix to correct magnum k8s deployment
b6a46c5 Restructure the vpnaas roles
6ef60a1 Add logs_dir to kolla-ansible CI jobs
ef1b783 fixed memcached is not restarted when config changed
3326aa2 Use openstackclient instead of neutronclient
5bdac13 Fernet cron path
fd42f8e Fix keystone domains directory permissions
3bc2eb7 Fix Grafana config for extra conf
41512ce Custom configuration for grafana
07b8356 Allow fluentd to read barbican-api.log
202c482 Add become for Cinder configuration tasks
f8772e1 Fix non-root reconfiguration with ceph enabled
6b1ff1d Pin ARA to 0.15.x
261b088 Increase CI job timeout to 2 hours
cbeffbb fix sahara service-type
0242c1b import zuul job settings from project-config
c607598 Temporary ignore B303 in bandit tests
b1f4493 Clear all l3 related namespace before starting neutron-l3-agent only when l3_ha is enable
4c74ecb zun: set docker api version to 1.24
7f258f8 fix misspelling
4f2719d Remove trusts_delegated_roles


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

.zuul.yaml                                         |  9 +++-
ansible/gather-facts.yml                           | 44 ++++++++++++++++
ansible/inventory/all-in-one                       |  3 --
ansible/inventory/multinode                        |  3 --
ansible/kolla-host.yml                             | 32 +-----------
ansible/library/kolla_docker.py                    | 11 +++-
.../roles/barbican/templates/barbican-api.json.j2  |  2 +-
ansible/roles/cinder/tasks/config.yml              |  3 ++
ansible/roles/glance/tasks/ceph.yml                |  3 ++
ansible/roles/glance/tasks/external_ceph.yml       |  4 +-
ansible/roles/gnocchi/tasks/ceph.yml               |  3 ++
ansible/roles/gnocchi/tasks/external_ceph.yml      |  3 ++
ansible/roles/grafana/tasks/config.yml             | 19 +++++++
ansible/roles/grafana/templates/grafana.json.j2    |  8 +++
ansible/roles/heat/templates/heat.conf.j2          |  3 +-
.../keystone/templates/keystone-fernet.json.j2     |  3 +-
ansible/roles/keystone/templates/keystone.json.j2  |  7 ++-
ansible/roles/manila/tasks/ceph.yml                |  1 +
ansible/roles/manila/tasks/external_ceph.yml       |  1 +
ansible/roles/memcached/handlers/main.yml          |  2 +-
ansible/roles/neutron/defaults/main.yml            | 24 ++-------
ansible/roles/neutron/handlers/main.yml            | 34 +-----------
ansible/roles/neutron/tasks/bootstrap_service.yml  | 22 --------
ansible/roles/neutron/tasks/config.yml             | 41 +--------------
ansible/roles/neutron/templates/l3_agent.ini.j2    |  9 ++++
.../templates/neutron-l3-agent-wrapper.sh.j2       |  3 ++
.../neutron/templates/neutron-l3-agent.json.j2     |  6 +++
.../templates/neutron-vpnaas-agent-wrapper.sh.j2   | 17 ------
.../neutron/templates/neutron-vpnaas-agent.json.j2 | 60 ----------------------
.../roles/neutron/templates/vpnaas_agent.ini.j2    |  8 ---
ansible/roles/nova/tasks/ceph.yml                  |  5 ++
ansible/roles/nova/tasks/external_ceph.yml         |  5 ++
ansible/roles/opendaylight/defaults/main.yml       |  1 +
ansible/roles/opendaylight/handlers/main.yml       |  1 +
ansible/roles/opendaylight/tasks/config.yml        |  1 +
ansible/roles/openvswitch/defaults/main.yml        |  2 -
ansible/roles/ovs-dpdk/defaults/main.yml           |  2 -
ansible/roles/ovs-dpdk/handlers/main.yml           |  3 --
ansible/roles/sahara/tasks/register.yml            |  2 +-
ansible/roles/vitrage/tasks/check.yml              |  1 +
ansible/roles/zun/templates/zun.conf.j2            |  3 ++
ansible/site.yml                                   | 33 +-----------
...dap-grafana-configuration-0112d84771addbe7.yaml |  4 ++
...ole-with-neutron-l3-agent-90b91725344dda76.yaml | 12 +++++
.../support-tty-containers-c2d189f2e7c25dba.yaml   |  5 ++
tools/setup_gate.sh                                | 10 +++-
tox.ini                                            |  5 +-
49 files changed, 196 insertions(+), 294 deletions(-)







More information about the Release-announce mailing list