|
From: Kenneth W. <hap...@gm...> - 2011-01-11 19:00:53
|
Fantastic, thanks jason!
An idea for a future release; can we get something like etch's nodes.xml and
nodegroups.xml so i can do something like tpkg --group=webservers, instead
of manually specifying hosts, or is there something equivalent built in?
Thanks!
On Jan 10, 2011 8:51 PM, "Jason Heiss" <jh...@ap...> wrote:
> I finally remembered to fix this in the 2.2.0 release.
>
> Jason
>
> On Aug 27, 2010, at 11:32 AM, Kenneth Williams wrote:
>
>> fyi,
>> tpkg server seems to be dependent on some nventory libraries, but I don't
see that mentioned in the docs anywhere. Maybe I missed it though...
>>
>> in tpkg/server/lib/tasks/tpkg.rake
>>
>> This causes rake db:migrate to fail. Two solutions... copying over the
nventory files, or commenting it out...
>>
>> 4c4
>> < require 'nventory'
>> ---
>> > #require 'nventory'
>> 16,23c16,23
>> < def get_tpkg_servers_for_environment(environment)
>> < nvclient = NVentory::Client.new
>> < servers = nvclient.get_expanded_nodegroup("tpkg_#{environment}")
>> < if servers.empty?
>> < abort "No servers found for environment '#{environment}'"
>> < end
>> < servers
>> < end
>> ---
>> > #def get_tpkg_servers_for_environment(environment)
>> > # nvclient = NVentory::Client.new
>> > # servers = nvclient.get_expanded_nodegroup("tpkg_#{environment}")
>> > # if servers.empty?
>> > # abort "No servers found for environment '#{environment}'"
>> > # end
>> > # servers
>> > #end
>>
>> I went for the later since I don't really want to auto populate those
fields anyway. Also, there does not seem to be a default username and
password for the reporting server ui -- This might be an irritating road
block for new users.
>>
>> Thanks!
>>
------------------------------------------------------------------------------
>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>> Be part of this innovative community and reach millions of netbook users
>> worldwide. Take advantage of special opportunities to increase revenue
and
>> speed time-to-market. Join now, and jumpstart your future.
>>
http://p.sf.net/sfu/intel-atom-d2d_______________________________________________
>> tpkg-users mailing list
>> tpk...@li...
>> https://lists.sourceforge.net/lists/listinfo/tpkg-users
>
|