Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: skolo/raspberry-pi/README.md

Issue 2308033002: Update RPIs to use .gitconfig and .netrc (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fix copypasta Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skolo/raspberry-pi/ansible_scripts/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skolo/raspberry-pi/README.md
diff --git a/skolo/raspberry-pi/README.md b/skolo/raspberry-pi/README.md
index 97838a252eafc0b28bdb3f997ab0f26a2e11c5e0..d66bc26893c2c02b6cfafc23ff64dcc6a9dd0d93 100755
--- a/skolo/raspberry-pi/README.md
+++ b/skolo/raspberry-pi/README.md
@@ -68,6 +68,16 @@ adduser chrome-bot
# Download from https://pantheon.corp.google.com/storage/browser/skia-buildbots/rpi_auth/?project=google.com:skia-buildbots
# then use chown to make chrome-bot own them.
+# Take the rpi-master and rpi-spare ssh public keys and put them in /home/chrome-bot/.ssh/authorized_keys
+
+# Acquire .gitconfig and .netrc for the bots. Put them in /opt/
+# Design decision note: These configs may change; by putting them in /opt/ with
+# a script to copy them to $HOME on boot, new keys can be deployed by updating
+# them in /opt and then rebooting the rpis. If a faster deploy is required, then
+# they can be put in /opt and deployed immediately using Ansible. There is more
+# flexibility this way. (Reminder that $HOME is not NFS mounted, and so updating
+# $HOME on the master image does not autoupdate all the pis)
+
# Ctrl+D to exit chroot
```
- `./setup-swarming.sh` This will do all automatic, idempotent setup that is possible. If Ansible can be configured to act inside a chroot, this should be ported to Ansible.
« no previous file with comments | « no previous file | skolo/raspberry-pi/ansible_scripts/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698