Tools page: polishing
authorYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 18 Dec 2014 15:13:07 +0000 (16:13 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Thu, 18 Dec 2014 15:13:07 +0000 (16:13 +0100)
portal/templates/slice-tab-experiment.html

index b29963a..0953410 100644 (file)
@@ -11,6 +11,7 @@
        </p>
        <p class="command">
        {%for resource in ple_resources %}
+               <b>Resource</b><br>
                $ ssh {{ple_slicename}}@{{resource}}<br>
        {%endfor%}
        </p>
        <p>For each of the reserved nodes, follo the steps given below:</p>
        <p class="command">
        {%for resource in nitos_resources %}
+               <b>Resource</b><br>
        $ omf load -i baseline_grid.ndz -t {{resource}}  #loading OMF image on the node<br>
                $ omf tell -a on -t {{resource}}  #turn on the node <br>
-               $ ssh root@{{resource}}  #ssh to the node<br>
+               $ ssh root@{{resource}}  #ssh to the node<br><br>
        {%endfor%}
        </p>
        {% endif %}
@@ -68,6 +70,7 @@
        <p>For each of the reserved nodes, follo the steps given below:</p>
        <p class="command">
        {%for resource in nitos_paris_resources %}
+               <b>Resource</b><br>
        $ omf load -i baseline_grid.ndz -t {{resource}}  #loading OMF image on the node<br>
        $ omf tell -a on -t {{resource}}  #turn on the node <br>
        $ ssh root@{{resource}}  #ssh to the node<br><br>