Smartfire: updated several templates
authorLoic Baron <loic.baron@lip6.fr>
Fri, 26 Jun 2015 10:43:14 +0000 (12:43 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 26 Jun 2015 10:43:14 +0000 (12:43 +0200)
portal/static/js/experiment.js
portal/templates/smartfire/smartfire_email_default_recipients.txt [new file with mode: 0644]
portal/templates/smartfire/smartfire_email_default_sender.txt [new file with mode: 0644]

index 0bf94a6..3bddd23 100644 (file)
@@ -44,8 +44,8 @@ function render_node(platform, node){
         newElement = document.createElement('p');
         var commands = "$ omf stat -t "+node['@component_name']+" # check the status of the node <br>"; 
         commands += "$ omf tell -a on -t "+node['@component_name']+" # turn on the node <br>";
-        commands += "$ omf load -i baseline_grid.nzb -t "+node['@component_name']+" # loading OMF image on the node <br>";
-        commands += "$ omf root@"+node['@component_name']+" # ssh to the node";
+        commands += "$ omf load -i baseline.ndz -t "+node['@component_name']+" # loading OMF image on the node <br>";
+        commands += "$ ssh root@"+node['@component_name']+" # ssh to the node";
 
         newElement.innerHTML = "<p class='command'>"+commands+"</p>";
         elm.appendChild(newElement); 
diff --git a/portal/templates/smartfire/smartfire_email_default_recipients.txt b/portal/templates/smartfire/smartfire_email_default_recipients.txt
new file mode 100644 (file)
index 0000000..f122fa2
--- /dev/null
@@ -0,0 +1 @@
+SmartFIRE Support <support@myslice.info>
diff --git a/portal/templates/smartfire/smartfire_email_default_sender.txt b/portal/templates/smartfire/smartfire_email_default_sender.txt
new file mode 100644 (file)
index 0000000..f122fa2
--- /dev/null
@@ -0,0 +1 @@
+SmartFIRE Support <support@myslice.info>