stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.
36 stars 15 forks source link

add storage VLAN interface on all slurm nodes #391

Closed scrungus closed 1 month ago

scrungus commented 1 month ago

Additional note from @sjpb :

The .caas environment uses etc_hosts to template out /etc/hosts. By default (= .caas environment) it uses ansible_host as the IP. This is safe after this IP as stackhpc.terraform.infra/inventory_adopt uses the terraform output node.ip for this, and this is set in roles/cluster_infra/templates/outputs.tf to be network[0] on all nodes. This PR adds the storage network as the 2nd network so it will not be in /etc/hosts.

scrungus commented 1 month ago

cluster_storage_network changes here https://github.com/stackhpc/azimuth/pull/236

scrungus commented 1 month ago

cluster_vnic_profile also removed here from the primary network as it is no longer used

sjpb commented 1 month ago

cluster_vnic_profile also removed here from the primary network as it is no longer used

@scrungus why not?