- mons
- osds
+ vars:
+ devices: [ '/dev/sdb', '/dev/sdc', '/dev/sdd', '/dev/sde', '/dev/sdf' ]
+ partitions: [ '1', '2', '3' ]
+
tasks:
- name: Purge Ceph
shell: parted -s {{ item[0] }} rm {{ item[1] }}
with_nested:
- devices
- - ['1', '2']
+ - partitions
ignore_errors: true
## Setup options
#
+
+# ACTIVATE THE FSID VARIABLE FOR NON-VAGRANT DEPLOYMENT
+#fsid:
distro_release: "{{ facter_lsbdistcodename }}" # Seems to be not used.
apt_key: http://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
-ceph_release: emperor
+ceph_release: firefly
redhat_distro: el6 # supported distros are el6, rhel6, f18, f19, opensuse12.2, sles11
## Ceph options
## Testing mode
# enable this mode _only_ when you have a single node
-common_single_host_mode: true
+# if you don't want it keep the option commented
+#common_single_host_mode: true