![]() For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: If445ce96893612ff982394b5b20eee9f79623cc6 |
||
---|---|---|
.stestr | ||
doc | ||
releasenotes | ||
senlin_dashboard | ||
tools | ||
.eslintrc | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
LICENSE | ||
README.rst | ||
_59_toggle_angular_senlin_dashboard.py.example | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
bindep.txt | ||
manage.py | ||
package.json | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
test-shim.js | ||
tox.ini |
README.rst
Team and repository tags
Senlin Dashboard
Senlin Management Dashboard
Project Hosting
- Documentation: https://docs.openstack.org/senlin-dashboard/latest/
- Release notes: https://docs.openstack.org/releasenotes/senlin-dashboard/
- Blueprints: https://blueprints.launchpad.net/senlin-dashboard
- Bugs: https://bugs.launchpad.net/senlin-dashboard
Mailing list
Use [senlin-dashboard]
prefix in subjects with for
faster responses
Code Hosting
Code Review
Installation
Before install the Senlin Dashboard, setup the Horizon. To setup the Horizon, see Installation Guide in the Horizon documentation.
Clone the Senlin Dashboard repository:
$ git clone https://opendev.org/openstack/senlin-dashboard
Copy the
_50_senlin.py
file fromsenlin_dashboard/enabled/_50_senlin.py
file tohorizon/openstack_dashboard/local/enabled
directory. Example, set as if being executed from the root of the senlin-dashboard repository:cp ./senlin_dashboard/enabled/_50_senlin.py ../horizon/openstack_dashboard/local/enabled
Change into the senlin-dashboard repository and package the plugin:
pip install -r requirements.txt -e .
This will build and install the senlin-dashboard plugin into the active virtual environment associated with your horizon installation. The plugin is installed in "editable" mode as a link back to your senlin-dashboard plugin directory.
Devstack Installation
Download DevStack:
$ git clone https://opendev.org/openstack/devstack $ cd devstack
Add following repo as external repositories into your
local.conf
file:[[local|localrc]] #Enable senlin enable_plugin senlin https://opendev.org/openstack/senlin #Enable senlin-dashboard enable_plugin senlin-dashboard https://opendev.org/openstack/senlin-dashboard
Please see the link: https://docs.openstack.org/senlin/latest/install/index.html for more detail about setting Senlin Server.
Run
stack.sh
:$ ./stack.sh
Unit Test
The unit tests can be executed directly from within this Senlin Dashboard plugin project directory by using:
tox
Configuration
Switch to Angularized panels
The panels are ongoing to migrate to AngularJS based. If you would
try them, please copy
_59_toggle_angular_senlin_dashboard.py.example
to
horizon/openstack_dashboard/local_settings.d/_59_toggle_angular_senlin_dashboard.py
and restart Horizon.
For more information on configuration, see Configuration Guide in the Horizon documentation.