summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasks/pjotrp.gmi6
-rw-r--r--topics/systems/gn-services.gmi18
2 files changed, 18 insertions, 6 deletions
diff --git a/tasks/pjotrp.gmi b/tasks/pjotrp.gmi
index 6a7bd7a..a02f827 100644
--- a/tasks/pjotrp.gmi
+++ b/tasks/pjotrp.gmi
@@ -30,9 +30,9 @@ The tasks here should probably be broken out into appropriately tagged issues, w
=> ./dana.gmi See Dan's list for machine room
-* [ ] run sheepdog as root: redis password error; introduce SHEEPDOG_CONF
+* [+] run sheepdog as root: redis password error; introduce SHEEPDOG_CONF
* [ ] Complete vcflib work in Zig and release
-* [ ] Get status list from sheepdog on epysode, tux02 and rabbit on GN2
+* [+] Get status list from sheepdog on epysode, tux02 and rabbit on GN2
* [+] Reinstate backup drops on tux02, p2, space and epysode; reduce incoming IP
* [+] Add accounts &Erik, Andrea, Hao to P2
* [ ] Add accounts Bonz, Fred, Alex to tux02
@@ -43,7 +43,7 @@ The tasks here should probably be broken out into appropriately tagged issues, w
* [ ] Update mars (fallback)
* [ ] Pluto tool with Zach
* [ ] Introduce disk space & mdstat monitor
-* [ ] Restart luna
+* [X] Restart luna
* [ ] Fix issues:
=> https://genenetwork.org/show_trait?trait_id=10441&dataset=HSNIH-PalmerPublish slow mapping
=> http://gn1.genenetwork.org/webqtl/main.py?FormID=sharinginfo&GN_AccessionId=2
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi
index ba96c55..0cacf25 100644
--- a/topics/systems/gn-services.gmi
+++ b/topics/systems/gn-services.gmi
@@ -12,18 +12,30 @@ In addition to gn1 and gn2 we have 3 running gn3 services:
1. gn-proxy - deployed as gn3 user in production
+```
curl localhost:8080/version
{"version":"0.2.1"}
+```
2. gn3 aliases
+```
curl http://localhost:8000/gene/aliases/BRCA2
["FACD","FAD","FANCD","BROVCA2","FAD1","FANCD1","BRCC2","GLM3","PNCA2","XRCC11"]
-
+```
3. genenetwork3 (python3)
-And then there are mariadb and redis.
+```
+curl https://luna.genenetwork.org/gn3/
+[ "Hello GeneNetwork3!" ]
+```
+
+## Notes
+
+We track services now on
+
+=> https://rabbit.genenetwork.org/sheepdog/index.html
## See also
-=> orchestration.gmi \ No newline at end of file
+=> orchestration.gmi