slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

application workflow scaling scripts are not invoked on multi-cloud deployments #357

Open konstan opened 6 years ago

konstan commented 6 years ago
WARNING: deployment is scaling, but no scaling action defined.

Looks like scale_action is not properly obtained from the server https://github.com/slipstream/SlipStreamClient/blob/master/client/src/main/python/slipstream/executors/node/NodeDeploymentExecutor.py#L159

konstan commented 6 years ago

The problem is here https://github.com/slipstream/SlipStreamClient/blob/master/client/src/main/python/slipstream/wrappers/BaseWrapper.py#L587 _get_nodes_instances_with_orchestrators() is done only for this particular orchestrator, so this cannot work for multi-cloud deployment.