Installing PFSense into OpenStack - OverFlowJAMK/General GitHub Wiki

Step #1: Download PFSense:

Click here and download: PFSense website
PFSense

Step #2: Extract the Iso from the archive and Create a VirtualBox Image and check that it works before converting:

PFSense

Step #3: Convert your .vdi into .img raw format for OpenStack:

# sudo VBoxManage clonehd ~/VirtualBox\ VMs/PFSense/PFSense.vdi PFSense.img --format raw

Step #4: SCP the file from your local computer to OpenStack

???

Step #5: Add PFSense Image to the OpenStack Images (Remember to fetch tokens, etc. before doing this step):

# glance image-create --name "desiredimagenamehere" --file /home/adminuser/PFSense.ova --disk-format ova --container-format bare --progress

Step #6: Wait

Step #7: Create instance using new Image.

Step #8: Adding new port in OpenStack for PFSense instance(Remember to fetch tokens once again):

# nova interface-attach --net-id network-id-goes-here instance-name-goes-here