Skip to content

Commit

Permalink
Merge pull request #72 from rug-cit-hpc/feature/monitor_fysical_nodes…
Browse files Browse the repository at this point in the history
…_from_imperator

Add the fysical cluster nodes in /etc/hosts.
  • Loading branch information
pneerincx authored Mar 12, 2019
2 parents d1e4db0 + ea8f2f8 commit 17e7908
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions host_vars/imperator
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
mailhub: 172.23.34.34
rewrite_domain: imperator.hpc.rug.nl
motd: Vare, Vare, redde legiones!
additional_etc_hosts: |
172.23.40.21 gs-compute01 gs-compute01.hpc.local
172.23.40.22 gs-compute02 gs-compute02.hpc.local
172.23.40.23 gs-compute03 gs-compute03.hpc.local
172.23.40.24 gs-compute04 gs-compute04.hpc.local
172.23.40.25 gs-compute05 gs-compute05.hpc.local
172.23.40.26 gs-compute06 gs-compute06.hpc.local
172.23.40.27 gs-compute07 gs-compute07.hpc.local
172.23.40.28 gs-compute08 gs-compute08.hpc.local
172.23.40.29 gs-compute09 gs-compute09.hpc.local
172.23.40.30 gs-compute10 gs-compute10.hpc.local
172.23.40.31 gs-compute11 gs-compute11.hpc.local
4 changes: 4 additions & 0 deletions roles/cluster/templates/gearshift_hosts
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@
195.169.22.247 calculon.gcc.rug.nl
195.169.22.95 leucine-zipper.gcc.rug.nl
195.169.22.8 zinc-finger.gcc.rug.nl

{% if additional_etc_hosts is defined %}
{{ additional_etc_hosts }}
{% endif %}

0 comments on commit 17e7908

Please sign in to comment.