mirror of https://github.com/ceph/ceph-ansible.git
define redhat-specific and centos-specific package dependencies
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/588/head
parent
44e68923d1
commit
7f13c777f1
|
@ -35,7 +35,7 @@ debian_package_dependencies:
|
||||||
- hdparm
|
- hdparm
|
||||||
- ntp
|
- ntp
|
||||||
|
|
||||||
redhat_package_dependencies:
|
centos_package_dependencies:
|
||||||
- python-pycurl
|
- python-pycurl
|
||||||
- hdparm
|
- hdparm
|
||||||
- yum-plugin-priorities.noarch
|
- yum-plugin-priorities.noarch
|
||||||
|
@ -43,6 +43,12 @@ redhat_package_dependencies:
|
||||||
- ntp
|
- ntp
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
|
|
||||||
|
redhat_package_dependencies:
|
||||||
|
- python-pycurl
|
||||||
|
- hdparm
|
||||||
|
- ntp
|
||||||
|
- python-setuptools
|
||||||
|
|
||||||
# Whether or not to install the ceph-test package.
|
# Whether or not to install the ceph-test package.
|
||||||
ceph_test: False
|
ceph_test: False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue