merged 5.0 (traditional vserver-based) and 5.1 (aka lxc_devel)
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 27 Feb 2013 12:41:33 +0000 (13:41 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 27 Feb 2013 12:41:33 +0000 (13:41 +0100)
commit135271d073a8e7ddfe044ba62c35bb4f7a4676b0
treefbbfd64782d482080f60af3654c05174c550131f
parentfb631333d57c5c718891c57522802dd99dd6b183
merged 5.0 (traditional vserver-based) and 5.1 (aka lxc_devel)
now retrieves GetNodeFlavour as part of GetNodeDetails
and stores result as global vars['node_flavour']
this one now is expected to include the 'virt' tag
as either 'vs' or 'lxc' and act accordingly
STILL MISSING
fsck under btrfs, i.e.
* turn off periodic fsck in InstallPartitionDisk, and
* explicitly run fsck in ValidateNodeInstall
ALSO
the MakeInitrd and WriteModprobeConfig steps are turned off with lxc
13 files changed:
Makefile
bootmanager.spec
source/BootManager.py
source/configuration
source/steps/ChainBootNode.py
source/steps/CheckHardwareRequirements.py
source/steps/GetAndUpdateNodeDetails.py
source/steps/InstallBootstrapFS.py
source/steps/InstallPartitionDisks.py
source/steps/InstallWriteConfig.py
source/steps/StartDebug.py
source/steps/ValidateNodeInstall.py
source/steps/WriteModprobeConfig.py