Horizon UI for NFV Orchestration (Tacker)
d470215703
Change-Id: Idaa3272fb5ce30007c78d5e5030fdca16289680b Closes-bug: #1756879 |
||
---|---|---|
tacker_horizon | ||
test | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
manage.py | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Tacker Horizon UI
Horizon UI for Tacker VNF Manager
Installation
Note: The paths we are using for configuration files in these steps are with reference to Ubuntu Operating System. The paths may vary for other Operating Systems.
The branch_name which is used in commands, specify the branch_name as stable/<branch> for any stable branch installation. For eg: stable/queens, stable/pike. If unspecified the default will be master branch.
- Clone tacker-horizon repository.
cd ~/ git clone https://github.com/openstack/tacker-horizon -b <branch_name>
- Install horizon module.
cd tacker-horizon sudo python setup.py install
- Enable tacker horizon in dashboard.
sudo cp tacker_horizon/enabled/* \ /opt/stack/horizon/openstack_dashboard/enabled/
- Restart Apache server.
sudo service apache2 restart
More Information
[1] Tacker Documentation: https://docs.openstack.org/tacker/ [2] Tacker Wiki: https://wiki.openstack.org/wiki/Tacker