Remove unused dhcp client options

With the IPSec feature DHCP clients in starlingx no longer need to
request the options: domain-name-servers, and
dhcp6.name-servers.

The reason is that the management network is been migrated to a static
address configuration, with gateway and DNS servers provided to
the config files (ifcfg-* and resolv.conf) first by kickstart and
after by puppet manifest configuration.

The pxeboot network will use DHCP for initial bringup but it does not
need those options.

Test Plan:
[PASS] Install IPv4 Standard with storage
[PASS] Install IPv6 Standard with storage

Story: 2010940
Task: 49385
Depends-On: https://review.opendev.org/c/starlingx/config/+/904000

Change-Id: I2dc8f44aaf9d22881ae24679795f14b4e5b648d1
Signed-off-by: Andre Kantek <andrefernandozanella.kantek@windriver.com>
This commit is contained in:
Andre Kantek 2024-01-04 07:32:13 -03:00 committed by Andre Kantek
parent 7081e3380f
commit 0628bad413

View File

@ -3,10 +3,9 @@
option wrs-install-uuid code 224 = string;
option dhcp6.wrs-install-uuid code 224 = string;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name,
domain-name, host-name,
interface-mtu, fqdn, dhcp6.fqdn, wrs-install-uuid,
dhcp6.wrs-install-uuid, netbios-name-servers, netbios-scope,
dhcp6.name-servers;
dhcp6.wrs-install-uuid, netbios-name-servers, netbios-scope;
timeout 30;