Skip to content
Snippets Groups Projects
Commit 10799c59 authored by René Nussbaumer's avatar René Nussbaumer
Browse files

Provide example for backend parameters

Update the design about cluster parameters and provide
some example of backend parameters. By now this includes
all supported parameters.

Reviewed-by: iustinp, ultrotter
parent 3ccafd0e
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,12 @@ backend parameter
a backend parameter is defined as an instance parameter that can be
shared among a list of instances, and is either generic enough not
to be tied to a given hypervisor or cannot influence at all the
hypervisor behaviour
hypervisor behaviour.
For example: memory, vcpus, auto_balance
All these parameters will be encoded into constants.py with the prefix "BE_"
and the whole list of parameters will exist in the set "BES_PARAMETERS"
proper parameter
a parameter whose value is unique to the instance (e.g. the name of a LV,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment