Horizon UI for NFV Orchestration (Tacker)
Go to file
Nguyen Hai b237df0434 Add Default VIM value column in VIM Management
Please see the results at:
https://pasteboard.co/H8waCde.png

Change-Id: I0b6331ab487e8af24f0e7ac3cc216c10e304fe0c
2018-02-28 15:58:47 +09:00
tacker_horizon Add Default VIM value column in VIM Management 2018-02-28 15:58:47 +09:00
test Add test dir to tox runs 2015-06-04 16:45:07 -07:00
.gitignore Add .idea/ to tacker-horizon .gitignore 2016-07-08 21:28:42 +05:30
.gitreview Update .gitreview for new namespace 2015-10-17 22:40:52 +00:00
.mailmap Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
CONTRIBUTING.rst Update the outdated links in repo 2018-02-21 17:06:36 +09:00
HACKING.rst Update the outdated links in repo 2018-02-21 17:06:36 +09:00
LICENSE Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
MANIFEST.in Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
README.rst Merge "Update the outdated links in repo" 2018-02-28 03:03:25 +00:00
babel-django.cfg Add translation support for tacker-horizon 2016-02-21 04:28:37 -05:00
babel-djangojs.cfg Update the outdated links in repo 2018-02-21 17:06:36 +09:00
manage.py Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
requirements.txt Updated from global requirements 2018-01-18 03:36:34 +00:00
setup.cfg Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
setup.py Updated from global requirements 2017-03-07 02:07:19 +00:00
test-requirements.txt Updated from global requirements 2018-01-18 03:36:34 +00:00
tox.ini Update the outdated links in repo 2018-02-21 17:06:36 +09:00

README.rst

Team and repository tags

image

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.

  1. Clone tacker-horizon repository.
cd ~/
git clone https://github.com/openstack/tacker-horizon -b <branch_name>
  1. Install horizon module.
cd tacker-horizon
sudo python setup.py install
  1. Enable tacker horizon in dashboard.
sudo cp tacker_horizon/enabled/* \
    /opt/stack/horizon/openstack_dashboard/enabled/
  1. 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