Comment 1 for bug 1480050

Revision history for this message
Naveen N (naveenn) wrote :

It seems the schema is already sufficient to achieve this.
https://github.com/Juniper/contrail-controller/blob/master/src/schema/vnc_cfg.xsd#L1059

We need to adjust code to make floating-ip-fixed-ip-address (FIFIA) to mean that it should also track to this address.

In neutron plugin
https://github.com/Juniper/contrail-controller/blob/master/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py#L1596

we are setting FIFIA to address in IIP of VMI. Associating this floating-ip object to a second VMI will have to be done thru vnc api.
I guess code in control-node(?) and vrouter would need to change to have the rest of functionality for tracking.

thanks
ajay