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: ""