]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Added el6 install functionality for CentOS systems.
authorWarren Usui <warren.usui@inktank.com>
Thu, 14 Mar 2013 21:24:50 +0000 (14:24 -0700)
committerSage Weil <sage@inktank.com>
Thu, 14 Mar 2013 23:25:18 +0000 (16:25 -0700)
commit0c75c6b1f7654b5a9b45d73c6b6aa47a523e1841
tree233a25150b3977509ebeb5385fe55af2db96e576
parent01a40cfbf1ca708d942790470312c15d6128da8f
Added el6 install functionality for CentOS systems.

install_packages, remove_packages and remove_sources are now the
installation and removal functions used by teuthology.  Debian
references have been removed outside of tasks/install.py.  CentOS
functionality parallel to Debian have been added to tasks/install.py,
and el6 references have been added to nuke.py, task/ceph-fuse.y and
task/install.py.

Some files created by CentOS are removed with rm -fr.  This should
be changed once the installation/removal rpm procedure is implemented.

Signed-off-by: Warren Usui <warren.usui@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
teuthology/nuke.py
teuthology/task/install.py