diff options
Diffstat (limited to 'jjb/global/installer-params.yml')
-rw-r--r-- | jjb/global/installer-params.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/global/installer-params.yml b/jjb/global/installer-params.yml index 40fc42c76..e9f48aea1 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -38,6 +38,10 @@ 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: INSTALLER_TYPE default: fuel description: 'Installer used for deploying OPNFV on this POD' |