Skip to content

Commit

Permalink
Merge pull request #2 from ceph/wip-buck
Browse files Browse the repository at this point in the history
Wip buck
  • Loading branch information
four2five committed Oct 22, 2012
2 parents ce7d997 + a8f4f88 commit abc1fed
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ the nodes & use the live cluster ad hoc), might look like this::
- [mon.1, osd.1]
- [mon.2, client.0]
targets:
[email protected]: ssh-rsa long_key_here
[email protected]: ssh-rsa other_key
[email protected]: ssh-rsa third_key
[email protected]: ssh-rsa host07_ssh_key
[email protected]: ssh-rsa host08_ssh_key
[email protected]: ssh-rsa host09_ssh_key
tasks:
- ceph:
- ceph-fuse: [client.0]
Expand All @@ -81,7 +81,9 @@ Note the colon after every task name in the ``tasks`` section.

You need to be able to SSH in to the listed targets without
passphrases, and the remote user needs to have passphraseless `sudo`
access.
access. Note that the ssh keys at the end of the ``targets``
entries are the public ssh keys for the hosts.
On Ubuntu, these are located at /etc/ssh/ssh_host_rsa_key.pub

If you'd save the above file as ``example.yaml``, you could run
teuthology on it by saying::
Expand Down

0 comments on commit abc1fed

Please sign in to comment.