source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/zookeeper/templates/solr-start-all.sh@ 30969

Last change on this file since 30969 was 30969, checked in by davidb, 8 years ago

Fine tuning resulting from testing the cloud/cluster

File size: 119 bytes
Line 
1#!/bin/bash
2
3for node in <%= @solr_1 %> <%= @solr_2 %> <%= @solr_3 %> ; do
4 ssh $node solr-start-node.sh
5done
6
7
Note: See TracBrowser for help on using the repository browser.