From 29326fc524a84bf97cf1ade5f261dc40beb806e5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 27 Aug 2014 09:45:54 +0100 Subject: Document the need for mason to be able to upload to upstream troves Add a note showing how to copy the mason controller's id_rsa.key.pub to the upstream trove. This is needed or else artifact upload will now work, resuling in a FAIL. Reviewed-By: Lars Wirzenius --- mason/mason-generator.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mason/mason-generator.sh b/mason/mason-generator.sh index acc27f3e..c1ffeb24 100755 --- a/mason/mason-generator.sh +++ b/mason/mason-generator.sh @@ -27,6 +27,11 @@ if [ "$1" == "-h" -o "$1" == "--help" ]; then echo "command:" echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/worker.key.pub VM_USER@VM_HOST" echo "" + echo "To ensure that the mason can upload artifacts to the upstream trove," + echo "you must supply an ssh key to the upstream trove. Do so with the" + echo "following command:" + echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/id_rsa.key.pub root@UPSTREAM_TROVE_HOSTNAME" + echo "" exit 0 fi -- cgit v1.2.1