Rename seadatanet to seadatanet_ts

This commit is contained in:
Antonio Calanducci 2024-11-20 09:52:33 +01:00
parent aa73e69ec7
commit de73270c39
2 changed files with 84 additions and 84 deletions

View File

@ -247,41 +247,41 @@ output "beacon_argo_data_nfs_data_workers_acls" {
}
# Create a NFS share for seadatanet
resource "openstack_sharedfilesystem_share_v2" "beacon_seadatanet_data" {
name = "beacon_seadatanet_data"
description = "NFS share for the Bluecloud beacon_seadatanet_data data volume"
# Create a NFS share for seadatanet_ts
resource "openstack_sharedfilesystem_share_v2" "beacon_seadatanet_ts_data" {
name = "beacon_seadatanet_ts_data"
description = "NFS share for the Bluecloud beacon_seadatanet_ts_data data volume"
share_proto = "NFS"
size = 90
}
# Allow access to the NFS share to Swarm Managers and Workers
resource "openstack_sharedfilesystem_share_access_v2" "beacon_seadatanet_data_mgr_share_access" {
resource "openstack_sharedfilesystem_share_access_v2" "beacon_seadatanet_ts_data_mgr_share_access" {
for_each = { for nfs_ip in data.terraform_remote_state.main_infrastructure.outputs.swarm_managers_nfs_ip_ports : join("", nfs_ip.all_fixed_ips) => nfs_ip }
share_id = openstack_sharedfilesystem_share_v2.beacon_seadatanet_data.id
share_id = openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data.id
access_type = "ip"
access_to = each.key
access_level = "rw"
}
resource "openstack_sharedfilesystem_share_access_v2" "beacon_seadatanet_data_workers_share_access" {
resource "openstack_sharedfilesystem_share_access_v2" "beacon_seadatanet_ts_data_workers_share_access" {
for_each = { for nfs_ip in data.terraform_remote_state.main_infrastructure.outputs.swarm_workers_nfs_ip_ports : join("", nfs_ip.all_fixed_ips) => nfs_ip }
share_id = openstack_sharedfilesystem_share_v2.beacon_seadatanet_data.id
share_id = openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data.id
access_type = "ip"
access_to = each.key
access_level = "rw"
}
output "beacon_seadatanet_data_nfs_data" {
value = openstack_sharedfilesystem_share_v2.beacon_seadatanet_data
output "beacon_seadatanet_ts_data_nfs_data" {
value = openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data
}
output "beacon_seadatanet_data_nfs_data_mgr_acls" {
value = openstack_sharedfilesystem_share_access_v2.beacon_seadatanet_data_mgr_share_access
output "beacon_seadatanet_ts_data_nfs_data_mgr_acls" {
value = openstack_sharedfilesystem_share_access_v2.beacon_seadatanet_ts_data_mgr_share_access
sensitive = true
}
output "beacon_seadatanet_data_nfs_data_workers_acls" {
value = openstack_sharedfilesystem_share_access_v2.beacon_seadatanet_data_workers_share_access
output "beacon_seadatanet_ts_data_nfs_data_workers_acls" {
value = openstack_sharedfilesystem_share_access_v2.beacon_seadatanet_ts_data_workers_share_access
sensitive = true
}

View File

@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.7.5",
"serial": 97,
"serial": 122,
"lineage": "4cb13602-711f-a1bf-5771-4083b0b0ccac",
"outputs": {
"beacon_argo_data_nfs_data": {
@ -2244,23 +2244,23 @@
],
"sensitive": true
},
"beacon_seadatanet_data_nfs_data": {
"beacon_seadatanet_ts_data_nfs_data": {
"value": {
"all_metadata": {},
"availability_zone": "nova",
"description": "NFS share for the Bluecloud beacon_seadatanet_data data volume",
"description": "NFS share for the Bluecloud beacon_seadatanet_ts_data data volume",
"export_locations": [
{
"path": "172.17.0.7:/volumes/_nogroup/345d9dc9-2f7b-40d1-9ade-9be432120fa0/510d40ea-6ce4-4144-85c5-75132e5d66ef",
"path": "172.17.0.7:/volumes/_nogroup/e7f4b9d4-5126-418c-8cb7-d709d619c63c/3f9ab572-3c02-4999-a4a0-93fa59d9371f",
"preferred": "false"
}
],
"has_replicas": false,
"host": "",
"id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"id": "78460043-7b57-4eda-891a-05117548e987",
"is_public": false,
"metadata": null,
"name": "beacon_seadatanet_data",
"name": "beacon_seadatanet_ts_data",
"project_id": "1b45adf388934758b56d0dfdb4bfacf3",
"region": "isti_area_pi_1",
"replication_type": "",
@ -2320,16 +2320,16 @@
}
]
},
"beacon_seadatanet_data_nfs_data_mgr_acls": {
"beacon_seadatanet_ts_data_nfs_data_mgr_acls": {
"value": {
"172.17.1.180": {
"access_key": "",
"access_level": "rw",
"access_to": "172.17.1.180",
"access_type": "ip",
"id": "e6e233aa-721c-453b-8faf-846bfbbba75e",
"id": "b82af0ff-ddd4-4b7e-994f-db914aad5a29",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2338,9 +2338,9 @@
"access_level": "rw",
"access_to": "172.17.2.236",
"access_type": "ip",
"id": "2d936b96-ced3-4b6b-ae92-74189fde360f",
"id": "2e445d2c-1b2f-4f4b-adbd-348e7b34cb7c",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2349,9 +2349,9 @@
"access_level": "rw",
"access_to": "172.17.3.65",
"access_type": "ip",
"id": "77386bb9-148a-4530-9354-c5850429e971",
"id": "cb9c80ce-3641-4aee-9fc4-9efeeae082b7",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
}
@ -2426,16 +2426,16 @@
],
"sensitive": true
},
"beacon_seadatanet_data_nfs_data_workers_acls": {
"beacon_seadatanet_ts_data_nfs_data_workers_acls": {
"value": {
"172.17.0.155": {
"access_key": "",
"access_level": "rw",
"access_to": "172.17.0.155",
"access_type": "ip",
"id": "650a848e-700d-43ea-bbd5-84a6cc971df0",
"id": "7c0526ab-8628-49c8-aa06-083eaff0f6e4",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2444,9 +2444,9 @@
"access_level": "rw",
"access_to": "172.17.1.142",
"access_type": "ip",
"id": "33b35153-3b77-40a0-a982-2a4275b87be2",
"id": "0023ba90-1fdd-4c51-b0a5-ddd07c5a0a8c",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2455,9 +2455,9 @@
"access_level": "rw",
"access_to": "172.17.1.185",
"access_type": "ip",
"id": "09426093-5d8e-4ca0-bdfc-e2bcf27935c1",
"id": "102f9282-a0d3-4ade-8eb7-757a83355075",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2466,9 +2466,9 @@
"access_level": "rw",
"access_to": "172.17.1.62",
"access_type": "ip",
"id": "f57d8c84-39a3-48a9-bc22-717d0db2e747",
"id": "ad25a051-8c3b-4c90-8f30-d5aaad8c56e8",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2477,9 +2477,9 @@
"access_level": "rw",
"access_to": "172.17.1.65",
"access_type": "ip",
"id": "6d99b6ac-2df6-4d57-888a-0acd2bff39d7",
"id": "f79c32e8-77fe-482b-97ed-47ebebd90b54",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2488,9 +2488,9 @@
"access_level": "rw",
"access_to": "172.17.3.251",
"access_type": "ip",
"id": "55d22b90-aa75-4700-a591-9807e06c7097",
"id": "e4bcd759-6963-41e1-823f-19fe8cda67dc",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2499,9 +2499,9 @@
"access_level": "rw",
"access_to": "172.17.3.55",
"access_type": "ip",
"id": "c736cfcf-ca0d-4863-8998-ca421e75ff63",
"id": "8bd77516-e3aa-4251-911f-c066b5f9f04b",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -2510,9 +2510,9 @@
"access_level": "rw",
"access_to": "172.17.3.9",
"access_type": "ip",
"id": "5815bdc3-cb60-41eb-948e-af2c52191134",
"id": "359e3aa5-136e-4723-be5d-4fa7930b31c5",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
}
@ -9766,7 +9766,7 @@
{
"mode": "managed",
"type": "openstack_sharedfilesystem_share_access_v2",
"name": "beacon_seadatanet_data_mgr_share_access",
"name": "beacon_seadatanet_ts_data_mgr_share_access",
"provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]",
"instances": [
{
@ -9777,9 +9777,9 @@
"access_level": "rw",
"access_to": "172.17.1.180",
"access_type": "ip",
"id": "e6e233aa-721c-453b-8faf-846bfbbba75e",
"id": "b82af0ff-ddd4-4b7e-994f-db914aad5a29",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9787,7 +9787,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9798,9 +9798,9 @@
"access_level": "rw",
"access_to": "172.17.2.236",
"access_type": "ip",
"id": "2d936b96-ced3-4b6b-ae92-74189fde360f",
"id": "2e445d2c-1b2f-4f4b-adbd-348e7b34cb7c",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9808,7 +9808,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9819,9 +9819,9 @@
"access_level": "rw",
"access_to": "172.17.3.65",
"access_type": "ip",
"id": "77386bb9-148a-4530-9354-c5850429e971",
"id": "cb9c80ce-3641-4aee-9fc4-9efeeae082b7",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9829,7 +9829,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
}
]
@ -9837,7 +9837,7 @@
{
"mode": "managed",
"type": "openstack_sharedfilesystem_share_access_v2",
"name": "beacon_seadatanet_data_workers_share_access",
"name": "beacon_seadatanet_ts_data_workers_share_access",
"provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]",
"instances": [
{
@ -9848,9 +9848,9 @@
"access_level": "rw",
"access_to": "172.17.0.155",
"access_type": "ip",
"id": "650a848e-700d-43ea-bbd5-84a6cc971df0",
"id": "7c0526ab-8628-49c8-aa06-083eaff0f6e4",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9858,7 +9858,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9869,9 +9869,9 @@
"access_level": "rw",
"access_to": "172.17.1.142",
"access_type": "ip",
"id": "33b35153-3b77-40a0-a982-2a4275b87be2",
"id": "0023ba90-1fdd-4c51-b0a5-ddd07c5a0a8c",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9879,7 +9879,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9890,9 +9890,9 @@
"access_level": "rw",
"access_to": "172.17.1.185",
"access_type": "ip",
"id": "09426093-5d8e-4ca0-bdfc-e2bcf27935c1",
"id": "102f9282-a0d3-4ade-8eb7-757a83355075",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9900,7 +9900,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9911,9 +9911,9 @@
"access_level": "rw",
"access_to": "172.17.1.62",
"access_type": "ip",
"id": "f57d8c84-39a3-48a9-bc22-717d0db2e747",
"id": "ad25a051-8c3b-4c90-8f30-d5aaad8c56e8",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9921,7 +9921,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9932,9 +9932,9 @@
"access_level": "rw",
"access_to": "172.17.1.65",
"access_type": "ip",
"id": "6d99b6ac-2df6-4d57-888a-0acd2bff39d7",
"id": "f79c32e8-77fe-482b-97ed-47ebebd90b54",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9942,7 +9942,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9953,9 +9953,9 @@
"access_level": "rw",
"access_to": "172.17.3.251",
"access_type": "ip",
"id": "55d22b90-aa75-4700-a591-9807e06c7097",
"id": "e4bcd759-6963-41e1-823f-19fe8cda67dc",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9963,7 +9963,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9974,9 +9974,9 @@
"access_level": "rw",
"access_to": "172.17.3.55",
"access_type": "ip",
"id": "c736cfcf-ca0d-4863-8998-ca421e75ff63",
"id": "8bd77516-e3aa-4251-911f-c066b5f9f04b",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -9984,7 +9984,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
},
{
@ -9995,9 +9995,9 @@
"access_level": "rw",
"access_to": "172.17.3.9",
"access_type": "ip",
"id": "5815bdc3-cb60-41eb-948e-af2c52191134",
"id": "359e3aa5-136e-4723-be5d-4fa7930b31c5",
"region": "isti_area_pi_1",
"share_id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"share_id": "78460043-7b57-4eda-891a-05117548e987",
"state": "active",
"timeouts": null
},
@ -10005,7 +10005,7 @@
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
"dependencies": [
"data.terraform_remote_state.main_infrastructure",
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_data"
"openstack_sharedfilesystem_share_v2.beacon_seadatanet_ts_data"
]
}
]
@ -10460,7 +10460,7 @@
{
"mode": "managed",
"type": "openstack_sharedfilesystem_share_v2",
"name": "beacon_seadatanet_data",
"name": "beacon_seadatanet_ts_data",
"provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]",
"instances": [
{
@ -10468,19 +10468,19 @@
"attributes": {
"all_metadata": {},
"availability_zone": "nova",
"description": "NFS share for the Bluecloud beacon_seadatanet_data data volume",
"description": "NFS share for the Bluecloud beacon_seadatanet_ts_data data volume",
"export_locations": [
{
"path": "172.17.0.7:/volumes/_nogroup/345d9dc9-2f7b-40d1-9ade-9be432120fa0/510d40ea-6ce4-4144-85c5-75132e5d66ef",
"path": "172.17.0.7:/volumes/_nogroup/e7f4b9d4-5126-418c-8cb7-d709d619c63c/3f9ab572-3c02-4999-a4a0-93fa59d9371f",
"preferred": "false"
}
],
"has_replicas": false,
"host": "",
"id": "4485ff1e-a2b7-41b7-9b50-d7f013988908",
"id": "78460043-7b57-4eda-891a-05117548e987",
"is_public": false,
"metadata": null,
"name": "beacon_seadatanet_data",
"name": "beacon_seadatanet_ts_data",
"project_id": "1b45adf388934758b56d0dfdb4bfacf3",
"region": "isti_area_pi_1",
"replication_type": "",