export CLUSTER="arva2"
export DOMAIN="arv.local"
echo A.B.C.a api ${CLUSTER}.${DOMAIN} api.${CLUSTER}.${DOMAIN} >> /etc/hosts
echo A.B.C.b keep keep.${CLUSTER}.${DOMAIN} >> /etc/hosts
echo A.B.C.c keep0 keep0.${CLUSTER}.${DOMAIN} >> /etc/hosts
echo A.B.C.d collections collections.${CLUSTER}.${DOMAIN} >> /etc/hosts
echo A.B.C.e download download.${CLUSTER}.${DOMAIN} >> /etc/hosts
echo A.B.C.f ws ws.${CLUSTER}.${DOMAIN} >> /etc/hosts
echo A.B.C.g workbench workbench.${CLUSTER}.${DOMAIN} >> /etc/hosts
echo A.B.C.h workbench2 workbench2.${CLUSTER}.${DOMAIN}" >> /etc/hosts
Replacing in each case de @A.B.C.x@ IP with the corresponding IP of the node.
If your infrastructure uses another DNS service setup, add the corresponding entries accordingly.
h2(#initial_user). Initial user and login
At this point you should be able to log into the Arvados cluster.
If you did not change the defaults, the initial URL will be:
* https://workbench.arva2.arv.local
or, in general, the url format will be:
* https://workbench.@