Skip to content

Commit

Permalink
Merge pull request #217 from dosaboy/add-focal-img-to-openstack
Browse files Browse the repository at this point in the history
Add focal image to glance for openstack
  • Loading branch information
dosaboy authored Aug 28, 2024
2 parents 3357a98 + 57ebcac commit 1df9406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/profiles/default
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ set_img_properties ()

# Download images if not already present
mkdir -vp ~/images
upload_image cloudimages focal focal-server-cloudimg-amd64.img &
upload_image cloudimages jammy jammy-server-cloudimg-amd64.img &
upload_image cirros cirros-0.6.2 0.6.2/cirros-0.6.2-x86_64-disk.img &
wait
# Set properties needed by octavia-disk-image-retrofit (See LP: #1842430)
set_img_properties focal 20.04 focal-server-cloudimg-amd64.img &
set_img_properties jammy 22.04 jammy-server-cloudimg-amd64.img &
wait

Expand Down

0 comments on commit 1df9406

Please sign in to comment.