summaryrefslogtreecommitdiffstats
path: root/config-provisioning
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-08-14 16:03:58 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-08-14 16:03:58 +0200
commit05b5c51b60a1608c6913bc8b0b4cf290879acf25 (patch)
tree94369036ad40a5374dd73b3e2983313428319191 /config-provisioning
parentab661ac704db645e4ddaab0940662bdd31ab39e7 (diff)
Mark unused config values as removable
Diffstat (limited to 'config-provisioning')
-rw-r--r--config-provisioning/src/main/resources/configdefinitions/flavors.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-provisioning/src/main/resources/configdefinitions/flavors.def b/config-provisioning/src/main/resources/configdefinitions/flavors.def
index d5b01e74503..131c23054a2 100644
--- a/config-provisioning/src/main/resources/configdefinitions/flavors.def
+++ b/config-provisioning/src/main/resources/configdefinitions/flavors.def
@@ -7,14 +7,14 @@ namespace=config.provisioning
# If a certain flavor has no config it is not necessary to list it here to use it.
flavor[].name string
-# NOT USED
+# NOT USED: TODO: Remove after August 2019
flavor[].replaces[].name string
# 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
-# NOT USED
+# NOT USED: TODO: Remove after August 2019
flavor[].stock bool default=true
# The type of node: BARE_METAL, VIRTUAL_MACHINE or DOCKER_CONTAINER
@@ -35,6 +35,6 @@ flavor[].fastDisk bool default=true
# Expected network interface bandwidth available for this flavor, in Mbit/s.
flavor[].bandwidth double default=0.0
-# NOT USED
+# NOT USED: TODO: Remove after August 2019
flavor[].retired bool default=false