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
1 answer

Process starts and stops indefinitely

I'm using Cloudify 2.7 with OpenStack Icehouse. I have developed a service recipe for Glassfish, that registers the instance onto an Apache Load Balancer. The start event executes a glassfish_start.groovy file that runs the following command: su -…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Deploying nodecellar in Cloudify,nodecellar can't start

2015-07-14T02:33:19 LOG [nodecellar_e32b8.start] INFO: [GET] http://localhost:8080 404 2015-07-14T02:33:20 LOG [nodecellar_e32b8.start] INFO: Nodecellar has not started. waiting... 2015-07-14T02:33:21 LOG [nodecellar_e32b8.start]…
Yutao Shuai
  • 53
  • 1
  • 4
0
votes
1 answer

Cloudify nodecellar,Task failed 'script_runner.tasks.run' -> RecoverableError('ProcessException: ',)

when I try to install nodecellar with Cloudify,I am getting the following error 2015-07-13T17:31:03 LOG [mongod_a50aa.configure] ERROR: Exception raised on operation [script_runner.tasks.run] invocation Traceback (most recent call…
Yutao Shuai
  • 53
  • 1
  • 4
0
votes
1 answer

Cloudify nodecellar: nexpected end of file\ntar:

when I try to install nodecellar with Cloudify,I am getting the following error CFY [nodejs_85efd.create] Task failed 'script_runner.tasks.run' -> RecoverableError('ProcessException: \ngzip: stdin: unexpected end of file\ntar: Unexpected EOF in…
Yutao Shuai
  • 53
  • 1
  • 4
0
votes
1 answer

Could not find a running instance of service

I'm using Cloudify 2.7 with OpenStack Icehouse. I have deployed a tomct service behind a load balancer apache, using the following application grooxy: application { name="servizio_tomcat" service { name = "LB_apache" } service { name =…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

In RollingFileReader: file not found

I'm using Cloudify 2.7 with OpenStack Icehouse. I have deployed with success a tomcat service. In the Cloudify log, I see: WARNING [org.cloudifysource.usm.tail.RollingFileReader] - In RollingFileReader: file not found Can someone help me to…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Cloudify and High Availability

I'm using Cloudify 2.7 with OpenStack Icehouse, for a production environment. I would like to have High Availability of Cloudify Manager, so that the state of the deployed applications can be saved and restored in case of problems. Which of the…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Choose a specific network among multiple networks

I am using Cloudify 2.7 with OpenStack Icehouse. I would like to attach the Cloudify Management VM to two private networks: private-net-1 and private-net-2 The Cloudify Shell, however, is attached only to private-net-1. So, how should I configure…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Machine has been started with not enough memory

I am using Cloudify 2.7 with OpenStack Icehouse. I developed a tomcat recipe and deployed it. In the orchestrator log of the cloudify console, I read the following WARNING: 2015-06-04 11:05:01,706 ESM INFO…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Error on bootstrap of Management VM

I am using Cloudify 2.7 with OpenStack Icehouse. In particularly, I have configured the cloud driver to bootstrap 2 Management VMs (numberOfManagementMachines 2). Sometime, when I bootstrap the VMs I receive the following error: cloudify@default>…
Joe
  • 47
  • 1
  • 8
0
votes
0 answers

It's not possible customize timeout values

I'm using Cloudify 2.7 with OpenStack Icehouse. I have tried to insert the section "installer" into the cloud driver (computeTemplate, as suggested by the official guide): installer { connectionTestRouteResolutionTimeoutMillis 120000 …
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

Could not find an ESM in the cluster. Groups: [localcloud]

I tried to upload an application: POST http://IP_VM_MNG:8100/2.7.1/upload/recipe.zip and to deploy that: POST http://IP_VM_MNG:8100/2.7.1/deployments/app_name The response to deploy was: { "message": "Could not find an ESM in the cluster. Groups:…
Joe
  • 47
  • 1
  • 8
0
votes
1 answer

chef plugin cloudify error while uploading blueprint

I got an error while I was trying to validate and upload a blueprint I created using chef-plugin for Cloudify. I am importing chef-plugin. And the error looks like: CloudifyCliError: Failed to validate blueprint my_blueprint.yaml: Missing…
0
votes
1 answer

How to stop service without restart

I have deployed an "helloworld" service on cloudify 2.7 and OpenStack cloud. I would stop the service tomcat without the service is being restarted. So, in the cloudify shell I have execute: cloudify@default> connect cloudify-manager-1_IP Connected…
Joe
  • 47
  • 1
  • 8
0
votes
3 answers

How to transform Cloudify 2.7 recipe into Cloudify 3.1 Blueprint

I am currently using Cloudify 2.7 and I have developed a lot of recipes. Is it possible to transform Cloudify 2.7 recipe into Cloudify 3.x Blueprint?
Joe
  • 47
  • 1
  • 8