rcbops-qe / monster

Deployment/Orchestration Engine
Apache License 2.0
4 stars 8 forks source link

james | making deployments and nodes serializable #199

Closed jcourtois closed 10 years ago

jcourtois commented 10 years ago

i know they look like puny changes (and the implementation is inefficient), but it makes a world of a difference !

for reasons yet beyond my understanding, the provisioner objects are not serializable, so by instantiating them when they're needed instead of storing them in our domain objects, we solve the problem.