sadimer / clouni_client

Cloud Unifier Tool for Service Orchestration - default client
Apache License 2.0
0 stars 0 forks source link

Multiple Cloud Providers in One Application #1

Open lharzenetter opened 1 year ago

lharzenetter commented 1 year ago

Is it possible to deploy different components of an application in different clouds? For example deploy one VM in OpenStack and another in AWS?

topologytemplate:
   openstackVM:
    ...
    type: openstack.nodes.Server
  ec2VM:
    ...
    type: amazon.nodes.Instance

@milesstoetzner

sadimer commented 1 year ago

Is it possible to deploy different components of an application in different clouds? For example deploy one VM in OpenStack and another in AWS?

topologytemplate:
   openstackVM:
    ...
    type: openstack.nodes.Server
  ec2VM:
    ...
    type: amazon.nodes.Instance

@milesstoetzner

in the current implementation - no, but in the future I will implement this feature