Skip to content

Commit 1591d2f

Browse files
committed
CI: add additional flags for newer govc
1 parent f4bfd9f commit 1591d2f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci/tasks/setup-integration-test-vm/run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ govc vm.clone \
2828

2929
govc vm.customize \
3030
-vm.ipath "${CLONE_FOLDER}"/"${CLONE_NAME}" \
31-
-ip "${VM_IP}" "${VM_CUSTOMIZATION_NAME}"
31+
-ip "${VM_IP}" \
32+
-org "${VM_ORG_NAME}" \
33+
-username "${VM_USERNAME}" \
34+
"${VM_CUSTOMIZATION_NAME}"
3235

3336
govc vm.power -on \
3437
-vm.ipath "${CLONE_FOLDER}"/"${CLONE_NAME}"

ci/tasks/setup-integration-test-vm/task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ params:
1919
CLONE_DATASTORE:
2020
CLONE_RESOURCE_POOL:
2121
VM_CUSTOMIZATION_NAME: Bosh-Windows-Base
22+
VM_ORG_NAME: Broadcom
23+
VM_USERNAME: Tanzu Platform
2224
CLONE_FOLDER:
2325
JOB_OS_NAME: # linux or windows

0 commit comments

Comments
 (0)