cloudify-nodecellar-example
cloudify-nodecellar-example copied to clipboard
cfy local execute -w install (failing)
I get the following when running the local nodecellar-example blueprint on windows 7:
2016-07-05 13:20:59 LOG
When launching cloudify locally, (without manager), it runs the scripts on the local machine where you are running the cloudify client, I think is not the right behaviour but is how it's working currently.
I have tried to launch nodecellar on amazon and both, mongo and node server are running on the local machine.
Running versions: Cloudify 3.4.1 Ubuntu 14.04.4
After re-reading your example, you maybe are trying to executing the local-blueprint.yaml, in that case, of course you can't because is using bash script to configure and launch the services which is not compatible with windows 7.