97099183e4
We used to add the Ubuntu image to the list of images to download during the glance bootstrap in one of our test script. This image is mostly used for debugging and when cirros is incompatible with infra VMs. So let's add glance values override file specifically for this and enable it only when necessary. Change-Id: I5c10dac4826c3ea10327e4934bbeab27b54877e2
12 lines
338 B
YAML
12 lines
338 B
YAML
bootstrap:
|
|
structured:
|
|
images:
|
|
ubuntu_miniaml:
|
|
name: "Ubuntu Jammy Minimal"
|
|
source_url: "https://cloud-images.ubuntu.com/minimal/releases/jammy/release/"
|
|
image_file: "ubuntu-22.04-minimal-cloudimg-amd64.img"
|
|
id: null
|
|
min_disk: 3
|
|
image_type: qcow2
|
|
container_format: bare
|