summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-16 18:11:13 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-16 18:11:13 +0100
commitbd626d8540736619af7f57c45b036de4454022fc (patch)
tree63a307604e8edd3047986a32be794b6c4f51f39a /jjb/opnfv
parent9e047cf55938abb786575f7d43ca150693713684 (diff)
Add intel slaves used for virtual deployments into pod-params
Change-Id: Ibd6079a2a95f8170726c45d10b2bac844d0af5b3 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfv')
-rw-r--r--jjb/opnfv/pod-params.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml
index 317f5cdc1..bb5e529b7 100644
--- a/jjb/opnfv/pod-params.yml
+++ b/jjb/opnfv/pod-params.yml
@@ -296,3 +296,45 @@
name: GIT_BASE
default: https://gerrit.opnfv.org/gerrit/$PROJECT
description: 'Git URL to use on the jumphost'
+
+- parameter:
+ name: 'intel-us-deploy-virtual-1-defaults'
+ parameters:
+ - node:
+ name: SLAVE_NAME
+ description: 'Slave name on Jenkins'
+ allowed-slaves:
+ - intel-us-deploy-virtual-1
+ default-slaves:
+ - intel-us-deploy-virtual-1
+ - string:
+ name: INSTALLER_VERSION
+ default: latest
+ description: 'Version of the installer to deploy'
+ - string:
+ name: GIT_BASE
+ default: https://gerrit.opnfv.org/gerrit/$PROJECT
+ description: 'Git URL to use on the jumphost'
+
+- parameter:
+ name: 'intel-us-deploy-virtual-2-defaults'
+ parameters:
+ - node:
+ name: SLAVE_NAME
+ description: 'Slave name on Jenkins'
+ allowed-slaves:
+ - intel-us-deploy-virtual-2
+ default-slaves:
+ - intel-us-deploy-virtual-2
+ - string:
+ name: INSTALLER_VERSION
+ default: latest
+ description: 'Version of the installer to deploy'
+ - string:
+ 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'