Skip to main content

Tacker extension for Horizon

Project description

https://governance.openstack.org/tc/badges/tacker-horizon.svg

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tacker-horizon-5.0.0.0rc1.tar.gz (65.7 kB view hashes)

Uploaded Source

Built Distribution

tacker_horizon-5.0.0.0rc1-py3-none-any.whl (104.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page