Skip to content
  • Mike Hibler's avatar
    A bunch of cleanups. · b313b8e5
    Mike Hibler authored
    Add a couple of variables at the top for the server/node hardware types
    and server OS image.
    
    Fix all the elabinelab_X(Y) references. Turns out that:
        elabinelab_fixnodes("boss")
    (with quotes) is not the same array element as:
        elabinelab_fixnodes(boss)
    (without quotes). And do to the way we coded things, only
    elabinelab_X("boss") (or "ops" or "fs") worked, elabinelab_X(boss) would
    not. But, only elabinelab_X(mypc1) would work and not elabinelab_X("mypc1")!
    Now you should be able to use the unquoted versions of boss/ops/fs/mypcN.
    Fun times with TCL.
    b313b8e5