[openstack-announce] [new][openstackansible] openstack-ansible 13.3.7 release

no-reply at openstack.org no-reply at openstack.org
Fri Nov 4 15:20:46 UTC 2016


We are grateful to announce the release of:

openstack-ansible 13.3.7: Ansible playbooks for deploying OpenStack

The source is available from:

    http://git.openstack.org/cgit/openstack/openstack-ansible

Download the package from:

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

For more details, please see below.

13.3.7
^^^^^^


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

* LXC containers will now generate a fixed mac address on all
  network interfaces when the option *lxc_container_fixed_mac* is set
  to **true**. This feature was implemented to resolve issues with
  dynamic mac addresses in containers generally experienced at scale
  with network intensive services.


Bug Fixes
*********

* LXC containers will now have the ability to use a fixed mac
  address on all network interfaces when the option
  *lxc_container_fixed_mac* is set **true**. This change will assist
  in resolving a long standing issue where network intensive services,
  such as neutron and rabbitmq, can enter a confused state for long
  periods of time and require rolling restarts or internal system
  resets to recover.

Changes in openstack-ansible 13.3.6..13.3.7
-------------------------------------------

2daad48 Add supported Operating System check
6f14768 Stop all but one RabbitMQ node prior to upgrade
6a39299 Disable hatool before the upgrade
95831cb Implement upper constraints for Ansible bootstrap
74031da Update all SHAs for 13.3.7
02701e3 Work around bad libvirt-python wheel
13c9d55 Enable fixed mac address generation


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

ansible-role-requirements.yml                      |  4 +--
global-requirement-pins.txt                        |  2 +-
.../defaults/repo_packages/openstack_services.yml  | 32 +++++++++++-----------
playbooks/inventory/group_vars/all.yml             |  2 +-
playbooks/inventory/group_vars/hosts.yml           |  2 +-
playbooks/inventory/group_vars/neutron_agent.yml   | 17 ++++++++++++
playbooks/inventory/group_vars/rabbitmq_all.yml    | 17 ++++++++++++
playbooks/openstack-hosts-setup.yml                |  7 +++++
playbooks/rabbitmq-install.yml                     | 18 ++++++++++--
playbooks/repo-build.yml                           |  8 ++++++
...iner-static-mac-addresses-9aae098fdc8a57cc.yaml | 15 ++++++++++
scripts/bootstrap-ansible.sh                       |  4 +++
scripts/run-upgrade.sh                             |  1 +
scripts/scripts-library.sh                         |  2 +-
.../upgrade-utilities/playbooks/disable_hatool.yml | 30 ++++++++++++++++++++
.../bootstrap-host/tasks/check-requirements.yml    |  5 +++-
16 files changed, 140 insertions(+), 26 deletions(-)






More information about the OpenStack-announce mailing list