forked from XSEDE/Discovery_Manage-RDR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forked XSEDE fouter and odified for ACCESS
- Loading branch information
Showing
12 changed files
with
111 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# Manage-RDR Router for XSEDE Information Services | ||
# ACCESS CONECT Information Sharing Platform CiDeR Router | ||
|
||
Synchronize RDR Resources to the Information Services warehouse. | ||
|
||
Additional details at [https://info.xsede.org/info/](https://info.xsede.org/info/). | ||
Synchronize CiDeR Resources to the Warehouse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"DESTINATION": "warehouse", | ||
"RDR_INFO_URL": "https://cider.access-ci.org/xsede-api/provider/rdr/v1/resources", | ||
"RDR_LAST_URL": "https://cider.access-ci.org/xsede-api/provider/rdr/v1/resources/last_update", | ||
"AFFILIATIONS": ["XSEDE", "TACC", "ACCESS"], | ||
"LOG_FILE": "/soft/warehouse-apps-2.0/Operations_Router_CiDeR/var/router_cider.log", | ||
"LOG_LEVEL": "warning", | ||
"RUN_DIR": "/soft/warehouse-apps-2.0/Operations_Router_CiDeR/var", | ||
"PID_FILE": "/soft/warehouse-apps-2.0/Operations_Router_CiDeR/var/router_cider.pid" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[Unit] | ||
Description=ACCESS CONECT Information Sharing Platform CiDeR Router | ||
After=network.target remote-fs.target nss-lookup.target | ||
|
||
[Service] | ||
Type=simple | ||
EnvironmentFile=/soft/warehouse-apps-2.0/Operations_Router_CiDeR/PROD/sbin/router_cider.sysconfig | ||
ExecStart=/soft/warehouse-apps-2.0/Operations_Router_CiDeR/PROD/sbin/router_cider.service.sh start | ||
User=software | ||
Group=admin | ||
Restart=always | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
File renamed without changes.
Oops, something went wrong.