Tacker: ETSI MANO NFV Orchestrator / VNF Manager. See https://wiki.openstack.org/wiki/Tacker
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() A recent devstack change [1] has switched off the creation of an admin endpoint for keystone, which we need. Create it again until we update Tacker to stop using it. And devstack patch [2] has stopped creating userrc_early and If we do not use OS_CLOUD, we must override the --os-cloud option of the openstack command. So, this patch fixes to set default OS_CLOUD setting overridden. And for UUID formatting checks in db/types.py, fix to use first element for List, since value may be passed as a List. [1] https://review.opendev.org/c/openstack/devstack/+/735472 [2] https://review.opendev.org/c/openstack/devstack/+/780417 Change-Id: I39be7c48aca4be9a4e0bcec6dc6fa45b11c623b3 |
2 years ago | |
---|---|---|
api-ref/source | 2 years ago | |
contrib/tacker-config | 2 years ago | |
devstack | 2 years ago | |
doc | 2 years ago | |
etc | 2 years ago | |
playbooks/devstack | 2 years ago | |
releasenotes | 2 years ago | |
roles | 2 years ago | |
samples | 2 years ago | |
tacker | 2 years ago | |
tools | 2 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 4 years ago | |
.gitreview | 4 years ago | |
.mailmap | 9 years ago | |
.pylintrc | 9 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 2 years ago | |
CONTRIBUTING.rst | 3 years ago | |
HACKING.rst | 5 years ago | |
LICENSE | 9 years ago | |
README.rst | 4 years ago | |
TESTING.rst | 5 years ago | |
bindep.txt | 2 years ago | |
lower-constraints.txt | 2 years ago | |
requirements.txt | 2 years ago | |
setup.cfg | 2 years ago | |
setup.py | 3 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 2 years ago |
README.rst
Tacker
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://opendev.org/openstack/tacker
- Tacker Python client: https://opendev.org/openstack/python-tackerclient
- Tacker Horizon UI: https://opendev.org/openstack/tacker-horizon
Bugs:
Please report bugs at: https://bugs.launchpad.net/tacker
External Resources:
- Tacker Wiki: https://wiki.openstack.org/wiki/Tacker
- Tacker Blueprints: https://blueprints.launchpad.net/tacker
- For help on usage and hacking of Tacker, please send an email to OpenStack-dev Mailing List <mailto:openstack-discuss@lists.openstack.org> with [openstack-dev] [Tacker] tag.
- To get release notes: Tacker Release Notes