mirror of https://github.com/ceph/ceph-ansible.git
Remove unused use_server_package_split boolean
parent
7e284920d1
commit
ab93cd0858
|
@ -179,8 +179,6 @@ information about how to generate appropriate values for these variables.
|
||||||
By default, ceph-common installs from Ceph repository. However, you
|
By default, ceph-common installs from Ceph repository. However, you
|
||||||
can set `ceph_origin` to "distro" to install Ceph from your default repository.
|
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
|
## Setup for Vagrant using libvirt provider
|
||||||
|
|
||||||
* Create vagrant_variables.yml
|
* Create vagrant_variables.yml
|
||||||
|
|
|
@ -40,10 +40,6 @@ dummy:
|
||||||
# "state=latest".
|
# "state=latest".
|
||||||
#upgrade_ceph_packages: False
|
#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 /!\
|
# /!\ EITHER ACTIVE ceph_stable OR ceph_stable_uca OR ceph_dev OR ceph_custom /!\
|
||||||
|
|
||||||
#debian_package_dependencies:
|
#debian_package_dependencies:
|
||||||
|
|
|
@ -32,10 +32,6 @@ check_firewall: False
|
||||||
# "state=latest".
|
# "state=latest".
|
||||||
upgrade_ceph_packages: False
|
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 /!\
|
# /!\ EITHER ACTIVE ceph_stable OR ceph_stable_uca OR ceph_dev OR ceph_custom /!\
|
||||||
|
|
||||||
debian_package_dependencies:
|
debian_package_dependencies:
|
||||||
|
|
Loading…
Reference in New Issue