summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/resources/configdefinitions/flavors.def
diff options
context:
space:
mode:
Diffstat (limited to 'config-provisioning/src/main/resources/configdefinitions/flavors.def')
-rw-r--r--config-provisioning/src/main/resources/configdefinitions/flavors.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-provisioning/src/main/resources/configdefinitions/flavors.def b/config-provisioning/src/main/resources/configdefinitions/flavors.def
index 63b22958487..1e40f6f8f36 100644
--- a/config-provisioning/src/main/resources/configdefinitions/flavors.def
+++ b/config-provisioning/src/main/resources/configdefinitions/flavors.def
@@ -14,7 +14,7 @@ flavor[].name string
# c may be satisfied by assigning nodes of flavor a.
flavor[].replaces[].name string
-# The monthly Total Cost of Ownership (TCO) in USD. Typically calculated as TCO divered by
+# The monthly Total Cost of Ownership (TCO) in USD. Typically calculated as TCO divided by
# the expected lifetime of the node (usually three years).
flavor[].cost int default=0
@@ -40,6 +40,9 @@ flavor[].minDiskAvailableGb double default=0.0
# Whether the disk is fast (typically SSD) or slow (typically spinning HDD).
flavor[].fastDisk bool default=true
+# Expected network interface bandwidth available for this flavor, in Mbit/s.
+flavor[].bandwidth double default=0.0
+
# Human readable free text for description of node.
flavor[].description string default=""