aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* build: Move to pyproject + setuptools_scm0.23.0Dimitri Staessens30 hours1-2/+13
| | | | | | | | | | Replace setup.py and MANIFEST.in with pyproject.toml. The version is now derived from git tags via setuptools_scm, and added .git_archival.txt and .gitattributes for git archive support. Remove _version.py from version control as it is now auto-generated at build time. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* rumba: Remove irati/rlite, python2 and qemu supportDimitri Staessens2 days1-1/+204
| | | | | | | | | | | | | | Remove IRATI and rlite prototype plugins, keeping only Ouroboros. Delete .gitlab-ci.yml (only contained an irati test job and a Sphinx pages job). Clean up all irati/rlite imports and references from examples, documentation, and tools. Qemu was tied heavily with rlite and irati. As it's less useful for ouroboros it's removed rather than reworked. Updated README.md and AUTHORS Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* rumba: Add Rumba documentation websiteSander Vrijders2018-03-281-189/+3
| | | | | This adds a documentation website for Rumba which is triggered automatically after changes to master.
* testbeds: Add docker testbedNick Aerts2018-03-201-0/+14
| | | | | | | | | | | | 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.
* Update README explaining jFed testbed optionsDimitri Staessens2017-11-011-23/+44
|
* rumba: Update README with more informationSander Vrijders2017-10-021-6/+15
| | | | Fixes #23
* Readme-qemu: Better formatting and phrasingMarco Capitani2017-09-261-2/+3
|
* Readme: added qemu testbed dependenciesMarco Capitani2017-09-261-0/+4
|
* README.md: add warning about sudoVincenzo Maffione2017-06-151-0/+3
|
* README.md: add newline at EOFVincenzo Maffione2017-06-151-1/+2
|
* rumba: Fix spelling errors in the READMESander Vrijders2017-06-151-2/+2
|
* rumba: Install rumba-access on setupSander Vrijders2017-06-071-3/+2
| | | | | 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.
* Update README.mdSander Vrijders2017-06-071-21/+47
| | | | This updates the README to explain the API a bit better.
* README: add info about dependenciesVincenzo Maffione2017-05-311-0/+7
| | | | Fixes #8.
* README.md: update with JFed-specific instructions to access nodesVincenzo Maffione2017-04-291-9/+21
|
* Fix README.md listsSander Vrijders2017-04-201-16/+15
| | | | | This changes an unordered list to an ordered list since gitlab does not allow mixing the two.
* Fix gitlab specific rendering of markdownSander Vrijders2017-04-201-11/+11
| | | | | Gitlab renders the README differently than most markdown parsers, this should hopefully fix it.
* Update README.mdSander Vrijders2017-04-201-18/+19
| | | | This fixes some typos in the README
* Update READMESander Vrijders2017-04-201-0/+97
| | | | This updates the README to describe the workflow of Rumba better.
* rhumba: Create Python packageSander Vrijders2017-02-091-2/+0
| | | | This transforms the repository into a real Python package.
* Update README.mdvmaffione2016-10-241-1/+1
|
* Initial commitVincenzo Maffione2016-10-231-0/+2