diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-08 17:07:16 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-08 17:07:16 +0100 |
commit | 9449fc61b2acd30ef5c11691703f4a607e4f8f43 (patch) | |
tree | 76fd49327677ef17969102e0f0784374b7eb6fd2 /jjb/opnfv | |
parent | 4847bb11273ee0290fd950f219b51c7861e87b0a (diff) |
Add SSH_KEY parameter for the PODs used by Apex
Change-Id: Idc2149b2f763945178d10bc5184eaf9c84c191cb
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfv')
-rw-r--r-- | jjb/opnfv/pod-params.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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' |