summaryrefslogtreecommitdiffstats
path: root/ci/ansible/group_vars/ceph/ceph.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ansible/group_vars/ceph/ceph.yaml')
-rw-r--r--ci/ansible/group_vars/ceph/ceph.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/ansible/group_vars/ceph/ceph.yaml b/ci/ansible/group_vars/ceph/ceph.yaml
new file mode 100644
index 0000000..8f2f918
--- /dev/null
+++ b/ci/ansible/group_vars/ceph/ceph.yaml
@@ -0,0 +1,5 @@
+configFile: /etc/ceph/ceph.conf
+pool:
+ "rbd": # change pool name same to ceph pool, but don't change it if you choose lvm backend
+ diskType: SSD
+ AZ: default \ No newline at end of file