]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
defaults: add ceph related vars file
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 21 Nov 2018 10:06:45 +0000 (11:06 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 29 Nov 2018 01:49:05 +0000 (01:49 +0000)
This is to add a granularity level.
We can have ceph specific variables that user shouldn't have to change
here.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f1735e9bb016dd30c2164b9f8ec6f644914052b1)

roles/ceph-defaults/vars/main.yml [new file with mode: 0644]

diff --git a/roles/ceph-defaults/vars/main.yml b/roles/ceph-defaults/vars/main.yml
new file mode 100644 (file)
index 0000000..c5c4394
--- /dev/null
@@ -0,0 +1,3 @@
+---
+ceph_osd_pool_default_size: 3
+ceph_osd_pool_default_pg_num: 8