fuel: installer param: Add CI_DEBUG=false
[releng.git] / jjb / global / installer-params.yml
index ecef6d3..1415a6e 100644 (file)
           name: INSTALLER_IP
           default: '10.20.0.2'
           description: 'IP of the installer'
-      - string:
-          name: SALT_MASTER_IP
-          default: '192.168.10.100'
-          description: 'IP of the salt master (for mcp deployments)'
       - string:
           name: SSH_KEY
-          default: "$HOME/opnfv/mcp.rsa"
+          default: "/var/lib/opnfv/mcp.rsa"
           description: 'Path to private SSH key to access environment nodes'
       - string:
           name: INSTALLER_TYPE
@@ -52,7 +48,7 @@
           description: 'Installer used for deploying OPNFV on this POD'
       - string:
           name: EXTERNAL_NETWORK
-          default: 'admin_floating_net'
+          default: 'floating_net'
           description: 'external network for test'
       - string:
           name: BRIDGE
           name: GS_URL
           default: '$GS_BASE{gs-pathname}'
           description: "URL to Google Storage."
+      - string:
+          name: CI_DEBUG
+          default: 'false'
+          description: "Show debug output information"
 
 - parameter:
     name: 'joid-defaults'