I wonder if one Cloudify manager (v 3.1 or 3.2) can support multiple IaaS, this includes the following two scenarios:
1- Is it possible to use one Cloudify Manager to deploy applications on multiple IaaS? For example, deploy blueprint1 on open stack deployment 1 and blueprint2 on open stack deployment 2. Or I need one Cloudify Manager for each open stack deployment?
2- Is it possible to distribute the deployment of nodes in a blueprint on several IaaS. For example, if the blueprint has node1, node2 and node3. Is it possible to use one Cloudify manager to deploy the node1 on IaaS 1, node2 on IaaS2 and node3 on IaaS3? Then connect the nodes
Thanks