Skip to content

Commit d30df2d

Browse files
committed
Modernize links to use opensciencegrid.org.
1 parent 26b78e3 commit d30df2d

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

docs/admin/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ If installing the (optional) authenticated StashCache, you need to do in additio
3131

3232
As with all OSG software installations, there are some one-time steps to prepare in advance:
3333

34-
* Ensure the host has [a supported operating system](https://opensciencegrid.github.io/docs/release/supported_platforms/)
34+
* Ensure the host has [a supported operating system](https://opensciencegrid.org/docs/release/supported_platforms/)
3535
* Obtain root access to the host
36-
* Prepare [the required Yum repositories](http://opensciencegrid.github.io/docs/common/yum/)
37-
* Install [CA certificates](https://opensciencegrid.github.io/docs/common/ca/)
36+
* Prepare [the required Yum repositories](http://opensciencegrid.org/docs/common/yum/)
37+
* Install [CA certificates](https://opensciencegrid.org/docs/common/ca/)
3838

3939
## Installing the StashCache metapackage
4040

docs/ops/redirector.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ all.export /stash/
2828
#Production Redirector DNS alias
2929
all.manager redirector.osgstorage.org+ 1213
3030
#ITB Redirector DNS alias
31-
#all.manager stash-itb.grid.iu.edu+ 1213
31+
#all.manager stash-itb.osgstorage.org+ 1213
3232
3333
For the RSV test purpose make sure the testing file is present on the file system:
3434
/stash/user/test.1M
@@ -59,7 +59,7 @@ For the RSV test purpose make sure the testing file is present on the file syste
5959
all.sitename GOC-StashCache-Redirector
6060
6161
#ITB Redirector DNS alias
62-
#all.manager meta all stash-itb.grid.iu.edu+ 1213
62+
#all.manager meta all stash-itb.osgstorage.org+ 1213
6363
#all.sitename GOC-StashCache-ITB-Redirector
6464
# XRootD Stats - sends UDP packets
6565
xrd.report uct2-collectd.mwt2.org:9931
@@ -95,10 +95,9 @@ If you don't choose server instance setup for RSV tests you can skip lines XROOT
9595
There is command `xrdmapc` in the xrootd-server packages that you can use to check what Origins subscribe to your redirector:
9696
```
9797
$ xrdmapc --list all redirector.osgstorage.org:1094
98-
0**** redirector.grid.iu.edu:1094
99-
Srv redirector1.grid.iu.edu:2094
98+
0**** redirector.osgstorage.org:1094
99+
Srv redirector1.osgstorage.org:2094
100100
Srv csiu.grid.iu.edu:1094
101-
Srv redirector2.grid.iu.edu:2094
102101
Srv stashcache.fnal.gov:1094
103102
Srv ceph-gridftp1.grid.uchicago.edu:1094
104103
Srv stash.osgconnect.net:1094

docs/ops/upgrades.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OSG StashCache Upgrade Status
22

3-
This page is used to track the status of hardware and software used for the StashCache service within the OSG community. Please update your status when you complete an upgrade. Currently monitored StashCache resources (Origins, Caches, Redirectors) are included in the [RSV tests](http://myosg.grid.iu.edu/rgstatushistory/index?downtime_attrs_showpast=&account_type=cumulative_hours&ce_account_type=gip_vo&se_account_type=vo_transfer_volume&bdiitree_type=total_jobs&bdii_object=service&bdii_server=is-osg&start_type=7daysago&start_date=09%2F20%2F2016&end_type=now&end_date=09%2F20%2F2016&rg=on&rg_sel%5B%5D=433&rg_sel%5B%5D=454&rg_sel%5B%5D=430&active=on&active_value=1&disable_value=1).
3+
This page is used to track the status of hardware and software used for the StashCache service within the OSG community. Please update your status when you complete an upgrade. Currently monitored StashCache resources (Origins, Caches, Redirectors) are included in the [RSV tests](http://my.opensciencegrid.org/rgstatushistory/index?downtime_attrs_showpast=&account_type=cumulative_hours&ce_account_type=gip_vo&se_account_type=vo_transfer_volume&bdiitree_type=total_jobs&bdii_object=service&bdii_server=is-osg&start_type=7daysago&start_date=09%2F20%2F2016&end_type=now&end_date=09%2F20%2F2016&rg=on&rg_sel%5B%5D=433&rg_sel%5B%5D=454&rg_sel%5B%5D=430&active=on&active_value=1&disable_value=1).
44

55

66
## 2018 Table of Caches

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: StashCache Documentation
2-
site_url: https://opensciencegrid.github.io/stashcache
2+
site_url: https://opensciencegrid.org/stashcache
33
repo_url: https://github.com/opensciencegrid/stashcache
44
theme: readthedocs
55

0 commit comments

Comments
 (0)