Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers.
Project description
Ironic UI
The Ironic UI is a Horizon plugin that will allow users to view and manage bare metal nodes, ports and drivers.
Free software: Apache license
Documentation: http://docs.openstack.org/developer/ironic-ui
Features
View bare metal nodes
View node details
Apply maintenance and power on/off actions to the nodes
Installation Instructions
Please note that the following instructions assume that you have an existing installation of the OpenStack Horizon dashboard application. For Horizon installation please see http://docs.openstack.org/developer/horizon/quickstart.html
Clone the Ironic UI repository:
git clone https://git.openstack.org/openstack/ironic-ui
Change into the root directory of your horizon installation and activate the python virtual environment. Example:
source .venv/bin/activate
Copy the _2200_ironic.py file from ironic_ui/enabled/_2200_ironic.py file to horizon/openstack_dashboard/local/enabled directory. Example, set as if being executed from the root of the ironic-ui repository:
cp ./ironic_ui/enabled/_2200_ironic.py ../horizon/horizon/openstack_dashboard/local/enabled
Change into the ironic-ui repository and package the plugin:
pip install -e .
This will build and install the ironic-ui plugin into the active virtual environment associated with your horizon installation. The plugin is installed in “editable” mode as a link back to your ironic-ui plugin directory.
Also ensure that all packages as per requirements.txt have been installed.
Change back into the horizon repository and bring up your environment:
./run_tests.sh --runserver
The Ironic Bare Metal Provisioning plugin should now be visible in the Horizon navigation.
Uninstallation
To uninstall, use pip uninstall ironic-ui from with-in the horizon virtual environment. You will also need to remove the openstack_dashboard/enabled/_2200_ironic.py file from the horizon installation.
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 ironic_ui-2.2.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54d9aa48f9a1ad32b58887ea86e967c3af434a46a9ee4f436d61465b58336020 |
|
MD5 | 1f49149be4589361dc21b257767ed3aa |
|
BLAKE2b-256 | 9d81acc5dd973373d9829986420a9a1b2360ac1b73ff77125d251d75901c085b |