diff options
Diffstat (limited to 'mirroring')
-rw-r--r-- | mirroring/MIRRORS | 1 | ||||
-rwxr-xr-x | mirroring/mirror-ceph.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mirroring/MIRRORS b/mirroring/MIRRORS index 5fded306d44..ec209456e37 100644 --- a/mirroring/MIRRORS +++ b/mirroring/MIRRORS @@ -7,3 +7,4 @@ us-east.ceph.com: Tyler Bishop <tyler.bishop@beyondhosting.net> hk.ceph.com: Mart van Santen <mart@greenhost.nl> fr.ceph.com: Adrien Gillard <gillard.adrien@gmail.com> uk.ceph.com: Tim Bishop <T.D.Bishop@kent.ac.uk> +ca.ceph.com: University of Waterloo Systems Committee <systems-committee@csclub.uwaterloo.ca>, School of Computer Science <cscf.csi.management@uwaterloo.ca> diff --git a/mirroring/mirror-ceph.sh b/mirroring/mirror-ceph.sh index e5108b3a730..2b14ed74ea4 100755 --- a/mirroring/mirror-ceph.sh +++ b/mirroring/mirror-ceph.sh @@ -17,6 +17,7 @@ SOURCES[au]="au.ceph.com" SOURCES[us]="download.ceph.com" SOURCES[hk]="hk.ceph.com" SOURCES[fr]="fr.ceph.com" +SOURCES[ca]="ca.ceph.com" SOURCES[us-east]="us-east.ceph.com" SOURCES[us-west]="us-west.ceph.com" SOURCES[global]="download.ceph.com" |