Is used to share virtual test cluster.
Auckland Test Gateway - ng2test.auckland.ac.nz
Consists of single front node, and is used to bootstrap other frontends in case of failure or upgrade.
Hosts restore rolls for test and production clusters, development roll with all applications that are not in standard rolls, and standard rolls that we use.
-
Network configuration of nodes. i.e. contents of rocks dump
-
System configuration files. Specified in /src/system-files/version.mk
-
/etc/passwd
-
/etc/shadow
-
/etc/gshadow
-
/etc/group
-
/etc/exports
-
/etc/auto.home
-
/etc/motd
-
Other configuration files. Specified in ./version.mk
-
/etc/X11/xorg.conf
-
/etc/sysconfig/iptables
-
/etc/hosts.equiv
Any other configuration files should be added to version.mk in top level directory.
To create a restore roll, go to /export/site-roll/rocks/src/roll/restore directory on the cluster and run
make roll
To add roll to reference cluster without installing it (as it contains specific networking information and should be installed on one cluster only), go to reference cluster and run
- not decided yet *