From b9f7df7ba2ec7c776eec094a4bf29205f3efd424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 3 Jul 2017 14:52:07 +0200 Subject: [PATCH] common: remove hdparm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- group_vars/all.yml.sample | 4 ---- group_vars/rhcs.yml.sample | 4 ---- roles/ceph-defaults/defaults/main.yml | 4 ---- rundep.sample | 1 - 4 files changed, 13 deletions(-) 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