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.
 
 
 
Go to file
Yi Feng 43b19f6307 Support PVs for k8s cluster with MgmtDriver
Support deploying Kubernetes cluster VNF which has a storage server
with Cinder volume. This feature enables users to deploy CNF which
has PersistentVolume on it. The following changes are added for
MgmtDriver.

1.Create a storage server VM with Cinder volume.
2.Expose Cinder volume as NFS shared directories in the storage
server.
3.Register NFS shared directories as Kubernetes PersistentVolumes.
4.Install NFS client on newly created Master/Worker VMs in all LCM
operations.

Implements: blueprint pv-k8s-cluster
Change-Id: Iaab9b6393e6f2007c637f83a82de0d27cf9db257
2 years ago
api-ref/source Add documents for multi-version API support 2 years ago
contrib/tacker-config Update version of cirros image to 0.5.2 2 years ago
devstack Merge "Update version of cirros image to 0.5.2" 2 years ago
doc Update instructions of installing k8s VIM 2 years ago
etc Multi version API support 2 years ago
playbooks/devstack Update zuul environment to support helm chart 2 years ago
releasenotes Support PVs for k8s cluster with MgmtDriver 2 years ago
roles Fix zuul settings to use latest kuryr-kubernetes 2 years ago
samples Support PVs for k8s cluster with MgmtDriver 2 years ago
tacker Add groups under topology_template in vnf_dict 2 years ago
tools Update references to sys.version_info 2 years ago
.coveragerc Cleanup and fix Tacker coverage 7 years ago
.gitignore Add vnf package conf options and sample config file to docs 4 years ago
.gitreview Update .gitreview for stable/xena 2 years ago
.mailmap import neutron master of cba140daccd7c4f715263cda422d5cec27af069d 9 years ago
.pylintrc import neutron master of cba140daccd7c4f715263cda422d5cec27af069d 9 years ago
.stestr.conf Switch to using stestr 5 years ago
.zuul.yaml Multi version API support 2 years ago
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 3 years ago
HACKING.rst Trivial: Add running tests section to HACKING.rst 5 years ago
LICENSE import neutron master of cba140daccd7c4f715263cda422d5cec27af069d 9 years ago
README.rst Start README.rst with a better title 4 years ago
TESTING.rst Trivial: Update HACKING.rst with stestr 5 years ago
bindep.txt include mariadb, mariadb-server in bindep, for tests 2 years ago
requirements.txt Remove tmp fix for heat-translator/tosca-parser 2 years ago
setup.cfg setup.cfg: Replace dashes with underscores 2 years ago
setup.py Cleanup Python 2.7 support 3 years ago
test-requirements.txt Drop test for lower constraints 2 years ago
tox.ini Multi version API support 2 years ago

README.rst

Tacker

image

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:

Bugs:

Please report bugs at: https://bugs.launchpad.net/tacker

External Resources: