Original URL: https://www.theregister.com/2011/01/08/openstack/

The New Linux: OpenStack aims for the heavens

An open source platform even Microsoft loves

By Cade Metz

Posted in SaaS, 8th January 2011 01:33 GMT

In late November, Mark Collier brought his OpenStack crusade to the Far East. Collier oversees community relations for the OpenStack project, an ambitious effort to create a completely open source ecosystem for building Amazon-like "infrastructure clouds". After the Thanksgiving holidays, he and his team flew to Beijing and then Tokyo for pow wows with independent developers and big-name outfits who've embraced the project, including Japanese telecom giant NTT.

OpenStack is less than six months old, but the project has progressed to the point where its vice president of community finds himself on the other side of the planet addressing a standing-room-only audience through a Japanese translator. And if NTT's involvement doesn't impress you, keep in mind that here in the States, OpenStack has won the support of Microsoft, a tech giant not exactly known for embracing open source.

OpenStack was founded by NASA and Rackspace, Collier's employer. But the idea is to create a truly open platform that lets anyone build their own infrastructure clouds – online services that provide on-demand access to compute power and storage that can scale as needed. These might be "public clouds" similar to Amazon's AWS, a web service available to world+dog, but OpenStack is also meant for "private clouds" used behind the firewall.

Despite years of hype (and more hype), cloud computing has yet to really capture the enterprise. Big businesses are reluctant to adopt infrastructure clouds, Collier tells The Register, because they fear winding up in a situation where they're beholden to a single vendor – and they don't quite know what the vendor is doing. But naturally, he believes OpenStack will calm these fears.

"Customers are concerned about being locked in to any one vendor, whether it's a software vendor or a service provider...and they're concerned about lack of transparency: What's going on in that black box? They worry they won't really know what they're running on. That kind of fear slows down adoption," he says. "We felt that open source was the way to provide the ultimate transparency and portability, so you can run it in your data center and you can run it through service providers."

The platform is based on Nova, a compute engine and fabric controller designed by NASA, and the code behind Cloud Files, the public storage service operated by Rackspace. According to Collier, Rackspace was preparing to open source both its compute engine and its storage controller when NASA suddenly tossed its newly-built Nova code onto a public web server. Rackspace got on the phone, and the two founded an open source project.

"What we had in common with them was that we were operating at scale... [and] that we weren't a software company," Collier says. "There was no clash of interests where somebody says 'I'm not sure I'm going to open source this because it's going to kill my revenue.'"

Whereas Rackspace offers public compute and storage services, NASA is building its own private cloud, known as Nebula. This was originally built atop Eucalyptus, another open-source platform. But according to NASA chief technology officer Chris Kemp, Eucalyptus didn't scale as well as NASA hoped, and it wasn't as open as the agency would have liked.

Open is as open does

Eucalyptus Systems – the outfit that oversees the Eucalyptus project – uses what Marten Mickos calls an "open core" model. It maintains an open source version of the platform, but there's also an enterprise incarnation that includes proprietary software. Last summer, Kemp told The Reg that when NASA tried to submit patches that would improve scaling, they were rejected because they conflicted with the enterprise product.

Mickos sees things differently. But whatever the details, NASA felt it needed something new. According to Kemp, the aim is to mimic Linux, so that Nebula doesn't have to answer to commercial interests. "Nebula is designed to be both massively scalable and incredibly cheap," Kemp said. "You cannot certify commercial software in Nebula. We're not even going to think about that."

It isn't just that the platform is completely open source. The project's founders also aim to operate with any hypervisor, any database, and even disparate APIs.

Nova was originally built to work with the open source KVM hypervisor, but it now supports Xen and Citrix's XenServer (Citrix is the third largest contributor to the project, behind Rackspace and NASA). And, yes, Microsoft has joined forces with Cloud.com to build in support for HyperV. That leaves VMware, but Collier expects the community will soon tackle this as well. "I wouldn't say we don't need [VMware's help], but technically speaking, it's possible to do it through the expertise in the community," he says.

The approach to databases is similar. "We want to be much more like a framework with multiple pieces," senior manager of technical alliances Bret Piatt tells us. "If MySQL development slows down and some other one speeds up, we want to be able to pull one out and put the other one in as the primary piece you're shipping with."

OpenStack in Japan

Mark Collier (pink tie), Bret Piatt (grey tie), and members of the Japanese OpenStack user group

OpenStack does offer a standard API, based on the existing Rackspace API. But it's also compatible with the Amazon API, and the idea is to adopt any other programming interfaces as needed. "The community will look at how hard it would be to take a subset of another API and map it to OpenStack API rather than rewrite the [OpenStack] API," Piatt tells us. "Programs will always make these tradeoffs, and the community will build optional modules to be able to support different APIs with the platform."

Other cloud evangelists have long called for an industry-standard meta API that works across disparate cloud platforms. But like Thorsten von Eicken – CTO of RightScale, a cloud management outfit that works closely with Amazon and other services – Collier believes that building a standard API isn't the best idea. The standard should be, well, OpenStack itself.

"The challenge is that the underlying architectures are so different that it becomes very difficult to do," he says. "In the long run, there should be standards that emerge that allows for interoperability between different clouds. But the easiest way to solve this problem today is to get everyone to run OpenStack."

Of course, this too is a ways off. OpenStack's first incarnation, codenamed Austin, was only released in October. But a second version, called Bexar, is on track for release in early February, and the community plans to roll out a new release every three months.

At this point, OpenStack merely offers the compute engine and the storage controller (now dubbed Swift). But the aim it to eventually accommodate other projects as well. Collier indicates that a networking platform is high on the list. "This is the next frontier," he says. "Networking will be the big story in cloud in 2011." The project will be spearheaded by NTT. That Far East trip wasn't merely for show. ®