Skip to content

osism/openstack-octavia-amphora-image

Repository files navigation

OpenStack Octavia Amphora Image

Build status

Current images

The images are rebuilt every day. Images with a YYYYMMDD marker (e.g. octavia-amphora-haproxy-zed.20240304.qcow2) are also available for the last 30 days. The last available image of this type can be retrieved in a file last-VERSION (e.g. last-zed).

2024.1 (Caracal)

2023.2 (Bobcat)

2023.1 (Antelope)

Zed

Upload

$ pip3 install python-openstackclient
$ qemu-img convert octavia-amphora-haproxy-2024.1.qcow2 octavia-amphora-haproxy-2024.1.img
$ openstack --os-cloud octavia image create \
    --community \
    --disk-format raw \
    --file octavia-amphora-haproxy-2024.1.img \
    --min-disk 2 \
    --min-ram 1024 \
    --property hw_disk_bus=scsi \
    --property hw_scsi_model=virtio-scsi \
    --property os_distro=ubuntu \
    --property os_version=22.04 \
    "OpenStack Octavia Amphora Haproxy 2024.1"

References