Cloudify – Bringing DevOps Automation to the World of PaaS

Cloudify enables organizations to quickly deploy, manage and scale existing and new enterprise-grade applications on any cloud, with no changes to the code or architecture. 

Try it Now!

See The Code

service {
  name "mysql"
  icon "mysql.jpg"
  type "DATABASE"

  lifecycle{
    install "mysql_install.groovy"
    start "mysql_start.groovy"
    ...
  }
}

Learn More

application {
  name="petclinic"
  service {
    name = "mysql"
  }
  service {
    name = "tomcat"
    dependsOn = ["mysql"]
  }
}

Learn More

scalingRule {
  serviceStatistics {
    metric "Requests per second"
    movingTimeRangeInSeconds 20
  }

  highThreshold {
    value 100
    instancesIncrease 1
  }
}

Learn More

Latest Recipes

See All

Get Connected

for Community Updates

Recent Updates

Blog Post
Upcoming Events
Industry Event: OpenStack Israel 2013
Join us at the upcoming OpenStack Israel – for updates on what's new in OpenStack technology - May 27th
News

Twitter