diff options
author | Sagi Shnaidman <sshnaidm@redhat.com> | 2017-06-27 21:54:20 +0300 |
---|---|---|
committer | Sagi Shnaidman <sshnaidm@redhat.com> | 2017-06-27 22:41:56 +0300 |
commit | 7c1ecd0d8d6ea5073373a140a67e6928ee224192 (patch) | |
tree | 285b0b55b4f709cf8211976f4d406af9ed2caf4d | |
parent | 43c38f36f6e7a5c988c120813ccb9acdff56c9d8 (diff) |
Add Ceph configuration with PoolDefaultSize 1
Add Ceph pool size configuration for CI where PoolDefaultSize is 1
Change-Id: I626d1398e31c3fcb9f100a8b185d71ba5909034a
-rw-r--r-- | ci/environments/ceph-min-osds.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/environments/ceph-min-osds.yaml b/ci/environments/ceph-min-osds.yaml new file mode 100644 index 00000000..4e72d313 --- /dev/null +++ b/ci/environments/ceph-min-osds.yaml @@ -0,0 +1,2 @@ +parameter_defaults: + CephPoolDefaultSize: 1 |