BIG-IP in a Vagrant Virtualbox Box...part 2
If you followed me through the first part of this set of articles, you will now be faced with a shiny new box containing your BIG-IP VE image. You're chomping at the bit to get it fired up in vagrant...
Updated Jun 06, 2023
Version 2.0Tim_Rupp
Altostratus
Joined May 21, 2019
Thomas_A__McGon
Feb 05, 2017Historic F5 Account
@Tim
Thanks for replying so quickly, sorry I missed that option. Just tested it. Worked like a charm. FYI, to get sudo working in packer, I had to:
ln -s libaudit.so.1.0.0 libaudit.so.0
ln -s libldap-2.4.so.2.10.3 libldap-2.3.so.0
Also, in order to get the vboxnet interface working I had to:
VBoxManage hostonlyif create
and then
sudo "/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh" restart
Thanks again for your help! -Tom