diff --git a/releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml b/releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml new file mode 100644 index 00000000..88e21e6f --- /dev/null +++ b/releasenotes/notes/bug-1648548-6e846a0c1e1574aa.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Support has been added for inspecting nodes. For a node that is in the + ``manageable`` state, its action menu will include an ``Inspect`` button. + Node action menus are located in the node-list and node-detail pages. diff --git a/releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml b/releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml new file mode 100644 index 00000000..d5b0b9e3 --- /dev/null +++ b/releasenotes/notes/bug-1648550-32e28cf2a401bb02.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + The current cleaning step is displayed in the Provisioning Status + section of the node-details/overview page diff --git a/releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml b/releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml new file mode 100644 index 00000000..788213d6 --- /dev/null +++ b/releasenotes/notes/bug-1648557-462ebfdf39efee1f.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + The user is now able to abort a node cleaning operation. When + cleaning is aborted the node is moved from the ``CLEAN WAIT`` state + to the ``CLEAN FAIL`` state. When appropriate an "Abort cleaning" + action will be present in individual node action menu. diff --git a/releasenotes/notes/bug-1648563-e2bc262985873122.yaml b/releasenotes/notes/bug-1648563-e2bc262985873122.yaml new file mode 100644 index 00000000..d7ab64b1 --- /dev/null +++ b/releasenotes/notes/bug-1648563-e2bc262985873122.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + The node-details/configuration page has been extended to enable the + user to edit ports after initial creation. + - | + The user is now able to specify the pxe_enabled and + local-link-connection attributes as part of defining/editing ports.