1.9 KiB
1.9 KiB
Install via Devstack
If there is no preference, it is recommended to install Tacker from master branch.
Install from master
Download DevStack:
$ git clone https://git.openstack.org/openstack-dev/devstack $ cd devstackAdd this repo as an external repository into your
local.conffile:[[local|localrc]] enable_plugin tacker https://git.openstack.org/openstack/tackerRun
stack.sh:$ stack.sh
Install from Liberty
Download DevStack liberty branch:
$ git clone -b stable/liberty https://git.openstack.org/openstack-dev/devstack $ cd devstackAdd this repo as an external repository into your
local.conffile:[[local|localrc]] enable_plugin tacker https://git.openstack.org/openstack/tacker stable/libertyRun
stack.sh:$ stack.sh
Multi Node Environment
In a multi-node devstack environment where controller, network and compute nodes are separate, some neutron agents should not be installed in the controller node. In such cases, use the following local.conf setting to disable neutron agents in the controller node:
[[local|localrc]]
TACKER_NEUTRON_AGENTS=''