cloudstack/plugins/network-elements
Bharat Kumar 052c24c4d1 CLOUDSTACK-702: Multiple ip ranges in different subnets.
This feature enables adding of guest ip ranges (public ips)  form different subnets.

In order to provide the dhcp service to a different subnet we create an ipalias on the router. This allows the router to listen to the dhcp request from the guest vms and respond accordingly. Every time a vm is deployed in the new subnet we configure an ip alias on the router. Cloudstack uses dnsmasq to provide dhcp service. We need to configure the dnsmasq to issue ips on the new subnets. Added a new class dnsmasqconfigurator which generates the dnsmasq confg file, this file replaces the old config in the router.

The details of the alias ips are stored in db in the nic_ip_alias table. Every time a new subnet is added one of the ip from the subnet is used to configure the ip alias.

I have pushed the code to  https://github.com/bvbharatk/cloud-stack/tree/Cloudstack-702 , also rebased the code with master.
I need to test the code for advanced sg enabled network using kvm.

I have added the unit test
Marvin tests are at https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=53e4965

Also accomodated some of the changes suggested by koushik.
corrected the import statements. renamed the IpAlias command to createIpAlias command.

This feature supports only ipv4
2013-05-13 17:06:44 +05:30
..
bigswitch-vns BigSwitch should only respond if it is the actual provider on the network. 2013-05-06 11:48:56 +02:00
cisco-vnmc CLOUDSTACK-2409: Cisco VNMC Access credentials validatation is not enabled with addCiscoVnmcResource 2013-05-12 17:00:48 +05:30
dns-notifier Fixed typos 2013-04-13 13:28:32 +00:00
elastic-loadbalancer CLOUDSTACK-747: Internal LB between VPC tiers support 2013-05-09 11:54:41 -07:00
f5 CLOUDSTACK-747: Internal LB between VPC tiers support 2013-05-09 11:54:41 -07:00
internal-loadbalancer Removing the @Test annotation for building master successfully for one of the test cases for InternalLb element as discussed with Alena 2013-05-11 01:21:50 +05:30
juniper-srx CLOUDSTACK-312: enable L4-L7 network services in the shared network in 2013-04-14 17:50:15 +05:30
midonet CLOUDSTACK-702: Multiple ip ranges in different subnets. 2013-05-13 17:06:44 +05:30
netscaler VPC: 2013-05-10 10:42:56 -07:00
nicira-nvp Fix typo 2013-05-08 10:06:44 +09:00
ovs CLOUDSTACK-1317: Bump CloudStack package version to 4.2.0-SNAPSHOT in all poms 2013-02-20 16:42:56 +05:30