BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News ZeroTurnaround has Announced the Availability of LiveRebel 2.6

ZeroTurnaround has Announced the Availability of LiveRebel 2.6

This item in japanese

Bookmarks

ZeroTurnaround has announced the availability of LiveRebel 2.6, its software release automation tool.

Version 2.6 adds the following features:

  • Support for applications built using Java, PHP, Python, PERL and Ruby.
  • Database updates and version control, giving operations teams the ability to update or rollback database changes along with associated applications.
  • Multiplatform updates, enabling teams to release applications built using multiple platforms and databases across many unlike environments.
  • Property management that allows deploying a single release onto several, unlike environments by applying specific configurations for each one behind the scenes.
  • Monitors the health of the application and the server it runs on in real-time.

InfoQ has interviewed Krishnan Badrinarayanan ZeroTurnaround Product Marketing Manager for LiveRebel.

I see you position LiveRebel as a test and release tool, but you are not a continuous integration tool. What does LiveRebel add to the test and release equation?

When you think about releasing apps, CI tools can be thought of as scripting on steroids. You can do anything with them, but you have to code and maintain it all. They do not have knowledge about your environment, configuration, database or anything else. They just trigger and execute tasks one after another and log success or failure.

LiveRebel approaches this differently. It knows everything about your environment - which servers are running, and which apps and versions are deployed. It manages and versions properties specific to environments. It understands and versions database and environment changes.

A typical use case: An agile development team releases updates every few days. The QA team picks each release up, and using LiveRebel automatically deploys it - code, DB, conf - onto their test environments. Once deployed, LiveRebel automatically calls test scripts. Once passed, the Operations team deploys the app onto the staging environment. LiveRebel automatically calls smoke tests. Finally, the operations team deploys the app onto the production environment with no downtime. If any deployment were to fail, LiveRebel automatically rolls back changes.

In the end LiveRebel releases apps - code, DB and config, all in-sync, across physical, virtual or cloud environments. Deployments are versioned, automated, fully reversible and testable. The result: teams better manage and expedite releases predictably, without compromising quality or disrupting user experience.

Is a CI tool actually required or can LiveRebel perform CI functions as well?

They occupy different niches. LiveRebel doesn't do builds, it comes after the builds were done. LiveRebel is a release automation tool that also integrates with popular CI tools. For example, if the development team were to package a release by hand, they can use the LiveRebel command center to upload it, and then deploy it onto various environments, quickly and safely.

However, if the team were to use a CI tool like Jenkins, Hudson or Bamboo, they can install the LiveRebel plugin and create deployment tasks that would hand off deployment to LiveRebel. LiveRebel would then deploy the release - code, DB and conf, all together - onto selected environments with no downtime and in a failsafe manner.

Can you talk about property management?

When you release apps through testing, staging, production, or onto customer or external environments, you encounter differences in environment properties, environment variables and configuration. Often this is solved by packaging a separate release for each environment. This means that your releases are subtly different between environments and cannot be tested completely. Others have found a way to externalize these environment specific properties using home-grown scripts and tools.

With LiveRebel, release engineers can specify property sets that apply for each environment. LiveRebel then deploys the same package to all chosen environments and applies their respective property sets. It will even alert you if you are missing some properties.

This means that you can run the same release process through testing, staging and production and be sure it's tested before getting to users.

What about the monitoring capabilities?

LiveRebel provides basic application and server monitoring by placing a beacon beside each app or server. The beacons pulsate based on the number of requests they receive, and turns from green to red based on their health. On mouse-over, the beacon provides a pop up with key stats on response throughput. It's not a replacement for a full-blown Application Performance Monitor, but it provides the key metrics to monitor the server and application health.

Do you support the usual build tools, Ant, Maven, Gradle?

Yes. LiveRebel offers a fully featured command line interface and REST API. So, with a couple lines of scripting, engineers can integrate LiveRebel with build tools.

Do you integrate with Hudson, Bamboo, and TeamCity, and the various source control systems?

LiveRebel has ready-made plugins for Hudson, Jenkins and Bamboo. A plugin in for TeamCity is in the works. The plugins can be installed from each of their plugins menu and set up to communicate with LiveRebel securely. Once set up, you can automatically deploy releasable artifacts right from the CI tool via LiveRebel into selected environments with no downtime. All deployments are failsafe, which means if a failure were to occur, LiveRebel automatically rolls back any changes before users are impacted. Any source control system will do. For managing app configuration LiveRebel uses GIT.

This seems like a completely different tool than sister product JRebel. Is there any kind of synergy?

Absolutely. It's a part of our mission to help software eat the world faster! We help software teams make the process of developing and delivering apps more pleasant and productive.

What operating systems, Windows, Unix, Linux?

All of the above and the MacOS X. Here is a complete list of what we support.

Your website says this is free. What is your pricing model?

LiveRebel is free for up to 2 managed servers. Which means you can deploy apps on up to two servers that host apps for free. Database servers do not count towards this quota. Any additional managed servers can be acquired at $420 per year.

Badrinarayanan told InfoQ that the next steps in product development will focus on increasing platform coverage and improving release management support. More information on LiveRebel is available here.

 

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT