diff options
author | Julia Kreger <juliaashleykreger@gmail.com> | 2020-09-10 18:10:55 -0700 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2020-09-10 18:15:08 -0700 |
commit | ab4fdb8e7c1b4c44f94ad969d4cc703af6ab53df (patch) | |
tree | 45832bdba6152d8bacb5f04cfb2f0456f4718fe2 /releasenotes | |
parent | 079b22a800db5da0fea067ade8d94dc83ab66f1d (diff) | |
download | ironic-ab4fdb8e7c1b4c44f94ad969d4cc703af6ab53df.tar.gz |
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
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml b/releasenotes/notes/dhcpless-deploy-4b91de74adeff781.yaml new file mode 100644 index 000000000..fd7acb91a --- /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 <https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html#layer-3-or-dhcp-less-ramdisk-booting>`_. |