From: Razvan Deaconescu Date: Fri, 30 Apr 2010 09:30:19 +0000 (+0300) Subject: scripts: (clusterctl) add all remote hosts to config file X-Git-Tag: getopt_long~36 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=1be972ad52607f8197e86a5903f53f585e47734f;p=cs-p2p-next.git scripts: (clusterctl) add all remote hosts to config file --- diff --git a/scripts/admin/clusterctl/config b/scripts/admin/clusterctl/config index 7bd11cd..6df829c 100644 --- a/scripts/admin/clusterctl/config +++ b/scripts/admin/clusterctl/config @@ -6,9 +6,11 @@ # 2010, Razvan Deaconescu, razvan.deaconescu@cs.pub.ro # -remote_hosts=(141.85.224.201 141.85.224.202 141.85.224.203\ - 141.85.224.204 141.85.224.205 141.85.224.207\ - 141.85.224.208 141.85.224.210) +remote_hosts=(p2p-next-01.grid.pub.ro p2p-next-02.grid.pub.ro\ + p2p-next-03.grid.pub.ro p2p-next-04.grid.pub.ro\ + p2p-next-05.grid.pub.ro p2p-next-06.grid.pub.ro\ + p2p-next-07.grid.pub.ro p2p-next-08.grid.pub.ro\ + p2p-next-09.grid.pub.ro p2p-next-10.grid.pub.ro) remote_users=("p2p" "root")