Kaynağa Gözat

Upgrade instructions

Pierre-Yves Barriat 3 yıl önce
ebeveyn
işleme
2d1283a807
4 değiştirilmiş dosya ile 336 ekleme ve 1 silme
  1. 1 1
      README.md
  2. 121 0
      ceci_config
  3. 95 0
      elic_config
  4. 119 0
      station_config

+ 1 - 1
README.md

@@ -86,4 +86,4 @@ git clone ssh://regit/TECLIM/Git_Training
 
 ## Contributors
 
-- ELIC members [@pbarriat](http://www.climate.be:3000/pbarriat)
+- ELIC members [@pbarriat](https://gogs.elic.ucl.ac.be/pbarriat)

+ 121 - 0
ceci_config

@@ -0,0 +1,121 @@
+# Generalities ------------------------------------------------------------------------------------
+
+Host *
+    ServerAliveInterval 60
+
+# Gateways ----------------------------------------------------------------------------------------
+
+Host gwelic gwcism gwceci
+    User pbarriat
+    ForwardX11 yes
+
+Host gwelic
+    Hostname www.climate.be
+    IdentityFile ~/.ssh/id_rsa
+Host gwcism
+    Hostname gwcism.cism.ucl.ac.be
+    IdentityFile ~/.ssh/id_rsa
+Host gwceci
+    Hostname gwceci.cism.ucl.ac.be
+    IdentityFile ~/.ssh/id_rsa.ceci
+
+# Jump --------------------------------------------------------------------------------------------
+
+Host *%gwelic
+    ProxyCommand ssh -q -W %h:%p gwelic
+Host *%gwcism
+    ProxyCommand ssh -q -W %h:%p gwcism
+Host *%gwceci
+    ProxyCommand ssh -q -W %h:%p gwceci
+
+# ELIC ---------------------------------------------------------------------------------------------
+
+Host *meteor* *lorenz* *aurora* *pelican* *coriolis* *cyclone*
+    ForwardX11 yes 
+    IdentityFile ~/.ssh/id_rsa
+
+Host meteor* lorenz* aurora* pelican* coriolis* cyclone*
+    User pbarriat
+
+Host *cyclone*
+    HostName cyclone.elic.ucl.ac.be
+Host *cyclone%gwelic
+Host *cyclone%gwcism
+Host *cyclone%gwceci
+Host *coriolis*
+    HostName coriolis.elic.ucl.ac.be
+Host *coriolis%gwelic
+Host *coriolis%gwcism
+Host *coriolis%gwceci
+Host *meteor*
+    HostName meteor.elic.ucl.ac.be
+Host *meteor%gwelic
+Host *meteor%gwcism
+Host *meteor%gwceci
+Host *lorenz*
+    HostName lorenz.elic.ucl.ac.be
+Host *lorenz%gwelic
+Host *lorenz%gwcism
+Host *meteor%gwceci
+Host *aurora*
+    HostName aurora.elic.ucl.ac.be
+Host *aurora%gwelic
+Host *aurora%gwcism
+Host *aurora%gwceci
+Host *pelican*
+    HostName pelican.cism.ucl.ac.be
+Host *pelican%gwcism
+Host *pelican%gwelic
+Host *pelican%gwceci
+
+# Git ---------------------------------------------------------------------------------------------
+
+Host gogs*
+    User git
+    IdentityFile ~/.ssh/id_rsa
+    Hostname www.climate.be
+    ForwardX11 no
+    ForwardX11Trusted no
+    Port 3022
+    ProxyCommand ssh -i ~/.ssh/id_rsa gwcism.cism.ucl.ac.be -W %h:%p
+
+# Tier-1 ------------------------------------------------------------------------------------------
+
+Host zenobe*
+    User pbarriat
+    ForwardX11 yes
+    Hostname zenobe.hpc.cenaero.be
+    IdentityFile ~/.ssh/id_rsa.ceci
+    ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwcism.cism.ucl.ac.be -W %h:%p
+
+# CÉCI clusters -----------------------------------------------------------------------------------
+
+Host nic5 lemaitre3 manneback
+    User pbarriat
+    ForwardX11 yes
+    IdentityFile ~/.ssh/id_rsa.ceci
+    ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
+
+Host lemaitre3
+    HostName lemaitre3.cism.ucl.ac.be
+Host nic5
+    HostName nic5.segi.ulg.ac.be
+Host manneback
+    HostName manneback.cism.ucl.ac.be
+
+# CISM clusters -----------------------------------------------------------------------------------
+
+Host storage*
+    HostName storage.cism.ucl.ac.be
+    User pbarriat
+Host storage%gwcism
+
+# PRIVATE -----------------------------------------------------------------------------------------
+
+Host mine*
+    HostName xxx.xxx.xxx.xxx
+    ForwardX11 yes
+    User pbarriat
+Host mine%gwelic
+Host mine%gwceci
+Host mine%gwcism

+ 95 - 0
elic_config

@@ -0,0 +1,95 @@
+# Generalities ------------------------------------------------------------------------------------
+
+Host *
+    ServerAliveInterval 60
+
+# Gateways ----------------------------------------------------------------------------------------
+
+Host gwcism gwceci
+    User pbarriat
+    ForwardX11 yes
+    IdentityFile ~/.ssh/id_rsa.ceci
+
+Host gwcism
+    Hostname gwcism.cism.ucl.ac.be
+Host gwceci
+    Hostname gwceci.cism.ucl.ac.be
+
+# Jump --------------------------------------------------------------------------------------------
+
+Host *%gwcism
+    ProxyJump gwcism
+Host *%gwceci
+    ProxyJump gwceci
+
+# ELIC ---------------------------------------------------------------------------------------------
+
+Host *meteor* *lorenz* *aurora* *pelican* *coriolis* *cyclone*
+    ForwardX11 yes 
+    IdentityFile ~/.ssh/id_rsa.ceci
+
+Host meteor* lorenz* aurora* pelican* coriolis* cyclone*
+    User pbarriat
+
+Host *cyclone*
+    HostName cyclone.elic.ucl.ac.be
+Host *coriolis*
+    HostName coriolis.elic.ucl.ac.be
+Host *meteor*
+    HostName meteor.elic.ucl.ac.be
+Host *lorenz*
+    HostName lorenz.elic.ucl.ac.be
+Host *aurora*
+    HostName aurora.elic.ucl.ac.be
+Host *pelican*
+    HostName pelican.cism.ucl.ac.be
+Host *pelican%gwcism
+Host *pelican%gwceci
+
+# Git ---------------------------------------------------------------------------------------------
+
+Host gogs*
+    User git
+    IdentityFile ~/.ssh/id_rsa.ceci
+    Hostname www.climate.be
+    ForwardX11 no
+    ForwardX11Trusted no
+    Port 3022
+
+# Tier-1 ------------------------------------------------------------------------------------------
+
+Host zenobe*
+    User pbarriat
+    ForwardX11 yes
+    Hostname zenobe.hpc.cenaero.be
+    IdentityFile ~/.ssh/id_rsa.ceci
+    ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwcism.cism.ucl.ac.be -W %h:%p
+
+# CÉCI clusters -----------------------------------------------------------------------------------
+
+Host nic5 lemaitre3 manneback
+    User pbarriat
+    ForwardX11 yes
+    IdentityFile ~/.ssh/id_rsa.ceci
+    ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
+
+Host lemaitre3
+    HostName lemaitre3.cism.ucl.ac.be
+Host nic5
+    HostName nic5.segi.ulg.ac.be
+Host manneback
+    HostName manneback.cism.ucl.ac.be
+
+# CISM clusters -----------------------------------------------------------------------------------
+
+Host storage*
+    HostName storage.cism.ucl.ac.be
+    User pbarriat
+Host storage%gwcism
+
+# PRIVATE -----------------------------------------------------------------------------------------
+
+Host mine*
+    HostName xxx.xxx.xxx.xxx
+    ForwardX11 yes
+    User pbarriat

+ 119 - 0
station_config

@@ -0,0 +1,119 @@
+# Generalities ------------------------------------------------------------------------------------
+
+Host *
+    ServerAliveInterval 60
+
+# Gateways ----------------------------------------------------------------------------------------
+
+Host gwelic gwcism gwceci
+    User pbarriat
+    ForwardX11 yes
+    IdentityFile ~/.ssh/id_rsa.ceci
+
+Host gwelic
+    Hostname www.climate.be
+Host gwcism
+    Hostname gwcism.cism.ucl.ac.be
+Host gwceci
+    Hostname gwceci.cism.ucl.ac.be
+
+# Jump --------------------------------------------------------------------------------------------
+
+Host *%gwelic
+    ProxyJump gwelic
+Host *%gwcism
+    ProxyJump gwcism
+Host *%gwceci
+    ProxyJump gwceci
+
+# ELIC ---------------------------------------------------------------------------------------------
+
+Host *meteor* *lorenz* *aurora* *pelican* *coriolis* *cyclone*
+    ForwardX11 yes 
+    IdentityFile ~/.ssh/id_rsa.ceci
+
+Host meteor* lorenz* aurora* pelican* coriolis* cyclone*
+    User pbarriat
+
+Host *cyclone*
+    HostName cyclone.elic.ucl.ac.be
+Host *cyclone%gwelic
+Host *cyclone%gwcism
+Host *cyclone%gwceci
+Host *coriolis*
+    HostName coriolis.elic.ucl.ac.be
+Host *coriolis%gwelic
+Host *coriolis%gwcism
+Host *coriolis%gwceci
+Host *meteor*
+    HostName meteor.elic.ucl.ac.be
+Host *meteor%gwelic
+Host *meteor%gwcism
+Host *meteor%gwceci
+Host *lorenz*
+    HostName lorenz.elic.ucl.ac.be
+Host *lorenz%gwelic
+Host *lorenz%gwcism
+Host *meteor%gwceci
+Host *aurora*
+    HostName aurora.elic.ucl.ac.be
+Host *aurora%gwelic
+Host *aurora%gwcism
+Host *aurora%gwceci
+Host *pelican*
+    HostName pelican.cism.ucl.ac.be
+Host *pelican%gwcism
+Host *pelican%gwelic
+Host *pelican%gwceci
+
+# Git ---------------------------------------------------------------------------------------------
+
+Host gogs*
+    User git
+    IdentityFile ~/.ssh/id_rsa.ceci
+    Hostname www.climate.be
+    ForwardX11 no
+    ForwardX11Trusted no
+    Port 3022
+    ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
+
+# Tier-1 ------------------------------------------------------------------------------------------
+
+Host zenobe*
+    User pbarriat
+    ForwardX11 yes
+    Hostname zenobe.hpc.cenaero.be
+    IdentityFile ~/.ssh/id_rsa.ceci
+    ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwcism.cism.ucl.ac.be -W %h:%p
+
+# CÉCI clusters -----------------------------------------------------------------------------------
+
+Host nic5 lemaitre3 manneback
+    User pbarriat
+    ForwardX11 yes
+    IdentityFile ~/.ssh/id_rsa.ceci
+    ProxyCommand ssh -i ~/.ssh/id_rsa.ceci gwceci.cism.ucl.ac.be -W %h:%p
+
+Host lemaitre3
+    HostName lemaitre3.cism.ucl.ac.be
+Host nic5
+    HostName nic5.segi.ulg.ac.be
+Host manneback
+    HostName manneback.cism.ucl.ac.be
+
+# CISM clusters -----------------------------------------------------------------------------------
+
+Host storage*
+    HostName storage.cism.ucl.ac.be
+    User pbarriat
+Host storage%gwcism
+
+# PRIVATE -----------------------------------------------------------------------------------------
+
+Host mine*
+    HostName xxx.xxx.xxx.xxx
+    ForwardX11 yes
+    User pbarriat
+Host mine%gwelic
+Host mine%gwceci
+Host mine%gwcism