diff options
author | Tim Rozet <trozet@redhat.com> | 2015-12-08 17:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-08 17:41:23 +0000 |
commit | 2a09650c83b5d896820259198492f9e4d108c3f5 (patch) | |
tree | 0cf6184ff7a60342a6671d089a0ed8d02b7163be | |
parent | a2384fc7622d02cb7e941c79ab2601b6a1a122e4 (diff) | |
parent | 9449fc61b2acd30ef5c11691703f4a607e4f8f43 (diff) |
Merge "Add SSH_KEY parameter for the PODs used by Apex"
-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' |