We are overjoyed to announce the release of: tripleo-heat-templates 5.3.8: Heat templates for deploying OpenStack with OpenStack. This release is part of the newton 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. 5.3.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 5.3.7..5.3.8 ---------------------------------------------- f62da28 Case insentitive MAC address matching in OsNetConfigMappings f2be591 Add support for node groups in NetConfigDataLookup 4d280f5 Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default Diffstat (except docs and test files) ------------------------------------- ci/environments/scenario001-multinode.yaml | 1 + ci/environments/scenario004-multinode.yaml | 1 + environments/puppet-ceph-devel.yaml | 2 + firstboot/os-net-config-mappings.yaml | 61 +++++++++++++++++++--- puppet/services/ceph-base.yaml | 1 - puppet/services/ceph-mon.yaml | 6 ++- ...set-ceph-default-min-size-0297620ed99dab5b.yaml | 12 +++++ 7 files changed, 76 insertions(+), 8 deletions(-)