aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-05-312-9/+22
|\|
| * prototypes: irati: align setup to new kernel build systemVincenzo Maffione2017-05-201-0/+3
| |
| * prototypes: rlite: add temporary jfed-specific variables in install_prototypeVincenzo Maffione2017-04-291-2/+2
| |
| * prototypes: rlite: add sudo when neededVincenzo Maffione2017-04-281-5/+13
| |
| * prototypes: rlite: add depmodVincenzo Maffione2017-04-281-1/+3
| |
| * prototypes: rlite: add sudo commandsVincenzo Maffione2017-04-281-2/+2
| |
* | jfed-irati: fixes after rumba imageMarco Capitani2017-05-311-8/+10
| |
* | jfed-irati small fixes for compatibilityMarco Capitani2017-05-102-14/+15
|/
* Merge branch 'logging-levels' into 'master' Sander Vrijders2017-04-241-6/+6
|\ | | | | | | | | Logging: added set and reset logging level method, small logging modifications. See merge request !40
| * Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-241-6/+6
| |
* | model, prototypes: enrollment lists contain IPCP objects rather than Node onesVincenzo Maffione2017-04-213-28/+30
|/ | | | | | | 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.
* prototypes: irati: use python built-in sleep function for sleepingVincenzo Maffione2017-04-211-1/+2
|
* irati, rlite, qemu: remove unnecessary banners in log outputVincenzo Maffione2017-04-212-13/+13
|
* Merge branch 'master' into logging (split merged)Marco Capitani2017-04-213-43/+63
|\
| * prototypes: rlite: minor naming changeVincenzo Maffione2017-04-211-17/+14
| |
| * model: Split experiment run()Sander Vrijders2017-04-213-33/+60
| | | | | | | | | | 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-213-53/+57
|/ | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* prototypes: irati: more readable output on enroll messagesVincenzo Maffione2017-04-191-2/+2
|
* irati: remove input() callVincenzo Maffione2017-04-191-1/+0
|
* Fixes for issues #4 and #5 (irati plugin and vlans)Marco Capitani2017-04-191-19/+49
|
* prototypes: irati: remove run_experiment methodVincenzo Maffione2017-04-151-7/+4
|
* Merge branch 'master-marco' into 'master' vmaffione2017-04-153-10/+799
|\ | | | | | | | | IRATI config file generation (and other) See merge request !22
| * Implemented several comments on MR 22:Marco Capitani2017-04-142-57/+26
| | | | | | | | | | | | + Used paramiko for scp (implemented new method in ssh_support + removed (obsoleted) private key for access to vms + used setup_vlans from ssh_support
| * IRATI: moved generated conf files in IRATI_conf folderMarco Capitani2017-04-141-7/+21
| |
| * Bugfixing for IRATI prototype and QEMU testbedMarco Capitani2017-04-144-152/+308
| |
| * QEMU: ifname compilation and vm port activationMarco Capitani2017-04-141-46/+59
| |\
| * | IRATI prototype: bootstrap_network method. Now complete & to be tested.Marco Capitani2017-04-131-17/+130
| | |
| * | Merge branch 'master' into master-marcoMarco Capitani2017-04-123-18/+109
| |\| | | | | | | | | | Updating with ssh changes (and other)
| * | Resolving node_id issue and general cleanupMarco Capitani2017-04-112-63/+74
| | |
| * | Testing method fixMarco Capitani2017-04-111-2/+2
| | |
| * | IRATI config file generationMarco Capitani2017-04-112-2/+515
| | |
* | | prototype: rlite: implement enroll_ipcps()Vincenzo Maffione2017-04-131-0/+15
| | |
* | | prototype: rlite: add execute_commands() method to reuse codeVincenzo Maffione2017-04-131-8/+10
| | |
* | | prototype: rlite: implement register_ipcps()Vincenzo Maffione2017-04-131-1/+15
| | |
* | | prototype: rlite: configure shim-eth IPCPsVincenzo Maffione2017-04-131-0/+7
| | |
* | | prototypes: rlite: implement create_ipcps()Vincenzo Maffione2017-04-131-7/+34
| |/ |/|
* | prototypes: rlite: only modprobe modules for the moment beingVincenzo Maffione2017-04-121-8/+14
| |
* | examples: minor changes to use "root" user and passwordVincenzo Maffione2017-04-121-1/+0
| |
* | ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-113-7/+7
| | | | | | | | | | | | Only the hostname was passed to the ssh_support component. This passes an object that can also hold the port number. It can be extended to take other things as well, such as a proxy.
* | prototypes: ouroboros: Implement all commandsSander Vrijders2017-04-111-5/+91
|/ | | | | | This will implement all the commands necessary for bootstrapping a network that runs Ouroboros. APs are be bound to a name, IPCPs either bootstrapped or enrolled, and names registered in DIFs.
* testbeds: qemu: modify constructor argumentsVincenzo Maffione2017-04-081-0/+2
| | | | vm_img_folder --> bzimage, initramfs
* rumba: simplify cooperation between prototype and testbed pluginsVincenzo Maffione2017-04-073-6/+3
|
* Fix pylint warnings and errorsSander Vrijders2017-03-283-10/+12
| | | | This fixes several warnings and errors as reported by pylint.
* model, prototypes: Change default list parameterSander Vrijders2017-03-063-3/+3
| | | | | | 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.
* testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-133-11/+13
| | | | | The directory name was always prepended to the class name, but since they are in distinct namespaces this could be easily removed.
* rumba: Rename package to rumbaSander Vrijders2017-02-094-0/+155
This renames the package to rumba, since rhumba was already taken on the PyPi.