forked from openstack/nova
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The use_baremetal_filters and baremetal_enabled_filters options along with the ExactRamFilter, ExactCoreFilter and ExactDiskFilter filters were all deprecated in Pike: I843353427c90142a366ae9ca63ee4298b4f3ecd4 The IronicHostManager is configurable and relies on those options, so if those options are deprecated then the IronicHostManager should also be deprecated. The sticky part with this is going to be filters that don't work with ironic nodes today, like the NUMATopologyFilter, so a note is left in the use_baremetal_filters option code to remind us that we can't likely remove any of this until all filters work with ironic nodes. Change-Id: Iebc74a09990dcda8cf0ee2a41f9ae1058d2a182a
- Loading branch information
Showing
4 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
releasenotes/notes/deprecate-ironic-host-manager-bacb8d7b1e318e37.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
deprecations: | ||
- | | ||
The `IronicHostManager` is now deprecated along with the | ||
``[scheduler]/host_manager`` option of ``ironic_host_manager``. | ||
As of the 16.0.0 Pike release, the ``ExactRamFilter``, ``ExactCoreFilter``, | ||
and ``ExactDiskFilter`` scheduler filters are all deprecated along with | ||
the ``[scheduler]/use_baremetal_filters`` and | ||
``[scheduler]/baremental_enabled_filters`` options. Deployments should | ||
migrate to using resource classes with baremetal flavors as described in | ||
the ironic install guide: | ||
https://docs.openstack.org/ironic/latest/install/configure-nova-flavors.html#scheduling-based-on-resource-classes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters