
Images
Name |
Link |
Description |
FreeBSD-12.0-RELEASE |
download |
ZFS zroot + cloud-init (FreeBSD 12.0-RELEASE-p9 GENERIC) |
FreeBSD-12.0-RELEASE-custom |
download |
ZFS zroot + cloud-init + locale en_US-UTF8 + vrack configured |
FreeBSD-CURRENT |
download |
ZFS zroot + cloud-init |
FreeBSD-CURRENT-custom |
Soon |
ZFS zroot + cloud-init + locale en_US-UTF8 + vrack configured |
Install image with terminal emulator
You need openstack client and your openstack openrc file.
Example: Deploy FreeBSD-12.0-RELEASE image
wget https://storage.gra5.cloud.ovh.net/v1/AUTH_b49a48a77ecf40ff9e51a30fdf28633c/freebsd/freebsd-12.0-RELEASE.qcow2
. ~/openrc.sh
openstack image create --private --disk-format qcow2 \
--container-format bare --property image_original_user=freebsd \
--property hw_disk_bus='scsi' --property hw_scsi_model=virtio-scsi \
--file freebsd-12.0-RELEASE.qcow2 freebsd-12.0-RELEASE
Install image with OpenStack Horizon web UI
TODO