X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Finstaller-params.yml;h=a81dce3fee4d32064a85f10072c7721a68c8a8e9;hb=69151dce8f4f9bb59c4998fa9e903618265ac0d5;hp=fc9f34a484a11f2aa27c1c7fe20900f30fdfc344;hpb=24185dadc948dcf25576310d0930cd3f119d5c1b;p=releng.git diff --git a/jjb/global/installer-params.yml b/jjb/global/installer-params.yml index fc9f34a48..a81dce3fe 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -37,6 +37,14 @@ 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: '/tmp/mcp.rsa' + description: 'Path to private SSH key to access environment nodes' - string: name: INSTALLER_TYPE default: fuel @@ -48,7 +56,7 @@ - string: name: BRIDGE default: 'pxebr' - description: 'pxe bridge for booting of Fuel master' + description: 'Bridge(s) to be used by salt master' - parameter: name: 'joid-defaults' @@ -67,8 +75,8 @@ description: 'Model to deploy (os|k8)' - string: name: OS_RELEASE - default: 'newton' - description: 'OpenStack release (mitaka|newton)' + default: 'ocata' + description: 'OpenStack release (mitaka|newton|ocata)' - string: name: EXTERNAL_NETWORK default: ext-net @@ -95,12 +103,16 @@ parameters: - string: name: INSTALLER_IP - default: '10.20.0.2' + default: '10.20.7.3' description: 'IP of the installer' - string: name: INSTALLER_TYPE default: daisy description: 'Installer used for deploying OPNFV on this POD' + - string: + name: BRIDGE + default: 'br7' + description: 'pxe bridge for booting of Daisy master' - parameter: name: 'infra-defaults'