-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate use of Ironic Horizon plugin #545
Comments
@tzumainn when do you foresee this work being done and what do you estimate the effort would be? |
Ah, this is targeted towards the forthcoming intern; I'll work with him on establishing an estimate. |
We got a Horizon development environment set up and managed to get the Ironic_ui plugin installed and working too. However, we won't be using the plugin because some of the features that we want to give to esi lessee users aren't in there. Instead, we will be creating out own plugin from scratch with some inspiration from the Ironic-UI plugin. Horizon Install InstructionsThis is a Centos 9 Stream guide Requirements
Read more here: https://docs.openstack.org/horizon/latest/install/system-requirements.html Setup
Read more here: https://docs.openstack.org/horizon/latest/contributor/quickstart.html#quickstart Editing local_settings.py
Enabling SSL
Deploying on ESI NodeThis assumes that you have already gone through setting up a node.
Ironic-UI Install InstructionsFollow instructions here https://docs.openstack.org/ironic-ui/latest/install/installation.html. In order to run Horizon with the Ironic-UI plugin, simply rerun the server just as you have been doing with the tox command above. NOTE: This basic installation of Ironic-UI will only be shown to admin users. Extra steps will be needed for other users to see the panel. |
Nicely thorough - thanks for doing this! |
Horizon documentation can be found at https://docs.openstack.org/horizon/latest/
In theoooory I think you should be able to install Horizon locally, and point it at the MOC ESI endpoint.
The documentation for the Ironic plugin is: https://docs.openstack.org/ironic-ui/latest/
The text was updated successfully, but these errors were encountered: