packer template for building a BIG-IP box
Problem this snippet solves: Provides a packer template that can be used to build a Vagrant "box" from a BIG-IP VE Code : {
"variables": {
"sudo_url": "http://repo.centos.org/files/sudo-1.8....
Published Apr 01, 2016
Version 1.0Tim_Rupp
Altostratus
Joined May 21, 2019
Tim_Rupp
Altostratus
Joined May 21, 2019
calvinchristoph
Nimbostratus
Aug 16, 2016Additionally, it may be worth mentioning that interface vboxnet2 is not created by default, and will halt the deployment of the box. Users need to manually create the interface by running
vboxmanage hostonlyif create
three times (vboxnet0, vboxnet1, and finally vboxnet2)