Rate This Document
Findability
Accuracy
Completeness
Readability

Installing ironic-ui

The ironic-ui component is a plugin of the OpenStack Horizon service and can be used to perform graphical operations on the BMS management node. It is required that the Horizon component has been installed.

Install ironic-ui on the node where Horizon is installed. In this document, Horizon is installed on the controller node. Therefore, ironic-ui is installed on the controller node.

  1. Download the ironic-ui source code.
    1
    2
    3
    cd /usr/lib/python2.7/site-packages/
    git clone https://opendev.org/openstack/ironic-ui -b stein-eol
    cd ironic-ui
    
  2. Copy the _2200_ironic.py file to the Horizon enabling directory.
    1
    cp ./ironic_ui/enabled/_2200_ironic.py  /usr/share/openstack-dashboard/openstack_dashboard/local/enabled/
    
  3. Install ironic-ui.
    1
    pip install -r requirements.txt -e .
    
  4. Restart the httpd service.
    1
    systemctl restart httpd