Cleanup functest.yml
[releng.git] / jjb / opnfv / pod-params.yml
index fae3a5b..01d1ada 100644 (file)
             description: 'Git URL to use on the slave'
 
 - parameter:
-    name: 'orange-pod2'
+    name: 'orange-pod2-defaults'
     parameters:
         - node:
             name: SLAVE_NAME
             name: GIT_BASE
             default: https://gerrit.opnfv.org/gerrit/$PROJECT
             description: 'Git URL to use on the jumphost'
+        - string:
+            name: LAB_CONFIG
+            default: "/home/opnfv/repos/functest"
+            description: "Openstack credentials on the dev lab"
+
+
+- parameter:
+    name: 'orange-test1-defaults'
+    parameters:
+        - node:
+            name: SLAVE_NAME
+            description: 'Slave name on Jenkins'
+            allowed-slaves:
+                - orange-test1
+            default-slaves:
+                - orange-test1
+        - 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'