Horizon UI for NFV Orchestration (Tacker)
Go to file
manchandavishal 88cc477b7a Drop py35 jobs
Python 3.5 was the target runtime for the Rocky release. The current
target py3 runtime for Stein is Python 3.6, so there is no reason to
keep testing against the older version.

https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein

Change-Id: I93d11fce8c51ed7b8b8ac65413a2b0b399be5e5e
2019-03-12 10:14:33 +00:00
doc Update http link to https link 2018-11-12 10:19:48 +08:00
tacker_horizon Update hacking version 2019-01-30 10:56:37 +00:00
test Add test dir to tox runs 2015-06-04 16:45:07 -07:00
.gitignore Add .idea/ to tacker-horizon .gitignore 2016-07-08 21:28:42 +05:30
.gitreview Update .gitreview for new namespace 2015-10-17 22:40:52 +00:00
.mailmap Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
.zuul.yaml Drop py35 jobs 2019-03-12 10:14:33 +00:00
CONTRIBUTING.rst Update the outdated links in repo 2018-02-21 17:06:36 +09:00
HACKING.rst Update the outdated links in repo 2018-02-21 17:06:36 +09:00
LICENSE Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
MANIFEST.in Add missing files for rpm-packaging 2017-02-10 14:22:03 +08:00
README.rst Fix format errors in README 2018-08-16 14:32:38 +09:00
babel-django.cfg Add translation support for tacker-horizon 2016-02-21 04:28:37 -05:00
babel-djangojs.cfg Update the outdated links in repo 2018-02-21 17:06:36 +09:00
lower-constraints.txt Use template for lower-constraints 2018-12-21 09:02:56 +01:00
manage.py Fix compress failure 2018-08-02 11:43:18 +09:00
requirements.txt Remove use_mox directive 2018-09-07 07:11:53 -04:00
setup.cfg update python version in setup.cfg 2019-01-31 13:05:58 +00:00
setup.py Updated from global requirements 2017-03-07 02:07:19 +00:00
test-requirements.txt Update hacking version 2019-01-30 10:56:37 +00:00
tox.ini Update tox.ini for python3 2019-02-27 12:28:15 +00:00

README.rst

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://github.com/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