[release-announce] [tripleo] tripleo-heat-templates 6.2.8 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 8 14:19:19 UTC 2018


We joyfully announce the release of:

tripleo-heat-templates 6.2.8: Heat templates for deploying OpenStack
with OpenStack.

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/tripleo-heat-templates

Download the package from:

    https://tarballs.openstack.org/tripleo-heat-templates/

Please report issues through launchpad:

    http://bugs.launchpad.net/tripleo

For more details, please see below.

6.2.8
^^^^^

Bug Fixes

* Removed the hard coding of osd_pool_default_min_size. Setting this
  value to 1 can result in data loss in operating production
  deployments. Not setting this value (or setting it to 0) will allow
  ceph to calculate the value based on the current setting of
  osd_pool_default_size. If the replication count is 3, then the
  calculated min_size is 2.  If the replication count is 1, then the
  calcualted min_size is 1. For a POC deployments using a single OSD,
  set osd_pool_default_size = 1. See description at
  http://docs.ceph.com/docs/master/rados/configuration/pool-pg-config-
  ref/ Added CephPoolDefaultSize to set default replication size.
  Default value is 3.

Changes in tripleo-heat-templates 6.2.7..6.2.8
----------------------------------------------

4c002bd Check for yum lock befor all yum* operations.
60d147b Case insentitive MAC address matching in OsNetConfigMappings
b5e6711 Add support for node groups in NetConfigDataLookup
8e8cafc Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default
5ae96c2 Revert "Add upgrade task to run gnocchi upgrade"


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

ci/environments/scenario001-multinode.yaml         |  1 +
ci/environments/scenario004-multinode.yaml         |  1 +
environments/puppet-ceph-devel.yaml                |  2 +
extraconfig/tasks/yum_update.sh                    |  2 +
firstboot/os-net-config-mappings.yaml              | 61 +++++++++++++++++++---
puppet/services/ceph-base.yaml                     |  1 -
puppet/services/ceph-mon.yaml                      |  6 ++-
puppet/services/gnocchi-api.yaml                   | 11 ----
...set-ceph-default-min-size-0297620ed99dab5b.yaml | 12 +++++
9 files changed, 78 insertions(+), 19 deletions(-)







More information about the Release-announce mailing list