Jump to: navigation, search

Difference between revisions of "Tacker/Installation"

(Tacker Installation Guide)
Line 6: Line 6:
 
git clone -b stable/kilo https://github.com/openstack-dev/devstack
 
git clone -b stable/kilo https://github.com/openstack-dev/devstack
  
3) A sample local.conf is placed at https://github.com/stackforge/tacker/devstack/samples/local.conf.sample. Copy the local.conf in to devstack directory and customize it based on your environment settings.
+
3) A sample local.conf is placed at https://github.com/stackforge/tacker/devstack/samples/local.conf.sample. Copy the local.conf in to devstack directory and customize it based on your environment settings. The local.conf file should contain the enable_plugin tacker line.
  
 
4) Run stack.sh
 
4) Run stack.sh

Revision as of 01:11, 14 July 2015

Tacker Installation Guide

1) Pull devstack repo for stable kilo branch

git clone -b stable/kilo https://github.com/openstack-dev/devstack

3) A sample local.conf is placed at https://github.com/stackforge/tacker/devstack/samples/local.conf.sample. Copy the local.conf in to devstack directory and customize it based on your environment settings. The local.conf file should contain the enable_plugin tacker line.

4) Run stack.sh

Tacker Usage Guide

1) Follow the examples in tacker-vnf.sh exercise file to try out tacker commands,

https://github.com/srics/devstack/blob/tacker-devstack/exercises/tacker-vnf.sh,

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}

2) If command-line tacker works fine, try out Tacker using Horizon (NFV left menu entry)