]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
Add support for RHEL host module
authorTravis Rhoden <trhoden@redhat.com>
Mon, 16 Feb 2015 14:42:48 +0000 (09:42 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 19 Feb 2015 18:40:22 +0000 (13:40 -0500)
commit4992ef0993c5ab41710c1f1e126886d43c78cc3a
treeac055ef834828ccf548bf9bc70b0e9ae14b84130
parentcab59518f9721fd195f0f9368be5a496adbf48c3
Add support for RHEL host module

When "use_rhceph" is set in cephdeploy.conf, no longer use
the centos host module as a stand-in for RHEL, use a new
rhel host module that is designed to be used for the Red Hat
distributed Red Hat Ceph product.

Right now this means not using Yum priorities, and installing
two new packages of ceph-mon and ceph-osd.  Eventually ceph-deploy
needs to be smarter of only installing ceph-mon or ceph-osd when a
host needs it, but for now just install both.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/hosts/__init__.py
ceph_deploy/hosts/rhel/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/rhel/install.py [new file with mode: 0644]
ceph_deploy/hosts/rhel/mon/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/rhel/mon/create.py [new file with mode: 0644]
ceph_deploy/hosts/rhel/pkg.py [new file with mode: 0644]
ceph_deploy/hosts/rhel/uninstall.py [new file with mode: 0644]
ceph_deploy/install.py