summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2022-12-11 16:37:06 -0600
committerPjotr Prins2022-12-11 16:37:06 -0600
commit319c0741d6efc12b0acf032aaa12670bba9590a0 (patch)
tree7246352dae375f6211d6ffe307706b1d7a571afb
parent4d68928c6b1f6676a75ced373ab2e4105ae9fa7d (diff)
downloadgn-gemtext-319c0741d6efc12b0acf032aaa12670bba9590a0.tar.gz
edits
-rw-r--r--issues/genenetwork1/gn1-mapping-broken.gmi2
-rw-r--r--tasks/dana.gmi15
-rw-r--r--topics/systems/gn-services.gmi14
3 files changed, 23 insertions, 8 deletions
diff --git a/issues/genenetwork1/gn1-mapping-broken.gmi b/issues/genenetwork1/gn1-mapping-broken.gmi
index 525f65e..dd6785b 100644
--- a/issues/genenetwork1/gn1-mapping-broken.gmi
+++ b/issues/genenetwork1/gn1-mapping-broken.gmi
@@ -19,5 +19,5 @@ AttributeError: 'genotype' object has no attribute 'regression'
* type: bug
* priority: high
* status: unclear
-* keywords: marker
+* keywords: marker,GN1
* status: unclear
diff --git a/tasks/dana.gmi b/tasks/dana.gmi
index e9ce150..cdc550e 100644
--- a/tasks/dana.gmi
+++ b/tasks/dana.gmi
@@ -10,14 +10,19 @@
## Tasks
-* [+] connect 10Gbs to p2
-* [+] connect 10Gbs to tux01(?)
+
+* [ ] tux01 should see rabbit - there is a route, but no access
+ traceroute to 128.169.4.91 (128.169.4.91), 30 hops max, 60 byte packets
+ 1 128.169.4.1 (128.169.4.1) 0.735 ms 0.725 ms 0.756 ms
+ 2 rabbit.uthsc.edu (128.169.4.91) 0.689 ms 0.695 ms 0.698 ms
+* [ ] rabbit should access tux01 on ssh+http(s)
+* [ ] connect 10Gbs to tux01(?) - needs to be a new IP
* [+] mount new hard disks on tux02 and tux01 (with @haoc)
-* [.] move lily inside VPN
-* [.] move quadxeon inside VPN
+* [X] move lily inside VPN
+* [X] move quadxeon inside VPN
* [ ] machine room access for Pjotr
* [ ] space server out-of-band
-* [ ] rabbit https and GN2 https
+* [+] rabbit https and GN2 https
* [ ] get data from summer211.uthsc.edu (access machine room)
* [ ] decommission out-racked machines (whith @arthurc)
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi
index 55cc3fb..8321356 100644
--- a/topics/systems/gn-services.gmi
+++ b/topics/systems/gn-services.gmi
@@ -28,14 +28,24 @@ curl https://luna.genenetwork.org/gn3/
3. genenetwork3 (python3)
+If the menu does not load, this is the culprit. It should be an external API link.
+
```
curl localhost:8087/api/version
"1.0"
-
+curl localhost:8087/api/menu/generate/json
+...
+curl https://genenetwork.org/api3/api/version
+"1.0"
+curl https://genenetwork.org/api3/api/menu/generate/json
```
-On epysode it is running on 8081
+On epysode:
+```
+http://mars.genenetwork.org/gn3/api/version
+http://gn2-fallback.genenetwork.org/gn3/api/menu/generate/json
+```
## Notes