qtip: Create job for zte-pod2 and override fuel IP 01/17901/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 2 Aug 2016 07:43:19 +0000 (09:43 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 2 Aug 2016 07:43:19 +0000 (09:43 +0200)
Change-Id: I0a9684ca93667924f34cbbd44c3e8e5111ebd8e8
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/opnfv/slave-params.yml
jjb/qtip/qtip-ci-jobs.yml

index 7b99830..8b05bd7 100644 (file)
             name: GIT_BASE
             default: https://gerrit.opnfv.org/gerrit/$PROJECT
             description: 'Git URL to use on this Jenkins Slave'
+- parameter:
+    name: 'zte-pod2-defaults'
+    parameters:
+        - node:
+            name: SLAVE_NAME
+            description: 'Slave name on Jenkins'
+            allowed-slaves:
+                - zte-pod2
+            default-slaves:
+                - zte-pod2
+        - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: 'Git URL to use on this Jenkins Slave'
+        - string:
+            name: INSTALLER_IP
+            default: '10.20.1.2'
+            description: 'IP of the installer'
 - parameter:
     name: 'juniper-pod1-defaults'
     parameters:
index 068b273..ef455f8 100644 (file)
             installer: fuel
             auto-trigger-name: 'qtip-daily-zte-pod1-trigger'
             <<: *master
+        - zte-pod2:
+            installer: fuel
+            auto-trigger-name: 'daily-trigger-disabled'
+            <<: *master
 
 #--------------------------------
     jobs:
@@ -58,8 +62,8 @@
     parameters:
         - project-parameter:
             project: '{project}'
-        - '{pod}-defaults'
         - '{installer}-defaults'
+        - '{pod}-defaults'
         - string:
             name: DEPLOY_SCENARIO
             default: 'os-nosdn-nofeature-ha'