Ignore:
Timestamp:
2017-01-20T14:50:12+13:00 (7 years ago)
Author:
davidb
Message:

Next good commit point. Initial testing of shard replset scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SETUP.bash

    r31303 r31305  
    5555export MONGODB_CONFIG_HOSTS="gc0 gc1 gc2"
    5656export MONGODB_CONFIG_PORT="27019"
     57
    5758export MONGODB_ROUTER_HOSTS="gc3 gc4 gc5"
    5859export MONGODB_ROUTER_PORT="27017"
    59 export MONGODB_SHARD_HOSTS="gc6 gc7"
     60
     61export MONGODB_REPLSET1_HOSTS="gc6 gc7"
     62export MONGODB_REPLSET2_HOSTS="gc8 gc9"
     63export MONGODB_REPLSET_PORT="27017"
     64##export MONGODB_REPLSET_ARRAY=("$MONGODB_REPLSET1_HOSTS" "$MONGODB_REPLSET2_HOSTS")
     65export MONGODB_REPLSET_METALIST="MONGODB_REPLSET1_HOSTS MONGODB_REPLSET2_HOSTS"
     66export MONGODB_SHARD_HOSTS="$MONGODB_REPLSET1_HOSTS $MONGODB_REPLSET2_HOSTS"
     67
    6068source SETUP/setup-mongodb.bash
    6169
Note: See TracChangeset for help on using the changeset viewer.