From a0c9449c7c0fc6ab7aa9e2e20f2a32969006df55 Mon Sep 17 00:00:00 2001 From: Mohamed Emine IBRAHIM Date: Sun, 18 Feb 2024 00:18:37 +0000 Subject: [PATCH] [Fix] Floating IP creation --- infra/ceph_vexx.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infra/ceph_vexx.json b/infra/ceph_vexx.json index 16a677f..8d8c79c 100644 --- a/infra/ceph_vexx.json +++ b/infra/ceph_vexx.json @@ -1,7 +1,5 @@ { "application_name": "ceph_vexx", - "bastion_access_network_name": "ceph_network", - "bastion_access_network_cidr": "172.39.15.0/24", "bastion_to_use": "ceph_vexx", "network": [{ "name": "ceph_network", @@ -183,10 +181,12 @@ "keypair": "dell XPS", "security_group": ["all_open"], "inventory_group": "ceph_bastion", - "network": [{"name": "ceph_network"}], - "fip": [{ - "floatingip": "fip_ceph", - "pool": "public" + "network": [{ + "name": "ceph_network", + "fip": { + "name": "ceph_bastion", + "pool": "public" + } }] } ],