mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-12 08:21:56 +00:00
Tweak support_server DHCP range
It started too low, overlapped with some IPs we set static now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6a46dfc2a4
commit
d0274fe7f9
@ -96,7 +96,7 @@ sub run {
|
|||||||
my $self=shift;
|
my $self=shift;
|
||||||
## DNS / DHCP (dnsmasq)
|
## DNS / DHCP (dnsmasq)
|
||||||
# create config
|
# create config
|
||||||
assert_script_run "printf 'domain=domain.local\ndhcp-range=10.0.2.112,10.0.2.199\ndhcp-option=option:router,10.0.2.2\n' > /etc/dnsmasq.conf";
|
assert_script_run "printf 'domain=domain.local\ndhcp-range=10.0.2.150,10.0.2.199\ndhcp-option=option:router,10.0.2.2\n' > /etc/dnsmasq.conf";
|
||||||
# do PXE setup if this is not an update test
|
# do PXE setup if this is not an update test
|
||||||
_pxe_setup() unless (get_var("ADVISORY_OR_TASK"));
|
_pxe_setup() unless (get_var("ADVISORY_OR_TASK"));
|
||||||
# open firewall ports
|
# open firewall ports
|
||||||
|
Loading…
Reference in New Issue
Block a user