aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ssh & model-storyboard: changed ssh API, added node.execute* methodsMarco Capitani2017-06-308-53/+175
|
* Storyboard testedMarco Capitani2017-06-222-18/+38
|
* Merge branch 'master' into storyboard-implMarco Capitani2017-06-2112-49/+174
|\
| * irati: update kernel versionVincenzo Maffione2017-06-151-1/+1
| |
| * Merge branch 'policies' into 'master'Vincenzo Maffione2017-06-155-29/+144
| |\ | | | | | | | | | | | | Add per-node policy management See merge request !44
| | * IRATI: added per-node policy support, and revamped policy data model.Marco Capitani2017-06-135-33/+81
| | | | | | | | | | | | | | | | | | additional: + fixed small bug rlated to vhost checking in qemu. + example scripts now correctly use policies.
| | * Merge branch 'master' into policiesMarco Capitani2017-06-1316-182/+658
| | |\
| | * | 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])
| * | | README.md: add warning about sudoVincenzo Maffione2017-06-151-0/+3
| | | |
| * | | README.md: add newline at EOFVincenzo Maffione2017-06-151-1/+2
| | | |
| * | | rumba: prototypes: Fix bad indentationSander Vrijders2017-06-151-1/+1
| | | |
| * | | prototypes: ouroboros: use isinstance() rather than type()Sander Vrijders2017-06-151-3/+3
| | | | | | | | | | | | | | | | This is convenient for compatibility between Python 2 and 3.
| * | | prototypes: rlite: use isinstance() rather than type()Vincenzo Maffione2017-06-151-4/+4
| | | | | | | | | | | | | | | | This is convenient for compatibility between Python 2 and 3.
| * | | rumba: Fix spelling errors in the READMESander Vrijders2017-06-151-2/+2
| | | |
| * | | Merge branch 'small_fixes' into 'master'Sander Vrijders2017-06-151-2/+12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | jFed: added backoff; model: fix for rumba-access See merge request !59
| | * | | model:reverted directory change for ssh_infoMarco Capitani2017-06-151-1/+1
| | | | |
| | * | | jFed: added backoff; model: fix for rumba-accessMarco Capitani2017-06-152-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + added 2 seconds sleep after jfed cli returns to avoid calling not-yet-ready nodes. + moved ssh_info to tools/ folder i.e. where rumba-access assumes it is.
| * | | | Merge branch '14-__init__-got-an-unexpected-keyword-argument-style' into ↵Sander Vrijders2017-06-152-9/+8
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "__init__() got an unexpected keyword argument 'style'" Closes #14 See merge request !58
| | * | | ssh_support + log: fixes for python 2 compatibilityMarco Capitani2017-06-152-9/+8
| | | | |
| * | | | build: Remove long description in setupSander Vrijders2017-06-151-6/+0
| |/ / /
* | | | Storyboard implemented, to be testedMarco Capitani2017-06-212-28/+131
| | | |
* | | | Storyboard: initial implementation commitMarco Capitani2017-06-151-4/+2
|/ / /
* | / rumba: Update to version 0.4Sander Vrijders2017-06-131-1/+1
| |/ |/| | | | | This updates the framework to version 0.4
* | Merge branch 'jfed-irati-fixes' into 'master'Sander Vrijders2017-06-137-26/+72
|\ \ | | | | | | | | | | | | Jfed irati fixes See merge request !57
| * | 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-134-19/+28
| |\ \ | |/ / |/| |
* | | tools: Revert rumba-access to initial stateSander Vrijders2017-06-131-7/+3
| | | | | | | | | | | | | | | This reverts the script to its original state since it was not functioning properly.
* | | Merge branch 'access-fix' into 'master'Vincenzo Maffione2017-06-121-2/+3
|\ \ \ | | | | | | | | | | | | | | | | tools: Fix rumba access script See merge request !56
| * | | tools: Fix rumba access scriptSander Vrijders2017-06-121-2/+3
|/ / / | | | | | | | | | This fixes some errors in the rumba access script.
* | | Merge branch 'rearrange' into 'master'Sander Vrijders2017-06-091-4/+6
|\ \ \ | | | | | | | | | | | | | | | | tools: rumba-access: rearrange script See merge request !55
| * | | tools: rumba-access: rearrange scriptVincenzo Maffione2017-06-081-4/+6
|/ / /
* | | prototypes: irati: remove obsolete codeVincenzo Maffione2017-06-081-8/+0
| | |
* | | Merge branch 'access'Vincenzo Maffione2017-06-084-18/+28
|\ \ \
| * | | rumba: Install rumba-access on setupSander Vrijders2017-06-072-4/+4
| | | | | | | | | | | | | | | | | | | | This will install rumba-access on setup so that it can be used anywhere.
| * | | Update README.md to use access scriptSander Vrijders2017-06-071-9/+6
| | | | | | | | | | | | | | | | | | | | This changes the README so that users will use the rumba-access script.
| * | | tools: Update access script to use proxySander Vrijders2017-06-072-8/+21
|/ / / | | | | | | | | | | | | | | | 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-082-9/+3
| | |
| * | qemu: fix for devices permissionMarco Capitani2017-06-071-0/+7
| | |
| * | Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-06-0711-115/+312
| |\ \ | |/ / |/| |
* | | Merge branch 'rumba-access' into 'master'Sander Vrijders2017-06-072-0/+39
|\ \ \ | | | | | | | | | | | | | | | | rumba: add initial version of rumba-access See merge request !53
| * | | rumba: add initial version of rumba-accessVincenzo Maffione2017-06-072-0/+39
| | | |
* | | | Update README.mdSander Vrijders2017-06-071-21/+47
|/ / / | | | | | | | | | This updates the README to explain the API a bit better.
* | | examples: Add mouse exampleSander Vrijders2017-06-071-0/+105
| | | | | | | | | | | | This adds the infamous mouse to the examples directory.
* | | 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.
* | | Merge branch 'onlyshims' into 'master'Sander Vrijders2017-06-031-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rumba: take into account DIFs that don't use nor are used by other DIFs Closes #11 See merge request !52
| * | | 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-016-9/+38
|\ \ \ | | | | | | | | | | | | | | | | 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
| | | |