about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShepherd on Tux022024-06-20 07:26:18 -0500
committerShepherd on Tux022024-06-20 07:26:18 -0500
commit951e77b10c84889f29c1f2322087c796cedb375a (patch)
tree67391c9ffef3aff2518a618ff7fd15ae1a8867fa
parentaeec6b55ef03251e83a83d7c16343912e350f15e (diff)
downloadguix-bioinformatics-951e77b10c84889f29c1f2322087c796cedb375a.tar.gz
Rename penguin2->tux02
-rw-r--r--gn/services/bnw-container.scm4
-rw-r--r--gn/services/genome-browser.scm10
2 files changed, 7 insertions, 7 deletions
diff --git a/gn/services/bnw-container.scm b/gn/services/bnw-container.scm
index 21c85b4..4309f75 100644
--- a/gn/services/bnw-container.scm
+++ b/gn/services/bnw-container.scm
@@ -87,8 +87,8 @@
   (services (list (service dhcp-client-service-type)
                   (service bnw-service-type
                            ;; The following is for testing:
-                           (bnw-configuration
-                             (port '("8888")))
+                           ;(bnw-configuration
+                           ;  (port '("8888")))
                            ))))
 
 ;; guix system container -L ~/workspace/guix-past/modules/ -L ~/workspace/guix-bioinformatics/ ~/workspace/guix-bioinformatics/gn/services/bnw-container.scm --network
diff --git a/gn/services/genome-browser.scm b/gn/services/genome-browser.scm
index 1548978..2d14a42 100644
--- a/gn/services/genome-browser.scm
+++ b/gn/services/genome-browser.scm
@@ -23,7 +23,7 @@
                    ;"db.host=localhost\n"
                    ;"db.user=readonly\n"
                    ;"db.password=access\n"
-                   "db.host=penguin2\n"
+                   "db.host=tux02\n"
                    "db.user=webqtlout\n"
                    "db.password=webqtlout\n"
                    "db.trackDb=trackDb\n"
@@ -40,12 +40,12 @@
                    ;"central.socket=/run/mysqld/mysqld.sock\n"   ; default for mysql service
                    ;"central.user=readwrite\n"
                    ;"central.password=update\n"
-                   "central.host=penguin2\n"
+                   "central.host=tux02\n"
                    "central.user=webqtlout\n"
                    "central.password=webqtlout\n"
                    "central.domain=\n"
                    "backupcentral.db=hgcentral\n"
-                   "backupcentral.host=penguin2\n"
+                   "backupcentral.host=tux02\n"
                    "backupcentral.user=webqtlout\n"
                    "backupcentral.password=webqtlout\n"
                    "backupcentral.domain=\n"
@@ -94,7 +94,7 @@
 ;;  create 'daily clean' mcron scripts. Only needed in /var/cache/genome grows too large.
 ;;  use rsync to make sure mouse genome data is kept up-to-date.
 
-(define ucsc-genome-browser-port 4322)
+(define ucsc-genome-browser-port 4323)
 
 (operating-system
   (host-name "genome-browser")
@@ -112,7 +112,7 @@
   (services
     (list ;(service mysql-service-type
           ;         (mysql-configuration
-          ;           (port 13306))) ; don't overlap with penguin2's mariadb
+          ;           (port 13306))) ; don't overlap with tux02's mariadb
           (service special-files-service-type
                    `(;("/root/create_hgcentral" ,%startup-script)
                      ("/var/lib/genome/hg.conf" ,%hg.conf)))