From ab4fdb8e7c1b4c44f94ad969d4cc703af6ab53df Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 10 Sep 2020 18:10:55 -0700 Subject: [PATCH] Add release note for dhcp-less deploy The initial release note for the node object change doesn't provide full context, and since it has received basic testing we should be good to go at this point. Change-Id: Iabb09b7087c400e2d0a278cc3add79bb8b0f3f62 --- releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml diff --git a/releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml b/releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml new file mode 100644 index 0000000000..fd7acb91a5 --- /dev/null +++ b/releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Using the ``network_data`` property on the node field, + operators can now apply network configuration to be embedded + in Redfish based Virtual Media based deployment ramdisks which + include networking configuration enabling the deployment to operate + without the use of DHCP. See Redfish driver documentation for + `more information `_.