Skip to content

openstack-charmers/octavia-diskimage-retrofit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octavia-diskimage-retrofit

Turn stock cloud image into Octavia Amphora image.

The purpose of this tool is to take a stock Ubuntu Cloud Image, apply OpenStack Diskimage-builder elements from OpenStack Octavia, to retrofit the image so that it is suitable for use as Octavia HAProxy amphora.

Example Usage:

sudo snap install --classic octavia-diskimage-retrofit
cd /var/snap/octavia-diskimage-retrofit/common/tmp
wget https://cloud-images.ubuntu.com/releases/focal/release/ubuntu-20.04-server-cloudimg-amd64.img
sudo octavia-diskimage-retrofit \
    ubuntu-20.04-server-cloudimg-amd64.img \
    ubuntu-amphora-haproxy-amd64.qcow2

NOTE The tool will use KVM acceleration when available

Bugs

Please report bugs on Launchpad.