From 4a692466816c4bf79f3f526f58f9735edcb416bb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 19 Jan 2010 22:38:26 +0000 Subject: [PATCH] new global PLC_FLAVOUR category to globally chose sliver vref image new method GetSliceFamily, value passed in GetSlivers NodeManager does not have this logic anymore --- default_config.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/default_config.xml b/default_config.xml index b0e54b7..73a27e4 100644 --- a/default_config.xml +++ b/default_config.xml @@ -119,6 +119,40 @@ $URL$ + + Flavours + Defaults for nodes and slices contents. + + + + arch for slivers + @ARCH@ + The default 'arch' to use for slivers. This is + useful if you have heterogeneous nodes (i686 and x86_64), + but want slivers to be homogeneous. You need to have the + corresponding vserver variant rpm available for + nodes. + + + + fcdistro for slivers + @FCDISTRO@ + The default 'fcdistro' to use for creating + slivers. You need to have the corresponding vserver variant + rpm available for nodes. + + + + pldistro for slivers + @PLDISTRO@ + The default 'pldistro' to use for creating + slivers. You need to have the corresponding vserver variant + rpm available for nodes. + + + + + Network Network environment. -- 2.47.0