Set default SDN Controller to nosdn and feature to none 47/4847/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 18 Dec 2015 10:28:06 +0000 (11:28 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 18 Dec 2015 10:48:13 +0000 (11:48 +0100)
This is needed in order to have ability to run build, deploy,
and test jobs alone meaning without using the main multijob.

Change-Id: I30bec28f9aba73c1e64bf3471b0143592eb6cbe1
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/opnfv/installer-params.yml

index 64945c6..72c1c71 100644 (file)
@@ -9,6 +9,14 @@
             name: INSTALLER_TYPE
             default: apex
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: SDN_CONTROLLER
+            default: 'nosdn'
+            description: 'SDN Controller to use'
+        - string:
+            name: OPNFV_FEATURE
+            default: 'none'
+            description: 'OPNFV Feature to activate'
 
 - parameter:
     name: 'compass-defaults'
             name: INSTALLER_TYPE
             default: compass
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: SDN_CONTROLLER
+            default: 'nosdn'
+            description: 'SDN Controller to use'
+        - string:
+            name: OPNFV_FEATURE
+            default: 'none'
+            description: 'OPNFV Feature to activate'
 
 - parameter:
     name: 'fuel-defaults'
             name: INSTALLER_TYPE
             default: fuel
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: SDN_CONTROLLER
+            default: 'nosdn'
+            description: 'SDN Controller to use'
+        - string:
+            name: OPNFV_FEATURE
+            default: 'none'
+            description: 'OPNFV Feature to activate'
 
 - parameter:
     name: 'joid-defaults'
             name: INSTALLER_TYPE
             default: joid
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: SDN_CONTROLLER
+            default: 'nosdn'
+            description: 'SDN Controller to use'
+        - string:
+            name: OPNFV_FEATURE
+            default: 'none'
+            description: 'OPNFV Feature to activate'