Horizon UI for NFV Orchestration (Tacker)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Zuul 555d3ed3e6 Merge "Update ``bindep.txt`` to sync with the horizon" 3 months ago
doc Remove broken link from tacker horizon guide 2 years ago
releasenotes/notes Drop python 2.7 support and testing 4 years ago
tacker_horizon Address RemovedInDjango40Warning 5 months ago
test Add test dir to tox runs 8 years ago
tools Add tacker-horizon integration test framework 2 years ago
.gitignore Add .idea/ to tacker-horizon .gitignore 7 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Add missing files for rpm-packaging 6 years ago
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 9 months ago
CONTRIBUTING.rst Update the outdated links in repo 5 years ago
HACKING.rst Update the outdated links in repo 5 years ago
LICENSE Add missing files for rpm-packaging 6 years ago
MANIFEST.in Add missing files for rpm-packaging 6 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
babel-django.cfg translation: drop babel extractor definitions 3 years ago
babel-djangojs.cfg translation: drop babel extractor definitions 3 years ago
bindep.txt Update ``bindep.txt`` to sync with the horizon 3 months ago
manage.py Quick fix for installation guide 3 years ago
requirements.txt Drop lower-constraints.txt and its testing 1 year ago
setup.cfg Update python classifier for python 3.10 6 months ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Add tacker-horizon integration test framework 2 years ago
tox.ini Address RemovedInDjango40Warning 5 months ago

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. The installation of tacker-horizon is as following steps.

Clone tacker-horizon repository.
cd ~/
git clone https://opendev.org/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/
Collect and compress static files.
./manage.py collectstatic --noinput
echo yes | ./manage.py compress
Restart Apache server using Upstart.
sudo service apache2 restart
Or restart Apache server using Systemd.
sudo systemctl restart apache2