You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Rajesh Battala <ra...@citrix.com> on 2014/03/12 03:58:30 UTC

[Merge] CLOUDSTACK-6106 vpc support on Hyper-V

Hi All,
I would like to merge vpc support on hyper-v targeted for 4.4 to master.

Feature has been proposed on the dev list [1]. The support has been developed in branch [2]. Branch has been rebased to master.  Jira ticket for the bug is [3]. The changes are rat clean.

I am running firebugs to make sure there are no failures because of these changes.

Existing VPC integration tests [4] can be run against these changes for functional testing.



[1] http://markmail.org/message/xjdiylhe3a4fvflm?q=list:org%2Eapache%2Eincubator%2Ecloudstack-%2A+HyperV+supporting+features+in+4%2E4
[2] https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/hyperv_vpc
[3] https://issues.apache.org/jira/browse/CLOUDSTACK-6106
[4] test/integration/component/
test_vpc.py
test_vpc_network.py
test_vpc_network_lbrules.py
test_vpc_network_pfrules.py
               test_vpc_network_staticnatrule.py
               test_vpc_offerings.py
               test_vpc_routers.py
test_vpc_vm_life_cycle.py
test_vpc_vms_deployment.py

Thanks
Rajesh Battala


RE: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V

Posted by Rajesh Battala <ra...@citrix.com>.
I will be merging my branch changes later today.

Thanks
Rajesh Battala

-----Original Message-----
From: Rajesh Battala [mailto:rajesh.battala@citrix.com] 
Sent: Wednesday, March 12, 2014 11:42 AM
To: dev@cloudstack.apache.org
Subject: RE: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V

Fixed all the issues reported by findbugs  for hyper-v in the branch.


Regarding the code changes for VPC support on Hyper-V.

In common framework only VPCManagerImpl is modified to add Hyper-V as supported  Hypervisors for VPC. 
"
+        hTypes.add(HypervisorType.Hyperv);
"

Remaining changes are only to HyperV plugin code.


Thanks
Rajesh Battala

-----Original Message-----
From: Rajesh Battala [mailto:rajesh.battala@citrix.com] 
Sent: Wednesday, March 12, 2014 8:29 AM
To: dev@cloudstack.apache.org
Subject: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V

Hi All,
I would like to merge vpc support on hyper-v targeted for 4.4 to master.

Feature has been proposed on the dev list [1]. The support has been developed in branch [2]. Branch has been rebased to master.  Jira ticket for the bug is [3]. The changes are rat clean.

I am running firebugs to make sure there are no failures because of these changes.

Existing VPC integration tests [4] can be run against these changes for functional testing.



[1] http://markmail.org/message/xjdiylhe3a4fvflm?q=list:org%2Eapache%2Eincubator%2Ecloudstack-%2A+HyperV+supporting+features+in+4%2E4
[2] https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/hyperv_vpc
[3] https://issues.apache.org/jira/browse/CLOUDSTACK-6106
[4] test/integration/component/
test_vpc.py
test_vpc_network.py
test_vpc_network_lbrules.py
test_vpc_network_pfrules.py
               test_vpc_network_staticnatrule.py
               test_vpc_offerings.py
               test_vpc_routers.py
test_vpc_vm_life_cycle.py
test_vpc_vms_deployment.py

Thanks
Rajesh Battala


RE: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V

Posted by Rajesh Battala <ra...@citrix.com>.
Fixed all the issues reported by findbugs  for hyper-v in the branch.


Regarding the code changes for VPC support on Hyper-V.

In common framework only VPCManagerImpl is modified to add Hyper-V as supported  Hypervisors for VPC. 
"
+        hTypes.add(HypervisorType.Hyperv);
"

Remaining changes are only to HyperV plugin code.


Thanks
Rajesh Battala

-----Original Message-----
From: Rajesh Battala [mailto:rajesh.battala@citrix.com] 
Sent: Wednesday, March 12, 2014 8:29 AM
To: dev@cloudstack.apache.org
Subject: [Merge] CLOUDSTACK-6106 vpc support on Hyper-V

Hi All,
I would like to merge vpc support on hyper-v targeted for 4.4 to master.

Feature has been proposed on the dev list [1]. The support has been developed in branch [2]. Branch has been rebased to master.  Jira ticket for the bug is [3]. The changes are rat clean.

I am running firebugs to make sure there are no failures because of these changes.

Existing VPC integration tests [4] can be run against these changes for functional testing.



[1] http://markmail.org/message/xjdiylhe3a4fvflm?q=list:org%2Eapache%2Eincubator%2Ecloudstack-%2A+HyperV+supporting+features+in+4%2E4
[2] https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/hyperv_vpc
[3] https://issues.apache.org/jira/browse/CLOUDSTACK-6106
[4] test/integration/component/
test_vpc.py
test_vpc_network.py
test_vpc_network_lbrules.py
test_vpc_network_pfrules.py
               test_vpc_network_staticnatrule.py
               test_vpc_offerings.py
               test_vpc_routers.py
test_vpc_vm_life_cycle.py
test_vpc_vms_deployment.py

Thanks
Rajesh Battala