Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osism/openstack-octavia-amphora-image
Machine images for use with the OpenStack Octavia service
https://github.com/osism/openstack-octavia-amphora-image
openstack openstack-octavia
Last synced: 19 days ago
JSON representation
Machine images for use with the OpenStack Octavia service
- Host: GitHub
- URL: https://github.com/osism/openstack-octavia-amphora-image
- Owner: osism
- License: apache-2.0
- Created: 2020-04-17T16:20:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T08:08:18.000Z (21 days ago)
- Last Synced: 2024-12-13T09:19:50.904Z (21 days ago)
- Topics: openstack, openstack-octavia
- Language: Shell
- Homepage: https://www.osism.tech
- Size: 97.7 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenStack Octavia Amphora Image
[![Build status](https://zuul.services.betacloud.xyz/api/tenant/osism/badge?project=osism/openstack-octavia-amphora-image&pipeline=post)](https://zuul.services.betacloud.xyz/t/osism/builds?project=osism%2Fopenstack-octavia-amphora-image&pipeline=post&skip=0)
## 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)
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2024.2.qcow2
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2024.2.qcow2.CHECKSUM### 2024.1 (Caracal)
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2024.1.qcow2
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2024.1.qcow2.CHECKSUM### 2023.2 (Bobcat)
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2023.2.qcow2
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2023.2.qcow2.CHECKSUM### 2023.1 (Antelope)
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2023.1.qcow2
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-2023.1.qcow2.CHECKSUM## Archived images
### Zed
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-zed.qcow2
* https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/octavia-amphora-haproxy-zed.qcow2.CHECKSUM## 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
* https://docs.openstack.org/diskimage-builder/latest/
* https://docs.openstack.org/octavia/latest/admin/amphora-image-build.html
* https://github.com/openstack/diskimage-builder
* https://github.com/openstack/octavia/tree/master/diskimage-create