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

use global SLA in byon but have exception "no management space located".

byon with phycal machine, SLA is global, how to ensure that the applications are not be installed on the same machine I set this SLA in jetty-service.groovy isolationSLA { global { instanceCpuCores 0 instanceMemoryMB 256 useManagement…
yzet
  • 11
  • 3
0
votes
2 answers

Garbage packet received or Needed to prompt for a connection or sudo password error

I am new to openstack/cloudify and try i am trying to launch an instance of cirros with cloudify on openstack. I launch it with the following command cfy bootstrap --task-retries 1 -p cloudify-manager-blueprints/openstack/openstack.yaml -i…
yaron
  • 439
  • 6
  • 16
0
votes
1 answer

Java library for integrating with external Storage providers

I'm about to integrate Cloudify in my webapp to handle media storage. I was wondering if a java library already exist that abstracts data access/storage and can handle different storage providers like S3, Cloudify etc.
spike07
  • 809
  • 2
  • 12
  • 21
0
votes
1 answer

byon with phycal machine, SLA is global, how to ensure that the applications are not be installed on the same machine

I hava scenario like this: I have applications A,B,C,D..., and I hava physical machines M,N,O,P,Q... I use byon to manage physical machine, because the physial machine is "strong", so I want to deploy several application on it, so I set the SLA is…
yzet
  • 11
  • 3
0
votes
1 answer

cloudify 2.7 locator NO_PROCESS_LOCATORS

I am using the cloudify(version 2.7),when I try to develop a recipe,just a simple command(java -jar some.jar),the events grid display "Service Instance non-responsive",and the lifcycle restart again and again,but when I add the lifecycle…
chaoluo
  • 2,596
  • 1
  • 17
  • 29
0
votes
1 answer

pre-start agent or cloudify exception cause agent still alive on host, at this time, install an application will throw a file not found exception

@Barak Sorry to bother you again. Pre-start agent or cloudify exception cause agent still alive on host, at this time, install an application on this host will throw a file not found exception. In the whole process of application deployment, the…
yzet
  • 11
  • 3
0
votes
1 answer

Dynamic storage deletion and deleteOnExit template option

I'm wondering how the storage template option "deleteOnExit" works in Cloudify 2.7.1 Stable. I'm working on OpenStack cloud, and in my case, the option "deleteOnExit" in "SMALL_BLOCK" storage template is set to true. Using the dynamic storage…
Ulky Igor
  • 322
  • 5
  • 16
0
votes
1 answer

is there jetty recipe example for cloudify 2.7

Is there jetty recipe example for cloudify 2.7 ? I want to use jetty to deploy my application,are there some example about it ? I have searched in the cloudify-recipes at githup, but it does't contain jetty.
chaoluo
  • 2,596
  • 1
  • 17
  • 29
0
votes
1 answer

How can I add custom command dynamicly? I am using cloudify 2.7.1

I how a scenario that need add cumstom command dynamicly, and did not need to restart agent and usm, how to do this ? thanks you very much! Steve
yzet
  • 11
  • 3
0
votes
1 answer

Is there cloudify's management and agent communication encryption?

Is there cloudify's management and agent communication encryption? if not, How can I implement encryption? thank you very much! Steve
yzet
  • 11
  • 3
0
votes
1 answer

I want to install an Agent and a USM component in a empty computer whithout installing an application, how can i do this?

I have a scenario that I want to use the Agent and USM component to implement the customer command to control a computer, but I donot want to install an application or a service, how can i reach this goal? thank you very much! Steve
yzet
  • 11
  • 3
0
votes
1 answer

Application disappear from application list, but host always exists

I have a problem that my application "zdaas" installed by cloudify, it has been worked well for a long time, but today, I find the applicaton "zdaas" is disappearing from application commbox(attachment picture 1), but in the host tab, the machine…
yzet
  • 11
  • 3
0
votes
1 answer

How to know an application is available?

when I use the cloudify(2.7) to deploy an application(e.g. an application app includes two services A and B ),I try to use the Admin.addEventListener() to add some eventListener,but it does't work ! I try to add the…
chaoluo
  • 2,596
  • 1
  • 17
  • 29
0
votes
1 answer

Deploy application with different name‏

we are deploying an application with the rest api 2.7.0 and we realized that if we deploy the application with the same name of the service is't ok on the contrary if we change the name of aplication fails. for example applicationName: helloworld…
0
votes
1 answer

startDetection external script won't work in Cloudify 2.7.1

I can't arrive to use an axternal script for startDetection in Cloudify 2.7.1. I try: def result = ServiceUtils.isPortOccupied(port) println "startDetection.groovy: is service started : ${result}" return result and the result is: 2014-09-25…
Victor
  • 3
  • 2