Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Add Fedora/RedHat specific yaml data changes.
Browse files Browse the repository at this point in the history
The Fedora changes are specific to F20 era changes. If you are
interested in having this compatible with an old version of Fedora, you
can drop in a Fedora version specific yaml file.
  • Loading branch information
purpleidea committed May 7, 2014
1 parent ad157b4 commit 8f47a9b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/tree/RedHat/Fedora.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# gluster/data/tree/RedHat/Fedora.yaml
---
gluster::params::package_python_argparse: '' # doesn't exist
gluster::params::program_modprobe: '/usr/sbin/modprobe'
gluster::params::program_lsmod: '/usr/sbin/lsmod'
gluster::params::program_parted: '/usr/sbin/parted'
gluster::params::program_pvcreate: '/usr/sbin/pvcreate'
gluster::params::program_vgcreate: '/usr/sbin/vgcreate'
gluster::params::program_lvcreate: '/usr/sbin/lvcreate'
gluster::params::program_vgs: '/usr/sbin/vgs'
gluster::params::program_lvs: '/usr/sbin/lvs'
gluster::params::program_pvdisplay: '/usr/sbin/pvdisplay'
gluster::params::program_vgdisplay: '/usr/sbin/vgdisplay'
#gluster::params::program_lvdisplay: '/usr/sbin/lvdisplay'
gluster::params::program_mkfs_xfs: '/usr/sbin/mkfs.xfs'
gluster::params::program_mkfs_ext4: '/usr/sbin/mkfs.ext4'
gluster::params::misc_gluster_reload: '/usr/bin/systemctl reload glusterd'

# vim: ts=8
4 changes: 4 additions & 0 deletions data/tree/RedHat/RedHat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# gluster/data/tree/RedHat/RedHat.yaml
---

# vim: ts=8
4 changes: 4 additions & 0 deletions data/tree/RedHat/RedHat/6.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# gluster/data/tree/RedHat/RedHat/6.5.yaml
---

# vim: ts=8
4 changes: 4 additions & 0 deletions data/tree/RedHat/RedHat/7.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# gluster/data/tree/RedHat/RedHat/7.0.yaml
---

# vim: ts=8

0 comments on commit 8f47a9b

Please sign in to comment.