From e15e2dfaabb9997755fac037691823d5e6e9b786 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 4 Nov 2023 12:51:07 -0400 Subject: [PATCH] Remove erroneous netmask from floating IP defaults --- roles/pvc/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pvc/defaults/main.yml b/roles/pvc/defaults/main.yml index 8e12052..0942d8c 100644 --- a/roles/pvc/defaults/main.yml +++ b/roles/pvc/defaults/main.yml @@ -101,11 +101,11 @@ pvc_routers: pvc_cluster_device: "eth0" pvc_cluster_domain: "pvc.local" pvc_cluster_subnet: "10.0.0.0/24" -pvc_cluster_floatingip: "10.0.0.251/24" +pvc_cluster_floatingip: "10.0.0.251" pvc_storage_device: "eth1" pvc_storage_domain: "pvc.storage" pvc_storage_subnet: "10.0.1.0/24" -pvc_storage_floatingip: "10.0.1.251/24" +pvc_storage_floatingip: "10.0.1.251" pvc_upstream_device: "eth2" pvc_upstream_domain: "" pvc_upstream_subnet: ""