We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
govc
1 parent f4bfd9f commit 1591d2fCopy full SHA for 1591d2f
ci/tasks/setup-integration-test-vm/run.sh
@@ -28,7 +28,10 @@ govc vm.clone \
28
29
govc vm.customize \
30
-vm.ipath "${CLONE_FOLDER}"/"${CLONE_NAME}" \
31
- -ip "${VM_IP}" "${VM_CUSTOMIZATION_NAME}"
+ -ip "${VM_IP}" \
32
+ -org "${VM_ORG_NAME}" \
33
+ -username "${VM_USERNAME}" \
34
+ "${VM_CUSTOMIZATION_NAME}"
35
36
govc vm.power -on \
37
-vm.ipath "${CLONE_FOLDER}"/"${CLONE_NAME}"
ci/tasks/setup-integration-test-vm/task.yml
@@ -19,5 +19,7 @@ params:
19
CLONE_DATASTORE:
20
CLONE_RESOURCE_POOL:
21
VM_CUSTOMIZATION_NAME: Bosh-Windows-Base
22
+ VM_ORG_NAME: Broadcom
23
+ VM_USERNAME: Tanzu Platform
24
CLONE_FOLDER:
25
JOB_OS_NAME: # linux or windows
0 commit comments