cloudify-cli
cloudify-cli copied to clipboard
Executions without manager are executing code on localhost, not in the newly created instance
Description
When using cloudify CLI with local parameter like in this example : cfy local execute --workflow install --task-retries=10 --task-retry-interval=10
, using for example this blueprint cloudify-nodecellar-docker-example > aws-ec2-blueprint.yaml or cloudify-nodecellar-example > aws-ec2-blueprint.yaml are executed in local machine where the command is launched and not in the remote machine where should be launched.
Of course, maybe 'local' means to work only and exclusivelly in local enviroment, but then, Why using amazon aws plugin works and deploys everything where should be except scripts or containers?
Other case
cloudify-nodecellar-example issue which reproduces the failure issues/99
Versions
Cloudify cli : 3.4.1 Docker plugin: 1.3.2 Docker: 1.11.2