From 9f2bde072891565a184cc30c88186390d428e4b9 Mon Sep 17 00:00:00 2001 From: d34dh0r53 Date: Tue, 29 May 2018 16:51:31 -0500 Subject: [PATCH] Adjust DHCP range so that nodes can take static address from pool The pool needs to contain the static addresses for the individual VM nodes. Change-Id: Ia1ec76917f4d2e13e86db7f8dabad3430afe8d86 --- multi-node-aio/playbooks/group_vars/dhcp_hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node-aio/playbooks/group_vars/dhcp_hosts.yml b/multi-node-aio/playbooks/group_vars/dhcp_hosts.yml index 79e3ca19..19419853 100644 --- a/multi-node-aio/playbooks/group_vars/dhcp_hosts.yml +++ b/multi-node-aio/playbooks/group_vars/dhcp_hosts.yml @@ -20,7 +20,7 @@ dhcp_list: gateway: 10.0.2.1 # Gateway dns: 8.8.8.8 # DNS subnet: 10.0.0.0 # Subnet mask - range_start: 10.0.2.160 # Start of DHCP range + range_start: 10.0.2.3 # Start of DHCP range range_end: 10.0.3.254 # End of DHCP range broadcast: 10.0.3.255 # Network Broadcast address default_lease_time: 21600 # Subnet Default lease time - The default is used if this is not defined