|
From: Jason H. <jh...@ap...> - 2011-01-11 04:51:35
|
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
|