Database Table: cloud_flavors

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 flavors/instance types avialable on the target cloud.

Keys:

  • group_name (String(32)):

    Group name associated with the cloud a flavor was queried from.

  • cloud_name (String(32)):

    Name of the cloud a flavor entry was queried from.

  • id (String(128)):

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

Columns:

  • name (String(128)):

    Name of the flavor.

  • cloud_type (String(64)):

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

  • ram (Integer):

    Amount of RAM assigned to the flavor in Megabytes.

  • cores (Integer):

    Number of cpu cores assigned to the flavor.

  • swap (Integer):

    Amount of swap space assigned to the flavor in Megabytes.

  • disk (Integer):

    Amount of disk space assigned to the flavor in Gigabytes.

  • ephemeral_disk (Integer):

    Amount of ephemeral disk space assigned to the flavor in Gigabytes.

  • is_public (Boolean):

    Interger boolean representing if the flavor is publicly available or not.

  • last_updated (Integer):

    Timestamp in seconds since epoch representing the last time the flavor was updated.