Apache CloudStack Becomes a Top-level Project 43
ke4qqq writes with an excerpt from an ASF press release: "The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced that Apache CloudStack has graduated from the Apache Incubator to become a Top-Level Project (TLP), signifying that the Project's community and products have been well-governed under the ASF's meritocratic process and principles."
Nonsense (Score:5, Insightful)
"CloudStack provides an open and flexible cloud orchestration platform to deliver reliable and scalable private and public clouds."
When I go to an "About" page, I expect to be told exactly what x thing is all about.
As it stands, I have no idea what CloudStack is or does, apart from nonsensical "cloud" mumbo jumbo.
Re:Nonsense (Score:4, Funny)
.
Maybe apache is trying to make sure that the managers and bosses can be sure to play buzzword bingo and win when they choose Apache Cloudstack. I completely agree with you that an "about" page really ought to tell you what the software is really about. It's frustrating to have to go to the FAQ page and still see a lot of buzzword baloney (bologna / baloney, it's still compressed meat either way).
Re:Nonsense (Score:5, Insightful)
Cloud is all the rage. So is Mobile. Yep, definitely mobile. And Apps.
Call it Apache Mobile App Cloudstack and pointy haired bosses will have an orgygasm.
Re: (Score:2)
When all those come together they call it a synergasm.
Historic (Score:1)
This is a day that will go down in infamy. The first posts are more informative than TFA.
Re: (Score:2)
Re: (Score:2)
Just wait a while and see which comments percolate to the top: they will contain the essence and seeds of knowledge which you seek.
Essence and seeds perhaps. But look Ye not unto Slashdot for answers, for Ye shall be told both Yea and Nay.
Re: (Score:2)
Re: (Score:1)
It's more like OpenStack, but slower, with less documentation and no real production users. Then, when you get asked what OpenStack is, you say, "it's like EC2 from 6-9 months ago that you run on your own hardware."
Re: (Score:2)
Re: (Score:2)
Well, that is not completely true.
oVirt or vSphere (I've never used them myself, so I could be wrong) are usually centrally managed systems.
CloudStack or OpenStack are meant for building multi-tenant environments like Amazon, which means people get a tenant-account and an API. The API can be used to do auto-scaling, to automatically deploy more or shutdown VMs as needed. Elastic they call it. VMs are deployed in seperate per tenant/project networks. They also keep statistics on a per tenant basis.
Re: (Score:1)
Infrastructure-as-a-Service (Score:2, Insightful)
.
No, seriously, my question is whether supplying "infrastructure as a service" just means "hosting"? Because hosting has always been available. So it's hosting+software availability? From the Apache web site at http://cloudstack.apache.org/about.html [apache.org]
Re: (Score:1)
It does actually all make sense. Maybe you should do some research before pouring scorn on things. There's plenty of meaningless buzzwords in the "cloud" (if you have to call it that) space, but you've picked on the things that actually have pretty clear definitions...
Get off of my Cloud! (Score:3)
You,...
Get off of my cloud
Now you kids get off my damn lawn, and stay the hell off of my cloud! ;>)
Re:Infrastructure-as-a-Service (Score:5, Informative)
SaaS (Software as a Service): bring your own data.
PaaS: (Platform as a Service): bring your own applications and data.
IaaS: (Infrastructure as a Service): bring your own OS, applications and data.
Re: (Score:2)
nice (Score:1)
Decoder Ring for You Out-of-date Nerds (Score:5, Informative)
For a couple years now the world has settled on a definition for cloud. It's three service models. (1) Delivering an application through a web interface (SaaS), delivering an OS in a virtual machine for arbitrary applications (Iaas), delivering a development platform to simplify the creation of a new generation of applications (PaaS).
Controlling the lifecycle of these resources is non-trivial. It requires hooks at virtual machine creation, security for access, limits for resource consumption, and time tables for reclamation. In the industry we call this orchestration.
Finally, these models in highly-controlled on-premis environments is called "private cloud". Running them in fully shared datacenters is called "public cloud". Giving customers the ability to federate services across these two environments is called "hybrid cloud".
Here endeth the lesson. Just because you don't understand a word doesn't make it a buzzword.
Re: (Score:1)
+1 parent
Re: (Score:2, Insightful)
It _IS_ a buzzword, and what you describe is merely a well-run IT org. Because you choose to set off on some NIH path and claim what you're doing is "new" doesn't make it so.
Re: (Score:1)
No, that's not what makes it a buzzword. "Cloud" -- a word used to sell things because its currently popular that has, increasingly as used, no consistent definition (though it originally had one and is still sometimes used in that sense) is a buzzword.
Re: (Score:2)
For the haters:
SaaS = Web 2.0
IaaS = VM
PaaS = Don't have a single dismissive equivalency for this one, but I'm thinking one of those point and click things where you move blocks around to make a "program".
For the parent, thanks for the concise descriptions that I can point to...and I do consider all the *aaS buzzwords since they generally describe things that have existed for years. The *aaS trick is mostly automation. I'm thinking "click button and get a VM" vs "poke admin and get a VM".
Re: (Score:2)
Re: (Score:3)
NIST's cloud definition is pretty spot on. They define cloud as having the following characteristics:
On-demand self-service ...all working together to provide the following service models:
Broad network access
Resource pooling
Rapid elasticity
Measured service
Software as a Service ...hosted in one of the following deployment models:
Platform as a Service
Infrastructure as a Service
Private cloud
Community cloud
Public cloud
Hybrid cloud
Anyway, that's the stripped down list without details. The short paper (with detai
Re: (Score:3)
Personally, the only term I have a problem with is Private Cloud. A private cloud is the classic in-house data center, hosting third-party software accessed via a browser that comes with more or less support from the vendor. There is nothing special about it. I hear it constantly, but it still bugs me as the term that really is trying to put some lipstick on the old pig that is the in-house data center.
Re: (Score:3)
An in-house data centre need not have an automated resource provisioning and usage metering capability, utility fashion (i.e. for SaaS, automated provisioning and deployment of data sets into your application instance(s) and reporting on their usage by relevant metrics such as users or data throughput; for PaaS, automated provisioning and deployment of application components and instances thereof and their usage by relevant metrics such as messages processed or concurrent transactions; for IaaS, automated p