Skip to content

Commit

Permalink
Transition from rdr.xsede.org to cider.access-ci.org hostname, no oth…
Browse files Browse the repository at this point in the history
…er XSEDE to ACCESS CI changes
  • Loading branch information
jpnavarro committed Aug 23, 2022
1 parent 60eb68a commit cf253b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tag-1.2-20220823 JP
- Transition from rdr.xsede.org to cider.access-ci.org hostname, no other XSEDE to ACCESS CI changes

tag-1.2-20211130 JP
- NCSA and XSEDE are must be active as they provide core XSEDE services

Expand Down
2 changes: 1 addition & 1 deletion bin/route_resource_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def Get_HTTP(self, url, contype):

headers = {}
# different headers for RDR site
if 'rdr.xsede.org' == url.hostname:
if 'cider.access-ci.org' == url.hostname:
headers = {'Content-type': 'application/json',
'XA-CLIENT': 'XSEDE',
'XA-KEY-FORMAT': 'underscore'}
Expand Down
6 changes: 3 additions & 3 deletions conf/route_resource_v3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@
{ "LOCALTYPE": "RDR Information",
"CATALOGURN": "urn:ogf:glue2:info.xsede.org:catalog:rdr:resource.organizations",
"URNPREFIX": "urn:ogf:glue2:info.xsede.org:resource:rdr:resource.organizations:",
"SOURCEDEFAULTURL": "https://rdr.xsede.org",
"SOURCEDEFAULTURL": "https://cider.access-ci.org",
"DESTINATION": "function:Write_RDR_Providers"
},
{ "LOCALTYPE": "RDR Information",
"CATALOGURN": "urn:ogf:glue2:info.xsede.org:catalog:rdr:resource.base",
"URNPREFIX": "urn:ogf:glue2:info.xsede.org:resource:rdr:resource.base:",
"SOURCEDEFAULTURL": "https://rdr.xsede.org",
"SOURCEDEFAULTURL": "https://cider.access-ci.org",
"DESTINATION": "function:Write_RDR_BaseResources"
},
{ "LOCALTYPE": "RDR Information",
"CATALOGURN": "urn:ogf:glue2:info.xsede.org:catalog:rdr:resource.sub",
"URNPREFIX": "urn:ogf:glue2:info.xsede.org:resource:rdr:resource.sub:",
"SOURCEDEFAULTURL": "https://rdr.xsede.org",
"SOURCEDEFAULTURL": "https://cider.access-ci.org",
"DESTINATION": "function:Write_RDR_SubResources"
}
]
Expand Down

0 comments on commit cf253b5

Please sign in to comment.