Database Table: cloud_images

For each cloud defined within a group, CSV2 process will attempt to retrieve configuration data to inform scheduling decisions and users. These configuration items are set by the cloud administrators and not by CSV2. in oder to change these values, you will to confer with the target cloud support.

The information stored in this table reflect the VM images avialable on the target cloud.

Keys:

  • group_name (String(32)):

    Group name associated with the cloud the image was queried from.

  • cloud_name (String(32)):

    Group name associated with the cloud the image was queried from.

  • id (String(128)):

    Unique ID of the Image. This ID is from the source cloud and may not be unique with respect to entries from different clouds.

Columns:

  • cloud_type (String(64)):

    Type of cloud the flavour is from (openstack, amazon, etc)

  • container_format (String(128)):

    Container format of the machine image. (AMI, ARI, AKI, Bare, Docker, OVA, OVF)

  • disk_format (String(128)):

    Disk format of the machine image. (AMI, ARI, AKI, VHD, VMDK, RAW, QCOW2, VHDX, VDI, ISO, and Ploop)

  • name (String(256)):

    Name of the machine image.

  • size (Integer):

    Size of the image in bytes.

  • visibility (String(128)):

    Visability status of the image on the cloud. For openstack:public, private, or shared. For amazon images it is a boolean representing public or private.

  • min_disk (Integer):

    Minimum amount of disk space required to boot the image.

  • min_ram (Integer):

    Minimum amount of RAM required to boot the image.

  • checksum (String(64)):

    MD5 checksum of the image file.

  • last_updated (Integer):

    Timestamp in seconds from epoch since the image has last been updated in the csv2 database.