From e5e93255071556d6fe828dfed82efdd5ee082f83 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 19 Jun 2017 14:59:25 -0400 Subject: [PATCH] Change the dhcpinterface documentation to avoid confusion about xcatmn --- .../manage_clusters/ppc64le/configure/networks.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/networks.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/networks.rst index 3bacd82b5..7d10ecd29 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/networks.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/networks.rst @@ -45,6 +45,10 @@ Configure DHCP to listen on different network interfaces [**Optional**] To set "eth1" and "eth3" on the management node and "bond0" on all nodes in the nodegroup="service", set ``dhcpinterfaces`` using: :: + chdef -t site dhcpinterfaces="eth1,eth3;service|bond0" + + or, to explicitly identify the management node with hostname ``xcatmn``: :: + chdef -t site dhcpinterfaces="xcatmn|eth1,eth3;service|bond0" **noboot**