From 7c1ecd0d8d6ea5073373a140a67e6928ee224192 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Tue, 27 Jun 2017 21:54:20 +0300 Subject: [PATCH] Add Ceph configuration with PoolDefaultSize 1 Add Ceph pool size configuration for CI where PoolDefaultSize is 1 Change-Id: I626d1398e31c3fcb9f100a8b185d71ba5909034a --- ci/environments/ceph-min-osds.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ci/environments/ceph-min-osds.yaml diff --git a/ci/environments/ceph-min-osds.yaml b/ci/environments/ceph-min-osds.yaml new file mode 100644 index 0000000000..4e72d31358 --- /dev/null +++ b/ci/environments/ceph-min-osds.yaml @@ -0,0 +1,2 @@ +parameter_defaults: + CephPoolDefaultSize: 1