From 94d96f674c683a4026be62b89f3d7b28bb9c6ddc Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 17 Jan 2024 15:26:17 +0100 Subject: [PATCH] Changed volume size of instances --- openstack-tf/d4s-production/dataminer/main.tf | 215 ++- .../dataminer/terraform.tfstate | 1256 +++++++++++++---- 2 files changed, 1121 insertions(+), 350 deletions(-) diff --git a/openstack-tf/d4s-production/dataminer/main.tf b/openstack-tf/d4s-production/dataminer/main.tf index 48dd455..09fda1c 100644 --- a/openstack-tf/d4s-production/dataminer/main.tf +++ b/openstack-tf/d4s-production/dataminer/main.tf @@ -23,10 +23,10 @@ module "common_variables" { source = "../../modules/common_variables" } -module "instance_with_data_volume" { - source = "../../modules/instance_with_data_volume" +module "instance_without_data_volume" { + source = "../../modules/instance_without_data_volume" - instances_with_data_volume_map = { + instances_without_data_volume_map = { dm_pool_manager_proto = { name = "dm-pool-manager-proto", description = "This instance is a DataMiner Pool Manager service", @@ -35,11 +35,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dm_pool_manager_proto_data_volume", - size = "30", - device = "/dev/vdb" - } + image_volume_size = 30 }, dataminer_proto_ghost = { name = "dataminer-proto-ghost", @@ -49,11 +45,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_proto_ghost_data_volume", - size = "50", - device = "/dev/vdb" - } + image_volume_size = 50 }, dataminer_1_proto_1804 = { name = "dataminer1-proto-1804", @@ -64,11 +56,6 @@ module "instance_with_data_volume" { server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 image_volume_size = 80 - volume = { - name = "dataminer_1_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } }, dataminer_2_proto_1804 = { name = "dataminer2-proto-1804", @@ -78,11 +65,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_2_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } + image_volume_size = 80 }, dataminer_3_proto_1804 = { name = "dataminer3-proto-1804", @@ -92,11 +75,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_3_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } + image_volume_size = 80 }, dataminer_4_proto_1804 = { name = "dataminer4-proto-1804", @@ -106,11 +85,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_4_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } + image_volume_size = 80 }, dataminer_5_proto_1804 = { name = "dataminer5-proto-1804", @@ -120,11 +95,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_5_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } + image_volume_size = 80 }, dataminer_6_proto_1804 = { name = "dataminer6-proto-1804", @@ -134,11 +105,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_6_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } + image_volume_size = 80 }, dataminer_7_proto_1804 = { name = "dataminer7-proto-1804", @@ -148,11 +115,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_7_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } + image_volume_size = 80 }, dataminer_8_proto_1804 = { name = "dataminer8-proto-1804", @@ -162,11 +125,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_8_proto_1804_data_volume", - size = "80", - device = "/dev/vdb" - } + image_volume_size = 80 }, dataminer_2_gw_proto_1804 = { name = "dataminer2-gw-proto-1804", @@ -176,11 +135,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_2_gw_proto_1804_data_volume", - size = "40", - device = "/dev/vdb" - } + image_volume_size = 40 }, dataminer_3_gw_proto_1804 = { name = "dataminer3-gw-proto-1804", @@ -190,11 +145,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_3_gw_proto_1804_data_volume", - size = "40", - device = "/dev/vdb" - } + image_volume_size = 40 }, dataminer_4_gw_proto_1804 = { name = "dataminer4-gw-proto-1804", @@ -204,11 +155,7 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_4_gw_proto_1804_data_volume", - size = "40", - device = "/dev/vdb" - } + image_volume_size = 40 }, dataminer_5_gw_proto_1804 = { name = "dataminer5-gw-proto-1804", @@ -218,11 +165,133 @@ module "instance_with_data_volume" { security_groups = [data.terraform_remote_state.privnet_dns_router.outputs.default_security_group_name, data.terraform_remote_state.privnet_dns_router.outputs.security_group_list.http_and_https_from_the_load_balancers], server_groups_ids = [], image_ref = module.common_variables.ubuntu_1804 - volume = { - name = "dataminer_5_gw_proto_1804_data_volume", - size = "40", - device = "/dev/vdb" - } + image_volume_size = 40 + } + } +} + +locals { + cname_target = "main-lb.${data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name}" +} + +# +# Add DNS record/s +# +module "dns_records_create" { + source = "../../modules/dns_resources" + + dns_resources_map = { + dm-pool-manager-proto = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dm-pool-manager-proto", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DM Pool Manager Proto" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer-proto-ghost = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer-proto-ghost", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner Proto Ghost" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer1-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer1-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 1 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer2-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer2-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 2 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer3-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer3-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 3 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer4-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer4-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 4 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer5-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer5-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 5 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer6-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer6-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 6 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer7-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer7-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 7 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer8-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer8-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 8 Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer2-gw-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer2-gw-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 2 Generic Worker Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer3-gw-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer3-gw-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 3 Generic Worker Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer4-gw-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer4-gw-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 4 Generic Worker Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] + }, + dataminer5-gw-proto-1804 = { + zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id + name = join(".", ["dataminer5-gw-proto-1804", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) + description = "DataMiner 5 Generic Worker Proto 1804" + ttl = 8600 + type = "CNAME" + records = [local.cname_target] } } } diff --git a/openstack-tf/d4s-production/dataminer/terraform.tfstate b/openstack-tf/d4s-production/dataminer/terraform.tfstate index a0e0db4..7eb5d39 100644 --- a/openstack-tf/d4s-production/dataminer/terraform.tfstate +++ b/openstack-tf/d4s-production/dataminer/terraform.tfstate @@ -1,7 +1,7 @@ { "version": 4, "terraform_version": "1.6.4", - "serial": 43, + "serial": 79, "lineage": "baea8c53-fd72-1573-59ac-35ef1fc58d33", "outputs": {}, "resources": [ @@ -383,6 +383,365 @@ } ] }, + { + "module": "module.dns_records_create", + "mode": "managed", + "type": "openstack_dns_recordset_v2", + "name": "add_dns_recordset", + "provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]", + "instances": [ + { + "index_key": "dataminer-proto-ghost", + "schema_version": 0, + "attributes": { + "description": "DataMiner Proto Ghost", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/760fc1d9-efb6-491d-9a7d-d4132e4f67ff", + "name": "dataminer-proto-ghost.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer1-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 1 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/6c2a0dbe-0435-4508-bc59-dd416c14e7b7", + "name": "dataminer1-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer2-gw-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 2 Generic Worker Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/ca477f04-70d6-4d4a-a87c-b6ec92ad62e4", + "name": "dataminer2-gw-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer2-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 2 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/21a16987-7dda-4aae-81e6-8c9b3521e516", + "name": "dataminer2-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer3-gw-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 3 Generic Worker Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/3ebf942e-29ab-4537-a708-68a3a0e40054", + "name": "dataminer3-gw-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer3-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 3 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/37027fea-3e12-458b-a391-6f5347fd3cf0", + "name": "dataminer3-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer4-gw-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 4 Generic Worker Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/1e50a5d6-0472-4776-b175-38ec4966e54d", + "name": "dataminer4-gw-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer4-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 4 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/6b313ff6-43e4-47dd-a2ef-f3ee60af01ca", + "name": "dataminer4-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer5-gw-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 5 Generic Worker Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/89ab3ef7-928d-44df-ba32-7894b11b1bc0", + "name": "dataminer5-gw-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer5-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 5 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/e4dd0bfc-c09b-4d1f-b92e-3f6055a3f6d1", + "name": "dataminer5-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer6-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 6 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/31117e43-c0e0-484d-95e9-5f2d23f186e5", + "name": "dataminer6-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer7-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 7 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/1c5307c3-4aba-48ba-9936-0813d1ad4d33", + "name": "dataminer7-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dataminer8-proto-1804", + "schema_version": 0, + "attributes": { + "description": "DataMiner 8 Proto 1804", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/a28c4585-5072-4039-912d-0770e644eac4", + "name": "dataminer8-proto-1804.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + }, + { + "index_key": "dm-pool-manager-proto", + "schema_version": 0, + "attributes": { + "description": "DM Pool Manager Proto", + "disable_status_check": false, + "id": "74135b34-1a9c-4c01-8cf0-22450a5660c4/fb921555-9014-4281-9f9e-4bd5cbc784c3", + "name": "dm-pool-manager-proto.cloud.d4science.org.", + "project_id": "1b45adf388934758b56d0dfdb4bfacf3", + "records": [ + "main-lb.cloud.d4science.org." + ], + "region": "isti_area_pi_1", + "timeouts": null, + "ttl": 8600, + "type": "CNAME", + "value_specs": null, + "zone_id": "74135b34-1a9c-4c01-8cf0-22450a5660c4" + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwLCJ1cGRhdGUiOjYwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + } + ] + }, { "module": "module.instance_with_data_volume", "mode": "managed", @@ -394,7 +753,13 @@ "index_key": "dataminer_1_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "ef02b882-2c0d-4811-8677-52e9c4942a9e", + "instance_id": "bf35cfcd-403e-4282-b00f-a5e3fb4b7ffd" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -423,7 +788,13 @@ "index_key": "dataminer_2_gw_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "dad535de-9141-428d-8499-90c3641a2b15", + "instance_id": "70a3409e-9cbd-40eb-a4ab-90e2b0b81590" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -452,7 +823,13 @@ "index_key": "dataminer_2_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "8c4863d4-840f-4434-b53d-908d6d5448ca", + "instance_id": "62120426-24c8-4db4-bc46-f4cdea1408d1" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -481,7 +858,13 @@ "index_key": "dataminer_3_gw_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "1d9f7435-1a94-417f-8383-19b2c99c282f", + "instance_id": "a4685256-ff8d-445c-a5ce-14eb3e0cfa91" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -510,7 +893,13 @@ "index_key": "dataminer_3_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "f4b3be97-4879-4268-8247-28909acfb14c", + "instance_id": "4069c9ad-bbb1-4c76-ac18-4ead87c691b3" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -539,7 +928,13 @@ "index_key": "dataminer_4_gw_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "7c89af02-e3ff-4a8a-a0a3-4dbeb5ad87a4", + "instance_id": "12d2ed0c-77cf-414b-90ea-eb020c74ad61" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -568,7 +963,13 @@ "index_key": "dataminer_4_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "16bb28f0-7186-4c44-9d4a-d5a0e23eaf38", + "instance_id": "b465a41b-bacc-4847-8cb4-c010c1ac488c" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -597,7 +998,13 @@ "index_key": "dataminer_5_gw_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "091ac4a5-d02d-4478-917c-437e8805dd88", + "instance_id": "f781c324-dc2a-40d0-84a6-69f70b9ab8d0" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -626,7 +1033,13 @@ "index_key": "dataminer_5_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "816321d7-1608-4443-b211-721579f46190", + "instance_id": "dcf157b9-7407-46da-9127-a64f092aa861" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -655,7 +1068,13 @@ "index_key": "dataminer_6_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "c229fc5c-8d43-4305-8380-21f6f7c55716", + "instance_id": "56b3bcb6-0eea-4d36-bd2e-9e69cac08062" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -684,7 +1103,13 @@ "index_key": "dataminer_7_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "f1f9a46f-7275-4a1e-a272-6dc587ed3d68", + "instance_id": "202628fb-fd94-448c-8c23-eeb1d3888a19" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -713,7 +1138,13 @@ "index_key": "dataminer_8_proto_1804", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "79fdc75f-4aee-4788-a13f-29b02c2b1416", + "instance_id": "e2d69bd9-5242-4a63-8e40-797054b4234b" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -738,40 +1169,17 @@ "data.terraform_remote_state.privnet_dns_router" ] }, - { - "index_key": "dataminer_proto_ghost", - "schema_version": 0, - "attributes": { - "attachment": [], - "availability_zone": "nova", - "consistency_group_id": null, - "description": "", - "enable_online_resize": null, - "id": "8684b11a-a416-4485-8306-4fba2cecf350", - "image_id": null, - "metadata": {}, - "multiattach": null, - "name": "dataminer_proto_ghost_data_volume", - "region": "isti_area_pi_1", - "scheduler_hints": [], - "size": 50, - "snapshot_id": "", - "source_replica": null, - "source_vol_id": "", - "timeouts": null, - "volume_type": "cephUnencrypted" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router" - ] - }, { "index_key": "dm_pool_manager_proto", "schema_version": 0, "attributes": { - "attachment": [], + "attachment": [ + { + "device": "/dev/vdb", + "id": "20622ba0-bdaa-4e2e-9312-c9bccdeb1564", + "instance_id": "64bb8cd6-3a93-42c5-9f3a-525114bc5394" + } + ], "availability_zone": "nova", "consistency_group_id": null, "description": "", @@ -875,7 +1283,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:03:12 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -958,7 +1366,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:02:13 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1041,7 +1449,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:03:08 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1124,7 +1532,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:03:19 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1207,7 +1615,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:03:23 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1290,7 +1698,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:02:09 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1373,7 +1781,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:03:33 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1456,7 +1864,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:02:23 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1539,7 +1947,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:02:21 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1622,7 +2030,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:02:23 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1705,7 +2113,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:03:30 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1788,7 +2196,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:03:19 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1871,7 +2279,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:02:19 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1954,7 +2362,7 @@ "traffic_from_the_main_load_balancers" ], "stop_before_destroy": false, - "tags": null, + "tags": [], "timeouts": null, "updated": "2023-12-18 15:02:59 +0000 UTC", "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", @@ -1970,304 +2378,598 @@ ] }, { - "module": "module.instance_with_data_volume", + "module": "module.instance_without_data_volume", "mode": "managed", - "type": "openstack_compute_volume_attach_v2", - "name": "attach_volume", + "type": "openstack_compute_instance_v2", + "name": "smartgears_service", "provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]", "instances": [ - { - "index_key": "dataminer_1_proto_1804", - "schema_version": 0, - "attributes": { - "device": "/dev/vdb", - "id": "bf35cfcd-403e-4282-b00f-a5e3fb4b7ffd/ef02b882-2c0d-4811-8677-52e9c4942a9e", - "instance_id": "bf35cfcd-403e-4282-b00f-a5e3fb4b7ffd", - "multiattach": null, - "region": "isti_area_pi_1", - "timeouts": null, - "vendor_options": [], - "volume_id": "ef02b882-2c0d-4811-8677-52e9c4942a9e" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" - ] - }, { "index_key": "dataminer_2_gw_proto_1804", + "status": "tainted", "schema_version": 0, "attributes": { - "device": "/dev/vdb", - "id": "70a3409e-9cbd-40eb-a4ab-90e2b0b81590/dad535de-9141-428d-8499-90c3641a2b15", - "instance_id": "70a3409e-9cbd-40eb-a4ab-90e2b0b81590", - "multiattach": null, - "region": "isti_area_pi_1", + "access_ip_v4": null, + "access_ip_v6": null, + "admin_pass": null, + "all_metadata": null, + "all_tags": [], + "availability_zone": null, + "availability_zone_hints": "cnr-isti-nova-a", + "block_device": [ + { + "boot_index": 0, + "delete_on_termination": false, + "destination_type": "volume", + "device_type": "", + "disk_bus": "", + "guest_format": "", + "multiattach": false, + "source_type": "image", + "uuid": "7ed6a2cd-2b07-482e-8ce4-f018dff16c89", + "volume_size": 40, + "volume_type": "" + } + ], + "config_drive": null, + "created": null, + "flavor_id": null, + "flavor_name": "c2.large", + "floating_ip": null, + "force_delete": false, + "id": "d9241997-3e47-45c0-b88c-c1de1102880b", + "image_id": null, + "image_name": null, + "key_pair": "Giancarlo Panichi", + "metadata": null, + "name": "dataminer2-gw-proto-1804", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "d4s-production-cloud-main", + "port": "", + "uuid": "" + }, + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "postgresql-srv-net", + "port": "", + "uuid": "" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": null, + "scheduler_hints": [], + "security_groups": [ + "default_for_all", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, "timeouts": null, + "updated": null, + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", "vendor_options": [], - "volume_id": "dad535de-9141-428d-8499-90c3641a2b15" + "volume": [] }, "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" - ] - }, - { - "index_key": "dataminer_2_proto_1804", - "schema_version": 0, - "attributes": { - "device": "/dev/vdb", - "id": "62120426-24c8-4db4-bc46-f4cdea1408d1/8c4863d4-840f-4434-b53d-908d6d5448ca", - "instance_id": "62120426-24c8-4db4-bc46-f4cdea1408d1", - "multiattach": null, - "region": "isti_area_pi_1", - "timeouts": null, - "vendor_options": [], - "volume_id": "8c4863d4-840f-4434-b53d-908d6d5448ca" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" - ] - }, - { - "index_key": "dataminer_3_gw_proto_1804", - "schema_version": 0, - "attributes": { - "device": "/dev/vdb", - "id": "a4685256-ff8d-445c-a5ce-14eb3e0cfa91/1d9f7435-1a94-417f-8383-19b2c99c282f", - "instance_id": "a4685256-ff8d-445c-a5ce-14eb3e0cfa91", - "multiattach": null, - "region": "isti_area_pi_1", - "timeouts": null, - "vendor_options": [], - "volume_id": "1d9f7435-1a94-417f-8383-19b2c99c282f" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" - ] - }, - { - "index_key": "dataminer_3_proto_1804", - "schema_version": 0, - "attributes": { - "device": "/dev/vdb", - "id": "4069c9ad-bbb1-4c76-ac18-4ead87c691b3/f4b3be97-4879-4268-8247-28909acfb14c", - "instance_id": "4069c9ad-bbb1-4c76-ac18-4ead87c691b3", - "multiattach": null, - "region": "isti_area_pi_1", - "timeouts": null, - "vendor_options": [], - "volume_id": "f4b3be97-4879-4268-8247-28909acfb14c" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" + "data.terraform_remote_state.privnet_dns_router" ] }, { "index_key": "dataminer_4_gw_proto_1804", + "status": "tainted", "schema_version": 0, "attributes": { - "device": "/dev/vdb", - "id": "12d2ed0c-77cf-414b-90ea-eb020c74ad61/7c89af02-e3ff-4a8a-a0a3-4dbeb5ad87a4", - "instance_id": "12d2ed0c-77cf-414b-90ea-eb020c74ad61", - "multiattach": null, - "region": "isti_area_pi_1", + "access_ip_v4": null, + "access_ip_v6": null, + "admin_pass": null, + "all_metadata": null, + "all_tags": [], + "availability_zone": null, + "availability_zone_hints": "cnr-isti-nova-a", + "block_device": [ + { + "boot_index": 0, + "delete_on_termination": false, + "destination_type": "volume", + "device_type": "", + "disk_bus": "", + "guest_format": "", + "multiattach": false, + "source_type": "image", + "uuid": "7ed6a2cd-2b07-482e-8ce4-f018dff16c89", + "volume_size": 40, + "volume_type": "" + } + ], + "config_drive": null, + "created": null, + "flavor_id": null, + "flavor_name": "c2.large", + "floating_ip": null, + "force_delete": false, + "id": "073dd9ee-7265-489c-971e-5007236cb4b2", + "image_id": null, + "image_name": null, + "key_pair": "Giancarlo Panichi", + "metadata": null, + "name": "dataminer4-gw-proto-1804", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "d4s-production-cloud-main", + "port": "", + "uuid": "" + }, + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "postgresql-srv-net", + "port": "", + "uuid": "" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": null, + "scheduler_hints": [], + "security_groups": [ + "default_for_all", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, "timeouts": null, + "updated": null, + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", "vendor_options": [], - "volume_id": "7c89af02-e3ff-4a8a-a0a3-4dbeb5ad87a4" + "volume": [] }, "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" - ] - }, - { - "index_key": "dataminer_4_proto_1804", - "schema_version": 0, - "attributes": { - "device": "/dev/vdb", - "id": "b465a41b-bacc-4847-8cb4-c010c1ac488c/16bb28f0-7186-4c44-9d4a-d5a0e23eaf38", - "instance_id": "b465a41b-bacc-4847-8cb4-c010c1ac488c", - "multiattach": null, - "region": "isti_area_pi_1", - "timeouts": null, - "vendor_options": [], - "volume_id": "16bb28f0-7186-4c44-9d4a-d5a0e23eaf38" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" - ] - }, - { - "index_key": "dataminer_5_gw_proto_1804", - "schema_version": 0, - "attributes": { - "device": "/dev/vdb", - "id": "f781c324-dc2a-40d0-84a6-69f70b9ab8d0/091ac4a5-d02d-4478-917c-437e8805dd88", - "instance_id": "f781c324-dc2a-40d0-84a6-69f70b9ab8d0", - "multiattach": null, - "region": "isti_area_pi_1", - "timeouts": null, - "vendor_options": [], - "volume_id": "091ac4a5-d02d-4478-917c-437e8805dd88" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" + "data.terraform_remote_state.privnet_dns_router" ] }, { "index_key": "dataminer_5_proto_1804", + "status": "tainted", "schema_version": 0, "attributes": { - "device": "/dev/vdb", - "id": "dcf157b9-7407-46da-9127-a64f092aa861/816321d7-1608-4443-b211-721579f46190", - "instance_id": "dcf157b9-7407-46da-9127-a64f092aa861", - "multiattach": null, - "region": "isti_area_pi_1", + "access_ip_v4": null, + "access_ip_v6": null, + "admin_pass": null, + "all_metadata": null, + "all_tags": [], + "availability_zone": null, + "availability_zone_hints": "cnr-isti-nova-a", + "block_device": [ + { + "boot_index": 0, + "delete_on_termination": false, + "destination_type": "volume", + "device_type": "", + "disk_bus": "", + "guest_format": "", + "multiattach": false, + "source_type": "image", + "uuid": "7ed6a2cd-2b07-482e-8ce4-f018dff16c89", + "volume_size": 80, + "volume_type": "" + } + ], + "config_drive": null, + "created": null, + "flavor_id": null, + "flavor_name": "m1.xxl", + "floating_ip": null, + "force_delete": false, + "id": "678841ad-ddfd-4d3f-981e-a4dc9c7f6477", + "image_id": null, + "image_name": null, + "key_pair": "Giancarlo Panichi", + "metadata": null, + "name": "dataminer5-proto-1804", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "d4s-production-cloud-main", + "port": "", + "uuid": "" + }, + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "postgresql-srv-net", + "port": "", + "uuid": "" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": null, + "scheduler_hints": [], + "security_groups": [ + "default_for_all", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, "timeouts": null, + "updated": null, + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", "vendor_options": [], - "volume_id": "816321d7-1608-4443-b211-721579f46190" + "volume": [] }, "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" + "data.terraform_remote_state.privnet_dns_router" ] }, { "index_key": "dataminer_6_proto_1804", + "status": "tainted", "schema_version": 0, "attributes": { - "device": "/dev/vdb", - "id": "56b3bcb6-0eea-4d36-bd2e-9e69cac08062/c229fc5c-8d43-4305-8380-21f6f7c55716", - "instance_id": "56b3bcb6-0eea-4d36-bd2e-9e69cac08062", - "multiattach": null, - "region": "isti_area_pi_1", + "access_ip_v4": null, + "access_ip_v6": null, + "admin_pass": null, + "all_metadata": null, + "all_tags": [], + "availability_zone": null, + "availability_zone_hints": "cnr-isti-nova-a", + "block_device": [ + { + "boot_index": 0, + "delete_on_termination": false, + "destination_type": "volume", + "device_type": "", + "disk_bus": "", + "guest_format": "", + "multiattach": false, + "source_type": "image", + "uuid": "7ed6a2cd-2b07-482e-8ce4-f018dff16c89", + "volume_size": 80, + "volume_type": "" + } + ], + "config_drive": null, + "created": null, + "flavor_id": null, + "flavor_name": "m1.xxl", + "floating_ip": null, + "force_delete": false, + "id": "703ddba9-a038-43a5-a27c-dd2d6f9b0e64", + "image_id": null, + "image_name": null, + "key_pair": "Giancarlo Panichi", + "metadata": null, + "name": "dataminer6-proto-1804", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "d4s-production-cloud-main", + "port": "", + "uuid": "" + }, + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "postgresql-srv-net", + "port": "", + "uuid": "" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": null, + "scheduler_hints": [], + "security_groups": [ + "default_for_all", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, "timeouts": null, + "updated": null, + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", "vendor_options": [], - "volume_id": "c229fc5c-8d43-4305-8380-21f6f7c55716" + "volume": [] }, "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" + "data.terraform_remote_state.privnet_dns_router" ] }, { "index_key": "dataminer_7_proto_1804", + "status": "tainted", "schema_version": 0, "attributes": { - "device": "/dev/vdb", - "id": "202628fb-fd94-448c-8c23-eeb1d3888a19/f1f9a46f-7275-4a1e-a272-6dc587ed3d68", - "instance_id": "202628fb-fd94-448c-8c23-eeb1d3888a19", - "multiattach": null, - "region": "isti_area_pi_1", + "access_ip_v4": null, + "access_ip_v6": null, + "admin_pass": null, + "all_metadata": null, + "all_tags": [], + "availability_zone": null, + "availability_zone_hints": "cnr-isti-nova-a", + "block_device": [ + { + "boot_index": 0, + "delete_on_termination": false, + "destination_type": "volume", + "device_type": "", + "disk_bus": "", + "guest_format": "", + "multiattach": false, + "source_type": "image", + "uuid": "7ed6a2cd-2b07-482e-8ce4-f018dff16c89", + "volume_size": 80, + "volume_type": "" + } + ], + "config_drive": null, + "created": null, + "flavor_id": null, + "flavor_name": "m1.xxl", + "floating_ip": null, + "force_delete": false, + "id": "48afd8eb-d52e-4982-b406-c5d73e61397d", + "image_id": null, + "image_name": null, + "key_pair": "Giancarlo Panichi", + "metadata": null, + "name": "dataminer7-proto-1804", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "d4s-production-cloud-main", + "port": "", + "uuid": "" + }, + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "postgresql-srv-net", + "port": "", + "uuid": "" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": null, + "scheduler_hints": [], + "security_groups": [ + "default_for_all", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, "timeouts": null, + "updated": null, + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", "vendor_options": [], - "volume_id": "f1f9a46f-7275-4a1e-a272-6dc587ed3d68" + "volume": [] }, "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" + "data.terraform_remote_state.privnet_dns_router" ] }, { "index_key": "dataminer_8_proto_1804", + "status": "tainted", "schema_version": 0, "attributes": { - "device": "/dev/vdb", - "id": "e2d69bd9-5242-4a63-8e40-797054b4234b/79fdc75f-4aee-4788-a13f-29b02c2b1416", - "instance_id": "e2d69bd9-5242-4a63-8e40-797054b4234b", - "multiattach": null, - "region": "isti_area_pi_1", + "access_ip_v4": null, + "access_ip_v6": null, + "admin_pass": null, + "all_metadata": null, + "all_tags": [], + "availability_zone": null, + "availability_zone_hints": "cnr-isti-nova-a", + "block_device": [ + { + "boot_index": 0, + "delete_on_termination": false, + "destination_type": "volume", + "device_type": "", + "disk_bus": "", + "guest_format": "", + "multiattach": false, + "source_type": "image", + "uuid": "7ed6a2cd-2b07-482e-8ce4-f018dff16c89", + "volume_size": 80, + "volume_type": "" + } + ], + "config_drive": null, + "created": null, + "flavor_id": null, + "flavor_name": "m1.xxl", + "floating_ip": null, + "force_delete": false, + "id": "7ca919e2-9569-4aaf-a856-615d7e118ca7", + "image_id": null, + "image_name": null, + "key_pair": "Giancarlo Panichi", + "metadata": null, + "name": "dataminer8-proto-1804", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "d4s-production-cloud-main", + "port": "", + "uuid": "" + }, + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "postgresql-srv-net", + "port": "", + "uuid": "" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": null, + "scheduler_hints": [], + "security_groups": [ + "default_for_all", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, "timeouts": null, + "updated": null, + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", "vendor_options": [], - "volume_id": "79fdc75f-4aee-4788-a13f-29b02c2b1416" + "volume": [] }, "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" - ] - }, - { - "index_key": "dataminer_proto_ghost", - "schema_version": 0, - "attributes": { - "device": "/dev/vdb", - "id": "841e505c-19e7-4d84-9944-e5a02727d4bd/8684b11a-a416-4485-8306-4fba2cecf350", - "instance_id": "841e505c-19e7-4d84-9944-e5a02727d4bd", - "multiattach": null, - "region": "isti_area_pi_1", - "timeouts": null, - "vendor_options": [], - "volume_id": "8684b11a-a416-4485-8306-4fba2cecf350" - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", - "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" + "data.terraform_remote_state.privnet_dns_router" ] }, { "index_key": "dm_pool_manager_proto", + "status": "tainted", "schema_version": 0, "attributes": { - "device": "/dev/vdb", - "id": "64bb8cd6-3a93-42c5-9f3a-525114bc5394/20622ba0-bdaa-4e2e-9312-c9bccdeb1564", - "instance_id": "64bb8cd6-3a93-42c5-9f3a-525114bc5394", - "multiattach": null, - "region": "isti_area_pi_1", + "access_ip_v4": null, + "access_ip_v6": null, + "admin_pass": null, + "all_metadata": null, + "all_tags": [], + "availability_zone": null, + "availability_zone_hints": "cnr-isti-nova-a", + "block_device": [ + { + "boot_index": 0, + "delete_on_termination": false, + "destination_type": "volume", + "device_type": "", + "disk_bus": "", + "guest_format": "", + "multiattach": false, + "source_type": "image", + "uuid": "7ed6a2cd-2b07-482e-8ce4-f018dff16c89", + "volume_size": 30, + "volume_type": "" + } + ], + "config_drive": null, + "created": null, + "flavor_id": null, + "flavor_name": "m1.large", + "floating_ip": null, + "force_delete": false, + "id": "813e0aad-9ac4-4eca-b831-b81a26d2b7c7", + "image_id": null, + "image_name": null, + "key_pair": "Giancarlo Panichi", + "metadata": null, + "name": "dm-pool-manager-proto", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "d4s-production-cloud-main", + "port": "", + "uuid": "" + }, + { + "access_network": false, + "fixed_ip_v4": "", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "", + "name": "postgresql-srv-net", + "port": "", + "uuid": "" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": null, + "scheduler_hints": [], + "security_groups": [ + "default_for_all", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, "timeouts": null, + "updated": null, + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", "vendor_options": [], - "volume_id": "20622ba0-bdaa-4e2e-9312-c9bccdeb1564" + "volume": [] }, "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6NjAwMDAwMDAwMDAwfX0=", + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", "dependencies": [ - "data.terraform_remote_state.privnet_dns_router", - "module.instance_with_data_volume.openstack_blockstorage_volume_v3.instance_data_volume", - "module.instance_with_data_volume.openstack_compute_instance_v2.instance_with_data_volume" + "data.terraform_remote_state.privnet_dns_router" ] } ]