cloudify-nodecellar-example icon indicating copy to clipboard operation
cloudify-nodecellar-example copied to clipboard

A sample Cloudify 3 application consisted of a nodejs server and mongodb database.

Results 12 cloudify-nodecellar-example issues
Sort by recently updated
recently updated
newest added

I'm trying Cloudify 4.3.2 with AWS marketplace image. I want to deploy nodecellar example to AWS hosts. But I cannot find where to put my AWS credentials.

When trying to init the Amazon EC2 blueprint (`aws-ec2-blueprint.yaml`) I first get the following error output: ``` cfy local init -v -p aws-ec2-blueprint.yaml -i "image=ami-bc5b48d0;size=t1.micro;agent_user=ec2-user" ImportError: mapping error: No module...

I get the following when running the local nodecellar-example blueprint on windows 7: 2016-07-05 13:20:59 LOG [mongod_9f278.start] INFO: MongoDB has not start ed. waiting... 2016-07-05 13:21:02 LOG [mongod_9f278.start] INFO: [GET]...

Updated Azure blueprint with scalable node templates and added more features such as load-balancing. Added in an inputs template.

There are a lot of changes here to many files. However in almost all cases the changes are just to documentation. The only substantial change is to simple blueprint: we...