| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
This adds a documentation website for Rumba which is triggered
automatically after changes to master.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
Fixes #23
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This will install rumba-access on setup so that it can be used
anywhere.
|
| |
|
|
|
| |
This changes the README so that users will use the rumba-access
script.
|
| |
|
|
| |
This updates the README to explain the API a bit better.
|
| |
|
|
| |
Fixes #8.
|
| | |
|
| |
|
|
|
| |
This changes an unordered list to an ordered list since gitlab does
not allow mixing the two.
|
| |
|
|
|
| |
Gitlab renders the README differently than most markdown parsers, this
should hopefully fix it.
|
| |
|
|
| |
This fixes some typos in the README
|
| |
|
|
| |
This updates the README to describe the workflow of Rumba better.
|
| |
|
|
| |
This transforms the repository into a real Python package.
|
| | |
|
| |
|