joid support of Newton.
[releng.git] / jjb / opnfv / installer-params.yml
index 64945c6..55f4769 100644 (file)
@@ -9,6 +9,14 @@
             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'
 
 - parameter:
     name: 'compass-defaults'
             name: INSTALLER_TYPE
             default: compass
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: EXTERNAL_NETWORK
+            default: 'ext-net'
+            description: 'external network for test'
 
 - parameter:
     name: 'fuel-defaults'
             name: INSTALLER_TYPE
             default: fuel
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: EXTERNAL_NETWORK
+            default: 'admin_floating_net'
+            description: 'external network for test'
+        - string:
+            name: BRIDGE
+            default: 'pxebr'
+            description: 'pxe bridge for booting of Fuel master'
 
 - parameter:
     name: 'joid-defaults'
     parameters:
         - string:
             name: INSTALLER_IP
-            default: '192.168.Y.Y'
+            default: '192.168.122.5'
             description: 'IP of the installer'
         - string:
             name: INSTALLER_TYPE
             default: joid
             description: 'Installer used for deploying OPNFV on this POD'
+        - string:
+            name: OS_RELEASE
+            default: 'newton'
+            description: 'OpenStack release (mitaka|newton)'
+        - string:
+            name: EXTERNAL_NETWORK
+            default: ext-net
+            description: "External network used for Floating ips."
+        - string:
+            name: LAB_CONFIG
+            default: "$HOME/joid_config"
+            description: "Local lab config and Openstack openrc location"
+        - string:
+            name: MAAS_REINSTALL
+            default: 'false'
+            description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
+        - string:
+            name: UBUNTU_DISTRO
+            default: 'xenial'
+            description: "Ubuntu distribution to use for Openstack (xenial)"
+        - string:
+            name: CPU_ARCHITECTURE
+            default: 'amd64'
+            description: "CPU Architecture to use for Ubuntu distro "
+- parameter:
+    name: 'infra-defaults'
+    parameters:
+        - string:
+            name: INSTALLER_IP
+            default: '192.168.122.2'
+            description: 'IP of the installer'
+        - string:
+            name: INSTALLER_TYPE
+            default: infra
+            description: 'Installer used for deploying OPNFV on this POD'