Add intel slaves used for virtual deployments into pod-params 95/4695/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 16 Dec 2015 17:11:13 +0000 (18:11 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 16 Dec 2015 17:11:13 +0000 (18:11 +0100)
Change-Id: Ibd6079a2a95f8170726c45d10b2bac844d0af5b3
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/opnfv/pod-params.yml

index 317f5cd..bb5e529 100644 (file)
             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'