Jump to: navigation, search

Difference between revisions of "Tacker/Installation"

(Tacker Usage Guide)
 
(20 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
== Tacker Installation Guide  ==
  
== Tacker Installation Guide ==
+
For Tacker to work, the system consists of two parts, one is tacker system and another is VIM systems. Tacker system can be installed (here just some ways are listed):
  
1) Pull devstack repo for stable kilo branch
+
via Devstack, which is usually used by developers: https://docs.openstack.org/tacker/latest/install/devstack.html
  
git clone -b stable/kilo https://github.com/openstack-dev/devstack
+
via Tacker source code manually: https://docs.openstack.org/tacker/latest/install/manual_installation.html
  
3) A sample local.conf is placed at https://github.com/stackforge/tacker/blob/master/devstack/samples/local.conf.example. Copy the local.conf in to devstack directory and customize it based on your environment settings. Note, the local.conf file should contain the "enable_plugin tacker" line.
+
via Kolla installation: https://docs.openstack.org/tacker/latest/install/kolla.html
 
 
4) Run stack.sh
 
  
 
== Tacker Usage Guide ==
 
== Tacker Usage Guide ==
  
1) Sample TOSCA YAML files are placed in https://github.com/stackforge/tacker/tree/master/devstack/samples. A simple set of vnfd-create, vnf-create and vnf-update commands are shown below.
+
1) Sample TOSCA YAML files are placed in https://opendev.org/openstack/tacker/src/branch/master/samples  
 
 
tacker vnfd-create --name ${VNFD_NAME} --vnfd "${VNFD_TOSCA_YAML}
 
 
 
tacker vnf-create --name vnf-name --vnfd-id ${VNFD_ID}
 
  
tacker vnf-update  --config "${CONFIG_DATA_YAML} ${VNFD_ID}
+
The NFV-orchestration cli-reference is available at https://docs.openstack.org/ocata/cli-reference/tacker.html
  
2) If command-line tacker works fine, try out Tacker using Horizon (NFV left menu entry)
+
2) Tacker using Horizon (NFV left menu entry)

Latest revision as of 04:48, 1 June 2021

Tacker Installation Guide

For Tacker to work, the system consists of two parts, one is tacker system and another is VIM systems. Tacker system can be installed (here just some ways are listed):

via Devstack, which is usually used by developers: https://docs.openstack.org/tacker/latest/install/devstack.html

via Tacker source code manually: https://docs.openstack.org/tacker/latest/install/manual_installation.html

via Kolla installation: https://docs.openstack.org/tacker/latest/install/kolla.html

Tacker Usage Guide

1) Sample TOSCA YAML files are placed in https://opendev.org/openstack/tacker/src/branch/master/samples

The NFV-orchestration cli-reference is available at https://docs.openstack.org/ocata/cli-reference/tacker.html

2) Tacker using Horizon (NFV left menu entry)