serverid.vars.template #2

  • //
  • guest/
  • russell_jackson/
  • sdp/
  • Server/
  • Unix/
  • p4/
  • common/
  • config/
  • serverid.vars.template
  • View
  • Commits
  • Open Download .zip Download (611 B)
# P4MASTER_ID is server.id of Master for this instance
export P4MASTER_ID=REPL_MASTER_ID
# This is the DNS name of the master server
export P4MASTERHOST=REPL_DNSNAME

# Moved these here to allow for server specific port values
# The setting below should be ssl: if this instance uses ssl.
export SSL_PREFIX=REPL_SSLPREFIX
export P4PORTNUM=REPL_P4PORT
export P4PORT=${SSL_PREFIX}$(hostname):${P4PORTNUM}
export P4SVRPORT=${SSL_PREFIX}${P4PORTNUM}

# Set the value for P4BROKERPORT to Unset if the broker is not
# used.
export P4BROKERPORTNUM=REPL_P4BROKERPORT
export P4BROKERPORT=${SSL_PREFIX}${P4BROKERPORTNUM}
# Change User Description Committed
#3 28922 Russell C. Jackson (Rusty) Moved some additional settings into the server specific vars file
#2 28909 Russell C. Jackson (Rusty) Moved some values to the serverid file to allow machine specific settings.
#1 28600 Russell C. Jackson (Rusty) Added a serverid.vars file to /p4/common/config in order to support a shared config directory that is part of a shared p4data volume.