RE: [Review Request] Standalone NIC

2013-03-19 Thread Simon Waterhouse
] Standalone NIC On Tue, Mar 19, 2013 at 11:56:09AM +, Simon Waterhouse wrote: > Hi, > I am working on the standalone NIC feature described in > https://cwiki.apache.org/confluence/display/CLOUDSTACK/AWS+Style+NIC+s > upport > > The work is staged in > https://github.

[Review Request] Standalone NIC

2013-03-19 Thread Simon Waterhouse
Hi, I am working on the standalone NIC feature described in https://cwiki.apache.org/confluence/display/CLOUDSTACK/AWS+Style+NIC+support The work is staged in https://github.com/siwater/incubator-cloudstack (branch standalone-nic) and the phase 1 development (see feature spec/appendix) is ready

RE: [VOTE] Graduate Apache CloudStack from the Incubator

2013-03-13 Thread Simon Waterhouse
+1 -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: 11 March 2013 16:42 To: cloudstack-dev@incubator.apache.org Subject: [VOTE] Graduate Apache CloudStack from the Incubator Hi, I would like to invite the CloudStack community to vote on whether Apache Clo

RE: [PROPOSAL] BVT for CloudStack checkins

2013-03-07 Thread Simon Waterhouse
+1 for a staging area - a master branch that passes BVT would be a big improvement. -Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: 07 March 2013 06:05 To: cloudstack-dev@incubator.apache.org Subject: RE: [PROPOSAL] BVT for CloudStack checkins +1 to the idea o

Review Request: Fix for CLOUDSTACK-1148

2013-02-04 Thread Simon Waterhouse
--- mvn clean install before change was failing on this test as my NATed IP address appears to have 'relationship issues' with google. mvn clean install works fine after the change. Thanks, Simon Waterhouse

[jira] [Created] (CLOUDSTACK-1148) Change test software to not get from http://www.google.com/

2013-02-04 Thread Simon Waterhouse (JIRA)
Simon Waterhouse created CLOUDSTACK-1148: Summary: Change test software to not get from http://www.google.com/ Key: CLOUDSTACK-1148 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1148

RE: Jira Issue for Unit Test Fail? (ApiRateLimitTest)

2013-01-29 Thread Simon Waterhouse
Min I was getting the same error - your fix works fine in a Windows environment Thanks Simon -Original Message- From: Min Chen [mailto:min.c...@citrix.com] Sent: 28 January 2013 09:24 To: cloudstack-dev@incubator.apache.org Subject: Re: Jira Issue for Unit Test Fail? (ApiRateLimitTest)

RE: [DISCUSS] add/remove NIC on VM

2013-01-25 Thread Simon Waterhouse
Sorry, just looked again at the AWS spec and saw the ability to change security groups on a NIC I will add support for this in the spec. too. -Original Message- From: Simon Waterhouse [mailto:simon.waterho...@eu.citrix.com] Sent: 25 January 2013 11:20 To: cloudstack-dev

RE: [DISCUSS] add/remove NIC on VM

2013-01-25 Thread Simon Waterhouse
: Simon Waterhouse Subject: Re: [DISCUSS] add/remove NIC on VM Thanks Simon. AWS also updates the instance metadata [1] with the nic information. Are you going to be taking care of this? For example: network/interfaces/macs/mac/device-number network/interfaces/macs/mac/security-group-ids network

[jira] [Commented] (CLOUDSTACK-1043) Add AWS Style NIC support

2013-01-24 Thread Simon Waterhouse (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561697#comment-13561697 ] Simon Waterhouse commented on CLOUDSTACK-1043: -- I favour the appr

[jira] [Commented] (CLOUDSTACK-1043) Add AWS Style NIC support

2013-01-23 Thread Simon Waterhouse (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560902#comment-13560902 ] Simon Waterhouse commented on CLOUDSTACK-1043: -- Anthony, We sh

RE: [jira] [Created] (CLOUDSTACK-1043) Add AWS Style NIC support

2013-01-23 Thread Simon Waterhouse
roup rules for this NIC? Since the feature moves SG to NIC level from VM level, it might be nice to add content about SG API behavior changes, and upgrade in this FS. --Anthony > -Original Message- > From: Simon Waterhouse (JIRA) [mailto:j...@apache.org] > Sent: Wednesday, Ja

RE: [DISCUSS] add/remove NIC on VM

2013-01-23 Thread Simon Waterhouse
tiple Ips per ENI > - with ENI the security group is attached to the nic instead of the vm > - there's additional APIs obviously to manage the lifecycle. > > On 1/10/13 8:36 AM, "Simon Waterhouse" > > wrote: > > >There is an issue > >https://issues.apach

[jira] [Created] (CLOUDSTACK-1043) Add AWS Style NIC support

2013-01-23 Thread Simon Waterhouse (JIRA)
Simon Waterhouse created CLOUDSTACK-1043: Summary: Add AWS Style NIC support Key: CLOUDSTACK-1043 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1043 Project: CloudStack Issue

RE: Review Request: API commands to add or remove NIC from a VM

2013-01-23 Thread Simon Waterhouse
Both Windows Server 2008 and Windows 7 support hot plugging NIC on XenServer. -Original Message- From: Hari Kannan [mailto:hari.kan...@citrix.com] Sent: 21 January 2013 22:17 To: cloudstack-dev@incubator.apache.org Cc: Chiradeep Vittal; Brian Angus Subject: RE: Review Request: API comman

RE: Apache CloudStack Weekly News posted

2013-01-15 Thread Simon Waterhouse
Joe Great work! Can I suggest you also notify cloudstack-users when this is posted as there are a lot of folk on that list who would appreciate an overview of what is going on in the dev community. Regards Simon -Original Message- From: Joe Brockmeier [mailto:j...@zonker.net] Sent: 14

RE: [DISCUSS] add/remove NIC on VM

2013-01-11 Thread Simon Waterhouse
nic instead of the vm > - there's additional APIs obviously to manage the lifecycle. > > On 1/10/13 8:36 AM, "Simon Waterhouse" > > wrote: > > >There is an issue > >https://issues.apache.org/jira/browse/CLOUDSTACK-645 to add/remove a network > >on VM.

[DISCUSS] add/remove NIC on VM

2013-01-10 Thread Simon Waterhouse
There is an issue https://issues.apache.org/jira/browse/CLOUDSTACK-645 to add/remove a network on VM. I would like to alter the interface proposed so we instead add methods to explicitly create/destroy a NIC and attach/detach it from a VM - the feature would then be directly analogous to the AW

[jira] [Commented] (CLOUDSTACK-645) add/remove network on VM

2013-01-08 Thread Simon Waterhouse (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547035#comment-13547035 ] Simon Waterhouse commented on CLOUDSTACK-645: - This is a great featur

RE: Adding .NET/C# client to project

2013-01-03 Thread Simon Waterhouse
There is now a design document for the .NET SDK at https://cwiki.apache.org/CLOUDSTACK/net-sdk-design-document.html Comments welcome. If it is to go into the CloudStack-Extras repo, could someone advise on the procedure to submit it there please? Thanks Simon -Original Message- From:

Review Request: Fix for CLOUDSTACK-284

2012-11-13 Thread Simon Waterhouse
uot; query both with and without "zone" parameter. Test cases, all performed as expected 1. 0 VMs 2. 1 running VM 3. 1 running, 1 destroyed VM 4. 2 destroyed VMs Thanks, Simon Waterhouse

[jira] [Created] (CLOUDSTACK-284) listVirtualMachines does not return deleted machines when zone is specified

2012-10-08 Thread Simon Waterhouse (JIRA)
Simon Waterhouse created CLOUDSTACK-284: --- Summary: listVirtualMachines does not return deleted machines when zone is specified Key: CLOUDSTACK-284 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-284