From 5fe3a0174b9e16d4b143176f2d09cad396915dd8 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 20 Aug 2015 12:54:47 -0400 Subject: [PATCH] Gar. the vars are not being passed in the correct way Change-Id: Ibbc93a4f989c954608d2c018f6bf691c409bf66f Signed-off-by: Aric Gardner --- jjb/qtip/qtip.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/qtip/qtip.yml b/jjb/qtip/qtip.yml index 1e7dc0d03..68069eb04 100644 --- a/jjb/qtip/qtip.yml +++ b/jjb/qtip/qtip.yml @@ -204,7 +204,7 @@ project: '{project}' - string: name: INSTALLER_TYPE - default: '{installer_type}' + default: foreman description: "Installer name that is used for deployment." - stirng: name: INSTALLER_IP @@ -241,11 +241,11 @@ project: '{project}' - string: name: INSTALLER_TYPE - default: '{installer_type}' + default: foreman description: "Installer name that is used for deployment." - string: name: INSTALLER_IP - default: '{installer_ip}' + default: 172.18.0.12 description: "IP address of the installer" scm: -- 2.16.6