aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* model: added policy class + policy-oriented API fixesMarco Capitani2017-04-282-15/+81
| | | | | | | | + Added policy class + Adapted NormalDIF class to use new policy class + NormalDIF constructor argument policy has changed format (parameters dict is now mandatory, added empty dicts where it was not passed) + Added Node.policies field (type: dict[DIF -> Policy])
* Merge branch 'logging-levels' into 'master' Sander Vrijders2017-04-241-1/+1
|\ | | | | | | | | Fixed default level to DEBUG See merge request !41
| * Fixed default level to DEBUGMarco Capitani2017-04-241-1/+1
| |
* | Merge branch 'logging-levels' into 'master' Sander Vrijders2017-04-247-24/+141
|\| | | | | | | | | Logging: added set and reset logging level method, small logging modifications. See merge request !40
| * Log: fixed typo (Rumba in caps)Marco Capitani2017-04-241-1/+1
| |
| * Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-247-24/+141
| |
* | Merge branch 'fix-enrollment' into 'master' Sander Vrijders2017-04-244-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 onesVincenzo Maffione2017-04-214-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 enrollmentVincenzo Maffione2017-04-211-1/+1
|
* setup.py: add #! headerVincenzo Maffione2017-04-211-0/+2
|
* prototypes: irati: use python built-in sleep function for sleepingVincenzo Maffione2017-04-211-1/+2
|
* testbeds: qemu: minor rearrangements on log printsVincenzo Maffione2017-04-211-9/+9
|
* testbeds: qemu: remove -nographic optionVincenzo Maffione2017-04-211-2/+1
| | | | | This was causing occasional corruption of terminal stdout. Fixes #1.
* irati, rlite, qemu: remove unnecessary banners in log outputVincenzo Maffione2017-04-213-16/+16
|
* Merge branch 'logging' into 'master' vmaffione2017-04-2111-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 Capitani2017-04-211-2/+8
| |
| * rumba: log: Simplified configuration, small fixesMarco Capitani2017-04-214-42/+22
| |
| * Merge branch 'master' into logging (split merged)Marco Capitani2017-04-217-56/+90
| |\ | |/ |/|
* | prototypes: rlite: minor naming changeVincenzo Maffione2017-04-211-17/+14
| |
* | Merge branch 'split' into 'master' vmaffione2017-04-217-46/+87
|\ \ | | | | | | | | | | | | model: Split experiment run() See merge request !37
| * | model: Split experiment run()Sander Vrijders2017-04-217-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 Capitani2017-04-2111-166/+260
| |/ |/| | | | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* | Merge branch 'jfed-image' into 'master' vmaffione2017-04-201-1/+12
|\ \ | |/ |/| | | | | testbeds: jfed: Add support for custom image See merge request !36
| * testbeds: jfed: Add support for custom imageSander Vrijders2017-04-201-1/+12
|/ | | | | This adds support to select a custom image, which may be handy for the IRATI prototype.
* build: Fix setup.pySander Vrijders2017-04-201-1/+1
| | | | setup.py was trying to read README, which was renamed to README.md
* Fix README.md listsSander Vrijders2017-04-201-16/+15
| | | | | This changes an unordered list to an ordered list since gitlab does not allow mixing the two.
* Fix gitlab specific rendering of markdownSander Vrijders2017-04-201-11/+11
| | | | | Gitlab renders the README differently than most markdown parsers, this should hopefully fix it.
* Update README.mdSander Vrijders2017-04-201-18/+19
| | | | This fixes some typos in the README
* Merge branch 'readme' into 'master' vmaffione2017-04-202-28/+97
|\ | | | | | | | | Update README See merge request !35
| * Update READMESander Vrijders2017-04-202-28/+97
|/ | | | This updates the README to describe the workflow of Rumba better.
* prototypes: irati: more readable output on enroll messagesVincenzo Maffione2017-04-191-2/+2
|
* irati: remove input() callVincenzo Maffione2017-04-191-1/+0
|
* Merge branch 'irati-issues' into 'master' vmaffione2017-04-193-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 Capitani2017-04-193-35/+57
| |
* | Merge branch 'wget-jfed' into 'master' vmaffione2017-04-192-3/+18
|\ \ | |/ |/| | | | | testbeds: jfed: Download jFed CLI if not found See merge request !33
| * testbeds: jfed: Download jFed CLI if not foundSander Vrijders2017-04-142-3/+18
| | | | | | | | | | If the jFed CLI was not found, then Rumba will download it in the current directory.
* | qemu: minor fixes to print() statementsVincenzo Maffione2017-04-151-16/+14
| |
* | prototypes: irati: remove run_experiment methodVincenzo Maffione2017-04-151-7/+4
| |
* | Merge branch 'master-marco' into 'master' vmaffione2017-04-1519-93/+1570
|\ \ | | | | | | | | | | | | IRATI config file generation (and other) See merge request !22
| * | Implemented several comments on MR 22:Marco Capitani2017-04-144-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
| * | Tester: moving example .conf filesMarco Capitani2017-04-1412-0/+0
| | |
| * | IRATI: moved generated conf files in IRATI_conf folderMarco Capitani2017-04-141-7/+21
| | |
| * | Bugfixing for IRATI prototype and QEMU testbedMarco Capitani2017-04-1418-163/+863
| | |
| * | Realign with master (MR 29-30)Marco Capitani2017-04-143-6/+13
| |\ \
| * \ \ QEMU: ifname compilation and vm port activationMarco Capitani2017-04-145-206/+400
| |\ \ \
| * | | | IRATI prototype: bootstrap_network method. Now complete & to be tested.Marco Capitani2017-04-132-20/+132
| | | | |
| * | | | Merge branch 'master' into master-marcoMarco Capitani2017-04-1210-57/+172
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Updating with ssh changes (and other)
| * | | | | Resolving node_id issue and general cleanupMarco Capitani2017-04-114-108/+157
| | | | | |
| * | | | | Testing method fixMarco Capitani2017-04-112-8/+6
| | | | | |
| * | | | | IRATI config file generationMarco Capitani2017-04-114-13/+535
| | | | | |