From ab93cd0858dab73cba0d902b2fd3d2bc59695383 Mon Sep 17 00:00:00 2001 From: James Saint-Rossy Date: Wed, 24 Aug 2016 00:38:52 -0400 Subject: [PATCH] Remove unused use_server_package_split boolean --- README.md | 2 -- group_vars/all.sample | 4 ---- roles/ceph-common/defaults/main.yml | 4 ---- 3 files changed, 10 deletions(-) diff --git a/README.md b/README.md index b55063d26..ce1c4d386 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,6 @@ information about how to generate appropriate values for these variables. By default, ceph-common installs from Ceph repository. However, you can set `ceph_origin` to "distro" to install Ceph from your default repository. -Moreover for people looking to install any version of Ceph prior to the Jewel release on a Red Hat based system you would have to set `use_server_package_split: false`. - ## Setup for Vagrant using libvirt provider * Create vagrant_variables.yml diff --git a/group_vars/all.sample b/group_vars/all.sample index c585b840a..7bdc5f235 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -40,10 +40,6 @@ dummy: # "state=latest". #upgrade_ceph_packages: False -# If this is false then the 'ceph' package will be installed on rpm systems, which -# is not needed for versions after infernalis. -#use_server_package_split: true - # /!\ EITHER ACTIVE ceph_stable OR ceph_stable_uca OR ceph_dev OR ceph_custom /!\ #debian_package_dependencies: diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index f546538a1..9cf584407 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -32,10 +32,6 @@ check_firewall: False # "state=latest". upgrade_ceph_packages: False -# If this is false then the 'ceph' package will be installed on rpm systems, which -# is not needed for versions after infernalis. -use_server_package_split: true - # /!\ EITHER ACTIVE ceph_stable OR ceph_stable_uca OR ceph_dev OR ceph_custom /!\ debian_package_dependencies: