Add SSH_KEY parameter for the PODs used by Apex 87/4087/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 8 Dec 2015 16:07:16 +0000 (17:07 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 8 Dec 2015 16:07:16 +0000 (17:07 +0100)
Change-Id: Idc2149b2f763945178d10bc5184eaf9c84c191cb
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/opnfv/pod-params.yml

index 07d35bf..fb02e7d 100644 (file)
             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'
             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'