Skip to content

[WIP] Implement strategy pattern

Boros Gábor requested to merge github/fork/chromano/instance-strategy into master

Created by: chromano

Hello,

This is a first step in the direction to abstract server deployments. The idea is to make it easier to let the user vary the strategy through the admin.

Since this would be much harder to let the user change the strategy via admin, I just wrote the basics to vary the strategy through AppConfig, but it also include some important parts to abstract the references to OpenStackServer.

I'd like your opinion on this PR, I'd be more than happy to implement strategy selection in the admin if you agree with it, just want to confirm before I dig into it.

/cc @antoviaque

Merge request reports