Import Flight Solo Image to Alces Cloud
Prepare for Image Import
Prerequisites
- To set this up, you will need access to the Alces Cloud platform
Upload Image
- Login to your Alces Cloud account
- Download the Flight Solo OpenStack image here (example command below, replace
VERSION
with the desired version of Flight Solo)wget https://repo.openflighthpc.org/images/FlightSolo/VERSION/Flight_Solo_VERSION_generic-cloudinit.raw
- Source your account OpenStack settings file
source ~/openrc
- Upload the image (example command below, replace
VERSION
with the desired version of Flight Solo)openstack image create --disk-format raw --min-disk 10 --min-ram 2048 --file Flight_Solo_VERSION_generic-cloudinit.raw "Flight Solo VERSION"