tripleo-heat-templates/ci
Keith Schincke 4d280f5173 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:50:43 +01:00
..
common Disable network validation in multinode jobs 2017-07-11 10:37:28 -07:00
environments Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default 2017-12-19 09:50:43 +01:00
pingtests (newton) Import multinode + pingtest from tripleo-ci 2017-01-25 02:16:42 +00:00
README.rst Import TripleO CI environments from tripleo-ci 2016-11-29 08:29:27 -05:00

README.rst

TripleO CI environments

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

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