Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | model: added policy class + policy-oriented API fixes | Marco Capitani | 2017-04-28 | 2 | -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 sudo | Vincenzo Maffione | 2017-06-15 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | README.md: add newline at EOF | Vincenzo Maffione | 2017-06-15 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | rumba: prototypes: Fix bad indentation | Sander Vrijders | 2017-06-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | prototypes: ouroboros: use isinstance() rather than type() | Sander Vrijders | 2017-06-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | This is convenient for compatibility between Python 2 and 3. | |||||
* | | | | prototypes: rlite: use isinstance() rather than type() | Vincenzo Maffione | 2017-06-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | This is convenient for compatibility between Python 2 and 3. | |||||
* | | | | rumba: Fix spelling errors in the README | Sander Vrijders | 2017-06-15 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge branch 'small_fixes' into 'master' | Sander Vrijders | 2017-06-15 | 1 | -2/+12 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | jFed: added backoff; model: fix for rumba-access See merge request !59 | |||||
| * | | | | model:reverted directory change for ssh_info | Marco Capitani | 2017-06-15 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | jFed: added backoff; model: fix for rumba-access | Marco Capitani | 2017-06-15 | 2 | -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 Vrijders | 2017-06-15 | 2 | -9/+8 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "__init__() got an unexpected keyword argument 'style'" Closes #14 See merge request !58 | |||||
| * | | | | ssh_support + log: fixes for python 2 compatibility | Marco Capitani | 2017-06-15 | 2 | -9/+8 | |
| | | | | | ||||||
* | | | | | build: Remove long description in setup | Sander Vrijders | 2017-06-15 | 1 | -6/+0 | |
|/ / / / | ||||||
| | | * | Storyboard implemented, to be tested | Marco Capitani | 2017-06-21 | 2 | -28/+131 | |
| | | | | ||||||
| | | * | Storyboard: initial implementation commit | Marco Capitani | 2017-06-15 | 1 | -4/+2 | |
| |_|/ |/| | | ||||||
* | | | rumba: Update to version 0.4 | Sander Vrijders | 2017-06-13 | 1 | -1/+1 | |
| |/ |/| | | | | | This updates the framework to version 0.4 | |||||
* | | Merge branch 'jfed-irati-fixes' into 'master' | Sander Vrijders | 2017-06-13 | 7 | -26/+72 | |
|\ \ | | | | | | | | | | | | | Jfed irati fixes See merge request !57 | |||||
| * | | JFed: removed mac2ifname.sh | Marco Capitani | 2017-06-13 | 1 | -2/+0 | |
| | | | ||||||
| * | | IRATI switched wait and log | Marco Capitani | 2017-06-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into jfed-irati-fixes (rumba access) | Marco Capitani | 2017-06-13 | 4 | -19/+28 | |
| |\ \ | |/ / |/| | | ||||||
* | | | tools: Revert rumba-access to initial state | Sander Vrijders | 2017-06-13 | 1 | -7/+3 | |
| | | | | | | | | | | | | | | | This reverts the script to its original state since it was not functioning properly. | |||||
* | | | Merge branch 'access-fix' into 'master' | Vincenzo Maffione | 2017-06-12 | 1 | -2/+3 | |
|\ \ \ | | | | | | | | | | | | | | | | | tools: Fix rumba access script See merge request !56 | |||||
| * | | | tools: Fix rumba access script | Sander Vrijders | 2017-06-12 | 1 | -2/+3 | |
|/ / / | | | | | | | | | | This fixes some errors in the rumba access script. | |||||
* | | | Merge branch 'rearrange' into 'master' | Sander Vrijders | 2017-06-09 | 1 | -4/+6 | |
|\ \ \ | | | | | | | | | | | | | | | | | tools: rumba-access: rearrange script See merge request !55 | |||||
| * | | | tools: rumba-access: rearrange script | Vincenzo Maffione | 2017-06-08 | 1 | -4/+6 | |
|/ / / | ||||||
* | | | prototypes: irati: remove obsolete code | Vincenzo Maffione | 2017-06-08 | 1 | -8/+0 | |
| | | | ||||||
* | | | Merge branch 'access' | Vincenzo Maffione | 2017-06-08 | 4 | -18/+28 | |
|\ \ \ | ||||||
| * | | | rumba: Install rumba-access on setup | Sander Vrijders | 2017-06-07 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | This will install rumba-access on setup so that it can be used anywhere. | |||||
| * | | | Update README.md to use access script | Sander Vrijders | 2017-06-07 | 1 | -9/+6 | |
| | | | | | | | | | | | | | | | | | | | | This changes the README so that users will use the rumba-access script. | |||||
| * | | | tools: Update access script to use proxy | Sander Vrijders | 2017-06-07 | 2 | -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 testbed | Marco Capitani | 2017-06-09 | 3 | -10/+18 | |
| | | | ||||||
| * | | tools: democonf updated; irati: added sleep after ipcm start | Marco Capitani | 2017-06-08 | 2 | -9/+3 | |
| | | | ||||||
| * | | qemu: fix for devices permission | Marco Capitani | 2017-06-07 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge branch 'master' into jfed-irati-fixes | Marco Capitani | 2017-06-07 | 11 | -115/+312 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge branch 'rumba-access' into 'master' | Sander Vrijders | 2017-06-07 | 2 | -0/+39 | |
|\ \ \ | | | | | | | | | | | | | | | | | rumba: add initial version of rumba-access See merge request !53 | |||||
| * | | | rumba: add initial version of rumba-access | Vincenzo Maffione | 2017-06-07 | 2 | -0/+39 | |
| | | | | ||||||
* | | | | Update README.md | Sander Vrijders | 2017-06-07 | 1 | -21/+47 | |
|/ / / | | | | | | | | | | This updates the README to explain the API a bit better. | |||||
* | | | examples: Add mouse example | Sander Vrijders | 2017-06-07 | 1 | -0/+105 | |
| | | | | | | | | | | | | This adds the infamous mouse to the examples directory. | |||||
* | | | testbeds: jfed: Update image URI | Sander Vrijders | 2017-06-07 | 1 | -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 Vrijders | 2017-06-03 | 1 | -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 DIFs | Vincenzo Maffione | 2017-06-01 | 1 | -0/+12 | |
|/ / / | | | | | | | | | | | | | | | | | | | These DIFs needs to be considered for the Kahn algorithm and computation of IPCPs. Closes #11. | |||||
* | | | Merge branch 'download' into 'master' | Vincenzo Maffione | 2017-06-01 | 6 | -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 image | Vincenzo Maffione | 2017-06-01 | 1 | -15/+17 | |
| | | | | ||||||
| * | | | model: Experiment: add prototype_name() | Vincenzo Maffione | 2017-06-01 | 4 | -2/+15 | |
| | | | | ||||||
| * | | | qemu plugin: automatic download of buildroot images | Vincenzo Maffione | 2017-06-01 | 2 | -7/+21 | |
| | | | | ||||||
* | | | | Merge branch 'issue9-proxy' into 'master' | Vincenzo Maffione | 2017-06-01 | 5 | -6/+66 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Remove hardcoded proxy See merge request !50 | |||||
| * | | | Model: corrected no-proxy case. rlite: removed hardcoded proxy | Marco Capitani | 2017-06-01 | 3 | -8/+13 | |
| | | | | ||||||
| * | | | model: added proxy field. ssh: added execute_proxy_commands | Marco Capitani | 2017-06-01 | 4 | -3/+58 | |
| | | | | ||||||
* | | | | Merge branch 'noreg' into 'master' | Sander Vrijders | 2017-06-01 | 4 | -79/+5 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | model: remove registration and bindings Closes #7 See merge request !47 | |||||
| * | | | model: remove registration and bindings | Vincenzo Maffione | 2017-06-01 | 4 | -79/+5 | |
|/ / / | | | | | | | | | | Fixes #7 |