What are the steps that need to be performed to support a new IaaS? Is an implementation of o.a.s.c.c.i.IaaS [1] required for each IaaS?
Is there any documentation (e.g. sequence diagram) that shows how Stratos interacts with the IaaS implementation? Is there a minimal implementation (which methods) that I can initially perform to test some connectivity with the IaaS? Please note that I don't fully understand cartridges yet, so it will probably be quite a while before I get anything working! Many thanks, Chris --- [1] https://github.com/apache/incubator-stratos/blob/master/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/interfaces/Iaas.java
