3rd party ci: Create functest jobs for netvirt 69/25969/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 14 Dec 2016 13:29:40 +0000 (14:29 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 14 Dec 2016 13:32:31 +0000 (14:32 +0100)
This is probably not the best way to fix this and will hopefully
be aligned with the rest.

Change-Id: I0a7602c34c3b5941f36ae0073e7abfdf4b4a9cb4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/functest/functest-ci-jobs.yml
jjb/global/installer-params.yml

index cd70179..a578fce 100644 (file)
             slave-label: armband-virtual
             installer: fuel
             <<: *colorado
+# netvirt 3rd party ci
+        - virtual:
+            slave-label: odl-netvirt-virtual
+            installer: netvirt
+            <<: *master
 #--------------------------------
 #        None-CI PODs
 #--------------------------------
index 55f4769..610072d 100644 (file)
             name: INSTALLER_TYPE
             default: infra
             description: 'Installer used for deploying OPNFV on this POD'
+- parameter:
+    name: 'netvirt-defaults'
+    parameters:
+        - string:
+            name: INSTALLER_IP
+            default: '192.168.X.X'
+            description: 'IP of the installer'
+        - string:
+            name: INSTALLER_TYPE
+            default: apex
+            description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: DEPLOY_SCENARIO
+            default: 'none'
+            description: 'Scenario to deploy and test'
+        - string:
+            name: EXTERNAL_NETWORK
+            default: 'external'
+            description: 'external network for test'