changed image name to be persistent

This commit is contained in:
Sebastian Rieger
2024-04-24 12:21:31 +02:00
parent c67d8886d7
commit 886085a73d
5 changed files with 10 additions and 5 deletions

View File

@ -50,7 +50,8 @@ PROJECT_NETWORK = 'CloudComp' + str(GROUP_NUMBER) + '-net'
# The image to look for and use for the started instance
# ubuntu_image_name = "Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image"
UBUNTU_IMAGE_NAME = "auto-sync/ubuntu-jammy-22.04-amd64-server-20240319-disk1.img"
#UBUNTU_IMAGE_NAME = "auto-sync/ubuntu-jammy-22.04-amd64-server-20240319-disk1.img"
UBUNTU_IMAGE_NAME = "ubuntu-22.04-jammy-x86_64"
# default region
REGION_NAME = 'RegionOne'