eab63f575bcefdc6d492022bd48fd00e46b87722
bindep.txt` to sync with the horizon
horizon recently switch nodeset for a few jobs from focal to debian-bullseye [1] as per the runtime of 2023.1 cycle but looks like 'tacker-horizon-integration-tests' start failing because the firefox package for debian-bullseye is missing in ``bindep.txt``. This patch updates the ``bindep.txt`` file to sync with the horizon. [1] https://review.opendev.org/c/openstack/horizon/+/865453 Change-Id: I06e996fca4192a838233994e97611a545fa2abdb
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
Languages
Python
88.8%
HTML
10.4%
JavaScript
0.6%
Shell
0.2%