From ae9a72bfd2c907dba0aec3d1b18c6cb3ff4d48ca Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 17 Aug 2016 13:57:54 +0200 Subject: [PATCH] Added SSH_KEY_NAME to example_deploy_conf.py --- deploy-cluster-aws/example_deploy_conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy-cluster-aws/example_deploy_conf.py b/deploy-cluster-aws/example_deploy_conf.py index f1da94e9..ed755a0d 100644 --- a/deploy-cluster-aws/example_deploy_conf.py +++ b/deploy-cluster-aws/example_deploy_conf.py @@ -27,6 +27,11 @@ BRANCH="master" # What do you want to deploy? WHAT_TO_DEPLOY="servers" +# SSH_KEY_NAME is the name of the SSH private key file +# in $HOME/.ssh/ +# It is used for SSH communications with AWS instances. +SSH_KEY_NAME="not-set-yet" + # USE_KEYPAIRS_FILE is either True or False # Should node keypairs be read from keypairs.py? # (If False, then the keypairs will be whatever is in the the