Synnefo + Ganeti = cloud software that works
11–16 of 16 posts
Re: Synnefo + Ganeti = cloud software that works
#12https://www.usenix.org/conference/lisa12/ganeti-your-private...
Re: Synnefo + Ganeti = cloud software that works
#13I cannot comment on Synnefo itself, but Ganeti is a wonderful software. I have been using it for more than a year in production (June 2011) without a single issue. I even built my own PaaS on top of it[1]. If you want to understand the quality of Ganeti, go and take a look at an example of design document[2]. The quality of the documentation, the time spent in defining the requirements for the next release incorporat…
https://www.usenix.org/conference/lisa12/ganeti-your-private...
Re: Synnefo + Ganeti = cloud software that works
#14So, how far exactly is the API compatible with Openstack? That's the one thing that would be really necessary to match. Basically, can I take tools and utilities that work with Openstack/keystone and have them working without any/much work? If you're able to do this it would be a nice, simple alternative to Openstack. For anyone installing Openstack for the first time, the install is anything but simple.
Two notes:
1. Synnefo supports advanced operations e.g. dropbox-like syncing, so we use custom extensions for that,
2. We have a full-fledged python client library and associated command line client for everybody to use, see http://www.synnefo.org/docs/kamaki/latest/index.html
Re: Synnefo + Ganeti = cloud software that works
#15So, how far exactly is the API compatible with Openstack? That's the one thing that would be really necessary to match. Basically, can I take tools and utilities that work with Openstack/keystone and have them working without any/much work? If you're able to do this it would be a nice, simple alternative to Openstack. For anyone installing Openstack for the first time, the install is anything but simple.
We try to be aligned with the OpenStack APIs as much as possible. The thing is that even these APIs tend to change frequently. If you have a working application of your own, you'll find that the changes needed are minimal. Our goal is to be 100% and out-of-the-box compatible. Two notes: 1. Synnefo supports advanced operations e.g. dropbox-like syncing, so we use custom extensions for that, 2. We have a full-fledged p…
Re: Synnefo + Ganeti = cloud software that works
#16Kudos everybody on a job well done. Can't wait for the service to go public.
NB: The whole project is build on commodity hardware with opensource solutions binding everything together. A whitepaper on its design and implementation, and case studies for use etc, would be certainly lovely to read.