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

How to change the compute template dynamically

can i modify dynamically compute { template "SMALL_LINUX" } of the recipe for example in the compute section of the service.groovy? Thanks
0
votes
1 answer

Manager IP & BlockStorage configuratio Openstack

I have a question with CLoudify 2.7: How do I (if possible of course :) ) force Cloudify to give a specific IP to the manager when bootstraping a cloud? Thanks.
Ulky Igor
  • 322
  • 5
  • 16
0
votes
1 answer

Parameter of floating ip on bootstrap

What are the possible parameters of this value custom ([ "associateFloatingIpOnBootstrap" : "true" ]) Can i change this value after the bootstrap Can i associate the floating ip after on recipe Thanks
0
votes
1 answer

cloudify service dependsOn other service

When I use cloudify(2.7) to deploy an application,it includs two services(e.g. service A dependsOn service B),here is the app-application.groovy application { name "app" service { name = "B" } service { name = "A" …
chaoluo
  • 2,596
  • 1
  • 17
  • 29
0
votes
1 answer

Message Missing resource when deploy an application

when i try to deploy my recipe i receive this message "Missing resource in messages resource bundle: /tmp/application1057175116785725281.zip" is there a limit for the zip file? Thanks
0
votes
1 answer

How to show recipes from Private Repository in AppCatlog WEBUI for Cloudify V2.7

How can we show the Private Repo Recipes in AppCatlog WebUI for Cloudify V2.7. Thanks in Advance,
0
votes
1 answer

Cloudify restart livecycle event

I'm writing a cloudify recipe and I am trying to manage the HA. In the cloudify doc, i saw the following concerning the "stopDetection" probe: It is important to note that Cloudify will invoke the restart event if you implemented one and the…
Ulky Igor
  • 322
  • 5
  • 16
0
votes
1 answer

how to implement all Cloudify V2.7 shell command functionality through Cloudify V2.7 WebUI

As of now,I am able to install and uninstall recipes through WEBUI,but in Cloudify Shell we have lot of commands,how can we implement those commands functionality in WEBUI. Thanks in Advance.
0
votes
1 answer

how to uninstall an recipe from AppCatlog Tab in Cloudify-V2.7 WebUI

I have installed an recipe through Cloudify-V2.7 WebUI, how to uninstall that recipe from Cloudify-V2.7 WebUI. Thanks in Advance.
0
votes
1 answer

how to show-up my own Recipe on cloudify appCatalog tab for clodify v2.7

In Cloudify V2.7, After installing my own receipe, I am not able to see that receipe in App Catalog tab.How can we show up the receipe in App Catalog? Thanks in Advance.
0
votes
1 answer

Cloudify REST API 2.7: with and without version

I’m working on Cloudify REST API v2.7 (http://getcloudify.org/guide/2.7/restapi/restdoclet.html). What is the difference between the APIs starting with “/version/…” and those starting without “/version/…”? For example, what is the difference between…
Joe
  • 47
  • 1
  • 8
0
votes
2 answers

Caused by: java.net.ConnectException: Connection refused Cloudify CLI

I have just downloaded cloudify2.6.2. When running the CLI of the cloudify i can not run the REST API as i get this error Starting Non-Interactive Shell >>> connect http://$localhost:8100 http://$localhost:8100/service/testrest Rest api error:…
Metal
  • 1
  • 4
0
votes
1 answer

Cloudify:: uninstallation-application fails

To uninstall an application I called uninstall-application app-name from the cloudify prompt in a local cloud environment. However the uninstall is unsuccessful. The log file shows following exception. 2013-10-14 13:06:50,537 rest [1] INFO…
0
votes
1 answer

how to read json response from cloudify rest api using jquery?

i need to fetch json data from cloudify rest url (remotehost) http://hostname:8100/service/applications/. This URL returns the following JSON response: { "response": { "petclinic": "" }, "status": "success" } I've tried to get…
Jaydipsinh
  • 491
  • 1
  • 9
  • 27
0
votes
1 answer

Can expose Cloudify shell commands as a API?

In the integration perspective, can we expose Cloudify shell commands as API call?. For instance, http://172.xxx.xxx.xxx:8067/apiv1.0/cloudify/?command=bootstrap-cloud&provider=openstack Thanks
1 2 3
10
11