Merge pull request #1227 from Logan2211/resync-group-vars-sample

Remove libcephfs1 from group_vars sample
pull/1244/head
Andrew Schoen 2017-01-19 09:57:54 -06:00 committed by GitHub
commit e2a18af5b3
2 changed files with 6 additions and 8 deletions

View File

@ -81,10 +81,9 @@ dummy:
# install source or architecture. # install source or architecture.
#debian_ceph_packages: #debian_ceph_packages:
# - ceph # - ceph
# - ceph-common #| # - ceph-common #|--> yes, they are already all dependencies from 'ceph'
# - ceph-fs-common #|--> yes, they are already all dependencies from 'ceph' # - ceph-fs-common #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
# - ceph-fuse #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade # - ceph-fuse #|--> they don't get update so we need to force them
# - libcephfs1 #|--> they don't get update so we need to force them
# Whether or not to install the ceph-test package. # Whether or not to install the ceph-test package.
#ceph_test: False #ceph_test: False

View File

@ -73,10 +73,9 @@ ntp_service_enabled: true
# install source or architecture. # install source or architecture.
debian_ceph_packages: debian_ceph_packages:
- ceph - ceph
- ceph-common #| - ceph-common #|--> yes, they are already all dependencies from 'ceph'
- ceph-fs-common #|--> yes, they are already all dependencies from 'ceph' - ceph-fs-common #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
- ceph-fuse #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade - ceph-fuse #|--> they don't get update so we need to force them
#|--> they don't get update so we need to force them
# Whether or not to install the ceph-test package. # Whether or not to install the ceph-test package.
ceph_test: False ceph_test: False