From 9449fc61b2acd30ef5c11691703f4a607e4f8f43 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 8 Dec 2015 17:07:16 +0100 Subject: Add SSH_KEY parameter for the PODs used by Apex Change-Id: Idc2149b2f763945178d10bc5184eaf9c84c191cb Signed-off-by: Fatih Degirmenci --- jjb/opnfv/pod-params.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml index 07d35bf7f..fb02e7d5d 100644 --- a/jjb/opnfv/pod-params.yml +++ b/jjb/opnfv/pod-params.yml @@ -16,6 +16,10 @@ name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on the jumphost' + - string: + name: SSH_KEY + default: /root/.ssh/id_rsa + description: 'SSH key to use for Apex' - parameter: name: 'lf-pod2-defaults' @@ -74,6 +78,10 @@ name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on the jumphost' + - string: + name: SSH_KEY + default: /root/.ssh/id_rsa + description: 'SSH key to use for Apex' - parameter: name: 'intel-pod5-defaults' -- cgit 1.2.3-korg