File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ci/tasks/setup-integration-test-vm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ export CLONE_NAME
2020echo " ${CLONE_NAME} " > integration-vm-name/name
2121echo " Creating VM ${CLONE_NAME} with IP: ${VM_IP} "
2222
23- govc vm.clone -verbose \
23+ govc vm.clone \
2424 -vm " ${BASE_VM_IPATH} " \
2525 -ds " ${CLONE_DATASTORE} " \
2626 -pool " ${CLONE_RESOURCE_POOL} " \
2727 -folder " ${CLONE_FOLDER} " \
2828 -on=false " ${CLONE_NAME} "
2929
30- govc vm.customize -verbose \
30+ govc vm.customize \
3131 -vm.ipath " ${CLONE_FOLDER} " /" ${CLONE_NAME} " \
3232 -ip " ${VM_IP} " " ${VM_CUSTOMIZATION_NAME} "
3333
34- govc vm.power -on -verbose \
34+ govc vm.power -on \
3535 -vm.ipath " ${CLONE_FOLDER} " /" ${CLONE_NAME} "
3636
3737echo Waiting for VM to be configured with expected IP address...
You can’t perform that action at this time.
0 commit comments