Skip to content

Commit

Permalink
Merge pull request #34 from codedellemc/ceph_doc_updates
Browse files Browse the repository at this point in the history
Add required SSH agent information to README
  • Loading branch information
kacole2 committed Dec 22, 2016
2 parents 89d7d55 + 9520923 commit 1592f1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ceph/README.md
Expand Up @@ -30,6 +30,18 @@ able to immediately run commands like `rexray volume create` and
`rexray volume ls`, or do the same thing with docker via `docker volume create`
and `docker volume ls`

**NOTE**: The VMs contain the default Vagrant insecure SSH public key, such that
`vagrant ssh` works by default. However, the `ceph-admin` VM needs to be able to
SSH to the other VMs in order to configure Ceph via `ceph-deploy`. In order to
do this, the Vagrant SSH private key must be in your local SSH agent. The most
typical way to accomplish this on a nix-like machine is by running the command:

```
ssh-add ~/.vagrant.d/insecure_private_key
```

Configuration of the Ceph cluster will not work without this step.

## Options
There are optional fields in the `Vagrantfile` that can be modified or
commented and uncommented.
Expand Down

0 comments on commit 1592f1d

Please sign in to comment.