Re: Manager on FreeBSD

2013-07-26 Thread Chip Childers
On Fri, Jul 26, 2013 at 6:45 AM, Shanker Balan
wrote:

> On 17-Jul-2013, at 6:50 PM, Ian Duffy  wrote:
>
> > Hi Guys,
> >
> > Just a purely out of interest post here.
> >
> > Has anybody tried running Cloudstack on FreeBSD in a production
> environment?
> >
> > If so did you encounter any issues?
> >
> > Thanks,
> > Ian
>
>
> A few months back I was playing around with CloudByte's ElastiStor which
> is a FreeBSD ZFS based storage solution. The interesting thing is that
> their management interface is built with the Apache CloudStack management
> framework. At the time, the interface was almost identical to stock
> CloudStack. in fact, it was so identical that one might even assume that it
> is really cloudstack thats controlling their storage layer.
>
> In short, they have the "UI" running with their propriety storage adapters
> on FreeBSD 8.x IIRC. Their evaluation builds are available from
> http://www.elastistor.info/builds/.
>
> http://www.cloudbyte.com


Very interesting information...


>
>
> As a side note, having Apache CloudStack manager work on FreeBSD would
> clear a path for creating and distributing production ready "cloudstack
> appliances". These appliances would be fully compliant with the permissive
> ASF guidelines.
>
>
Yup.  It certainly would be a path to that.


> --
> @shankerbalan
>
> M: +91 98860 60539 | O: +91 (80) 67935867
> shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
> ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre,
> Bangalore - 560 055
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is
> operated under license from Shape Blue Ltd. ShapeBlue is a registered
> trademark.
>
>


Re: Manager on FreeBSD

2013-07-26 Thread Shanker Balan
On 17-Jul-2013, at 6:50 PM, Ian Duffy  wrote:

> Hi Guys,
>
> Just a purely out of interest post here.
>
> Has anybody tried running Cloudstack on FreeBSD in a production environment?
>
> If so did you encounter any issues?
>
> Thanks,
> Ian


A few months back I was playing around with CloudByte's ElastiStor which is a 
FreeBSD ZFS based storage solution. The interesting thing is that their 
management interface is built with the Apache CloudStack management framework. 
At the time, the interface was almost identical to stock CloudStack. in fact, 
it was so identical that one might even assume that it is really cloudstack 
thats controlling their storage layer.

In short, they have the "UI" running with their propriety storage adapters on 
FreeBSD 8.x IIRC. Their evaluation builds are available from 
http://www.elastistor.info/builds/.

http://www.cloudbyte.com

As a side note, having Apache CloudStack manager work on FreeBSD would clear a 
path for creating and distributing production ready "cloudstack appliances". 
These appliances would be fully compliant with the permissive ASF guidelines.

--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
Bangalore - 560 055

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: Manager on FreeBSD

2013-07-17 Thread Dean Kamali
I don't see a point in doing that anyway.


On Wed, Jul 17, 2013 at 2:11 PM, Dave Dunaway wrote:

> Famous last words "I'd imagine there is no issues since its java based"
>
>
> YMMV depending on who wrote the code :)
>
>
> On Wed, Jul 17, 2013 at 1:56 PM, Ian Duffy  wrote:
>
> > > You mean as a guest?
> >
> > No just for running the manager. I'd imagine there is no issues since
> > its java based but said I'd send a mail to get the community
> > experience if any.
> >
> > On 17 July 2013 18:51, Dean Kamali  wrote:
> > > You mean as a guest? if so, I have tried it on KVM and it works well.
> > >
> > >
> > >
> > >
> > > On Wed, Jul 17, 2013 at 1:50 PM, Ian Duffy  wrote:
> > >
> > >> Hi Guys,
> > >>
> > >> Just a purely out of interest post here.
> > >>
> > >> Has anybody tried running Cloudstack on FreeBSD in a production
> > >> environment?
> > >>
> > >> If so did you encounter any issues?
> > >>
> > >> Thanks,
> > >> Ian
> > >>
> >
>


Re: Manager on FreeBSD

2013-07-17 Thread Chip Childers
The problems are likely in places where the Java code interacts with the OS
itself.  It would be an interesting experiment to try though!


On Wed, Jul 17, 2013 at 2:11 PM, Dave Dunaway wrote:

> Famous last words "I'd imagine there is no issues since its java based"
>
>
> YMMV depending on who wrote the code :)
>
>
> On Wed, Jul 17, 2013 at 1:56 PM, Ian Duffy  wrote:
>
> > > You mean as a guest?
> >
> > No just for running the manager. I'd imagine there is no issues since
> > its java based but said I'd send a mail to get the community
> > experience if any.
> >
> > On 17 July 2013 18:51, Dean Kamali  wrote:
> > > You mean as a guest? if so, I have tried it on KVM and it works well.
> > >
> > >
> > >
> > >
> > > On Wed, Jul 17, 2013 at 1:50 PM, Ian Duffy  wrote:
> > >
> > >> Hi Guys,
> > >>
> > >> Just a purely out of interest post here.
> > >>
> > >> Has anybody tried running Cloudstack on FreeBSD in a production
> > >> environment?
> > >>
> > >> If so did you encounter any issues?
> > >>
> > >> Thanks,
> > >> Ian
> > >>
> >
>


Re: Manager on FreeBSD

2013-07-17 Thread Dave Dunaway
Famous last words "I'd imagine there is no issues since its java based"


YMMV depending on who wrote the code :)


On Wed, Jul 17, 2013 at 1:56 PM, Ian Duffy  wrote:

> > You mean as a guest?
>
> No just for running the manager. I'd imagine there is no issues since
> its java based but said I'd send a mail to get the community
> experience if any.
>
> On 17 July 2013 18:51, Dean Kamali  wrote:
> > You mean as a guest? if so, I have tried it on KVM and it works well.
> >
> >
> >
> >
> > On Wed, Jul 17, 2013 at 1:50 PM, Ian Duffy  wrote:
> >
> >> Hi Guys,
> >>
> >> Just a purely out of interest post here.
> >>
> >> Has anybody tried running Cloudstack on FreeBSD in a production
> >> environment?
> >>
> >> If so did you encounter any issues?
> >>
> >> Thanks,
> >> Ian
> >>
>


Re: Manager on FreeBSD

2013-07-17 Thread Ian Duffy
> You mean as a guest?

No just for running the manager. I'd imagine there is no issues since
its java based but said I'd send a mail to get the community
experience if any.

On 17 July 2013 18:51, Dean Kamali  wrote:
> You mean as a guest? if so, I have tried it on KVM and it works well.
>
>
>
>
> On Wed, Jul 17, 2013 at 1:50 PM, Ian Duffy  wrote:
>
>> Hi Guys,
>>
>> Just a purely out of interest post here.
>>
>> Has anybody tried running Cloudstack on FreeBSD in a production
>> environment?
>>
>> If so did you encounter any issues?
>>
>> Thanks,
>> Ian
>>


Re: Manager on FreeBSD

2013-07-17 Thread Dean Kamali
You mean as a guest? if so, I have tried it on KVM and it works well.




On Wed, Jul 17, 2013 at 1:50 PM, Ian Duffy  wrote:

> Hi Guys,
>
> Just a purely out of interest post here.
>
> Has anybody tried running Cloudstack on FreeBSD in a production
> environment?
>
> If so did you encounter any issues?
>
> Thanks,
> Ian
>


Manager on FreeBSD

2013-07-17 Thread Ian Duffy
Hi Guys,

Just a purely out of interest post here.

Has anybody tried running Cloudstack on FreeBSD in a production environment?

If so did you encounter any issues?

Thanks,
Ian