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
5
votes
4 answers

Cloudify: No default VPC for this user

I'm going trough Cloudify documentation and trying to deploy it in our AWS I did checkout latest code of Cloudify Manager Blueprint from GitHub Updated inputs.yaml file and when i run it with command: cfy bootstrap -p aws-ec2-manager-blueprint.yaml…
Bryksin
  • 2,322
  • 3
  • 19
  • 31
3
votes
1 answer

How can I bootstrap run list with a role for a dynamically created chef node (not using knife)?

How can I bootstrap the run list of a node in chef server with one of the predefined roles, when the node is created dynamically (not using knife)? Cloudify installs the node (an ubuntu image with chef client) and starts chef client, which registers…
Srini K
  • 3,315
  • 10
  • 37
  • 47
3
votes
1 answer

CloudStack and Cloudify compatibility

There is compatibility requirements everyone should be clear of before working bring Cloudify and CloudStack together. For the most part from what I can see Cloudify depends on JClouds for its CloudStack and probably other vendors API integration.…
Noel King
  • 545
  • 2
  • 4
  • 9
3
votes
1 answer

Registering VM on Cloudify version 2.2 or less on CloudStack 3: NumberFormatException

I was trying to get CloudStack 3.0 working with Cloudify 2.1 and 2.2, however I got the error outlined below: Stack trace The first encountered error was: java.lang.NumberFormatException: For input string: "11e2ccc4-43dd-4558-99ef-a687000g632f" …
Noel King
  • 545
  • 2
  • 4
  • 9
2
votes
2 answers

Ajax code for calling Cloudify Rest API responds with error "undefined"

I am trying to call a REST API post method to Cloudify. I can run this successfully from commandline. Please see the command. curl -X POST --header "Tenant: default_tenant" --header "Content-Type: application/json" -u admin:admin -d…
Dinein
  • 21
  • 1
2
votes
1 answer

LDAP Authentication with AD

When I try to configure on Cloudify LDAP authentication with Microdoft LDAP I receive the following error: Caused by: ErrorStatusException, reason code: unauthorized, message arguments: Verbose: [LDAP: error code 49 - 80090308: LdapErr:…
2
votes
2 answers

ZipException received while installing MongoDB from cloudify

I was trying the 10-minute quickstart on cloudify and stumbled upon an error. I first installed the jdk, added JAVA_HOME to environment variables, then started the .bat file for the cloudify shell. (side note: I am a Windows 7 user). I then tried…
Calvin S
  • 21
  • 2
1
vote
1 answer

is there a way to provide instance name in cloudiy tosca?

for cloudify tosca description with openstack plugin, how to define an instance name ? type: cloudify.nodes.openstack.Server properties: name: <-- how to provide this? cloudify composer gives error that "name" is not…
aks
  • 11
  • 2
1
vote
1 answer

Cloudify blueprint upload import error

we have an openstack deployment. We chose to deploy cloudify manager by image option. Now we are using the paid version of the manager image. When we tried to upload a openstack blueprint from the CLI: cfy blueprints upload -b vm -p…
Miren
  • 431
  • 1
  • 7
  • 13
1
vote
2 answers

No route to host errorno 113 openstack

I'm having trouble getting an IP address for a UI. Here is the error message I got when trying to set the IP address: Attempting to connect... HTTPConnectionPool(host='10.227.124.50', port=80): Max retries exceeded with url: /api/v3.1/status…
Javaman
  • 17
  • 2
  • 5
1
vote
1 answer

Cloudify manager to create instances on multiple cloud platforms

I am trying to run cloudify outside of AWS and trying to create infrastructure on AWS. When installing agent, cloudify uses private IP address of the VM which I can't seem to override. Is there a way to run cloudify manager outside the AWS…
1
vote
1 answer

Imports in Blueprints Cloudify 3.4.1

I have uploaded the plugins in the Cloudify Manager. Do i need to still mention the plugins in the import section of the blueprint.yaml file??/ If Yes, what will be the syntax to write the imports for the uploaded plugins? Thanks.
1
vote
1 answer

Error VPCResourceNotSpecified

I'm getting an error when trying to deploy an instance in Amazon. I'm using Cloudify 3.2.1. My blueprint: ... node_templates: host: type: cloudify.aws.nodes.Instance properties: image_id: { get_input: image } instance_type: {…
Tiago Rolim
  • 65
  • 1
  • 11
1
vote
1 answer

Integrating cloudify with openstack nova-network

Integrating cloudify with openstack nova-network, if nova-network dosn't support floating-ip, how to define the openstack-nova-net-manager-blueprint.yaml? 1.cloudify-manager-blueprints version:…
junneyang
  • 11
  • 1
1
vote
1 answer

fabric block cloudify bootstrap

I am trying to bootstrap an instance of CentOS with cloudify on AWS EC2, but i can't get that happen because i am always interrupted by a fabric error that says: fabric_plugin.tasks.run_module_task' -> Needed to prompt for a connection or sudo…
1
2 3
10 11