Skip to content
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

remove support for Ironic in QuotaPlugins/CapacityPlugins #604

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

majewsky
Copy link
Contributor

It is now only supported to use liquid-ironic for Ironic resources.

  • The FlavorAliases/FlavorTranslationTable feature is removed as it was a) never used and b) only intended for Ironic flavors.

  • The HypervisorTypeRules feature is removed because we only used this in practice to distinguish between hypervisor type none (for baremetal) or vmware. With Ironic removed, this can be replaced by a fixed string.

  • The FlavorNameSelection feature is reduced to a single regex which works out the same in practice. It is not necessary to have multiple regexes here anymore: This was used for category assignment of resources, but this has moved into ResourceBehavior now.

@coveralls
Copy link

coveralls commented Nov 19, 2024

Coverage Status

coverage: 79.015%. remained the same
when pulling 64eddea on remove-ironic-plugins
into e4407e3 on master.

It is now only supported to use liquid-ironic for Ironic resources.

- The FlavorAliases/FlavorTranslationTable feature is removed as it was
  a) never used and b) only intended for Ironic flavors.

- The HypervisorTypeRules feature is removed because we only used this
  in practice to distinguish between hypervisor type `none` (for
  baremetal) or `vmware`. With Ironic removed, this can be replaced by a
  fixed string.

- The FlavorNameSelection feature is reduced to a single regex which
  works out the same in practice. It is not necessary to have multiple
  regexes here anymore: This was used for category assignment of
  resources, but this has moved into ResourceBehavior now.
@majewsky majewsky force-pushed the remove-ironic-plugins branch from d52a685 to 64eddea Compare November 19, 2024 14:53
@majewsky
Copy link
Contributor Author

@Varsius FYI - Please use this as a guide for what needs to be carried over into liquid-nova.

@majewsky majewsky merged commit 2447a77 into master Nov 21, 2024
7 checks passed
@majewsky majewsky deleted the remove-ironic-plugins branch November 21, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants