From 4931767df7498c302003edd39bcd5e5436224091 Mon Sep 17 00:00:00 2001 From: Marco Procaccini Date: Thu, 14 Mar 2024 18:24:34 +0100 Subject: [PATCH] access service --- openstack-tf/d4s-dev/access/main.tf | 8 +- openstack-tf/d4s-dev/access/terraform.tfstate | 88 ++++++++++++++++++- 2 files changed, 90 insertions(+), 6 deletions(-) diff --git a/openstack-tf/d4s-dev/access/main.tf b/openstack-tf/d4s-dev/access/main.tf index ae16557..85cf91a 100644 --- a/openstack-tf/d4s-dev/access/main.tf +++ b/openstack-tf/d4s-dev/access/main.tf @@ -26,14 +26,18 @@ module "common_variables" { source = "../../modules/common_variables" } + # Module used module "ssh_settings" { source = "../../modules/ssh-key-ref" } + + + # Instances -resource "openstack_compute_instance_v2" "access" { +resource "openstack_compute_instance_v2" "access_service_dev" { name = "access" availability_zone_hints = module.common_variables.availability_zone_no_gpu_name flavor_name = module.common_variables.flavor_list.m1_medium @@ -82,7 +86,7 @@ module "dns_records_create" { source = "../../modules/dns_resources" dns_resources_map = { - access = { + access_service_dev = { zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id name = join(".", ["access", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.zone_name]) description = "Access access" diff --git a/openstack-tf/d4s-dev/access/terraform.tfstate b/openstack-tf/d4s-dev/access/terraform.tfstate index d3dfbd3..d472c99 100644 --- a/openstack-tf/d4s-dev/access/terraform.tfstate +++ b/openstack-tf/d4s-dev/access/terraform.tfstate @@ -1,8 +1,8 @@ { "version": 4, "terraform_version": "1.7.4", - "serial": 3, - "lineage": "5e598d2e-24ea-b366-8826-4412513dc344", + "serial": 25, + "lineage": "b02df62e-fde6-6c33-ed5c-624a54e2b07d", "outputs": {}, "resources": [ { @@ -393,6 +393,86 @@ } ] }, + { + "mode": "managed", + "type": "openstack_compute_instance_v2", + "name": "access_service_dev", + "provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]", + "instances": [ + { + "schema_version": 0, + "attributes": { + "access_ip_v4": "10.1.29.106", + "access_ip_v6": "", + "admin_pass": null, + "all_metadata": {}, + "all_tags": [], + "availability_zone": "cnr-isti-nova-a", + "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": "2024-03-14 17:22:40 +0000 UTC", + "flavor_id": "4", + "flavor_name": "m1.medium", + "floating_ip": null, + "force_delete": false, + "id": "613569ae-36aa-4440-96b9-0bfc760d2334", + "image_id": "Attempt to boot from volume - no image supplied", + "image_name": null, + "key_pair": "Marco Procaccini", + "metadata": null, + "name": "access", + "network": [ + { + "access_network": false, + "fixed_ip_v4": "10.1.29.106", + "fixed_ip_v6": "", + "floating_ip": "", + "mac": "fa:16:3e:06:7c:be", + "name": "d4s-dev-cloud-main", + "port": "", + "uuid": "e0af5eba-f24a-4d0d-8184-bc654b980c4a" + } + ], + "network_mode": null, + "personality": [], + "power_state": "active", + "region": "isti_area_pi_1", + "scheduler_hints": [], + "security_groups": [ + "default", + "traffic_from_the_main_load_balancers" + ], + "stop_before_destroy": false, + "tags": null, + "timeouts": null, + "updated": "2024-03-14 17:23:20 +0000 UTC", + "user_data": "47d4769e61324c305c4b70ed6673de4fad84150d", + "vendor_options": [], + "volume": [] + }, + "sensitive_attributes": [], + "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxODAwMDAwMDAwMDAwLCJkZWxldGUiOjE4MDAwMDAwMDAwMDAsInVwZGF0ZSI6MTgwMDAwMDAwMDAwMH19", + "dependencies": [ + "data.terraform_remote_state.privnet_dns_router" + ] + } + ] + }, { "module": "module.dns_records_create", "mode": "managed", @@ -401,12 +481,12 @@ "provider": "provider[\"registry.terraform.io/terraform-provider-openstack/openstack\"]", "instances": [ { - "index_key": "access", + "index_key": "access_service_dev", "schema_version": 0, "attributes": { "description": "Access access", "disable_status_check": false, - "id": "cbae638a-9d99-44aa-946c-0f5ffb7fc488/469a144d-a34a-4933-8874-ed07d578d62b", + "id": "cbae638a-9d99-44aa-946c-0f5ffb7fc488/1df31040-e622-47eb-ba04-3351851009a4", "name": "access.cloud-dev.d4science.org.", "project_id": "e8f8ca72f30648a8b389b4e745ac83a9", "records": [