
Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1193407510 25200 # Node ID c0f41fb8b46631e3a636e28beb50be22a7929a1e # Parent d41b62edd9412659b17b39c36d9ad488ca24f622 Move RASD base classes out of provider MOFs. This adds another script that can be used to register additional base classes to the schema, without registering a new provider. This lets us extend the base schema with our Xen_RASD and KVM_RASD classes. It also provides us a framework to install bundled base schema, which may be necessary at some point.
Signed-off-by: Dan Smith <danms@us.ibm.com>
Ah, registration. Always so much fun. Well, this looks solid. I like the approach of breaking it off into a separate script, since it was looking like it was going to get pretty messy trying to make it work with the original. This is much cleaner. +1 -- -Jay