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 define allowed_address_pairs for openstack instance's port in Cloudify blueprint?

I am trying to write a Cloudify blueprint for a basic network topology that contains a firewall instance (just be iptables) that is responsible for filtering traffic (I integrated Cloudify with OpenStack for application orchestration). However, I…
thai-hust
  • 1
  • 2
0
votes
1 answer

ReadTimeoutError(HTTPConnectionPool(host='172.16.0.5', port='9200'): Read timed out. (read timeout=10))) Executing teardown due to failed bootstrap

I am trying to Bootstrapping Cloudify on Openstack is done via Cloudify CLI. My base OS is Ubuntu 16.04 VM (100 GB Hard Disk, 8 GB RAM) having openstack and I am trying to bootstrap on openstack CentOS 7 machine(40GB disk, 5 GB RAM). It installed…
ANSHUMAN
  • 1
  • 2
0
votes
1 answer

how to select options properly for "/bin/bash" when writing a blueprint for cloudify

I want to orchestrate a docker container for RYU controller. I found a tutorial of how to create and run one which works rather well and I planned to compose cloudify blueprint according to the tutorial. I failed to deal with docker run -i -t -p…
Lootii
  • 3
  • 3
0
votes
1 answer

Cloudify architecture

I am trying to setup cloudify in an OpenStack installation using this offline guide. This guide does not specify much about cloud platform so I have assumed it can be used on OpenStack environment. I am using simple manager blueprint YAML file for…
0
votes
2 answers

Can I run Cloudify or other open source PaaS on my existing servers?

I'm new in Cloud Computing world, sorry if my question is basic. I know most of the PaaS are built to run on top of IaaS, but I want to know if it is possible to run Cloudify or other PaaS (like OpenShift, Flynn, etc.) on non-virtualized servers?…
alireza
  • 1
  • 2
0
votes
1 answer

Is it possible to visualize a cloudify blueprint?

I'm curious if there's a tool that will visualize a cloudify blueprint? Ideally, I'd like to trace back nodes through the imports that define the base types, to create a DAG. Thanks.
Robin Coe
  • 750
  • 7
  • 28
0
votes
1 answer

How to vary creation/not creation of node instances during "install" workflow?

The task is: we have a blueprint with all needed node templates described in it, and we want to create a deployment, that includes all these nodes, but we don't want all of them to be created during the "install" workflow. I mean, e.g. it's needed…
0
votes
0 answers

error cloudify bootstrap on openstack : no route to host

I am getting the following error when I try to bootstrap cloudify 3.4 on openstack: Task failed 'fabrik_plugin.task.run_script-> low level socket error connecting to host 172.16.x.x on port 22 : no route to host ' PS: I am using centos 7. image…
0
votes
1 answer

bootstrap clodufiy3.4 on openstack mitaka error occured

Recently I installed cloudify 3.4 by following the cloudify's DOCS (I'm using Mirantis 9.0 as a cloud manager). while I was installing the manager by executing the following command-line : cfy bootstrap --install-plugins -p…
Mostafa
  • 63
  • 2
  • 11
0
votes
1 answer

Cloudify Influxdb port 8086 down

I have a issue that is: In my Cloudify Manager, InfluxDB ver 0.8.8 service is still working but port 8086 is down so could not access to InfluxDB to query or update data. Im stucking in that causes dont know why, some hero has any ideas for…
0
votes
1 answer

Cloudify: Upgrade of agents in application hosts

Currently I am using cloudify 3.3.1. I wish to upgrade to 3.4. After upgrade the agents in the cloudify manager will be of upgraded version. How the agents in the application hosts will get upgraded? or If the agents in the cloudify manager (latest…
0
votes
1 answer

bootstrap clodufiy3.4 error occured

I installed cloudify3.4 according to the cloudify DOCS. When I install the manager, and executed like this: # cfy bootstrap --install-plugins -p openstack-manager-blueprint.yaml -i openstack-manager-blueprint-inputs.yaml an error occurred: [ERROR]…
asdasf
  • 1
0
votes
1 answer

install clodufiy3.4 at centos7 error occured

I installed cloudify3.4 according to the cloudify DOCS. When I install the manager, and executed like this: # cfy bootstrap --install-plugins -p openstack-manager-blueprint.yaml -i openstack-manager-blueprint-inputs.yaml an error occurred: [ERROR]…
asdasf
  • 1
0
votes
1 answer

install clodufiy3.4 at ubuntu14.04 error occured

I installed cloudify3.4 according to the cloudify DOCS. When I install the manager, and executed like this: # cfy bootstrap --install-plugins -p openstack-manager-blueprint.yaml -i openstack-manager-blueprint-inputs.yaml an error occurred: [ERROR]…
asdasf
  • 1
0
votes
1 answer

Cloudify chef plugin relationship operation

As I know Cloudify's Chef Plugin allow to define operation in keyword: runlists: with default prefixs are: cloudify.interfaces.lifecycle, cloudify.interfaces.relationship_lifecycle So now I want to run relationship's operations such as…