dantran wrote: > > Hello experts, > > I would like a trigger hundred ( perhaps thousand) of Karaf nodes to > download its required bundles from A provisioning repo. I am very sure > there will be times where the provisioning server will abandon the > download request. Is there any mechanism inplace for Karaf to retry > to download request? if none, would it feasible to enhance Karaf to do > that? > > Thanks > > -Dan >
Dan, If you're talking about simply standing up a thousand karaf instances and executing a "features:install dantrans-stuff" on each instance against a single maven repository, this can be done. If you are talking about remotely instructing all 1000 karaf instances to download a given feature set, you may want to look at the Apache ACE project. ACE's goal is to allow the management of numerous Karaf instances from a central Karaf management node. Please let me know if that helps. ----- Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/How-reliable-is-features-install-when-dealing-with-massive-install-against-a-provisioning-server-ie--tp2692507p2694390.html Sent from the Karaf - User mailing list archive at Nabble.com.
