diff --git a/infrastructure-guide/lxweb00.md b/infrastructure-guide/lxweb00.md index d8284b55..02c40b9d 100644 --- a/infrastructure-guide/lxweb00.md +++ b/infrastructure-guide/lxweb00.md @@ -6,7 +6,6 @@ https://git.psi.ch/linux-infra/data-pli/blob/master/default/lxweb00.psi.ch.yaml Exports various paths from AFS to http(s), see /etc/httpd/conf.d/ for details. The AFS directories exported are: ``` - Alias /dist/scientificlinux/7x/x86_64/tier3 "/afs/psi.ch/software/linux/dist/scientificlinux/7x/x86_64/tier3" Alias /pxe "/afs/psi.ch/service/linux/tftpboot" Alias /ext/cpt "/afs/psi.ch/project/cpt/repo/" Alias /ext/gfa "/afs/psi.ch/project/gfa-controls-sw-repo" @@ -15,6 +14,12 @@ The AFS directories exported are: Alias /ext/lmu "/afs/psi.ch/project/lmu/lmu_rpm/" Alias /ext/ofed "/afs/psi.ch/software/linux/dist/scientificlinux/7x/x86_64/OFED" Alias /ext/slurm "/afs/psi.ch/software/linux/dist/scientificlinux/7x/x86_64/slurm" + + Alias /dist/scientificlinux/7x/x86_64/tier3 "/afs/psi.ch/software/linux/dist/scientificlinux/7x/x86_64/tier3" + Alias /dist/yfs "/afs/psi.ch/software/mirror/your-file-system.com/yfs" + Alias /dist/ks "/afs/psi.ch/software/mirror/ks" + Alias /dist/scientificlinux/epel "/afs/psi.ch/software/mirror/epel" + Alias /dist/scientificlinux "/afs/psi.ch/software/mirror/scientificlinux" ``` @@ -52,4 +57,11 @@ The https certificate is located/installed in `/etc/pki/tls` | /afs/psi.ch/project/lmu/lmu_rpm/ | Andrea Raselli | | /afs/psi.ch/software/linux/dist/scientificlinux/7x/x86_64/OFED | Marc & Ivano | | /afs/psi.ch/software/linux/dist/scientificlinux/7x/x86_64/slurm | Marc & Ivano | +| -- | -- | +| /dist/yfs | Achim | +| /dist/ks | Achim | +| /dist/scientificlinux | Achim | +| /dist/scientificlinux/epel | Achim | | /dist/scientificlinux/7x/x86_64/tier3 | Derek | + +All repos in the /dist path are Scientific Linux 7 !!!! \ No newline at end of file