> > Julian Simpson is working on making the backends pluggable so we should > have > something soon. > > Foreman already has integration on its side for extlookup (it's in trunk or > something) as soon as Julian and I finish making the backend pluggable it > will be able to integrate easily into foreman. >
It should be very simple to add foreman support now. There's an ExtLookup class that has a backend. There's already the CSV backend that R.I. originally wrote, and it's pretty straightforward to see how you could pass it another backend. > > > As I recall however, extlookup.rb is not included in mainline puppet > > because Luke disagrees with the implementation I think. Could be > > wrong here. Best to ask him. I deploy it as part of my deploy:cold cap > task > > for new masters. > > Luke has said if we make it pluggable and make tests he'd be open to > including it in base so we're working on that. > It has tests. In fact it has reasonable test coverage. I'm just trying to pull logic out of the function that it originally shipped with and into the main ExtLookup class. I should probably reach out to the puppet-dev list so I can get some feedback. http://code.google.com/p/extlookup/ J. -- Julian Simpson Software Build and Deployment http://www.build-doctor.com http://twitter.com/builddoctor -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
