diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-01-30 02:48:32 +0000 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-01-30 02:48:32 +0000 |
commit | bbffd28965047e8f351933a9f6bc26a7e239c3b9 (patch) | |
tree | 17ac6b3adff6ee6092b41c1d6c81563073ce5755 | |
parent | 4f1c46c22779e019b6b2eecf5886881b5c8833d9 (diff) |
[doctor] use '{installer}-defaults'
Use opnfv global param in the doctor job definition.
This patch also fix the issue which INSTALLER_IP is missing
when we use fuel installer in doctor functest builders.
Change-Id: I47c9585af435341f5cd4f8cff564999ad644632e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rw-r--r-- | jjb/doctor/doctor.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 9b31cc2de..5c56f3cc5 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -99,10 +99,7 @@ default: /home/jenkins/openstack.creds description: 'OpenStack credentials' - '{slave-label}-defaults' - - string: - name: INSTALLER_TYPE - default: '{installer}' - description: 'Installer used for deploying OPNFV on this POD' + - '{installer}-defaults' - string: name: DOCKER_TAG default: '{docker-tag}' |