X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslice-tab-experiment.html;h=34873daea9f3c9ffad691dbaf8b9e08a1e4b35e3;hb=fce3531291a0c584c0ed6c93dcc135469ce3fa9d;hp=4d58fe510c1e8f6398c29a034dd39a34978d3c19;hpb=74b487f012db9d16fbb79ce99bf172f7f45005f9;p=unfold.git diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index 4d58fe51..34873dae 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -1,6 +1,4 @@ -
-
-
+

How to access your slice

PlanetLab Europe

@@ -8,14 +6,23 @@ 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 converted_slice_name@planetlab-resource.hostname.com -

-

You need to convert your typical slicename into a specific format in order to do SSH. An example below will demonstrate the conversion:

-

- Typical slice_name = onelab.upmc.mytestslice
- converted_slice_name = onelab8upmc_mytestslice -

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

+

Windows users

+

Use SSH client.

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

Windows users

+

Use SSH client.

+

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, @@ -28,19 +35,29 @@ the following command:

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

- +

Windows users

+

Use SSH client.

+

NITOS

NITOS resources are not directly accessible. You will need to log in on a gateway server and from there access the node. - The NITOS server address is nitlab.inf.uth.gr, so to connect to the NITOS server: + You will find the ssh commands to connect to NITOS nodes below:

+

NITLab

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

- +

FIT NITOS-Lab Paris

+

+ $ ssh {{slicename}}@griffin.ipv6.lip6.fr +

+ +
Windows users
+

Use SSH client.

+