aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* build: Move to pyproject + setuptools_scm0.23.0Dimitri Staessens34 hours1-0/+3
| | | | | | | | | | 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 Staessens3 days1-77/+26
| | | | | | | | | | | | | | 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>
* qemu testbed first draftMarco Capitani2017-03-301-0/+3
|
* rhumba: Add jFed supportSander Vrijders2017-01-241-1/+4
| | | | | | | This adds jFed support. You need to direct the python script to the jFed CLI jar when creating a jFedTestbed, as well as directing it to your certificate. The passphrase for this certificate will be asked upon starting.
* rhumba: Add emulab supportSander Vrijders2017-01-201-0/+3
| | | | | | | Now the defined experiment can already be run on the Virtual Wall (1 and 2). The user has to create an EmulabTestbed object and fill it in with the correct info. Next step would be adding jFed as a testbed so that the user can choose which testbed software to use.
* Initial commitVincenzo Maffione2016-10-231-0/+89