X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-experiment.html;h=9dca1d1baf4e8a9556a840f2aed313323902c266;hb=0026ae2959012d3ebb007f86c38ae63f57083dc8;hp=1430dae6c33af48e7876c8e6c415320ffd821f95;hpb=8fa29a76180dcbad28ba610ade6d80ddc86120f8;p=unfold.git diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index 1430dae6..9dca1d1b 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -8,15 +8,33 @@ PlanetLab Europe resources are accessible directly via SSH. Your SSH public key is deployed automatically on the reserved nodes. To access your slice on a resource just type the following command:

+ {%if ple_resources%}

- $ ssh your_slice_name@planetlab-resource.hostname.com -

+ {%for resource in ple_resources %} + $ ssh {{ple_slicename}}@{{resource}}
+ {%endfor%} +

+ {%else%} +

NOTE: You did not reserve any PLE resources yet. Once reserved, you will get the actual SSH command. A specimen command is given below:

+

+ $ ssh {{ple_slicename}}@planetlab-resource.hostname.com
+

+ {%endif%} +

NOTE: Your original slicename {{slicename}} has been converted to PlanetLab specific format {{ple_slicename}} in order to do SSH.

+

Please note that the first '.' is replaced by number 8 and the rest of the dot/s are replaced by underscore/s.

Be aware that after you reserve a PlanetLab Europe resource your slice will be deployed with a delay of about 15 minutes, after witch you will be able to access the resource.

FIT IoT-Lab

+

FIT IoT-Lab resources are accessible directly via SSH and web GUI. + To acess IoT-Lab resources using web GUI, use the same login and password of OneLab portal. To acess Iot-Lab resources using SSH type + the following command: +

+

+ ssh {{username}}@fit3-dev.inrialpes.fr +

NITOS

@@ -25,7 +43,7 @@ The NITOS server address is nitlab.inf.uth.gr, so to connect to the NITOS server:

- $ ssh your_slice_name@nitlab.inf.uth.gr + $ ssh {{slicename}}@nitlab.inf.uth.gr