Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklanirdesh82 committed Feb 22, 2017
1 parent c3ada56 commit 128ca39
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions misc/drone-scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ wait_for "govc vm.ip $ESX_6_0" $retryCount

echo "Reset complete"

'
Let's set environment variables pointing to ESX6.5.

This part is needed and keep it latest whenever new VMs are added to
ESX6.5 or removed. CI is running tests against ESX6.5 (docker host resided
on vmfs) very first hence the retry mechanism added for the docker host
exist on vmfs datastore.
'
# setting environment variables pointing to ESX6.5.

#This part is needed and keep it latest whenever new VMs are added to
#ESX6.5 or removed. CI is running tests against ESX6.5 (docker host resided
#on vmfs) very first hence the retry mechanism added for the docker host
#exist on vmfs datastore.

export GOVC_URL=$GOVC_URL_6_5
export GOVC_USERNAME=$GOVC_USERNAME_ESX
export GOVC_PASSWORD=$GOVC_PASSWORD_ESX
Expand Down

0 comments on commit 128ca39

Please # to comment.