Skip to main content

HPE Storage Plug-in for Horizon

Project description

======================
horizon-hpe-storage-ui
======================

Hewlett Packard Enterprise Storage Dashboard

* Free software: Apache license

Overview
========

This plug-in extends the OpenStack Horizon Dashboard.

It adds an "HPE Storage" panel to the Admin dashboard. When this panel is selected,
the associated window will have tabs to manage/view HPE Storage related data. One of
these tabs will be labeled "3PAR SSMC Links", which will allow an admin user
to associate an HPE 3PAR SSMC instance with an OpenStack storage backend (as defined
by /etc/cinder/cinder.conf).

Requirements
============

The OpenStack Barbican service is required for this plug-in.
(see https://wiki.openstack.org/wiki/Barbican)

The HPE Storage Diagnostic Tool must be installed to enable the "Cinder Diagnostics" features of this plug-in.
(see https://pypi.python.org/pypi/cinderdiags)

This plug-in is only intended for use on systems running Horizon.

Installation instructions
=========================

With Devstack
------------
Add the following to your Devstack local.conf file

::

enable-plugin barbican https://github.com/openstack/barbican.git
enable_plugin horizon-hpe-storage-ui https://github.com/hpe-storage/horizon-hpe-storage-ui.git

With Horizon
------------

::

git clone http://github.com/openstack/horizon.git
git clone https://github.com/hpe-storage/horizon-hpe-storage-ui.git
cd horizon
./run_tests.sh -f
cp ./openstack_dashboard/local/local_settings.py.example ./opentstack_dashboard/local/local_settings.py
pushd ../horizon-hpe-storage-ui
../horizon/tools/with_venv.sh pip install --upgrade .
cp -a horizon_hpe_storage/enabled/* ../horizon/openstack_dashboard/local/enabled
popd

# Start test server
./run_tests.sh --runserver 127.0.0.1:18000


After reloading the Horizon dashboard in your browser, log-in as an "Admin" user. If the plug-in
was successfully loaded, you should see a new "HPE Storage" panel listed at the bottom of the "Admin"
section.

Uninstalling the plug-in
------------------------

Uninstall the python package and remove the config files::

sudo pip uninstall horizon-hpe-storage-ui
rm horizon/openstack_dashboard/local/enabled/_999_hpe_storage_admin_panel.*

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

horizon-hpe-storage-ui-1.3.1.tar.gz (39.4 kB view hashes)

Uploaded Source

Built Distribution

horizon_hpe_storage_ui-1.3.1-py2-none-any.whl (74.3 kB view hashes)

Uploaded Python 2

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