| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
+ 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])
|
| | |
|
| |
|
|
|
| |
This splits experiment.run() into 4 different operations: swap_in,
install_prototype, bootstrap_prototype and swap_out.
|
| | |
|
| |
|
|
| |
vm_img_folder --> bzimage, initramfs
|
| | |
|
| |
|
|
|
| |
The directory name was always prepended to the class name, but since
they are in distinct namespaces this could be easily removed.
|
| |
|
|
|
| |
This renames the package to rumba, since rhumba was already taken on
the PyPi.
|
|
|
This transforms the repository into a real Python package.
|