Georgy Okrokvertskhov c138dd8f40 1. Added builders support. Each builder is a class dynamically loaded from
./windc/core/builders folder. The class name should be the same as module file name.
2. Updated core/api.py to support datacenter and service creation with extra parameters which are not defined by model explicitly.
3. Added event based approach for the windows environment change. Now when user submits a request to API the core updates database and initiates a new event which defined scope (datacenter, service, VM) and action (add, modify, delete). This event and data will be iterated over all registered builders. Each builder can use this event and data to plan some modification.
2013-02-12 15:05:27 -08:00
..

This is the Windows DataCenter project. It serves two main purposes:

* Proof the proposed architecture for windows dc service
* Provide a Demo for the Windows Environment Management features

This is not a final project. It is a POC for the Demo and architecture verification purposes.