# This file is sourced by scripts like sdp_sync.sh and global_replica_status.sh.

# This list includes all Helix server hosts in the topology.
ALL_SDP_HOSTS="bos-helix-01 bos-helix-02 nyc-helix-03 syd-helix-04 syd-helix-05"

# This list includes all replicas.  This list is suitable for doing 'p4 pull -lj'
# checks.
SDP_REPLICA_HOSTS="bos-helix-02 nyc-helix-03 syd-helix-04 syd-helix-05"

# The following are remote hosts.  This may be a shorter list, since some hosts
# might share the /hxdepots volume from a SAN.
SDP_REMOTE_HOSTS="nyc-helix-03 syd-helix-04"

# The following are hosts are routinely updated by sdp_sync.sh.  This includes
# the master host, perforce-101, plus the remote hosts.  Be sure to exclude any
# hosts that share /p4/common/bin (typically the /hxdepots volume).
SDP_SYNC_HOSTS="bos-helix-01 nyc-helix-03 syd-helix-04"

# Define directories in which to do a 'p4 status' command.
SDP_STATUS_DIRS="/p4/common/bin /p4/common/config /p4/common/etc /p4/common/lib /p4/common/test /p4/1/bin"