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

Needed to prompt for a connection or sudo password (host: 10.10.1.10), but abort-on-prompts was set to True',)

I am trying to use cloudify fabric plugin to run a simple command. When I install the blueprint I am getting following error. Task failed 'fabric_plugin.tasks.run_commands' -> RecoverableError('FabricTaskError: Needed to prompt for a connection or…
yetanothercoder
  • 385
  • 2
  • 6
  • 15
1
vote
1 answer

Using Ubuntu 10.04 LTS with Cloudify 3.1

I have an application which uses old packages and runs on Ubuntu 10.04 lucid. I am trying to use cloudify 3.1 to deploy it on openstack. However, it seems cloudify does not find lucid agent. Does cloudify support lucid distribution? any idea what is…
mike nour
  • 55
  • 7
1
vote
1 answer

Tuning of Cloudify Java parameters

I am using Cloudify 2.7 with OpenStack Icehouse. I would like know if it exists a documentation about the tuning of Cloudify JVM parameters. For example, how should I configure correctly the gs.properties file into the /config directory? Does it…
Joe
  • 47
  • 1
  • 8
1
vote
1 answer

How to integrate NewRelic App Monitoring tool with Cloudify?

I am looking to forward integrate NewRelic Agent with Existing Cloudify 2.7 Environment. Since Cloudify apps are running in individual paths and each deployment takes to apps running on different paths, it's not possible to assign the app server to…
1
vote
1 answer

Does one Cloudify manager support multiple IaaS?

I wonder if one Cloudify manager (v 3.1 or 3.2) can support multiple IaaS, this includes the following two scenarios: 1- Is it possible to use one Cloudify Manager to deploy applications on multiple IaaS? For example, deploy blueprint1 on open stack…
mike nour
  • 55
  • 7
1
vote
1 answer

Cloudify : "Could not determine the type of file "sftp://root:***@192.168.10.xxx/root/gs-files"."

I am attempting to bootstrap a private OpenStack cloud using Cloudify 2.7.1. It boots up the Linux instance correctly but fails "Uploading files to 192.168.10.XXX." due to an SFTP problem : "Could not determine the type of file…
1
vote
2 answers

java.io.IOException: Failed to bind to port [7003] on host [VM_IP1]

I have two Virtual Machines running cloudify-manager-1 (with VM_IP1) and cloudify-manager-2 (with VM_IP2). After some days, the VMs goes down. Into the "2015-04-16~10.33-gigaspaces-esm_3-VM_IP1-20855.log" log file of the cloudify-manager-1 I can see…
Joe
  • 47
  • 1
  • 8
1
vote
1 answer

cloudify 2.7, I want to use cloudify pre-install jdk 1.7 for my application

I am using cloudify 2.7, the byon.xml config jdk is 1.6 bin, but now, my application need jdk 1.7, so I want to download jdk 1.7 bin version, but I did not find it, so I config jdk 1.7 gz and tar version in byon.xml, but cloudify agent can not…
yzet
  • 11
  • 3
1
vote
1 answer

Custom command result

When invoking a custom command, I noticed that only the logs are displayed. For example, if my Custom Comand script contains a retrun statement return "great custom command", I can't find it in the result. Both in API Java client or shell execution…
Ulky Igor
  • 322
  • 5
  • 16
1
vote
1 answer

REST API and extended service in paths

When i deploy with REST API i receive the following error. 'Failed to set extent: could not find extended service in paths'. I have resolve with Tomcat (replace extend "../../../services/tomcat" with extend "tomcat") but i have problem with…
1
vote
1 answer

Cloudify 2.7 and Openstack Icehouse

Can I configure Cloudify 2.7 with Openstack Icehouse? I can configure the VM management with the Havana cloud driver but I can not release any application. Any ideas?
1
vote
1 answer

Modify the default recipe repository

I have modified the default recipe repository to point to my own github repository URL. After the "bootstrap", I can see my recipes in the "work\cloudify_recipes_clone" but I don't see the recipe in the webui.
1
vote
1 answer

Start an application via REST API in Cloudify

I need to start an application on my Cloudify 2.7 instance via this REST API As you can see, I need some paramers for the request, such as applicationFileUploadKey, applicationOverridesUploadKey, cloudOverridesUploadKey and even the…
gvdm
  • 3,006
  • 5
  • 35
  • 73
1
vote
1 answer

Incongruity between Cloudify documentation for a REST response and the one I get

I have a Cloudify 2.7.0 instance running. I need to access Cloudify's API from a Java application and I found an incongruity between the returned JSON and the one which is documented in the Cloudify documentation. The API…
gvdm
  • 3,006
  • 5
  • 35
  • 73
1
vote
2 answers

Cloudify monitoring and Zabbix

I use Cloudify 2.7.0 GA and I bootstrapped cloudify on Openstack Havana. How to integrate cloudify monitoring and Zabbix?
1
2
3
10 11