In service-chaining v2, contrail-svc-monitor allocates service-instance ip from the same subnet for scaling up. This document explains the issue in the current scheme and solutuion for the same.
In service-chaining v2, contrail-svc-monitor allocates service-instance ip from the same subnet for scaling up. If the scaling is not required, ip will be wasted which is an issue in the limited ips.
In service-chaining v2, Instead of allocating the service-instance ip from the same subnet, allocate from the diffrent subnet.
Contrail-api creates network-ipam "service-chain-flat-ipam" with subnets "0.0.0.0/8" and "::ffff/104". Contrail-svc-monitor allocates ipv4 and ipv6 addresses from service-chain-flat-ipam for service-chaining.
None
None
Existing service-chain v2 still would be in the existing scheme. New service-chain v2 will be created with the new scheme.
None