[doctor] use '{installer}-defaults' 09/27709/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 30 Jan 2017 02:48:32 +0000 (02:48 +0000)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 30 Jan 2017 02:48:32 +0000 (02:48 +0000)
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>
jjb/doctor/doctor.yml

index 9b31cc2..5c56f3c 100644 (file)
             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}'