From: Sébastien Han Date: Mon, 3 Jul 2017 12:52:07 +0000 (+0200) Subject: common: remove hdparm X-Git-Tag: v3.2.0beta2~128 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9f7df7ba2ec7c776eec094a4bf29205f3efd424;p=ceph-ansible.git common: remove hdparm As of Kraken, the journal code does not use the hdparm command anymore so we can remove it from our package dependency list. Fixes: https://github.com/ceph/ceph-ansible/issues/1402 Signed-off-by: Sébastien Han (cherry picked from commit f6910efa24389c264062963b2054c7cd29ffebb3) --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 90a4c9480..f63bb14d7 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -86,24 +86,20 @@ dummy: ############ #debian_package_dependencies: # - python-pycurl -# - hdparm #centos_package_dependencies: # - python-pycurl -# - hdparm # - epel-release # - python-setuptools # - libselinux-python #redhat_package_dependencies: # - python-pycurl -# - hdparm # - python-setuptools #suse_package_dependencies: # - python-pycurl # - python-xml -# - hdparm # - python-setuptools # Whether or not to install the ceph-test package. diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index b50e26d1b..8a06a2dde 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -86,24 +86,20 @@ fetch_directory: ~/ceph-ansible-keys ############ #debian_package_dependencies: # - python-pycurl -# - hdparm #centos_package_dependencies: # - python-pycurl -# - hdparm # - epel-release # - python-setuptools # - libselinux-python #redhat_package_dependencies: # - python-pycurl -# - hdparm # - python-setuptools #suse_package_dependencies: # - python-pycurl # - python-xml -# - hdparm # - python-setuptools # Whether or not to install the ceph-test package. diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 5c3e8dd15..3c4b0abc5 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -78,24 +78,20 @@ ceph_conf_local: false ############ debian_package_dependencies: - python-pycurl - - hdparm centos_package_dependencies: - python-pycurl - - hdparm - epel-release - python-setuptools - libselinux-python redhat_package_dependencies: - python-pycurl - - hdparm - python-setuptools suse_package_dependencies: - python-pycurl - python-xml - - hdparm - python-setuptools # Whether or not to install the ceph-test package. diff --git a/rundep.sample b/rundep.sample index 2f76e1ed6..380e6e505 100644 --- a/rundep.sample +++ b/rundep.sample @@ -15,7 +15,6 @@ #fcgi #fuse-libs #glibc -#hdparm #keyutils-libs #leveldb #libaio