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.
![]() The oslo.context emits a warning for attributes that are not listed in
[1] and considered to be deprecated. According to the warning message,
the policy file should be modified to use $(project_id)s instead of
$(tenant_id)s. Also, context.user is deprecated. We should remove lines
using context.user and use context.user_id only.
The following deprecation warnings are gone with the patch:
- context.py💯 DeprecationWarning: Policy enforcement is depending on
the value of tenant_id. This key is deprecated. Please update your
policy file to use the standard policy values.
- test_auth.py:75: DeprecationWarning: Property ‘user’ has moved to
‘user_id’ in version ‘2.6’ and will be removed in version ‘3.0’
[1] https://github.com/openstack/oslo.context/blob/master/oslo_context/context.py#L313-L327
Change-Id: Ib06cd0d54772d17838789943b6a09c581b899435
Closes-Bug: #1976219
(cherry picked from commit
|
11 months ago | |
---|---|---|
api-ref/source | 1 year ago | |
contrib/tacker-config | 2 years ago | |
devstack | 1 year ago | |
doc | 1 year ago | |
etc | 1 year ago | |
playbooks/devstack | 1 year ago | |
releasenotes | 1 year ago | |
roles | 1 year ago | |
samples | 1 year ago | |
tacker | 11 months ago | |
tools | 1 year ago | |
vagrant/devstack | 1 year ago | |
.coveragerc | 7 years ago | |
.gitignore | 4 years ago | |
.gitreview | 1 year ago | |
.mailmap | 9 years ago | |
.pylintrc | 2 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 12 months ago | |
CONTRIBUTING.rst | 3 years ago | |
HACKING.rst | 1 year ago | |
LICENSE | 9 years ago | |
README.rst | 4 years ago | |
TESTING.rst | 5 years ago | |
bindep.txt | 2 years ago | |
requirements.txt | 12 months ago | |
setup.cfg | 1 year ago | |
setup.py | 3 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 12 months 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