Skip to content

Import Flight Solo Image to Alces Cloud

Prepare for Image Import

Prerequisites

  1. To set this up, you will need access to the Alces Cloud platform

Upload Image

  1. Login to your Alces Cloud account
  2. 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
    
  3. Source your account OpenStack settings file
    source ~/openrc
    
  4. 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"