Re: Whats involved in adding an extra hypervisor

2013-08-27 Thread Sebastien Goasguen
- From: Ian Duffy [mailto:i...@ianduffy.ie] Sent: Friday, August 16, 2013 12:07 PM To: CloudStack Dev Subject: Re: Whats involved in adding an extra hypervisor Hi Donal and Chiradeep, Thanks for your comments. It was an interesting read. I might be missing something here but I will ask

Re: Whats involved in adding an extra hypervisor

2013-08-27 Thread Darren Shepherd
Subject: Re: Whats involved in adding an extra hypervisor Hi Donal and Chiradeep, Thanks for your comments. It was an interesting read. I might be missing something here but I will ask anyways. If I understand correctly, at current with awsapi we are able to submit our aws api credentials

Re: Whats involved in adding an extra hypervisor

2013-08-27 Thread Sebastien Goasguen
...@ianduffy.ie] Sent: Friday, August 16, 2013 12:07 PM To: CloudStack Dev Subject: Re: Whats involved in adding an extra hypervisor Hi Donal and Chiradeep, Thanks for your comments. It was an interesting read. I might be missing something here but I will ask anyways. If I understand

Re: Whats involved in adding an extra hypervisor

2013-08-27 Thread Darren Shepherd
: Friday, August 16, 2013 12:07 PM To: CloudStack Dev Subject: Re: Whats involved in adding an extra hypervisor Hi Donal and Chiradeep, Thanks for your comments. It was an interesting read. I might be missing something here but I will ask anyways. If I understand correctly, at current

Re: Whats involved in adding an extra hypervisor

2013-08-27 Thread Sebastien Goasguen
] Sent: Friday, August 16, 2013 12:07 PM To: CloudStack Dev Subject: Re: Whats involved in adding an extra hypervisor Hi Donal and Chiradeep, Thanks for your comments. It was an interesting read. I might be missing something here but I will ask anyways. If I understand correctly

Re: Whats involved in adding an extra hypervisor

2013-08-19 Thread Sebastien Goasguen
API's. -Likitha -Original Message- From: Ian Duffy [mailto:i...@ianduffy.ie] Sent: Friday, August 16, 2013 12:07 PM To: CloudStack Dev Subject: Re: Whats involved in adding an extra hypervisor Hi Donal and Chiradeep, Thanks for your comments. It was an interesting read. I

Re: Whats involved in adding an extra hypervisor

2013-08-19 Thread Nguyen Anh Tu
2013/8/19 Sebastien Goasguen run...@gmail.com Kind of on that same vein: Anyone interested in modifying the KVM agent to support pure Xen without xapi. I think it might be possible to just use the kvm agent and modify the libvirt calls to talk to xl , that way there would be no need for

Re: Whats involved in adding an extra hypervisor

2013-08-19 Thread Sebastien Goasguen
...@ianduffy.ie] Sent: Friday, August 16, 2013 12:07 PM To: CloudStack Dev Subject: Re: Whats involved in adding an extra hypervisor Hi Donal and Chiradeep, Thanks for your comments. It was an interesting read. I might be missing something here but I will ask anyways. If I understand correctly

Re: Whats involved in adding an extra hypervisor

2013-08-19 Thread Chiradeep Vittal
it¹s the other way around. The package allows us to spin up VMs in CS using AWS EC2 API's. -Likitha -Original Message- From: Ian Duffy [mailto:i...@ianduffy.ie] Sent: Friday, August 16, 2013 12:07 PM To: CloudStack Dev Subject: Re: Whats involved in adding an extra hypervisor

Re: Whats involved in adding an extra hypervisor

2013-08-16 Thread Ian Duffy
[mailto:chiradeep.vit...@citrix.com] Sent: 15 August 2013 02:51 To: dev@cloudstack.apache.org Subject: Re: Whats involved in adding an extra hypervisor Yes, it is a hypervisor plugin. While the extension method may be simple, the impedance mismatch between the CloudStack virtual model

RE: Whats involved in adding an extra hypervisor

2013-08-16 Thread Likitha Shetty
2013 02:51 To: dev@cloudstack.apache.org Subject: Re: Whats involved in adding an extra hypervisor Yes, it is a hypervisor plugin. While the extension method may be simple, the impedance mismatch between the CloudStack virtual model and the hypervisor API is what causes the most pain. E.g

RE: Whats involved in adding an extra hypervisor

2013-08-15 Thread Donal Lafferty
Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: 15 August 2013 02:51 To: dev@cloudstack.apache.org Subject: Re: Whats involved in adding an extra hypervisor Yes, it is a hypervisor plugin. While the extension method may be simple, the impedance mismatch between

Re: Whats involved in adding an extra hypervisor

2013-08-14 Thread Chiradeep Vittal
Yes, it is a hypervisor plugin. While the extension method may be simple, the impedance mismatch between the CloudStack virtual model and the hypervisor API is what causes the most pain. E.g., CloudStack will hand a VirtualMachineTO object (consisting of cpu/mem/nic) and then you have to use the