diff options
author | 2017-06-20 08:32:43 +0000 | |
---|---|---|
committer | 2017-06-20 08:32:43 +0000 | |
commit | 099b8bd8cf78c9eafb034ad9b031c064378a201e (patch) | |
tree | 615820de572c18ec9865e8458e7ba4316bf20d84 /jjb/global | |
parent | d6ddd640b1053d473f69a6915e137bacd174e08b (diff) | |
parent | ac6b481e247c5b1a52697255e40588cca538a7b3 (diff) |
Merge "[fuel] Add missing ssh key to environment vars"
Diffstat (limited to 'jjb/global')
-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 e9f48aea1..ee154af03 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -42,6 +42,10 @@ 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 description: 'Installer used for deploying OPNFV on this POD' |