aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testbeds: placeholder for QEMU testbedVincenzo Maffione2017-03-194-6/+39
|
* model: call Experiment.generate() in Experiment constructorVincenzo Maffione2017-03-191-0/+5
|
* model: compute_ipcps(): compute enrollmentsVincenzo Maffione2017-03-191-6/+16
|
* model: Node.ipcps list generated in topological orderVincenzo Maffione2017-03-191-1/+5
|
* model: compute_ipcps(): compute registrationsVincenzo Maffione2017-03-191-1/+9
|
* model: compute_ipcps(): create IPCP instancesVincenzo Maffione2017-03-191-1/+9
|
* model: add Node._validate() to check for consistencyVincenzo Maffione2017-03-191-8/+36
|
* model: add IPCP classVincenzo Maffione2017-03-191-3/+34
|
* model: more compact debug print for DIF graphsVincenzo Maffione2017-03-191-2/+3
|
* class DIF and Node: add necessary methods for use in dict() and set()Vincenzo Maffione2017-03-191-0/+18
|
* mode: compute per-DIF enrollmentsVincenzo Maffione2017-03-191-10/+86
|
* model: compute DIF topological orderingVincenzo Maffione2017-03-181-0/+63
|
* rumba: avoid dict.items to ease portability across Python versionsVincenzo Maffione2017-03-181-4/+7
|
* model: fix __repr__ to correctly handle multiple registration entriesVincenzo Maffione2017-03-181-12/+16
|
* examples: add two layers example (from demonstrator)Vincenzo Maffione2017-03-181-0/+52
|
* Merge branch 'master-list' into 'master' vmaffione2017-03-074-37/+53
|\ | | | | | | | | model: Change default list parameter See merge request !10
| * model, prototypes: Change default list parameterSander Vrijders2017-03-064-37/+53
|/ | | | | | This fixes a bug where the same list was used in every instantiation of a class. Apparently you have to pass 'None' as parameter and check for that instead of passing the default constructor of the list.
* Merge branch 'master-ns' into 'master' vmaffione2017-02-137-26/+27
|\ | | | | | | | | testbeds, prototypes: Omit dir name from class name See merge request !9
| * testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-137-26/+27
|/ | | | | The directory name was always prepended to the class name, but since they are in distinct namespaces this could be easily removed.
* Merge branch 'master-emulab' into 'master' vmaffione2017-02-131-3/+3
|\ | | | | | | | | emulab: Fix complete experiment graph See merge request !8
| * emulab: Fix complete experiment graphSander Vrijders2017-02-131-3/+3
|/ | | | During a previous refactor emulab support got broken, this fixes it.
* Merge branch 'master-sander' into 'master' vmaffione2017-02-0917-69/+90
|\ | | | | | | | | rumba time See merge request !7
| * rumba: Rename package to rumbaSander Vrijders2017-02-0913-46/+50
| | | | | | | | | | This renames the package to rumba, since rhumba was already taken on the PyPi.
| * rhumba: Create Python packageSander Vrijders2017-02-0917-54/+71
|/ | | | This transforms the repository into a real Python package.
* Merge branch 'master-vincenzo' into 'master' Sander Vrijders2017-02-077-411/+439
|\ | | | | | | | | Master vincenzo See merge request !6
| * move faketestbed to its own fileVincenzo Maffione2017-02-073-10/+37
| |
| * fix indentation problemVincenzo Maffione2017-02-071-3/+3
| |
| * move jFedTestbed in its own classVincenzo Maffione2017-02-074-153/+153
| |
| * move EmulabTestbed to its own fileVincenzo Maffione2017-02-073-245/+246
| |
* | Merge branch 'master-vincenzo' into 'master' Sander Vrijders2017-02-076-80/+183
|\| | | | | | | | | Master vincenzo See merge request !5
| * rename prototype filesVincenzo Maffione2017-02-074-3/+3
| |
| * rhumba: realize --> swap_in, fix double definition in IRATI classVincenzo Maffione2017-02-064-10/+5
| |
| * rhumba: rename add_node --> del_nodeVincenzo Maffione2017-02-061-1/+1
| |
| * irati, rlite: use nohup for daemonsVincenzo Maffione2017-02-062-2/+2
| |
| * irati_support: setup: change to the right directoryVincenzo Maffione2017-02-061-2/+2
| |
| * fix irati_support.py commentsVincenzo Maffione2017-02-061-3/+3
| |
| * rlite support: add missing cdVincenzo Maffione2017-02-061-1/+1
| |
| * move IRATIExperiment class in its own fileVincenzo Maffione2017-02-063-12/+56
| |
| * move RLITEExperiment class in its own fileVincenzo Maffione2017-02-063-10/+52
| |
| * move OuroborosExperiment class in its own fileVincenzo Maffione2017-02-063-32/+35
| |
| * rhumba: add FakeTestbed to ease developmentVincenzo Maffione2017-02-061-1/+14
| |
| * Experiment: make run() an abstract method, while realize() swaps in experimentsVincenzo Maffione2017-02-061-4/+10
|/
* Merge branch 'master-sander' into 'master' vmaffione2017-02-066-124/+236
|\ | | | | | | | | rhumba: Remove experiment name and add more info See merge request !4
| * rhumba: Revert to old example fileSander Vrijders2017-02-042-25/+31
| | | | | | | | | | | | The old example file was modified for testing purposes, but should stay as an example for people using Rhumba. This commit also renames it to example.py
| * rhumba: Add Ouroboros commands and SSH helpersSander Vrijders2017-02-034-109/+206
| | | | | | | | | | | | This adds initial support for Ouroboros. It installs and sets up the stack, and binds ap names to names. It also moves the SSH helper functions to common ground, so that every file can use them.
| * rhumba: Remove experiment name and add more infoSander Vrijders2017-02-034-30/+39
|/ | | | | | This removes the experiment name in the different experiments. It also adds some more info to the Node class, such as the full URL of the node after swap-in.
* Merge branch 'master-sander' into 'master' vmaffione2017-01-245-17/+627
|\ | | | | | | | | rhumba: Add emulab support See merge request !3
| * rhumba: Add jFed supportSander Vrijders2017-01-245-62/+163
| | | | | | | | | | | | | | This adds jFed support. You need to direct the python script to the jFed CLI jar when creating a jFedTestbed, as well as directing it to your certificate. The passphrase for this certificate will be asked upon starting.
| * rhumba: Add emulab supportSander Vrijders2017-01-204-17/+526
|/ | | | | | | Now the defined experiment can already be run on the Virtual Wall (1 and 2). The user has to create an EmulabTestbed object and fill it in with the correct info. Next step would be adding jFed as a testbed so that the user can choose which testbed software to use.
* Merge branch 'master-ex' into 'master' vmaffione2017-01-183-164/+183
|\ | | | | | | | | rhumba: Change example script See merge request !1