Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1517717 - Generate rhq-storage.properties with new properties
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio authored and spinder committed Oct 4, 2018
1 parent fe7587d commit 6030dfb
Showing 1 changed file with 17 additions and 0 deletions.
Expand Up @@ -1079,9 +1079,26 @@ ${comment}rhq.storage.jmx-port=${rhq.storage.jmx-port}
# other and to learn the cluster topology. It does not need
# to specify all nodes in the cluster.
# Defaults to this node's hostname.
# INSTALL TIME ONLY PROPERTIES:
# rhq.storage.listen-address and rhq.storage.hostname will
# only be used during the installation of a new storage node.
# Storage nodes that have already been installed will not use
# these properties.
# rhq.storage.listen-address
# The IP address or hostname that storage binds to for
# connecting to other storage nodes. If not specified, will
# default to the value of rhq.storage.hostname.
# rhq.storage.rpc-address
# Publicly resolvable IP or host name that other storage
# nodes in the cluster will reach this storage nodes
# network listener. If not specified, will default to the
# value of rhq.storage.hostname.

#############################################################################
${comment}rhq.storage.hostname=${rhq.storage.hostname}
${comment}rhq.storage.seeds=${rhq.storage.seeds}
#rhq.storage.listen-address=
#rhq.storage.rpc-address=

#############################################################################
# Advanced Settings
Expand Down

0 comments on commit 6030dfb

Please sign in to comment.