Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update seed image to latest #561

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/infra/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ infra_floatingip_pool:
infra_image_id:
# OR
# The name of the image to upload (should be changed when the image changes)
infra_image_name: ubuntu-jammy-20240308
infra_image_name: ubuntu-jammy-20240701
# The source URL for the image
infra_image_source_url: https://cloud-images.ubuntu.com/releases/jammy/release-20240308/ubuntu-22.04-server-cloudimg-amd64.img
infra_image_source_url: https://cloud-images.ubuntu.com/releases/jammy/release-20240701/ubuntu-22.04-server-cloudimg-amd64.img
# The disk format of the image as downloaded
infra_image_source_disk_format: qcow2
# The container format for the image
Expand Down
Loading