Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | README.md: update with JFed-specific instructions to access nodes | Vincenzo Maffione | 2017-04-29 | 1 | -9/+21 | |
| | | | | ||||||
* | | | | rumba: Update to version 0.3 | Sander Vrijders | 2017-04-28 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | prototypes: rlite: add sudo when needed | Vincenzo Maffione | 2017-04-28 | 1 | -5/+13 | |
| | | | ||||||
* | | | prototypes: rlite: add depmod | Vincenzo Maffione | 2017-04-28 | 1 | -1/+3 | |
| | | | ||||||
* | | | prototypes: rlite: add sudo commands | Vincenzo Maffione | 2017-04-28 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'jfed-irati-fixes' into 'master' | Sander Vrijders | 2017-04-28 | 2 | -5/+20 | |
|\ \ \ | | | | | | | | | | | | | | | | | Small fixes for jfed-irati compatibility See merge request !43 | |||||
* \ \ \ | Merge branch 'vincenzo' into 'master' | Sander Vrijders | 2017-04-28 | 1 | -8/+13 | |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | model: fix bug in bootstrapper computation See merge request !42 | |||||
| * | | | model: fix bug in bootstrapper computation | Vincenzo Maffione | 2017-04-28 | 1 | -8/+13 | |
|/ / / | | | | | | | | | | | | | The bootstrapper computation must happen in a separate phase, after both IPCPs computation and enrollment computation. | |||||
| | * | jfed-irati: fixes after rumba image | Marco Capitani | 2017-05-31 | 2 | -9/+11 | |
| | | | ||||||
| | * | jfed-irati small fixes for compatibility | Marco Capitani | 2017-05-10 | 3 | -18/+44 | |
| |/ | ||||||
| * | ssh_support: added proxy_command to copy path to testbed | Marco Capitani | 2017-04-28 | 2 | -5/+20 | |
|/ | | | | | other: fix to democonf2rumba jfed arguments | |||||
* | Merge branch 'logging-levels' into 'master' | Sander Vrijders | 2017-04-24 | 1 | -1/+1 | |
|\ | | | | | | | | | Fixed default level to DEBUG See merge request !41 | |||||
| * | Fixed default level to DEBUG | Marco Capitani | 2017-04-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'logging-levels' into 'master' | Sander Vrijders | 2017-04-24 | 7 | -24/+141 | |
|\| | | | | | | | | | Logging: added set and reset logging level method, small logging modifications. See merge request !40 | |||||
| * | Log: fixed typo (Rumba in caps) | Marco Capitani | 2017-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | Logging: added set and reset logging level method, small logging modifications. | Marco Capitani | 2017-04-24 | 7 | -24/+141 | |
| | | ||||||
* | | Merge branch 'fix-enrollment' into 'master' | Sander Vrijders | 2017-04-24 | 4 | -32/+47 | |
|\ \ | |/ |/| | | | | | model, prototypes: enrollment lists contain IPCP objects rather than Node ones See merge request !39 | |||||
| * | model, prototypes: enrollment lists contain IPCP objects rather than Node ones | Vincenzo Maffione | 2017-04-21 | 4 | -32/+47 | |
|/ | | | | | | | This fixes a conceptual bug, that was leading to unnecessary workarounds in the prototype plugins. All the plugins have been modified to use the correct format of enrollment lists. | |||||
* | model: compute IPCPs before the list enrollment | Vincenzo Maffione | 2017-04-21 | 1 | -1/+1 | |
| | ||||||
* | setup.py: add #! header | Vincenzo Maffione | 2017-04-21 | 1 | -0/+2 | |
| | ||||||
* | prototypes: irati: use python built-in sleep function for sleeping | Vincenzo Maffione | 2017-04-21 | 1 | -1/+2 | |
| | ||||||
* | testbeds: qemu: minor rearrangements on log prints | Vincenzo Maffione | 2017-04-21 | 1 | -9/+9 | |
| | ||||||
* | testbeds: qemu: remove -nographic option | Vincenzo Maffione | 2017-04-21 | 1 | -2/+1 | |
| | | | | | This was causing occasional corruption of terminal stdout. Fixes #1. | |||||
* | irati, rlite, qemu: remove unnecessary banners in log output | Vincenzo Maffione | 2017-04-21 | 3 | -16/+16 | |
| | ||||||
* | Merge branch 'logging' into 'master' | vmaffione | 2017-04-21 | 11 | -186/+262 | |
|\ | | | | | | | | | rumba: log: Added logging support, migrated from print to logging. See merge request !38 | |||||
| * | rumba: log: Reformatting logs in order to 'save screen real estate' | Marco Capitani | 2017-04-21 | 1 | -2/+8 | |
| | | ||||||
| * | rumba: log: Simplified configuration, small fixes | Marco Capitani | 2017-04-21 | 4 | -42/+22 | |
| | | ||||||
| * | Merge branch 'master' into logging (split merged) | Marco Capitani | 2017-04-21 | 7 | -56/+90 | |
| |\ | |/ |/| | ||||||
* | | prototypes: rlite: minor naming change | Vincenzo Maffione | 2017-04-21 | 1 | -17/+14 | |
| | | ||||||
* | | Merge branch 'split' into 'master' | vmaffione | 2017-04-21 | 7 | -46/+87 | |
|\ \ | | | | | | | | | | | | | model: Split experiment run() See merge request !37 | |||||
| * | | model: Split experiment run() | Sander Vrijders | 2017-04-21 | 7 | -46/+87 | |
| | | | | | | | | | | | | | | | This splits experiment.run() into 4 different operations: swap_in, install_prototype, bootstrap_prototype and swap_out. | |||||
| | * | rumba: log: Added logging support, migrated from print to logging. | Marco Capitani | 2017-04-21 | 11 | -166/+260 | |
| |/ |/| | | | | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around | |||||
* | | Merge branch 'jfed-image' into 'master' | vmaffione | 2017-04-20 | 1 | -1/+12 | |
|\ \ | |/ |/| | | | | | testbeds: jfed: Add support for custom image See merge request !36 | |||||
| * | testbeds: jfed: Add support for custom image | Sander Vrijders | 2017-04-20 | 1 | -1/+12 | |
|/ | | | | | This adds support to select a custom image, which may be handy for the IRATI prototype. | |||||
* | build: Fix setup.py | Sander Vrijders | 2017-04-20 | 1 | -1/+1 | |
| | | | | setup.py was trying to read README, which was renamed to README.md | |||||
* | Fix README.md lists | Sander Vrijders | 2017-04-20 | 1 | -16/+15 | |
| | | | | | This changes an unordered list to an ordered list since gitlab does not allow mixing the two. | |||||
* | Fix gitlab specific rendering of markdown | Sander Vrijders | 2017-04-20 | 1 | -11/+11 | |
| | | | | | Gitlab renders the README differently than most markdown parsers, this should hopefully fix it. | |||||
* | Update README.md | Sander Vrijders | 2017-04-20 | 1 | -18/+19 | |
| | | | | This fixes some typos in the README | |||||
* | Merge branch 'readme' into 'master' | vmaffione | 2017-04-20 | 2 | -28/+97 | |
|\ | | | | | | | | | Update README See merge request !35 | |||||
| * | Update README | Sander Vrijders | 2017-04-20 | 2 | -28/+97 | |
|/ | | | | This updates the README to describe the workflow of Rumba better. | |||||
* | prototypes: irati: more readable output on enroll messages | Vincenzo Maffione | 2017-04-19 | 1 | -2/+2 | |
| | ||||||
* | irati: remove input() call | Vincenzo Maffione | 2017-04-19 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'irati-issues' into 'master' | vmaffione | 2017-04-19 | 3 | -35/+57 | |
|\ | | | | | | | | | Fixes for issues #4 and #5 (irati plugin and vlans) See merge request !34 | |||||
| * | Fixes for issues #4 and #5 (irati plugin and vlans) | Marco Capitani | 2017-04-19 | 3 | -35/+57 | |
| | | ||||||
* | | Merge branch 'wget-jfed' into 'master' | vmaffione | 2017-04-19 | 2 | -3/+18 | |
|\ \ | |/ |/| | | | | | testbeds: jfed: Download jFed CLI if not found See merge request !33 | |||||
| * | testbeds: jfed: Download jFed CLI if not found | Sander Vrijders | 2017-04-14 | 2 | -3/+18 | |
| | | | | | | | | | | If the jFed CLI was not found, then Rumba will download it in the current directory. | |||||
* | | qemu: minor fixes to print() statements | Vincenzo Maffione | 2017-04-15 | 1 | -16/+14 | |
| | | ||||||
* | | prototypes: irati: remove run_experiment method | Vincenzo Maffione | 2017-04-15 | 1 | -7/+4 | |
| | | ||||||
* | | Merge branch 'master-marco' into 'master' | vmaffione | 2017-04-15 | 19 | -93/+1570 | |
|\ \ | | | | | | | | | | | | | IRATI config file generation (and other) See merge request !22 | |||||
| * | | Implemented several comments on MR 22: | Marco Capitani | 2017-04-14 | 4 | -85/+107 | |
| | | | | | | | | | | | | | | | | | | + Used paramiko for scp (implemented new method in ssh_support + removed (obsoleted) private key for access to vms + used setup_vlans from ssh_support |