Horizon Plugin for Congress
Project description
Horizon Plugin for Congress
Congress Dashboard is an extension for OpenStack Dashboard that provides a UI for Congress. With congress-dashboard, a user is able to easily write the policies and rules for governance of cloud.
Free software: Apache license
Documentation: https://docs.openstack.org/congress-dashboard/latest/
Release notes: https://docs.openstack.org/releasenotes/congress-dashboard/
Enabling in DevStack
Add this repo as an external repository into your local.conf file:
[[local|localrc]] enable_plugin congress https://github.com/openstack/congress
Manual Installation
The following below instructions assumes that Horizon is already installed and its installation folder is <horizon>. Detailed information on how to install Horizon can be found at https://docs.openstack.org/horizon/latest/contributor/quickstart.html#setup.
The installation folder of Congress Dashboard will be referred to as <congress-dashboard>.
Clone Congress-Dashboard
$ git clone https://github.com/openstack/congress-dashboard.git
$ cd congress-dashboard
Install requirements
$ sudo pip install .
Install Source code
$ sudo python setup.py install
And enable it in Horizon
$ ln -s <congress-dashboard>/congress_dashboard/enabled/_50_policy.py <horizon>/openstack_dashboard/local/enabled
$ ln -s <congress-dashboard>/congress_dashboard/enabled/_60_policies.py <horizon>/openstack_dashboard/local/enabled
$ ln -s <congress-dashboard>/congress_dashboard/enabled/_70_datasources.py <horizon>/openstack_dashboard/local/enabled
$ ln -s <congress-dashboard>/congress_dashboard/enabled/_75_monitoring.py <horizon>/openstack_dashboard/local/enabled
$ ln -s <congress-dashboard>/congress_dashboard/enabled/_80_library.py <horizon>/openstack_dashboard/local/enabled
Restart Apache server
$ sudo service apache2 restart
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for congress-dashboard-5.0.0.0rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb76ae690b4ce067f458bfa2cc9311f5117f7b842d5a88a0c23510e596eceb58 |
|
MD5 | 74976026f69da42e3985b00295c2793b |
|
BLAKE2b-256 | 84d522c45af0cc2005f89558dd4372964d287a7c9c50a6740d0f17058309b376 |
Hashes for congress_dashboard-5.0.0.0rc1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5919044d2ea96ab1f0815937f117b35e118ba1f1856567fbda8356d36669cc47 |
|
MD5 | 485291fe31abc0c1ef1588a5e4632d6f |
|
BLAKE2b-256 | f1611407d2d39aca7e185d3420b3f350c124c67343dd5a425476acb552c4c518 |