]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
README: add some doc for use_server_package_split 793/head
authorSébastien Han <seb@redhat.com>
Tue, 17 May 2016 07:24:08 +0000 (09:24 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 17 May 2016 07:24:08 +0000 (09:24 +0200)
Closing #783

Signed-off-by: Sébastien Han <seb@redhat.com>
README.md

index 1c51a00ded8fdd3d9968cb7ee461b753decbf050..d15b4bc4fb1440b36932d2f32add602e5fb01a3d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -174,6 +174,8 @@ 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
@@ -274,16 +276,16 @@ $ cp vagrant_variables.yml.openstack vagrant_variables.yml
         be used by the OSD for the /dev/vdb disk
     Set the `os_image` to an image found in the Images list in the Open Stack
         cloud Dashboard (i.e. 'centos-atomic-host').
-    Set the `os_keypair_name` to the keypair name you used when you did the 
+    Set the `os_keypair_name` to the keypair name you used when you did the
         Open Stack registration.
 ```
 $ vagrant up --provider=openstack
 ```
-Once the playbook is finished, you should be able to do `vagrant ssh mon0` or 
-`vagrant ssh osd0` to get to the VMs.  
+Once the playbook is finished, you should be able to do `vagrant ssh mon0` or
+`vagrant ssh osd0` to get to the VMs.
 `sudo docker ps` should show the running containers
-When you are done, use `vagrant destroy` to get rid of the VMs.  You should 
-also remove the associated entries in .ssh/known_hosts so that if the IP 
+When you are done, use `vagrant destroy` to get rid of the VMs.  You should
+also remove the associated entries in .ssh/known_hosts so that if the IP
 addresses get reused by future Open Stack Cloud instances there will not be
 old known_hosts entries.