X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-experiment.html;h=9dca1d1baf4e8a9556a840f2aed313323902c266;hb=0026ae2959012d3ebb007f86c38ae63f57083dc8;hp=b6c7c5c4c2d84a9916da2e406c935fc0e1b73cac;hpb=f7ab045626ced984daefc7467f691f285141bb04;p=unfold.git diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index b6c7c5c4..9dca1d1b 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -8,10 +8,19 @@ 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 {{ple_slicename}}@planetlab-resource.hostname.com -

-

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

+ {%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,