aboutsummaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* visualizer: Offset layers at same rankDimitri Staessens2022-11-201-1/+2
| | | | | | | | Layers at the same rank will now be slightly offset. Increased line width for adjacencies. Added igraph and plotly packages to extra requirements. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* elements: Add exporting connectivity graph to PDFSander Vrijders2018-05-141-1/+2
| | | | | This allows for exporting the connectivity graph to a PDF, which can be used in papers, deliverables, ...
* model: split model into two filesMarco Capitani2018-03-291-1/+7
| | | | | Changed `rumba.model` into a namespace, moved business logic inside the rumba.elements package
* rumba: Add Rumba documentation websiteSander Vrijders2018-03-281-1/+5
| | | | | This adds a documentation website for Rumba which is triggered automatically after changes to master.
* testbeds: Add docker testbedNick Aerts2018-03-201-1/+2
| | | | | | | | | | | | This adds support for a testbed based on Docker containers running on the local host. Bridging the containers can be done using built-in Linux bridging or using OpenVSwitch bridges. A new resource 'executor' has been added to abstract away command execution on nodes on the testbed. Executors have been created for local command execution, docker exec based command execution and SSH-based command execution. This has also been changed in the prototypes to execute using the correct executor.
* utils & storyboard: add syslog retrieval functionalityMarco Capitani2018-02-271-1/+6
| | | | | Implements #39. Also updated examples.
* rumba: Update to v0.7Sander Vrijders2017-11-211-1/+1
| | | | Updates Rumba to version 0.7
* prototypes: Add parallel installation for IRATIMarco Capitani2017-11-151-1/+1
| | | | | | | This adds parallel installation for IRATI, it also adds support for multithread/multiprocess logging. Furthermore prototype-agnostic utilities for multiprocessing have been added. Caching of clients has been re-enabled for the ssh connections.
* rumba: Update to v0.6Sander Vrijders2017-10-181-1/+1
|
* rumba: Update to v0.5Sander Vrijders2017-10-041-1/+1
|
* build: Add continuous integrationSander Vrijders2017-09-131-11/+11
| | | | This adds CI to Rumba.
* ssh & model-storyboard: changed ssh API, added node.execute* methodsMarco Capitani2017-06-301-6/+2
|
* Storyboard testedMarco Capitani2017-06-221-6/+10
|
* build: Remove long description in setupSander Vrijders2017-06-151-6/+0
|
* rumba: Update to version 0.4Sander Vrijders2017-06-131-1/+1
| | | | This updates the framework to version 0.4
* rumba: Install rumba-access on setupSander Vrijders2017-06-071-1/+2
| | | | | This will install rumba-access on setup so that it can be used anywhere.
* rumba: Update to version 0.3Sander Vrijders2017-04-281-1/+1
|
* setup.py: add #! headerVincenzo Maffione2017-04-211-0/+2
|
* rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-211-11/+11
| | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* build: Fix setup.pySander Vrijders2017-04-201-1/+1
| | | | setup.py was trying to read README, which was renamed to README.md
* testbeds: jfed: Download jFed CLI if not foundSander Vrijders2017-04-141-1/+1
| | | | | If the jFed CLI was not found, then Rumba will download it in the current directory.
* rumba: Rename package to rumbaSander Vrijders2017-02-091-4/+4
| | | | | This renames the package to rumba, since rhumba was already taken on the PyPi.
* rhumba: Create Python packageSander Vrijders2017-02-091-0/+22
This transforms the repository into a real Python package.