a first rough implementation for testing 'bonding' myplc's
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 17 Mar 2015 09:49:39 +0000 (10:49 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 17 Mar 2015 09:49:39 +0000 (10:49 +0100)
commit65c93a296f2e481a312e7846f518eb2eaa2fc080
treecf010e679d5aa5a968ce84079d020dfa858ef265
parent75855405d70092c3cc7d13744734bd53b1c1769d
a first rough implementation for testing 'bonding' myplc's
typicallly, you would have 2 complete builds b1 and b2

then on testmaster in b1 you can do
$ run --bonding b2
or simply
$ run -g b2

in order to expose the nodeflavour and slicefamily provided by b2 to build b1

for now it only does the partial-rpms & yum install bootcd nodeimage noderepo & packages reindexing

need some more work to bring a actual nodes and slices online
system/TestBonding.py [new file with mode: 0644]
system/TestMain.py
system/TestPlc.py