remove DEPLOY_SCENARIO from installer-params
[releng.git] / jjb / global / installer-params.yml
index 55f4769..6e965a9 100644 (file)
@@ -9,10 +9,6 @@
             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'
             name: INSTALLER_TYPE
             default: joid
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: MODEL
+            default: 'os'
+            description: 'Model to deploy (os|k8)'
         - string:
             name: OS_RELEASE
             default: 'newton'
             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: netvirt
+            description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: EXTERNAL_NETWORK
+            default: 'external'
+            description: 'external network for test'