diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-07 11:07:23 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-07 11:07:47 +0200 |
commit | 2d488dc5f66922247839d812b7be68b4674b583b (patch) | |
tree | c9198539777af3cafba36fae80a4fd75eb61d1a9 /jjb/opnfv/installer-params.yml | |
parent | ae1fa95defd506dd15d4a89b2b26d29adccdd2f0 (diff) |
sandbox: Create example jobs based on new job structure
Change-Id: I1ee2593445737da135ba52b07960d4c0f0d52a78
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfv/installer-params.yml')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index f95d79f93..60fee9263 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -93,3 +93,19 @@ name: CPU_ARCHITECTURE default: 'amd64' description: "CPU Architecture to use for Ubuntu distro " + +- parameter: + name: 'sandbox-defaults' + parameters: + - string: + name: INSTALLER_IP + default: '10.20.0.2' + description: 'IP of the installer' + - string: + name: INSTALLER_TYPE + default: sandbox + description: 'Installer used for deploying OPNFV on this POD' + - string: + name: EXTERNAL_NETWORK + default: 'admin_floating_net' + description: 'external network for test' |