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.
- 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
- Copy the _2200_ironic.py file to the Horizon enabling directory.
1cp ./ironic_ui/enabled/_2200_ironic.py /usr/share/openstack-dashboard/openstack_dashboard/local/enabled/
- Install ironic-ui.
1pip install -r requirements.txt -e .
- Restart the httpd service.
1systemctl restart httpd
Parent topic: (Optional) Installing Related Components