Fix the swarm port in the NFS network.

This commit is contained in:
Andrea Dell'Amico 2024-02-21 10:55:10 +01:00
parent 128586a63d
commit 4a9a96186b
Signed by untrusted user: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 294 additions and 265 deletions

View File

@ -237,7 +237,7 @@ resource "openstack_compute_interface_attach_v2" "nfs_port_to_swarm_workers" {
port_id = openstack_networking_port_v2.swarm_workers_nfs_port[count.index].id
}
# NFS server
# NFS standalone server
# Block device
resource "openstack_blockstorage_volume_v3" "swarm_nfs_data_vol" {
name = var.docker_swarm_data.nfs_server_data_disk_name