aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/irati.py
Commit message (Collapse)AuthorAgeFilesLines
* prototypes, testbeds, ssh_support: Add several fixesSander Vrijders2017-10-251-9/+8
| | | | | This adds several fixes in order for rlite to function on the exogeni testbed.
* Irati: typo fixMarco Capitani2017-09-191-1/+1
|
* IRATI: added chmod for /dev/irati-ctrlMarco Capitani2017-09-191-0/+3
|
* IRATI: fix for variable installpathMarco Capitani2017-09-181-12/+15
|
* rumba: Add better error handling of SSH connectSander Vrijders2017-09-151-1/+1
| | | | | | If an SSH connect doesn't succeed at first, it is retried up to 5 times with an exponential backoff. It also adds an error message in case of an offending host key.
* rumba: Update license headersSander Vrijders2017-09-081-4/+9
| | | | | This makes the license headers uniform and adds the authors and a copyright.
* Model & ssh: ssh-related methods renamingMarco Capitani2017-07-281-1/+1
|
* rumba: Better placement of files created by RumbaSander Vrijders2017-06-191-1/+1
| | | | | | | | | Temporary files such as ssh_info, the rspecs, logs, ... are now created in /tmp/rumba to avoid too many files being created and never removed. The VM images and jFed CLI are kept in ~/.cache/rumba to avoid redownloading every reboot. Closes #18, #19
* IRATI: added per-node policy support, and revamped policy data model.Marco Capitani2017-06-131-5/+10
| | | | | | additional: + fixed small bug rlated to vhost checking in qemu. + example scripts now correctly use policies.
* IRATI switched wait and logMarco Capitani2017-06-131-1/+1
|
* tools: democonf updated; irati: added sleep after ipcm startMarco Capitani2017-06-081-8/+2
|
* Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-06-071-8/+5
|\
| * Merge branch 'download' into 'master'Vincenzo Maffione2017-06-011-0/+3
| |\ | | | | | | | | | | | | QEMU plugin: download buildroot images if not provided by the user See merge request !51
| | * model: Experiment: add prototype_name()Vincenzo Maffione2017-06-011-0/+3
| | |
| * | Merge branch 'issue9-proxy' into 'master'Vincenzo Maffione2017-06-011-1/+1
| |\ \ | | |/ | |/| | | | | | | Remove hardcoded proxy See merge request !50
| | * model: added proxy field. ssh: added execute_proxy_commandsMarco Capitani2017-06-011-1/+1
| | |
| * | model: remove registration and bindingsVincenzo Maffione2017-06-011-7/+1
| |/ | | | | | | Fixes #7
* | Typo fix in package installationsMarco Capitani2017-06-011-1/+1
| |
* | jfed-irati absolute'ed paths, added mac2ifname.shMarco Capitani2017-06-011-2/+1
| |
* | Merge branch 'master' into jfed-irati-fixesMarco Capitani2017-05-311-0/+3
|\|
| * prototypes: irati: align setup to new kernel build systemVincenzo Maffione2017-05-201-0/+3
| |
* | jfed-irati: fixes after rumba imageMarco Capitani2017-05-311-8/+10
| |
* | jfed-irati small fixes for compatibilityMarco Capitani2017-05-101-10/+11
|/
* Merge branch 'logging-levels' into 'master' Sander Vrijders2017-04-241-6/+6
|\ | | | | | | | | Logging: added set and reset logging level method, small logging modifications. See merge request !40
| * Logging: added set and reset logging level method, small logging modifications.Marco Capitani2017-04-241-6/+6
| |
* | model, prototypes: enrollment lists contain IPCP objects rather than Node onesVincenzo Maffione2017-04-211-6/+7
|/ | | | | | | This fixes a conceptual bug, that was leading to unnecessary workarounds in the prototype plugins. All the plugins have been modified to use the correct format of enrollment lists.
* prototypes: irati: use python built-in sleep function for sleepingVincenzo Maffione2017-04-211-1/+2
|
* irati, rlite, qemu: remove unnecessary banners in log outputVincenzo Maffione2017-04-211-6/+6
|
* Merge branch 'master' into logging (split merged)Marco Capitani2017-04-211-19/+27
|\
| * model: Split experiment run()Sander Vrijders2017-04-211-19/+27
| | | | | | | | | | This splits experiment.run() into 4 different operations: swap_in, install_prototype, bootstrap_prototype and swap_out.
* | rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-211-24/+17
|/ | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* prototypes: irati: more readable output on enroll messagesVincenzo Maffione2017-04-191-2/+2
|
* irati: remove input() callVincenzo Maffione2017-04-191-1/+0
|
* Fixes for issues #4 and #5 (irati plugin and vlans)Marco Capitani2017-04-191-19/+49
|
* prototypes: irati: remove run_experiment methodVincenzo Maffione2017-04-151-7/+4
|
* Implemented several comments on MR 22:Marco Capitani2017-04-141-30/+26
| | | | | | + Used paramiko for scp (implemented new method in ssh_support + removed (obsoleted) private key for access to vms + used setup_vlans from ssh_support
* IRATI: moved generated conf files in IRATI_conf folderMarco Capitani2017-04-141-7/+21
|
* Bugfixing for IRATI prototype and QEMU testbedMarco Capitani2017-04-141-1/+2
|
* QEMU: ifname compilation and vm port activationMarco Capitani2017-04-141-46/+59
|\
* | IRATI prototype: bootstrap_network method. Now complete & to be tested.Marco Capitani2017-04-131-17/+130
| |
* | Merge branch 'master' into master-marcoMarco Capitani2017-04-121-1/+1
|\| | | | | | | Updating with ssh changes (and other)
| * ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-111-1/+1
| | | | | | | | | | | | Only the hostname was passed to the ssh_support component. This passes an object that can also hold the port number. It can be extended to take other things as well, such as a proxy.
* | Resolving node_id issue and general cleanupMarco Capitani2017-04-111-38/+60
| |
* | Testing method fixMarco Capitani2017-04-111-2/+2
| |
* | IRATI config file generationMarco Capitani2017-04-111-2/+166
|/
* rumba: simplify cooperation between prototype and testbed pluginsVincenzo Maffione2017-04-071-2/+1
|
* Fix pylint warnings and errorsSander Vrijders2017-03-281-3/+3
| | | | This fixes several warnings and errors as reported by pylint.
* model, prototypes: Change default list parameterSander Vrijders2017-03-061-1/+1
| | | | | | This fixes a bug where the same list was used in every instantiation of a class. Apparently you have to pass 'None' as parameter and check for that instead of passing the default constructor of the list.
* testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-131-4/+5
| | | | | The directory name was always prepended to the class name, but since they are in distinct namespaces this could be easily removed.
* rumba: Rename package to rumbaSander Vrijders2017-02-091-0/+48
This renames the package to rumba, since rhumba was already taken on the PyPi.