[release-announce] [openstackansible] openstack-ansible 14.2.16 (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 12 16:11:27 UTC 2018


We are gleeful to announce the release of:

openstack-ansible 14.2.16: Ansible playbooks for deploying OpenStack

This release is part of the newton release series.

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.

14.2.16
^^^^^^^

Other Notes

* The *max_fail_percentage* playbook option has been used with the
  default playbooks since the first release of the playbooks back in
  **Icehouse**. While the intention was to allow large-scale
  deployments to succeed in cases where a single node fails due to
  transient issues, this option has produced more problems that it
  solves. If a failure occurs that is transient in nature but is under
  the set failure percentage the playbook will report a success, which
  can cause silent failures depending on where the failure happened.
  If a deployer finds themselves in this situation the problems are
  are then compounded because the tools will report there are no known
  issues. To ensure deployers have the best deployment experience and
  the most accurate information a change has been made to remove the
  *max_fail_percentage* option from all of the default playbooks. The
  removal of this option has the side effect of requiring the deploy
  to skip specific hosts should one need to be omitted from a run, but
  has the benefit of eliminating silent, hard to track down, failures.
  To skip a failing host for a given playbook run use the *--limit
  '!$HOSTNAME'* CLI switch for the specific run. Once the issues have
  been resolved for the failing host rerun the specific playbook
  without the *--limit* option to ensure everything is in sync.

Changes in openstack-ansible 14.2.15..14.2.16
---------------------------------------------

2f4e89f Update role SHA's to include additional fixes
c863053 Increase Ansible SSH connection retries
0d80b61 Remove the "max_fail_percentage" option
7838669 Update all SHAs for 14.2.16


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

ansible-role-requirements.yml                       | 12 ++++++------
playbooks/defaults/repo_packages/gnocchi.yml        |  2 +-
.../defaults/repo_packages/openstack_services.yml   |  2 +-
playbooks/etcd-install.yml                          |  1 -
playbooks/galera-install.yml                        |  2 --
playbooks/haproxy-install.yml                       |  1 -
playbooks/inventory/group_vars/all.yml              |  2 +-
playbooks/lxc-containers-create.yml                 |  1 -
playbooks/lxc-containers-destroy.yml                |  1 -
playbooks/lxc-hosts-setup.yml                       |  1 -
playbooks/memcached-install.yml                     |  1 -
playbooks/openstack-hosts-setup.yml                 |  1 -
playbooks/os-aodh-install.yml                       |  1 -
playbooks/os-ceilometer-install.yml                 |  1 -
playbooks/os-cinder-install.yml                     |  2 --
playbooks/os-glance-install.yml                     |  1 -
playbooks/os-gnocchi-install.yml                    |  1 -
playbooks/os-heat-install.yml                       |  1 -
playbooks/os-horizon-install.yml                    |  1 -
playbooks/os-keystone-install.yml                   |  2 --
playbooks/os-magnum-install.yml                     |  1 -
playbooks/os-nova-install.yml                       |  3 ---
playbooks/os-swift-install.yml                      |  2 --
playbooks/os-swift-sync.yml                         |  1 -
playbooks/os-tempest-install.yml                    |  1 -
playbooks/rabbitmq-install.yml                      |  3 ---
playbooks/repo-server.yml                           |  1 -
playbooks/rsyslog-install.yml                       |  1 -
playbooks/utility-install.yml                       |  1 -
.../notes/remove-fax-fail-5038b4b6eb4951b3.yaml     | 21 +++++++++++++++++++++
scripts/openstack-ansible.rc                        |  1 +
31 files changed, 31 insertions(+), 42 deletions(-)







More information about the Release-announce mailing list