I logon to infrastructure VM, I could not find file in the “shared” directory. During “vagrant up”, I saw some errors ( Error downloading packages: kernel-devel-3.10.0-957.5.1.el7.x86_64: [Errno 256] No more mirrors to try.). Then I tried manually download the file, I saw the downloading was blocked by company’s McAfee .
The “database” VM works perfectly.
My question is, can I prevision the infrastructure VM without downloading new packages? The failed command is,
yum install -y kernel-devel kernel-devel-uname -r
gcc binutils make perl bzip2
Thanks for any suggestion.