You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2019/06/29 14:39:25 UTC

svn commit: r1862312 - /uima/uima-ducc/trunk/src/main/resources/default.ducc.properties

Author: degenaro
Date: Sat Jun 29 14:39:25 2019
New Revision: 1862312

URL: http://svn.apache.org/viewvc?rev=1862312&view=rev
Log:
UIMA-6086 DUCC reliability should use keepalived.conf to determine virtual ip address

Modified:
    uima/uima-ducc/trunk/src/main/resources/default.ducc.properties

Modified: uima/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1862312&r1=1862311&r2=1862312&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/uima-ducc/trunk/src/main/resources/default.ducc.properties Sat Jun 29 14:39:25 2019
@@ -53,13 +53,6 @@
 # DUCC head node.
 ducc.head = <head-node>
 
-# The ip address of the node where DUCC runs.
-# Reliable DUCC: if running reliably, then this value must be the same ip address
-# specified for the virtual_ipaddress in /etc/keepalived/keepalived.conf for master and
-# backup nodes.  If not specified, then the nameserver is used to get the ip address based
-# on the name specified for ducc.head.
-ducc.head.ip = 
-
 # Reliable DUCC: if running reliably, then this value must comprise the blank delimited list
 # of nodes that are eligible to become the DUCC head node.  Admin commands start_ducc and 
 # stop_ducc are only allowed on the ducc.head node or any node in the ducc.head.reliable.list.