diff --git a/doc/source/admin/dhcp-less.rst b/doc/source/admin/dhcp-less.rst index a009d81a2f..3e848389f0 100644 --- a/doc/source/admin/dhcp-less.rst +++ b/doc/source/admin/dhcp-less.rst @@ -1,6 +1,12 @@ Layer 3 or DHCP-less ramdisk booting ==================================== +.. warning:: + As of the Victoria release, the ramdisk side of this feature does **NOT** + work out-of-box because of a conflict between NetworkManager and Glean_. + To use it properly you need to manually create a ramdisk with Glean_ taking + priority over any other network configuration. + Booting nodes via PXE, while universally supported, suffers from one disadvantage: it requires a direct L2 connectivity between the node and the control plane for DHCP. Using virtual media it is possible to avoid not only diff --git a/releasenotes/notes/dhcp-less-less-2a35df67d840f9d5.yaml b/releasenotes/notes/dhcp-less-less-2a35df67d840f9d5.yaml new file mode 100644 index 0000000000..f6b5020a19 --- /dev/null +++ b/releasenotes/notes/dhcp-less-less-2a35df67d840f9d5.yaml @@ -0,0 +1,5 @@ +--- +issues: + - | + Building ramdisks for DHCP-less deploy using the ``simple-init`` element + does not currently work. The team is looking into possible solutions.