Skip to content

Commit 25e2129

Browse files
author
Bryan Fu
committed
Merge pull request #6 from helloarys/master
Change the ova getting url so it can support new vcompute nodes.
2 parents 75b8c92 + a30c94e commit 25e2129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/vRackBuilder/api.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import tasks
2121

2222
IMAGE_PATH = 'ova/'
23-
URL_LINK = 'https://gpsbuildfarm.corp.emc.com/view/HW_Simulation/job/HW_Simulation_%s/%s/artifact/ova_artifact/%s'
23+
URL_LINK = 'http://10.32.136.39:8080/view/OVA%20build/job/%s/%s/artifact/tools/ova_builder/%s'
2424

2525
def esxi_get_datastores(host, usr, pwd):
2626
""" Get all datastore information of 1 ESXi. """

0 commit comments

Comments
 (0)