Tacker Horizon UI
Horizon UI for Tacker VNF Manager
License: Apache license
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
Release files for tacker-horizon 13.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tacker_horizon-13.0.0.tar.gz | 101.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tacker_horizon-13.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 306.7 kB
Release files / tacker_horizon-13.0.0.tar.gz
| Download URL | tacker_horizon-13.0.0.tar.gz |
|---|---|
| Size | 101.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b985a31e5dda55d35704b0dbe979e0af6249180ea877533a5e2687bc5a1efc4b
|
|
BLAKE2b-256 checksum How to use checksums |
2fe5d5c1b06930910d2cfde3c47704c322ef9156a328afea2b2fc588edef35e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|
Release files / tacker_horizon-13.0.0-py3-none-any.whl
| Download URL | tacker_horizon-13.0.0-py3-none-any.whl |
|---|---|
| Size | 205.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
234ce5d61d1cb0c4ee23ed2874d70a94bb244fd9490390f17afc3468efb7acb3
|
|
BLAKE2b-256 checksum How to use checksums |
7590cf391607b010b8a9502a8eac60ff84eeb537c82a3dc594e50b0bb1b1652a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|