]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove libcephfs1 from group_vars sample
authorLogan V <logan2211@gmail.com>
Mon, 16 Jan 2017 14:12:15 +0000 (08:12 -0600)
committerLogan V <logan2211@gmail.com>
Mon, 16 Jan 2017 15:15:57 +0000 (09:15 -0600)
The libcephfs1 package was removed from ceph-common in
cb1c06901e02a9f44c24a5d20737a9f33ac8ab2b, however it was not synced
to group_vars/all.yml.sample using the `generate_group_vars_sample.sh`
script. This fixes up the comment formatting in the ceph-common
defaults and brings the group_vars sample back into sync.

defaults/main.yml

index 376c75167c9fdf016fde781c9b7762c8e2f126cf..036f3bf3d349d034c2764cd8ef73387960fda923 100644 (file)
@@ -73,10 +73,9 @@ ntp_service_enabled: true
 # install source or architecture.
 debian_ceph_packages:
   - ceph
-  - ceph-common    #|
-  - ceph-fs-common #|--> yes, they are already all dependencies from 'ceph'
-  - ceph-fuse      #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
-                   #|--> they don't get update so we need to force them
+  - ceph-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      #|--> they don't get update so we need to force them
 
 # Whether or not to install the ceph-test package.
 ceph_test: False