removed the inlining of ssh password for username=rapl. Now we read value of environment variable named RAPL_PSSWD

This commit is contained in:
Pradyumna Kaushik 2017-09-27 19:52:17 -04:00
parent 971f6833c3
commit dcf67661e9
2 changed files with 11 additions and 2 deletions

7
environment/env.go Normal file
View file

@ -0,0 +1,7 @@
package environment
// Environment Variables that are used.
// These environment variables need to be set before launching elektron.
// Environment Variable to store the password for username="rapl" on the nodes in the cluster.
var RaplPassword = "RAPL_PSSWD"