diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-06-21 17:09:16 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-06-21 17:09:16 +0200 |
commit | 44f5aa5af732fcfdbb6c0eb1655606469a64aee8 (patch) | |
tree | 39cd3d968454fbe1f41df716e2c7e94a5cfdb14d /README.md | |
parent | 26ed0d7231ce681e6f2041760ba69406ffb6ee86 (diff) | |
parent | 67288b3505dab7e9ea74fc87d139301e945b4a78 (diff) | |
download | rumba-44f5aa5af732fcfdbb6c0eb1655606469a64aee8.tar.gz rumba-44f5aa5af732fcfdbb6c0eb1655606469a64aee8.zip |
Merge branch 'master' into storyboard-impl
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,7 +1,7 @@ -# Rumba: A framework to install, bootstrap a RINA network +# Rumba: A framework to bootstrap a RINA network on a testbed Rumba is part of ARCFIRE 2020, Work Package 3. It is a framework in -Python which allows user to write a Python script to define a RINA +Python which allows a user to write a Python script to define a RINA network. The physical graph needed for this RINA network is then calculated and realised on one of the supported testbeds. Next, if the user requests this, one of the supported RINA prototypes is @@ -128,6 +128,9 @@ folder. $ eval `ssh-agent` $ ssh-add /home/morty/cert.pem + Pay attention to run your rumba script in the same terminal used for the + previous commands, without changing the user (e.g. using su or sudo). + ## Accessing nodes after swap-in To access a node once the experiment swapped in, use the following @@ -135,4 +138,5 @@ folder. $ rumba-access $NODE_NAME - Where $NODE_NAME is the name of the node to access.
\ No newline at end of file + Where $NODE_NAME is the name of the node to access. + |