First draft of a dual method for installing extensions
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Jan 2008 17:11:34 +0000 (17:11 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 11 Jan 2008 17:11:34 +0000 (17:11 +0000)
commit29a31124f3e7d936ad2ff3ffbf5fdc35d29615dc
tree170b659494acf1730c90d96e2349f32da0a80fb0
parentb089b5ee849afd07582fe346749f72014380de2d
First draft of a dual method for installing extensions
- core tarball always installed through the tarball
- extensions (nodegroups) are then attempted by the same method
  i.e. by fetching PlanetLab-Bootstrap-%s.tar.bz2
- if that fails, then we try via
  yum groupinstall extension<nodegroup>

NOTE.
due to a bug with GetNodes that causes the nodegroups fetching part to fail
I could not have the tests completed yet
However nodes should correctly install the core software
source/steps/InstallBootstrapRPM.py