tripleo-heat-templates/ci
Keith Schincke 8e8cafcf33 Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default
The default value is 0 which has the minimum number be caluclated based on the replica count
from osd_pool_defaut_size. The default replica count is 3 and the calculated min_size is 2.
If the replica count is 1 then the min_size is 1. ie: min_size = replica - (replica/2)
Add CephPoolDefaultSize parameter to ceph-mon.yaml. This parameter defaults to 3 but can
be overriden. See puppet-ceph-devel.yaml for an example

Change-Id: Ie9bdd9b16bcb9f11107ece614b010e87d3ae98a9
(cherry picked from commit cdfe035663)
2017-12-19 09:48:06 +01:00
..
common Use sub_nodes_private instead of node_private 2017-10-10 19:15:07 +00:00
environments Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default 2017-12-19 09:48:06 +01:00
pingtests Disable Manila CephFS snapshots by default 2017-04-25 09:43:14 +00:00
scripts Setup FreeIPA to serve DNS in the setup script 2017-02-15 15:21:53 +02:00
README.rst Fix grammar 2016-11-29 21:49:18 -05:00

README.rst

TripleO CI environments

TripleO CI environments are exclusively used for Continuous Integration purpose or for development usage. They should not be used in production and we don't guarantee they work outside TripleO CI.

For more informations about TripleO CI, please look: https://github.com/openstack-infra/tripleo-ci