<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rumba/tools, branch 0.8</title>
<subtitle>Ouroboros and RINA orchestration tool. Forked from https://gitlab.com/arcfire/rumba</subtitle>
<id>https://ouroboros.rocks/cgit/rumba/atom?h=0.8</id>
<link rel='self' href='https://ouroboros.rocks/cgit/rumba/atom?h=0.8'/>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/'/>
<updated>2018-03-26T13:47:24+00:00</updated>
<entry>
<title>storyboard: make Script class private</title>
<updated>2018-03-26T13:47:24+00:00</updated>
<author>
<name>Marco Capitani</name>
<email>m.capitani@nextworks.it</email>
</author>
<published>2018-03-26T11:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=f4eada17dffbeba60a95cf77e7f946af5b351556'/>
<id>urn:sha1:f4eada17dffbeba60a95cf77e7f946af5b351556</id>
<content type='text'>
The Script class has been made private as the script field
of the Storyboard class. All script-related functions are
now accessible as methods of the storyboard class.

In other news:
Made the script path in script-example.py pwd resilient.
</content>
</entry>
<entry>
<title>testbeds: Add docker testbed</title>
<updated>2018-03-20T10:30:07+00:00</updated>
<author>
<name>Nick Aerts</name>
<email>nick.aerts@ugent.be</email>
</author>
<published>2018-02-24T11:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=a7cd88d752b72ea85ccefa5e1f3dceba13fb1fc2'/>
<id>urn:sha1:a7cd88d752b72ea85ccefa5e1f3dceba13fb1fc2</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>storyboard: add replayability</title>
<updated>2018-03-16T13:07:24+00:00</updated>
<author>
<name>Marco Capitani</name>
<email>m.capitani@nextworks.it</email>
</author>
<published>2018-02-22T09:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=e174aaf3650c23331c757921b1af9b152f53c6e5'/>
<id>urn:sha1:e174aaf3650c23331c757921b1af9b152f53c6e5</id>
<content type='text'>
implements #27
</content>
</entry>
<entry>
<title>tools: Update rumba-access to new proxy command</title>
<updated>2017-11-07T15:58:58+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-11-07T15:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=7d585ba499cdfe85117dc388c022acacb3d02d98'/>
<id>urn:sha1:7d585ba499cdfe85117dc388c022acacb3d02d98</id>
<content type='text'>
After the refactor of ssh_support to use the native paramiko way to
setup an ssh connection via a proxy, rumba-access stopped working,
since it relied on the exporting of the proxy command to
ssh_info. This commit updates rumba-access to take the refactor into
account.
</content>
</entry>
<entry>
<title>rumba: Better placement of files created by Rumba</title>
<updated>2017-06-19T09:35:38+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-06-16T15:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=c76edec913dbdd847d6d5229d8b8cef090084cef'/>
<id>urn:sha1:c76edec913dbdd847d6d5229d8b8cef090084cef</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Merge branch 'master' into jfed-irati-fixes (rumba access)</title>
<updated>2017-06-13T07:45:15+00:00</updated>
<author>
<name>Marco Capitani</name>
<email>m.capitani@nextworks.it</email>
</author>
<published>2017-06-13T07:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=3d16b92c65184d9a7c93a69d2b3393c528bf1dc6'/>
<id>urn:sha1:3d16b92c65184d9a7c93a69d2b3393c528bf1dc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: Revert rumba-access to initial state</title>
<updated>2017-06-13T07:42:01+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-06-13T07:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=a5e67722327ecb2046798e6ad9a103fb42cb09e8'/>
<id>urn:sha1:a5e67722327ecb2046798e6ad9a103fb42cb09e8</id>
<content type='text'>
This reverts the script to its original state since it was not
functioning properly.
</content>
</entry>
<entry>
<title>tools: Fix rumba access script</title>
<updated>2017-06-12T11:14:47+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-06-12T11:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=a10ec3b3a963c486344a90214c162e118d801c47'/>
<id>urn:sha1:a10ec3b3a963c486344a90214c162e118d801c47</id>
<content type='text'>
This fixes some errors in the rumba access script.
</content>
</entry>
<entry>
<title>tools: rumba-access: rearrange script</title>
<updated>2017-06-08T20:19:05+00:00</updated>
<author>
<name>Vincenzo Maffione</name>
<email>v.maffione@gmail.com</email>
</author>
<published>2017-06-08T20:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=a427bde346383f8b414e3f49680d40cd1e94d321'/>
<id>urn:sha1:a427bde346383f8b414e3f49680d40cd1e94d321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: democonf updated; irati: added sleep after ipcm start</title>
<updated>2017-06-08T14:37:16+00:00</updated>
<author>
<name>Marco Capitani</name>
<email>m.capitani@nextworks.it</email>
</author>
<published>2017-06-08T14:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/rumba/commit/?id=fcdbe20a05764f84a7c95c4bf916a7569e373270'/>
<id>urn:sha1:fcdbe20a05764f84a7c95c4bf916a7569e373270</id>
<content type='text'>
</content>
</entry>
</feed>
