Metadata-Version: 2.0
Name: horizon-hpe-storage-ui
Version: 1.2.0
Summary: HPE Storage Plug-in for Horizon
Home-page: https://github.com/hpe-storage/horizon-hpe-storage-ui
Author: HPE Storage Cloud Team
Author-email: richard.hagarty@hpe.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: cinderdiags (>=0.0.2)

======================
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 HP Storage related data. One of
these tabs will be labeled "3PAR SSMC Links", which will allow an admin user
to associate an HP 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.*



