From a7953aa31266fb05573078057b8c706232bc0c31 Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 18 Dec 2014 16:13:07 +0100 Subject: [PATCH] Tools page: polishing --- portal/templates/slice-tab-experiment.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/portal/templates/slice-tab-experiment.html b/portal/templates/slice-tab-experiment.html index b29963a6..09534104 100644 --- a/portal/templates/slice-tab-experiment.html +++ b/portal/templates/slice-tab-experiment.html @@ -11,6 +11,7 @@

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

@@ -53,9 +54,10 @@

For each of the reserved nodes, follo the steps given below:

{%for resource in nitos_resources %} + Resource
$ omf load -i baseline_grid.ndz -t {{resource}} #loading OMF image on the node
$ omf tell -a on -t {{resource}} #turn on the node
- $ ssh root@{{resource}} #ssh to the node
+ $ ssh root@{{resource}} #ssh to the node

{%endfor%}

{% endif %} @@ -68,6 +70,7 @@

For each of the reserved nodes, follo the steps given below:

{%for resource in nitos_paris_resources %} + Resource
$ omf load -i baseline_grid.ndz -t {{resource}} #loading OMF image on the node
$ omf tell -a on -t {{resource}} #turn on the node
$ ssh root@{{resource}} #ssh to the node

-- 2.43.0