From: Fatih Degirmenci Date: Tue, 8 Dec 2015 16:07:16 +0000 (+0100) Subject: Add SSH_KEY parameter for the PODs used by Apex X-Git-Tag: test-tag~106^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9449fc61b2acd30ef5c11691703f4a607e4f8f43;p=releng.git Add SSH_KEY parameter for the PODs used by Apex Change-Id: Idc2149b2f763945178d10bc5184eaf9c84c191cb Signed-off-by: Fatih Degirmenci --- 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'