Mulitiple login hosts in cluster,yml

I have current cluster.yml while with login node
login:
host: “li04e01”
I want to give 2-3 nodes so that it can use round robin how can I do that ?

v2:
metadata:
title: “chimera”
url: “https://labs.icahn.mssm.edu/minervalab/”
hidden: false
login:
host: “li04e01”
job:
adapter: “lsf”
bindir: “/hpc/lsf/10.1/linux3.10-glibc2.17-x86_64/bin”
libdir: “/hpc/lsf/10.1/linux3.10-glibc2.17-x86_64/lib”
envdir: “/hpc/lsf/conf”
serverdir: “/hpc/lsf/10.1/linux3.10-glibc2.17-x86_64/etc”
custom:
queues:

  • express
  • gpu

I don’t think you can supply it in the cluster.d yml. Instead create a DNS entry that will round robin traffic to the actual machines.