Manila share for the itineris isotope swarm app.
This commit is contained in:
parent
4049730c23
commit
4c381a5059
|
@ -36,3 +36,42 @@ output "itineris_wp8_pgadmin_swarm_workers_acl" {
|
|||
value = openstack_sharedfilesystem_share_access_v2.itineris_wp8_pgadmin_swarm_workers_acl
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
# Temporary data for the itineris isotope webapp
|
||||
resource "openstack_sharedfilesystem_share_v2" "itineris_wp8_data" {
|
||||
name = "itineris_wp8_data"
|
||||
description = "NFS share for the ITINERIS WP8 local data"
|
||||
share_proto = "NFS"
|
||||
size = 5
|
||||
}
|
||||
|
||||
output "itineris_wp8_data" {
|
||||
value = openstack_sharedfilesystem_share_v2.itineris_wp8_data
|
||||
}
|
||||
|
||||
# Allow access to the NFS share
|
||||
resource "openstack_sharedfilesystem_share_access_v2" "itineris_wp8_data_swarm_mgr_acl" {
|
||||
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.itineris_wp8_data.id
|
||||
access_type = "ip"
|
||||
access_to = each.key
|
||||
access_level = "rw"
|
||||
}
|
||||
|
||||
output "itineris_wp8_data_swarm_mgr_acl" {
|
||||
value = openstack_sharedfilesystem_share_access_v2.itineris_wp8_data_swarm_mgr_acl
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
resource "openstack_sharedfilesystem_share_access_v2" "itineris_wp8_data_swarm_workers_acl" {
|
||||
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.itineris_wp8_data.id
|
||||
access_type = "ip"
|
||||
access_to = each.key
|
||||
access_level = "rw"
|
||||
}
|
||||
|
||||
output "itineris_wp8_data_swarm_workers_acl" {
|
||||
value = openstack_sharedfilesystem_share_access_v2.itineris_wp8_data_swarm_workers_acl
|
||||
sensitive = true
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": 4,
|
||||
"terraform_version": "1.7.5",
|
||||
"serial": 150,
|
||||
"serial": 163,
|
||||
"lineage": "469b016d-9a6f-ee57-0101-33f53e953cd5",
|
||||
"outputs": {
|
||||
"ccp_production_methods_logs": {
|
||||
|
@ -1348,6 +1348,454 @@
|
|||
],
|
||||
"sensitive": true
|
||||
},
|
||||
"itineris_wp8_data": {
|
||||
"value": {
|
||||
"all_metadata": {},
|
||||
"availability_zone": "nova",
|
||||
"description": "NFS share for the ITINERIS WP8 local data",
|
||||
"export_locations": [
|
||||
{
|
||||
"path": "172.17.0.7:/volumes/_nogroup/b6593849-9ef7-46d7-9734-395c619c6125/8a90e285-5ba3-4c5d-9e6a-5846ea4d475d",
|
||||
"preferred": "false"
|
||||
}
|
||||
],
|
||||
"has_replicas": false,
|
||||
"host": "",
|
||||
"id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"is_public": false,
|
||||
"metadata": null,
|
||||
"name": "itineris_wp8_data",
|
||||
"project_id": "1b45adf388934758b56d0dfdb4bfacf3",
|
||||
"region": "isti_area_pi_1",
|
||||
"replication_type": "",
|
||||
"share_network_id": "",
|
||||
"share_proto": "NFS",
|
||||
"share_server_id": "",
|
||||
"share_type": "default",
|
||||
"size": 5,
|
||||
"snapshot_id": "",
|
||||
"timeouts": null
|
||||
},
|
||||
"type": [
|
||||
"object",
|
||||
{
|
||||
"all_metadata": [
|
||||
"map",
|
||||
"string"
|
||||
],
|
||||
"availability_zone": "string",
|
||||
"description": "string",
|
||||
"export_locations": [
|
||||
"list",
|
||||
[
|
||||
"object",
|
||||
{
|
||||
"path": "string",
|
||||
"preferred": "string"
|
||||
}
|
||||
]
|
||||
],
|
||||
"has_replicas": "bool",
|
||||
"host": "string",
|
||||
"id": "string",
|
||||
"is_public": "bool",
|
||||
"metadata": [
|
||||
"map",
|
||||
"string"
|
||||
],
|
||||
"name": "string",
|
||||
"project_id": "string",
|
||||
"region": "string",
|
||||
"replication_type": "string",
|
||||
"share_network_id": "string",
|
||||
"share_proto": "string",
|
||||
"share_server_id": "string",
|
||||
"share_type": "string",
|
||||
"size": "number",
|
||||
"snapshot_id": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"itineris_wp8_data_swarm_mgr_acl": {
|
||||
"value": {
|
||||
"172.17.1.180": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.180",
|
||||
"access_type": "ip",
|
||||
"id": "9f5ba934-f8a0-41f5-8ee6-bcc98a44daa1",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.2.236": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.2.236",
|
||||
"access_type": "ip",
|
||||
"id": "35c732bd-5cf3-44e3-8eac-1f2e0b514294",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.3.65": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.65",
|
||||
"access_type": "ip",
|
||||
"id": "b346b374-31c3-45f4-a9fa-2569b49dd1f7",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"object",
|
||||
{
|
||||
"172.17.1.180": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.2.236": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.3.65": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"sensitive": true
|
||||
},
|
||||
"itineris_wp8_data_swarm_workers_acl": {
|
||||
"value": {
|
||||
"172.17.0.155": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.0.155",
|
||||
"access_type": "ip",
|
||||
"id": "535371a6-0b5a-4b1c-afab-d245cab68e31",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.1.142": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.142",
|
||||
"access_type": "ip",
|
||||
"id": "233fa941-21eb-4c9a-a609-c7bddd33b32b",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.1.185": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.185",
|
||||
"access_type": "ip",
|
||||
"id": "b48da24c-5ead-4738-a591-42c4e16405b9",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.1.62": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.62",
|
||||
"access_type": "ip",
|
||||
"id": "2fc41b46-3b85-4dfc-8a10-194fa330341c",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.1.65": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.65",
|
||||
"access_type": "ip",
|
||||
"id": "eb86527e-8188-43b1-8675-cce39728da64",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.3.251": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.251",
|
||||
"access_type": "ip",
|
||||
"id": "640aa938-0cb1-4c04-8740-1545e1d168c9",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.3.55": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.55",
|
||||
"access_type": "ip",
|
||||
"id": "9c8f714f-47d4-4e3f-aab7-52a8abf47864",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"172.17.3.9": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.9",
|
||||
"access_type": "ip",
|
||||
"id": "e40baf5e-d747-478a-bead-d17d5cd12f48",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"object",
|
||||
{
|
||||
"172.17.0.155": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.1.142": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.1.185": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.1.62": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.1.65": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.3.251": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.3.55": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"172.17.3.9": [
|
||||
"object",
|
||||
{
|
||||
"access_key": "string",
|
||||
"access_level": "string",
|
||||
"access_to": "string",
|
||||
"access_type": "string",
|
||||
"id": "string",
|
||||
"region": "string",
|
||||
"share_id": "string",
|
||||
"state": "string",
|
||||
"timeouts": [
|
||||
"object",
|
||||
{
|
||||
"create": "string",
|
||||
"delete": "string",
|
||||
"update": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"sensitive": true
|
||||
},
|
||||
"itineris_wp8_pgadmin": {
|
||||
"value": {
|
||||
"all_metadata": {},
|
||||
|
@ -10498,6 +10946,253 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "openstack_sharedfilesystem_share_access_v2",
|
||||
"name": "itineris_wp8_data_swarm_mgr_acl",
|
||||
"provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]",
|
||||
"instances": [
|
||||
{
|
||||
"index_key": "172.17.1.180",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.180",
|
||||
"access_type": "ip",
|
||||
"id": "9f5ba934-f8a0-41f5-8ee6-bcc98a44daa1",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.2.236",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.2.236",
|
||||
"access_type": "ip",
|
||||
"id": "35c732bd-5cf3-44e3-8eac-1f2e0b514294",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.3.65",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.65",
|
||||
"access_type": "ip",
|
||||
"id": "b346b374-31c3-45f4-a9fa-2569b49dd1f7",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "openstack_sharedfilesystem_share_access_v2",
|
||||
"name": "itineris_wp8_data_swarm_workers_acl",
|
||||
"provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]",
|
||||
"instances": [
|
||||
{
|
||||
"index_key": "172.17.0.155",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.0.155",
|
||||
"access_type": "ip",
|
||||
"id": "535371a6-0b5a-4b1c-afab-d245cab68e31",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.1.142",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.142",
|
||||
"access_type": "ip",
|
||||
"id": "233fa941-21eb-4c9a-a609-c7bddd33b32b",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.1.185",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.185",
|
||||
"access_type": "ip",
|
||||
"id": "b48da24c-5ead-4738-a591-42c4e16405b9",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.1.62",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.62",
|
||||
"access_type": "ip",
|
||||
"id": "2fc41b46-3b85-4dfc-8a10-194fa330341c",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.1.65",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.1.65",
|
||||
"access_type": "ip",
|
||||
"id": "eb86527e-8188-43b1-8675-cce39728da64",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.3.251",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.251",
|
||||
"access_type": "ip",
|
||||
"id": "640aa938-0cb1-4c04-8740-1545e1d168c9",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.3.55",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.55",
|
||||
"access_type": "ip",
|
||||
"id": "9c8f714f-47d4-4e3f-aab7-52a8abf47864",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
},
|
||||
{
|
||||
"index_key": "172.17.3.9",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"access_key": "",
|
||||
"access_level": "rw",
|
||||
"access_to": "172.17.3.9",
|
||||
"access_type": "ip",
|
||||
"id": "e40baf5e-d747-478a-bead-d17d5cd12f48",
|
||||
"region": "isti_area_pi_1",
|
||||
"share_id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"state": "active",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19",
|
||||
"dependencies": [
|
||||
"data.terraform_remote_state.main_infrastructure",
|
||||
"openstack_sharedfilesystem_share_v2.itineris_wp8_data"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "openstack_sharedfilesystem_share_access_v2",
|
||||
|
@ -12347,6 +13042,46 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "openstack_sharedfilesystem_share_v2",
|
||||
"name": "itineris_wp8_data",
|
||||
"provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]",
|
||||
"instances": [
|
||||
{
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"all_metadata": {},
|
||||
"availability_zone": "nova",
|
||||
"description": "NFS share for the ITINERIS WP8 local data",
|
||||
"export_locations": [
|
||||
{
|
||||
"path": "172.17.0.7:/volumes/_nogroup/b6593849-9ef7-46d7-9734-395c619c6125/8a90e285-5ba3-4c5d-9e6a-5846ea4d475d",
|
||||
"preferred": "false"
|
||||
}
|
||||
],
|
||||
"has_replicas": false,
|
||||
"host": "",
|
||||
"id": "d52761ac-99e3-4b16-82a9-5ba69c6764d1",
|
||||
"is_public": false,
|
||||
"metadata": null,
|
||||
"name": "itineris_wp8_data",
|
||||
"project_id": "1b45adf388934758b56d0dfdb4bfacf3",
|
||||
"region": "isti_area_pi_1",
|
||||
"replication_type": "",
|
||||
"share_network_id": "",
|
||||
"share_proto": "NFS",
|
||||
"share_server_id": "",
|
||||
"share_type": "default",
|
||||
"size": 5,
|
||||
"snapshot_id": "",
|
||||
"timeouts": null
|
||||
},
|
||||
"sensitive_attributes": [],
|
||||
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "openstack_sharedfilesystem_share_v2",
|
||||
|
|
Loading…
Reference in New Issue