-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ceph/wip-buck
Wip buck
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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:: | ||
|