Go to file
Yasufumi Ogawa 4f35c40a39 Quick fix for installation guide
You failed to install tacker-horizon as following [1] because it
doesn't support python3 completely. This update is to fix the
installation.

[1] https://docs.openstack.org/tacker-horizon/latest/install/index.html#manual-installation

Change-Id: Id69c80822752b0f972d6e2ccf87e2921acd1d04b
Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
2020-07-19 14:24:32 +00:00
2020-07-19 14:24:32 +00:00
2015-06-04 16:45:07 -07:00
2019-04-19 19:34:50 +00:00
2017-02-10 14:22:03 +08:00
2020-04-24 18:19:09 +00:00
2018-02-21 17:06:36 +09:00
2017-02-10 14:22:03 +08:00
2020-07-19 14:24:32 +00:00
2020-01-08 02:07:46 +00:00
2019-11-13 23:09:05 +00:00
2017-03-07 02:07:19 +00:00
2020-05-15 15:10:49 +00:00
2020-01-08 02:07:46 +00:00

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
Description
Horizon UI for NFV Orchestration (Tacker)
Readme 3.9 MiB
Languages
Python 88.8%
HTML 10.4%
JavaScript 0.6%
Shell 0.2%