[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: Sat, 10 Mar 2007 18:53:55 +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=gd1gZqRiMpIMmA9DJ7SO0YLztFGpwdTlmt1toeB1Xm/VY5FaZBp4K+Sr0ui+ERAcheHNE/FaHZIXcAzqEJ49hSI/ZsydURmJZUGhzjTZGSzN0vWp6GJKa2aZoifQnjyDFye5e8ccaLBqqIyLseMfbHnNHR0QMtsZ1do+LkNq6Ho=
- 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=UVVH1DRSdBuNOF7eGPpf8DS8y4wypzasPv2O5ZnlJ+LLpWTThI315d8NdHmBYoL2uFaIoT7fBVTIsSjraGuj4ViXiHFND1fTq0Umtiehy6xqCMUbetNN6ADJ936M/VkusU+TJvZ/2Bj1ReZ3V+9fLqaPsIKFmJLf+6BoRpKyL8c=
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