Skip to content

Commit fb17f8d

Browse files
committed
Remove verbose debugging flags
Signed-off-by: Brian Upton <[email protected]>
1 parent 2be585a commit fb17f8d

File tree

1 file changed

+3
-3
lines changed
  • ci/tasks/setup-integration-test-vm

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ export CLONE_NAME
2020
echo "${CLONE_NAME}" > integration-vm-name/name
2121
echo "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

3737
echo Waiting for VM to be configured with expected IP address...

0 commit comments

Comments
 (0)