aboutsummaryrefslogtreecommitdiff
path: root/rumba
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into policiesMarco Capitani2017-06-138-136/+366
|\
| * JFed: removed mac2ifname.shMarco Capitani2017-06-131-2/+0
| |
| * IRATI switched wait and logMarco Capitani2017-06-131-1/+1
| |
| * Merge branch 'master' into jfed-irati-fixes (rumba access)Marco Capitani2017-06-131-3/+6
| |\
| | * prototypes: irati: remove obsolete codeVincenzo Maffione2017-06-081-8/+0
| | |
| | * tools: Update access script to use proxySander Vrijders2017-06-071-3/+6
| | | | | | | | | | | | | | | | | | The proxy command was not added to the file generated with ssh info. This adds it, and changes the access script to use it if it is there.
| * | jfed: build mac2ifname; model: added flags to testbedMarco Capitani2017-06-093-10/+18
| | |
| * | tools: democonf updated; irati: added sleep after ipcm startMarco Capitani2017-06-081-8/+2
| | |
| * | qemu: fix for devices permissionMarco Capitani2017-06-071-0/+7
| | |
| * | Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-06-077-87/+126
| |\|
| | * rumba: add initial version of rumba-accessVincenzo Maffione2017-06-071-0/+8
| | |
| | * testbeds: jfed: Update image URISander Vrijders2017-06-071-1/+1
| | | | | | | | | | | | | | | The GeniSlices URI was being used, but it is better to use the virtual wall one for now.
| | * rumba: take into account DIFs that don't use nor are used by other DIFsVincenzo Maffione2017-06-011-0/+12
| | | | | | | | | | | | | | | | | | | | | These DIFs needs to be considered for the Kahn algorithm and computation of IPCPs. Closes #11.
| | * Merge branch 'download' into 'master'Vincenzo Maffione2017-06-015-5/+36
| | |\ | | | | | | | | | | | | | | | | QEMU plugin: download buildroot images if not provided by the user See merge request !51
| | | * qemu testbed: use the prototype name to get the right buildroot imageVincenzo Maffione2017-06-011-15/+17
| | | |
| | | * model: Experiment: add prototype_name()Vincenzo Maffione2017-06-014-2/+15
| | | |
| | | * qemu plugin: automatic download of buildroot imagesVincenzo Maffione2017-06-011-3/+19
| | | |
| | * | Merge branch 'issue9-proxy' into 'master'Vincenzo Maffione2017-06-015-6/+66
| | |\ \ | | | |/ | | |/| | | | | | | | | Remove hardcoded proxy See merge request !50
| | | * Model: corrected no-proxy case. rlite: removed hardcoded proxyMarco Capitani2017-06-013-8/+13
| | | |
| | | * model: added proxy field. ssh: added execute_proxy_commandsMarco Capitani2017-06-014-3/+58
| | | |
| | * | model: remove registration and bindingsVincenzo Maffione2017-06-013-76/+4
| | |/ | | | | | | | | | Fixes #7
| * | Typo fix in package installationsMarco Capitani2017-06-011-1/+1
| | |
| * | jfed-irati absolute'ed paths, added mac2ifname.shMarco Capitani2017-06-013-2/+5
| | |
| * | Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-05-313-18/+161
| |\|
| | * prototypes: irati: align setup to new kernel build systemVincenzo Maffione2017-05-201-0/+3
| | |
| | * Storyboard: small fixes to APIMarco Capitani2017-05-111-4/+5
| | |
| | * Storyboard: added modifications to API to example.pyMarco Capitani2017-05-111-6/+41
| | |
| | * Storyboard: additions to the modelMarco Capitani2017-05-101-2/+26
| | | | | | | | | | | | Means of distributions and other required fields.
| | * rumba: model: Add StoryBoard for automated testingSander Vrijders2017-05-091-1/+66
| | | | | | | | | | | | | | | This adds an initial draft of the API to automate tests on a RINA network.
| | * 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
| | |
| | * Merge branch 'jfed-irati-fixes' into 'master' Sander Vrijders2017-04-281-1/+7
| | |\ | | | | | | | | | | | | | | | | Small fixes for jfed-irati compatibility See merge request !43
| | * | model: fix bug in bootstrapper computationVincenzo Maffione2017-04-281-8/+13
| | | | | | | | | | | | | | | | | | | | The bootstrapper computation must happen in a separate phase, after both IPCPs computation and enrollment computation.
| * | | jfed-irati: fixes after rumba imageMarco Capitani2017-05-312-9/+11
| | | |
| * | | jfed-irati small fixes for compatibilityMarco Capitani2017-05-103-18/+44
| | |/ | |/|
| * | ssh_support: added proxy_command to copy path to testbedMarco Capitani2017-04-281-1/+7
| |/ | | | | | | | | other: fix to democonf2rumba jfed arguments
* / model: added policy class + policy-oriented API fixesMarco Capitani2017-04-281-11/+76
|/ | | | | | | | + 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-244-22/+118
|\| | | | | | | | | 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-244-22/+118
| |
* | 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
|
* 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
|