From 8eec8ff587a3581e39e4aeabbeb01dcd5c1ab96a Mon Sep 17 00:00:00 2001 From: SRIKKANTH Date: Sat, 12 Mar 2016 00:15:18 +0530 Subject: [PATCH] Removed hardcoded details --- remote-scripts/E2E-DAYTRADER-FOUR-VM-SETUP.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-scripts/E2E-DAYTRADER-FOUR-VM-SETUP.ps1 b/remote-scripts/E2E-DAYTRADER-FOUR-VM-SETUP.ps1 index 4255c63..54ad74c 100644 --- a/remote-scripts/E2E-DAYTRADER-FOUR-VM-SETUP.ps1 +++ b/remote-scripts/E2E-DAYTRADER-FOUR-VM-SETUP.ps1 @@ -53,7 +53,7 @@ if ($isDeployed) #$ipinfo = "#all the IPs should be Internal ips `n" #$ipinfo = "#all the IPs should be Internal ips `n$beip`n$fe1ip $fe2ip $fe3ip" #$ipinfo > 'Daytrader_install.xml' - "#all the IPs should be Internal ips `n$beip`n$fe1ip $fe2ip $fe3ip`ntest`nRedhat.Redhat.777" > 'Daytrader_install.XML' + "#all the IPs should be Internal ips `n$beip`n$fe1ip $fe2ip $fe3ip`n$user`n$password" > 'Daytrader_install.XML' $out = RemoteCopy -uploadTo $hs1VIP -port $hs1bvmsshport -files "Daytrader_install.XML" -username $user -password $password -upload 2>&1 | Out-Null