Skip to content

Add IIHE (BE) cluster to the setup script and replace host variable with (hostname)

Paris Gianneios requested to merge gparaske/Darwin:InstalSetup into master

Changes to the setup script:

  1. Add IIHE T2B cluster
  2. Replace $host with $(hostname) because:
    • $host is initially empty for bash (not for zsh). e.g. At lxplus we still got a message: "Nothing planned for this environment. Proceed at your own risks.", but the installation was successful because for lxplus the environment was already as needed.
    • $(hostname) works for both bash (lxplus, T2B) and zsh (naf).

Tested for lxplus (CERN), naf (DESY) and T2B (IIHE).

Note: No additional changes were required to T2B, only loading the cvmfs libraries in the setup script 😄

Merge request reports