Questions tagged [cloudify]

Cloudify is a pure-play open source cloud orchestration platform built in Python and a TOSCA-based YAML DSL, that enables the plugging in of any cloud or toolset.

Cloudify is a pure-play open source cloud orchestration platform maintained by Gigaspaces. It provides a blueprint-based service that serves as an infrastructure and tool agnostic integration platform enabling the orchestration of infrastructure through application stacks - independent of the technology toolsets in use.

In addition to professional services from Gigaspaces, Cloudify is also supported by the Cloudify Community, which is home to documentation, plugins, developer tools, and forum-based support for Cloudify.

157 questions
0
votes
2 answers

How to get ip public AWS in Cloudify

Using in my script file .sh: ctx logger info $(ctx instance host_ip) I get the private IP of my instance on AWS. How do I get the public IP?
Tiago Rolim
  • 65
  • 1
  • 11
0
votes
1 answer

Error executions Workflow install Cloudify

I'm trying to run a workflow in cloudify, but when running the command: cfy executions start -w install -d teste003 --debug --include-logs The following error occurs below: Execution of workflow 'install' for deployment 'teste003' timed out. * Run…
Tiago Rolim
  • 65
  • 1
  • 11
0
votes
1 answer

Change IP Cloudify Manager

I did the Cloudify Manager installation on the Amazon cloud (http://getcloudify.org/guide/3.2/getting-started-bootstrapping.html), successfully. However, to turn off the machine and start again, the IP is changed and when running: cfy status I…
Tiago Rolim
  • 65
  • 1
  • 11
0
votes
1 answer

Installing Cloudify From PyPI - ERROR

I am following the link http://getcloudify.org/guide/3.2/installation.html#installing-from-pypi, but when running the command "sudo pip install cloudify==3.2", the error occurs below: ... checking for uint8_t... yes checking for stdlib.h...…
Tiago Rolim
  • 65
  • 1
  • 11
0
votes
0 answers

Executing Workflows Error Coudify

I am following tutorial http://getcloudify.org/guide/3.2/getting-started-execute-workflow.html to execute workflows, but when running the command: cfy executions start -w install -d nodecellar Is the error below: ... 2015-10-17T18:15:59 CFY…
Tiago Rolim
  • 65
  • 1
  • 11
0
votes
1 answer

Install Required Plugins Cloudify AWS Error

I am following documentation: http://getcloudify.org/guide/3.2/getting-started-bootstrapping.html, but when running the command: cfy local create-requirements -o requirements.txt -p aws-ec2-manager-blueprint.yaml I get the error below: Additional…
Tiago Rolim
  • 65
  • 1
  • 11
0
votes
1 answer

Error Installing Blueprints Locally

I'm trying to install my first Blueprints following website: http://getcloudify.org/guide/3.2/getting-started-deploy-blueprint-locally.html, but when running the command: D:\cloudify-manager\cloudify-nodecellar-example>cfy local init…
Tiago Rolim
  • 65
  • 1
  • 11
0
votes
1 answer

Error while bootstrapping cloudify nodecellar example on localhost using virtualenv

executing bootstrap validation Invalid input: inputs.yaml. inputs must represent a dictionary. Valid values can either be a path to a YAML file, a string formatted as YAML or a string formatted as key1=value1;key2=value2 How to solve this problem??
Anurag
  • 73
  • 8
0
votes
1 answer

Error in the bootstrapping of cloudify 3.2.1

1- I am getting the following error when I try to bootstrap cloudify 3.2.1 on openstack. I am using Ubuntu 14.04 image, and I do not have the same problem with cloudify 3.2. Any idea what does the error mean? And how could I solve it? …
mike nour
  • 55
  • 7
0
votes
2 answers

Cloudify 3.2.1 install workflow fail with error "install-nodejs.sh: not found" on aws ec2

I'm a newbie for using cloudify. I have managed to bootstrap a Cloudify Manager on aws ec2. However, I have a problem when executing install workflow of the nodecellar. My environments are: cloudify-windows-cli_3.2.1, cloudify-manager-blueprints…
Karn Yong
  • 31
  • 7
0
votes
1 answer

Access Relationship properties in Cloudify plugin 3.1

I have used the plugin template to create a simple test plugin for cloudify 3.1. my plugin.yaml has the following description for a relationship: relationships: mytest.relationships.connected_to: derived_from:…
mike nour
  • 55
  • 7
0
votes
1 answer

Cloudify 3.1 workflow install fails with error "Failed to find "create_deployment_environment" execution for deployment nodcaller"

We are trying to execute 1 workflow for the first time on the uploaded blueprints(simple.yaml - blueprints downloaded from git hub) and getting an error: " Internal error occurred in manager REST server - RuntimeError: Failed to find…
0
votes
1 answer

Cloudify Manager: how to associate FloatingIp On Bootstrap

I'm using Cloudify 2.7 with OpenStack Icehouse. I would like to bootstrap the Cloudify Manager attached to an existing private network, and I would provide a Public Floating IP only to the Cloudify Manager on bootstrap, so that the Cloudify Shell…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Retrieve IP of the Cloudify Manager from inside Cloudify Application VM

I am using Cloudify 2.7 with OpenStack Iceouse. How could I do to retrieve IP of the Cloudify Manager from inside Cloudify Application VM?
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Undeploy application by recipe

I'm using Cloudify 2.7 with OpenStack Icehouse. I would like to exit from the deploy process of a service if a condition happens in the -service.groovy file. Can someone suggest to me how should I do it?
Joe
  • 47
  • 1
  • 8