This is a continuation of my previous blog on Group based policy(GBP). In this blog, I will cover the GBP features in Opendaylight helium release, Use-cases that are published in the Opendaylight wiki as well as different usecase that I tried out.
Group based policy in Opendaylight:
Following diagram is from Opendaylight GBP wiki:
- Openstack here is the orchestration layer and it communicates the policy to ODL through Neutron apis.
- The policy is expressed in high level data language and is translated and programmed into hardware through renderers.
- In ODL helium release, the only available renderer is Openflow and it uses ovsdb overlay design.
- Opflex renderer is being developed currently and it is also based on ovsdb overlay. When Opflex is available, there will be a Opflex agent in the openvswitch that will eventually do the low level translation and programming.
