Skip to content

osism/openstack-octavia-amphora-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.2 (Dalmatian)

2024.1 (Caracal)

2023.2 (Bobcat)

2023.1 (Antelope)

Archived images

Zed

Upload

$ pip3 install python-openstackclient
$ qemu-img convert octavia-amphora-haproxy-2024.2.qcow2 octavia-amphora-haproxy-2024.2.img
$ openstack --os-cloud octavia image create \
    --community \
    --disk-format raw \
    --file octavia-amphora-haproxy-2024.2.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.2"

References

About

Machine images for use with the OpenStack Octavia service

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages