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.
![]() |
3 months ago | |
---|---|---|
doc | 2 years ago | |
releasenotes/notes | 4 years ago | |
tacker_horizon | 5 months ago | |
test | 8 years ago | |
tools | 2 years ago | |
.gitignore | 7 years ago | |
.gitreview | 4 years ago | |
.mailmap | 6 years ago | |
.zuul.yaml | 9 months ago | |
CONTRIBUTING.rst | 5 years ago | |
HACKING.rst | 5 years ago | |
LICENSE | 6 years ago | |
MANIFEST.in | 6 years ago | |
README.rst | 4 years ago | |
babel-django.cfg | 3 years ago | |
babel-djangojs.cfg | 3 years ago | |
bindep.txt | 3 months ago | |
manage.py | 3 years ago | |
requirements.txt | 1 year ago | |
setup.cfg | 6 months ago | |
setup.py | 6 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 5 months ago |
README.rst
Team and repository tags
Tacker Horizon UI
Horizon UI for Tacker VNF Manager
- License: Apache license
- Source: https://opendev.org/openstack/tacker-horizon
- Bugs: https://bugs.launchpad.net/tacker
- Tacker-horizon docs: https://docs.openstack.org/tacker-horizon/latest/
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