Project

General

Profile

Actions

Feature #13411

open

openstack: add resources hint

Added by Loïc Dachary over 8 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:

Description

depending on the provider, some resources are semi implicit and can be inferred from the flavor, the region etc.

  machine:
    disk: 20 # GB
    ram: 8000 # MB
    cpus: 1
  volumes:
    count: 0
    size: 1 # GB

could be expanded to

  machine:
    disk: 20 # GB
    ram: 8000 # MB
    cpus: 1
    bandwidth: 500 # Mb/s
    country: ca # country code
  volumes:
    count: 0
    size: 1 # GB
    cost: cheap # cheap, expensive

On OVH, the flavor defines the bandwidth: vps-ssd*, eg-15 => 100Mb/s, eg-* above eg-15 => 500Mb/s, sp-* => 250Mb/s. The volumes type classic => cheap, fast => expensive. The OS_REGION_NAME is BHS1 => ca, GRA1 & SBG1 => fr.

Actions #1

Updated by Patrick Donnelly over 4 years ago

  • Status changed from 12 to New
Actions

Also available in: Atom PDF