From 7bf0ae3f24e15e94360f3254e8f45a413d689d87 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sun, 3 Sep 2017 03:03:31 +0200 Subject: [PATCH] fuel, armband: Move SSH_KEY outside /tmp JIRA: FUEL-280 Change-Id: Ia96986e3f289739914de6b7e63abfb0172b8e6b5 Signed-off-by: Alexandru Avadanii --- jjb/global/installer-params.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/global/installer-params.yml b/jjb/global/installer-params.yml index 10afd6f8c..102556260 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -44,7 +44,7 @@ description: 'IP of the salt master (for mcp deployments)' - string: name: SSH_KEY - default: '/tmp/mcp.rsa' + default: "$HOME/opnfv/mcp.rsa" description: 'Path to private SSH key to access environment nodes' - string: name: INSTALLER_TYPE -- 2.16.6