Skip to content

Commit

Permalink
Fixed config errors for Talos that would result in NHC taking nodes o…
Browse files Browse the repository at this point in the history
…ffline.
  • Loading branch information
pneerincx committed Jun 29, 2021
1 parent 9d59dfd commit 5e0ef34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions group_vars/talos_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ additional_etc_hosts:
vcompute_hostnames: "{{ stack_prefix }}-vcompute[01-03]"
vcompute_sockets: 4
vcompute_cores_per_socket: 1
vcompute_real_memory: 7821
vcompute_real_memory: 7820
vcompute_max_cpus_per_node: "{{ vcompute_sockets * vcompute_cores_per_socket - 2 }}"
vcompute_max_mem_per_node: "{{ vcompute_real_memory - vcompute_sockets * vcompute_cores_per_socket * 512 }}"
vcompute_local_disk: 270000
vcompute_features: 'tmp08'
vcompute_ethernet_interfaces:
- 'eth0'
- 'eth1'
- 'vlan983'
- 'vlan985.isilon'
ui_hostnames: "{{ slurm_cluster_name }}"
ui_sockets: 4
ui_cores_per_socket: 1
ui_real_memory: 7821
ui_real_memory: 7820
ui_local_disk: 0
ui_features: 'prm08,tmp08'
ui_ethernet_interfaces:
- 'eth0'
- 'eth1'
- 'vlan983'
- 'vlan985.isilon'
ssh_host_signer_ca_private_key: "{{ ssh_host_signer_ca_keypair_dir }}/umcg-hpc-development-ca"
use_ldap: yes
create_ldap: no
Expand Down

0 comments on commit 5e0ef34

Please sign in to comment.