Currently, when a VNFFG is created, Tacker also create port-pair, port-pair-group, port-chain and flow-classifier. There are no reusing ability in this approach. This patch will check the port-id of a VNF is using in other VNFFG or not. If it is used in a VNFFG, the existing port-pair-group will be added to the new port-chain. Therefore, we can create 2 VNFFGs that can go through one VNF. This patch also clean up network resource such as port pair, port pair group and flow classifier if there are failures. Change-Id: I648693103dd7eab7a4b10cde89f11766a9232e8d Closes-Bug: #1746721
Team and repository tags
Welcome!
Tacker is an OpenStack based NFV Orchestrator service with built-in general purpose VNF Manager to deploy and operate Virtual Network Functions (VNFs) on an OpenStack based NFV Platform. It is based on ETSI MANO Architectural Framework and provides a fully functional stack to orchestrate VNFs end-to-end.
Installation:
Installation instructions and user guides can be found at: https://docs.openstack.org/tacker/
Tacker code base supports OpenStack master and other releases. Please follow the instructions in the above address for a successful installation of corresponding release.
Code:
Tacker code is available in following repositories:
- Tacker server: https://git.openstack.org/cgit/openstack/tacker
- Tacker Python client: https://git.openstack.org/cgit/openstack/python-tackerclient
- Tacker Horizon UI: https://git.openstack.org/cgit/openstack/tacker-horizon
Bugs:
Please report bugs at: https://bugs.launchpad.net/tacker
External Resources:
Tacker Wiki: https://wiki.openstack.org/wiki/Tacker
For help on usage and hacking of Tacker, please send mail to <mailto:openstack-dev@lists.openstack.org> with [Tacker] tag.