Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip buck #2

Merged
merged 2 commits into from
Oct 22, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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