Changes have been pushed for the repository "fawkes.git".
(Fawkes Robotics Software Framework)

Clone:  g...@git.fawkesrobotics.org:fawkes.git
Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, master has been updated
        to  cf2d0cc1f4cfb1b459c19cffc0b99ab71f02adc4 (commit)
      from  80b94c09d3d73ae3f66426a906cf2630f2aa64ab (commit)

http://git.fawkesrobotics.org/fawkes.git/master

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit cf2d0cc1f4cfb1b459c19cffc0b99ab71f02adc4
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Thu May 31 19:03:28 2018 +0200
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Thu May 31 19:03:28 2018 +0200

    config: replace mongodb host palomino by localhost
    
    This is a test config, it should always use localhost.

http://git.fawkesrobotics.org/fawkes.git/commit/cf2d0cc
http://trac.fawkesrobotics.org/changeset/cf2d0cc

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 cfg/conf.d/mongodb.yaml |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


- *Diffs* -------------------------------------------------------------

- *commit* cf2d0cc1f4cfb1b459c19cffc0b99ab71f02adc4 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Thu May 31 19:03:28 2018 +0200
Subject: config: replace mongodb host palomino by localhost

 cfg/conf.d/mongodb.yaml |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

_Diff for modified files_:
diff --git a/cfg/conf.d/mongodb.yaml b/cfg/conf.d/mongodb.yaml
index 046e792..eb4205f 100644
--- a/cfg/conf.d/mongodb.yaml
+++ b/cfg/conf.d/mongodb.yaml
@@ -22,31 +22,31 @@ plugins/mongodb:
       name: rs0
       hosts:
         - localhost:27021
-        - localhost:27021
+        - localhost:27022
 
     robot-memory-local-direct:
       enabled: true
       mode: connection
-      hostport: palomino:27021
+      hostport: localhost:27021
 
     robot-memory-local:
       enabled: true
       mode: replica_set
       name: robot-memory-local
       hosts:
-        - palomino:27021
+        - localhost:27021
 
     robot-memory-distributed-direct:
       enabled: true
       mode: connection
-      hostport: palomino:27022
+      hostport: localhost:27022
 
     robot-memory-distributed:
       enabled: true
       mode: replica_set
       name: robot-memory-distributed
       hosts:
-        - palomino:27022
+        - localhost:27022
       
   # The following defines the mongod instances you want
   # the mongodb plugin to run
@@ -112,17 +112,17 @@ plugins/mongodb:
         enabled: false
         local-client: rs0-local
         hosts:
-          - palomino:27021
-          - palomino:27022
+          - localhost:27021
+          - localhost:27022
 
       robot-memory-local:
         enabled: true
         local-client: robot-memory-local-direct
         hosts:
-          - palomino:27021
+          - localhost:27021
 
       robot-memory-distributed:
         enabled: true
         local-client: robot-memory-distributed-direct
         hosts:
-          - palomino:27022
+          - localhost:27022




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to