[Fix] Floating IP creation
This commit is contained in:
parent
84edc361d9
commit
a0c9449c7c
@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"application_name": "ceph_vexx",
|
"application_name": "ceph_vexx",
|
||||||
"bastion_access_network_name": "ceph_network",
|
|
||||||
"bastion_access_network_cidr": "172.39.15.0/24",
|
|
||||||
"bastion_to_use": "ceph_vexx",
|
"bastion_to_use": "ceph_vexx",
|
||||||
"network": [{
|
"network": [{
|
||||||
"name": "ceph_network",
|
"name": "ceph_network",
|
||||||
@ -183,10 +181,12 @@
|
|||||||
"keypair": "dell XPS",
|
"keypair": "dell XPS",
|
||||||
"security_group": ["all_open"],
|
"security_group": ["all_open"],
|
||||||
"inventory_group": "ceph_bastion",
|
"inventory_group": "ceph_bastion",
|
||||||
"network": [{"name": "ceph_network"}],
|
"network": [{
|
||||||
"fip": [{
|
"name": "ceph_network",
|
||||||
"floatingip": "fip_ceph",
|
"fip": {
|
||||||
"pool": "public"
|
"name": "ceph_bastion",
|
||||||
|
"pool": "public"
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user