[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Distributed bb-hosts
- To: hobbit (at) hswn.dk
- Subject: Distributed bb-hosts
- From: "Torben Aagaard" <torben.aagaard (at) gmail.com>
- Date: Thu, 8 Mar 2007 21:14:23 +0100
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=dbONiF+7J2LqgM2qbRDZJGBlI6YzI38x9eWyBWadxS3g/L0IQW+zL6OUuwggICb+oyS+Y1QUxJiMr2DXZ+9+VMzM+gAHxZKwghkZ8k0m5jMif1souBiQ3oCtwZ++PSwlZrOZnPBtWpOGRSYIeZyCJIVgGdmnYXxcS1h/BB7t+As=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rmn67SsupXprkJtSDn3heHbQ+HW+3MXQadZyOsfkI/qqXFDpb6bAQTvqsn4vw5my1lYSazQsGlEKtr/Bjes7CASmcF6yIV4n/UNc4IskHvR60JC18WNUuIB7H8Cq6MbeOXl2ENKtNlamKfHTb8IRSdUZ+D5eh9DI1xInQlUPBcM=
Hello !
I'm currently running a 2-server hobbit system, host A is doing both BBDISP
and BBNET, while host B is only running network tests.
ON both hosts, the BBLOCATION is set to either A or B.
My bb-hosts file is broken down to these :
bb-hosts.A
--------------------------------------------------------------------
# Default : Test IP Addr
0.0.0.0 .default. # testip NET:A
1.2.3.4 foobar # ssh
--------------------------------------------------------------------
bb-hosts.B
--------------------------------------------------------------------
# Default : Test IP Addr
0.0.0.0 .default. # testip NET:B
5.6.7.8 arg # ssh
--------------------------------------------------------------------
On host A - my bb-hosts file looks something like this :
--------------------------------------------------------------------
include bb-hosts.A
include bb-hosts.B
--------------------------------------------------------------------
On host B is says :
--------------------------------------------------------------------
include bb-hosts.B
--------------------------------------------------------------------
I'd like to maintain all the bb-hosts files on host A - so the question is
how to distribute the bb-hosts.B from host A to host B. I could use SSH/SCP
- but perhaps it's easier to utilize the BB "config" command and pull the
bb-hosts.B file from host B ? What are you guys doing ? Any recommendations
?
Thanks
BR
/Torben