@Murali, Yes, I have a bunch of publics IPs that are accessible only by load balancers. Load balancers network are cross zone too.
@Ilya, This is not exactly I am trying. @Chiradeep, Yes. @All When I acquire new IP in shared network the same IP of vms are given to the users. I would like to change "Acquired New Ip" mechanism to ask the network guru to decide which ip must be given to the users. Network guru is the only one that need to understand how network is implemented, so it must decide which IP must be associate. So, my idea is to create a new method in Network Guru named allocate, but with only with Network as argument. For the Network Guru existing, the rule is the same, but any new guru subclass (like mine) can change the behavior if it want. Basically, the command associateIpAddress only need to verify permission, ask networkguru.allocate and mark the IP as allocated in database. What do you think? If everyone agrees I can create the design document and start this development. Works for my guru, and I guess keeps clean the code to allocate IP address. []'s, Silvano Buback On Mon, Jul 21, 2014 at 5:48 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > Do you want to acquire IPs for the VIP (front-end)? > > From: Silvano Nogueira Buback <silv...@corp.globo.com<mailto: > silv...@corp.globo.com>> > Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" < > dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>> > Date: Monday, July 14, 2014 at 2:59 PM > To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" < > dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>> > Subject: [DISCUSS] Acquire New Ip from a different range on shared networks > > Hi guys, > > At Globo.com we are working in a load balancer plugin for Cloudstack > with a network api developed internally. This api manages shared networks > and is working with cloudstack 4.3 (as a network guru implementation). Our > load balancers are in a different network, so to implement a network > element of load balancer, first I need to acquire an IP from the load > balancers network. What is the best way to do this? > > I looked at portable IPs and that makes sense to me, but I would prefer > a solution where my guru can give this IP to the network. Is there any > other way? > > Thanks in advance, > > Silvano Buback > >