From 0d4d502d72fa77944356199a4e0e6f59b8be7219 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mon, 26 Nov 2018 23:44:49 +0000 Subject: [PATCH] try this for now Signed-off-by: Rick Elrod --- playbooks/groups/overcloud-config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/overcloud-config.yml b/playbooks/groups/overcloud-config.yml index 30f5e66bd2..c94d980e1c 100644 --- a/playbooks/groups/overcloud-config.yml +++ b/playbooks/groups/overcloud-config.yml @@ -113,10 +113,10 @@ os_subnet: cloud: "{{ os_cloud }}" name: external-subnet - cidr: "{{ public_interface_cidr }}" - allocation_pool_start: "{{ public_floating_start }}" - allocation_pool_end: "{{ public_floating_end }}" - gateway_ip: "{{ public_gateway_ip }}" + cidr: 209.132.184.0/24 + allocation_pool_start: 209.132.184.140 + allocation_pool_end: 209.132.184.146 + gateway_ip: 209.132.184.254 enable_dhcp: false register: EXTERNAL_SUBNET_ID