[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] centralized management of clientlaunch.cfg
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] centralized management of clientlaunch.cfg
- From: "Steve Holmes" <sholmes42 (at) gmail.com>
- Date: Wed, 17 Dec 2008 17:55:35 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type:references; bh=C/fsyRM3FxJXO5abkgkZe75sQou67ZPGJlpyXDlSp8c=; b=piUFOOEzr+C6svucwJkcD/qwWgQ0qsUoqoQAnnXWJodSpVqALZFM6haJqzy/hRLzAV 2vLPW4vLrrppACtxngt+BltDhGhGeDp4BPD/A5h58jGHzXHQYDjRQP4TJl8WgB8KfEIF ZNFgeX52EUxOvltklekrp6yavG4sGPAj4+tlU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:references; b=DGMF6MjE/WMtBv8uGjPz29Mw7TruXRc+VCUEujxBDNNt20lXSToLpq/rITakknIc6u iMBoUxwyhCxBoPcYP/GFMCcBIBIcwpjS+Qrhxu3M0Igm75blvgVw3oQcBJrx7Cm4v9/+ m0A0n1jWH9/M9WNuFSC0TqgUTyJv5U55OIWFk=
- References: <d44304420812170806u5e4eab49vc9f1e912ec8b1b8a (at) mail.gmail.com> <gibqa1$1vv$2 (at) voodoo.hswn.dk>
On Wed, Dec 17, 2008 at 4:17 PM, Henrik Størner <henrik (at) hswn.dk> wrote:
> In <d44304420812170806u5e4eab49vc9f1e912ec8b1b8a (at) mail.gmail.com> "Don
> Lachlan" <brightlancer (at) gmail.com> writes:
>
> >I have a number of custom scripts spread across multiple machines; I
> >understand how to configure them in clientlaunch.cfg but I would like
> >to keep them in a single config file (it's impractical to maintain
> >this many individual configs). Has anyone written a tool to manage
> >push/pull of the configs and generating individual hobbit-clients.cfg,
> >or otherwise duplicate what bb-bbexttab did?
>
> You could grab the "hobbitlaunch" program from the current development
> branch; it has a new "ONHOST <pattern>" setting for each task - the
> task will only run if the local hostname matches the <pattern>. E.g.
>
> [myscript]
> CMD $BBHOME/ext/myscript.sh
> ONHOST (www|mail).foo.com
>
>
> Regards,
> Henrik
>
>
>
Ooh, I will be on that as soon as I can upgrade.
Thanks!
Steve.