summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-08-14 15:08:01 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-08-14 15:08:01 +0200
commite134f307f2e962d07ae2cf5a6299e355dc618a41 (patch)
treea357e1a19c84644e11c09cc152a39dc3ad41f3c2 /config-provisioning/src/main/resources
parent2379745a7b67c155fd40398c5352982fb33b9005 (diff)
Remove flavor stock concept
Diffstat (limited to 'config-provisioning/src/main/resources')
-rw-r--r--config-provisioning/src/main/resources/configdefinitions/flavors.def6
1 files changed, 1 insertions, 5 deletions
diff --git a/config-provisioning/src/main/resources/configdefinitions/flavors.def b/config-provisioning/src/main/resources/configdefinitions/flavors.def
index 1cfb18d2cd2..6d2a981427e 100644
--- a/config-provisioning/src/main/resources/configdefinitions/flavors.def
+++ b/config-provisioning/src/main/resources/configdefinitions/flavors.def
@@ -18,11 +18,7 @@ flavor[].replaces[].name string
# the expected lifetime of the node (usually three years).
flavor[].cost int default=0
-# A stock flavor is any flavor which we expect to buy more of in the future.
-# Stock flavors are assigned to applications by cost priority.
-#
-# Non-stock flavors are used for nodes for which a fixed amount has already been purchased
-# for some historical reason. These nodes are assigned to applications by exact match and ignoring cost.
+# NOT USED
flavor[].stock bool default=true
# The type of node: BARE_METAL, VIRTUAL_MACHINE or DOCKER_CONTAINER