Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklanirdesh82 authored Feb 17, 2017
1 parent 55eeae7 commit 2e69d0e
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 2e69d0e

Please sign in to comment.