I'm using packer for ova files creation.
I'm running it on a nested ESXi.
I couldn't find a way to delete the cached iso, which is stored by default at: /vmfs/volumes/datastore1/packer_cache/*.iso
(assuming that I'm using datastore1 as my datastore).
Asked
Active
Viewed 2,409 times
0

Alex Brodov
- 3,365
- 18
- 43
- 66
2 Answers
0
Use the vSphere (web) client. Browse to the database, select the file(s) and remove them. See VMware vSphere 5.1 Documentation Center for more information.

Guest
- 1
-
Is it part of packer functionality ? – Alex Brodov Jan 26 '16 at 21:34
0
No, Packer will create this folder to store supporting files if remote_type
is used. One have to remove the folder manually afterwards.

P. Winsinger
- 1
- 1