-
Notifications
You must be signed in to change notification settings - Fork 23
feat: add ironic environment mixins
#1729
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
base: stackhpc/2025.1
Are you sure you want to change the base?
Conversation
ea94fab to
ba4853e
Compare
|
I'm a big fan of this approach. What do you need to get this out of draft? |
I think there a some further additions that could be included here. Horizon fixes (scopes and configuration drive default) Some documentation. I think something for the SKC docs but also something in environment such as small README.md to summerise what the stack does/doesn't do and what you need to do if include it. |
ba4853e to
44d7661
Compare
44d7661 to
d8b14e4
Compare
d8b14e4 to
75a4a70
Compare
75a4a70 to
ef06398
Compare
ef06398 to
9121fb8
Compare
Introduce the `stack-ironic` environment mixin. This environment is intended to be used as an environment mixin that other environments depend upon. It implements configuration for the `Ironic` service such that hardware support for `idrac`, `ipmi` and `redfish`. - Drop in support for ironic configuration - Apply sensible tweaks to `ironic` services - Add playbook for adding port groups Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>
9121fb8 to
4c92eae
Compare
Add support for environment mixins that capture the configuration behind
ironicfor bothredfish,idracandipmi. It is expected the users environments will depend onstack-ironicand will simply add the nodes to the relevant groups.