mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #793 from ceph/server-package-split-doc
README: add some doc for use_server_package_splitpull/794/head
commit
60b3121d2b
12
README.md
12
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
|
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
|
||||||
|
@ -274,16 +276,16 @@ $ cp vagrant_variables.yml.openstack vagrant_variables.yml
|
||||||
be used by the OSD for the /dev/vdb disk
|
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
|
Set the `os_image` to an image found in the Images list in the Open Stack
|
||||||
cloud Dashboard (i.e. 'centos-atomic-host').
|
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.
|
Open Stack registration.
|
||||||
```
|
```
|
||||||
$ vagrant up --provider=openstack
|
$ vagrant up --provider=openstack
|
||||||
```
|
```
|
||||||
Once the playbook is finished, you should be able to do `vagrant ssh mon0` or
|
Once the playbook is finished, you should be able to do `vagrant ssh mon0` or
|
||||||
`vagrant ssh osd0` to get to the VMs.
|
`vagrant ssh osd0` to get to the VMs.
|
||||||
`sudo docker ps` should show the running containers
|
`sudo docker ps` should show the running containers
|
||||||
When you are done, use `vagrant destroy` to get rid of the VMs. You should
|
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
|
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
|
addresses get reused by future Open Stack Cloud instances there will not be
|
||||||
old known_hosts entries.
|
old known_hosts entries.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue