summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-08-27 09:45:54 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2014-08-27 09:45:54 +0100
commit29326fc524a84bf97cf1ade5f261dc40beb806e5 (patch)
tree1fb958ae84337c27a5e3cda06e8025002f3c17bb
parentc093095be416821c53bd075b4d0bc4f16985553f (diff)
downloaddefinitions-29326fc524a84bf97cf1ade5f261dc40beb806e5.tar.gz
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 <lars.wirzenius@codethink.co.uk>
-rwxr-xr-xmason/mason-generator.sh5
1 files changed, 5 insertions, 0 deletions
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