diff --git a/releasenotes/notes/Inspector_rules_API_does_not_return_all_attributes-98a9765726c405d5.yaml b/releasenotes/notes/Inspector_rules_API_does_not_return_all_attributes-98a9765726c405d5.yaml index 1b5a743f5..d1f05b633 100644 --- a/releasenotes/notes/Inspector_rules_API_does_not_return_all_attributes-98a9765726c405d5.yaml +++ b/releasenotes/notes/Inspector_rules_API_does_not_return_all_attributes-98a9765726c405d5.yaml @@ -1,5 +1,5 @@ --- features: - | - Querying **inspector** rules API now also returns the ``invert`` and + Querying **ironic-inspector** rules API now also returns the ``invert`` and ``multiple`` attributes of the associated conditions. diff --git a/releasenotes/notes/active_states_timeout-3e3ab110870483ec.yaml b/releasenotes/notes/active_states_timeout-3e3ab110870483ec.yaml index da54c8b42..eb2e05e98 100644 --- a/releasenotes/notes/active_states_timeout-3e3ab110870483ec.yaml +++ b/releasenotes/notes/active_states_timeout-3e3ab110870483ec.yaml @@ -1,4 +1,6 @@ --- -other: +fixes: - | - Allow a timeout to happen while a node inspection is in any active state. + Timeout in an active state led to an + `undefined transition error `_. + This is fixed and an introspection finishes now with ``Timeout`` error. diff --git a/releasenotes/notes/add-disabled-option-to-add-ports-f8c6c9b3e6797652.yaml b/releasenotes/notes/add-disabled-option-to-add-ports-f8c6c9b3e6797652.yaml index 6f648566f..79fd2ccc5 100644 --- a/releasenotes/notes/add-disabled-option-to-add-ports-f8c6c9b3e6797652.yaml +++ b/releasenotes/notes/add-disabled-option-to-add-ports-f8c6c9b3e6797652.yaml @@ -1,5 +1,5 @@ --- features: - | - Add ``disabled`` option to add_ports, so discovered nodes can be created - without create ports. + Add ``disabled`` option to ``add_ports``, so discovered nodes can be + created without creating ports. diff --git a/releasenotes/notes/add-lldp-plugin-dependency-c323412654f71b3e.yaml b/releasenotes/notes/add-lldp-plugin-dependency-c323412654f71b3e.yaml index b96d16467..0b737339d 100644 --- a/releasenotes/notes/add-lldp-plugin-dependency-c323412654f71b3e.yaml +++ b/releasenotes/notes/add-lldp-plugin-dependency-c323412654f71b3e.yaml @@ -1,6 +1,5 @@ --- features: - | - Add a check from the link_local_connection plugin to use data stored by the - lldp_basic plugin to avoid having to parse the LLDP packets twice. - + Add a check from the ``link_local_connection`` plugin to use data stored by + the ``lldp_basic``; this avoids parsing the LLDP packets twice. diff --git a/releasenotes/notes/add-node-state-to-introspection-api-response-85fb7f4e72ae386a.yaml b/releasenotes/notes/add-node-state-to-introspection-api-response-85fb7f4e72ae386a.yaml index 92c51f159..9b708e131 100644 --- a/releasenotes/notes/add-node-state-to-introspection-api-response-85fb7f4e72ae386a.yaml +++ b/releasenotes/notes/add-node-state-to-introspection-api-response-85fb7f4e72ae386a.yaml @@ -1,4 +1,4 @@ --- features: - - Adds node state to the GET /v1/introspection/ and - GET /v1/introspection API response data. + - Adds node state to the ``GET /v1/introspection/`` and + ``GET /v1/introspection`` API response data. diff --git a/releasenotes/notes/add-transition-starting-error-on-timeout-904aeeeb319ecb2b.yaml b/releasenotes/notes/add-transition-starting-error-on-timeout-904aeeeb319ecb2b.yaml deleted file mode 100644 index b268f7c19..000000000 --- a/releasenotes/notes/add-transition-starting-error-on-timeout-904aeeeb319ecb2b.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -fixes: - - | - Timeout event on ``starting`` state lead to undefined transition error. diff --git a/releasenotes/notes/ipmi-credentials-removal-0021f89424fbf7a3.yaml b/releasenotes/notes/ipmi-credentials-removal-0021f89424fbf7a3.yaml index b9a6b77c0..50f8300a8 100644 --- a/releasenotes/notes/ipmi-credentials-removal-0021f89424fbf7a3.yaml +++ b/releasenotes/notes/ipmi-credentials-removal-0021f89424fbf7a3.yaml @@ -2,7 +2,8 @@ upgrade: - | Experimental setting IPMI credentials support was removed from all versions - of the API. The current API version was bumped to 1.12 to mark this change. + of the API. The current **ironic-inspector** API version was bumped to + `1.12` to mark this change. - | The default API version was synchronized with the current API version again after removal of the IPMI credentials setting. diff --git a/releasenotes/notes/pgsql-imperative-enum-dda76f150a205d0a.yaml b/releasenotes/notes/pgsql-imperative-enum-dda76f150a205d0a.yaml index 7db046957..bfef0f6a9 100644 --- a/releasenotes/notes/pgsql-imperative-enum-dda76f150a205d0a.yaml +++ b/releasenotes/notes/pgsql-imperative-enum-dda76f150a205d0a.yaml @@ -1,5 +1,6 @@ --- fixes: - | - Create the node_state enum explicitly in the migration, as it is required - by PostgreSQL + For postgreSQL, the database migration command ``ironic-inspector-dbsync upgrade`` always + failed (with `enum NODE_STATE does not exist `_). + This is fixed and the migration now works. diff --git a/releasenotes/notes/pxe-enabled-cbc3287ebe3fcd49.yaml b/releasenotes/notes/pxe-enabled-cbc3287ebe3fcd49.yaml index aaa164b99..1ceab1944 100644 --- a/releasenotes/notes/pxe-enabled-cbc3287ebe3fcd49.yaml +++ b/releasenotes/notes/pxe-enabled-cbc3287ebe3fcd49.yaml @@ -6,4 +6,4 @@ features: discovered and existing ports are affected. upgrade: - | - Bare metal API version '1.19' is now required. + Bare metal API version `1.19` is now required. diff --git a/releasenotes/notes/remove-deprecated-conf-opts-361ab0bb342f0e7e.yaml b/releasenotes/notes/remove-deprecated-conf-opts-361ab0bb342f0e7e.yaml index b34286ce2..3dde521f2 100644 --- a/releasenotes/notes/remove-deprecated-conf-opts-361ab0bb342f0e7e.yaml +++ b/releasenotes/notes/remove-deprecated-conf-opts-361ab0bb342f0e7e.yaml @@ -1,7 +1,6 @@ --- upgrade: - | - Removes deprecated configuration options: ``introspection_delay_drivers`` - from the DEFAULT section and ``log_bmc_address`` from the ``processing`` - section. + Removes deprecated configuration options: ``introspection_delay_drivers`` from the + default section and ``log_bmc_address`` from the ``processing`` section. diff --git a/releasenotes/notes/status-removal-fa1d9a98ffad9f60.yaml b/releasenotes/notes/status-removal-fa1d9a98ffad9f60.yaml index 226102f4f..9a385b087 100644 --- a/releasenotes/notes/status-removal-fa1d9a98ffad9f60.yaml +++ b/releasenotes/notes/status-removal-fa1d9a98ffad9f60.yaml @@ -5,7 +5,7 @@ upgrade: removed if a node is removed from Ironic. deprecations: - | - The ``node_status_keep_time`` configuration option is deprecated. Now that - we can remove status information about nodes removed from **ironic**, this - option does not make much sense, and maybe be confusing (see `bug 1695858 - `_). + The ``node_status_keep_time`` configuration option is deprecated. + Now that we can remove status information about nodes removed from + **ironic**, this option does not make much sense, + and `may be confusing `_