Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beacon moved to KVM, comment out #222

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

mira-miracoli
Copy link
Contributor

@usegalaxy-eu-bot
Copy link
Collaborator

  # aws_route53_record.beacon-galaxyproject will be destroyed
  # (because aws_route53_record.beacon-galaxyproject is not in configuration)
  - resource "aws_route53_record" "beacon-galaxyproject" {
      - allow_overwrite = true -> null
      - fqdn            = "beacon.galaxyproject.eu" -> null
      - id              = "Z386N8B8JBC6TQ_beacon.galaxyproject.eu_A" -> null
      - name            = "beacon.galaxyproject.eu" -> null
      - records         = [
          - "10.5.68.230",
        ] -> null
      - ttl             = 600 -> null
      - type            = "A" -> null
      - zone_id         = "Z386N8B8JBC6TQ" -> null
    }

  # aws_route53_record.beacon-import-galaxyproject will be destroyed
  # (because aws_route53_record.beacon-import-galaxyproject is not in configuration)
  - resource "aws_route53_record" "beacon-import-galaxyproject" {
      - allow_overwrite = true -> null
      - fqdn            = "beacon-import.galaxyproject.eu" -> null
      - id              = "Z386N8B8JBC6TQ_beacon-import.galaxyproject.eu_A" -> null
      - name            = "beacon-import.galaxyproject.eu" -> null
      - records         = [
          - "10.5.67.56",
        ] -> null
      - ttl             = 600 -> null
      - type            = "A" -> null
      - zone_id         = "Z386N8B8JBC6TQ" -> null
    }

  # openstack_blockstorage_volume_v3.beacon-vol will be destroyed
  # (because openstack_blockstorage_volume_v3.beacon-vol is not in configuration)
  - resource "openstack_blockstorage_volume_v3" "beacon-vol" {
      - attachment        = [
          - {
              - device      = "/dev/vdb"
              - id          = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99"
              - instance_id = "564956c5-78fc-4e02-8471-a99720dff1e1"
            },
        ] -> null
      - availability_zone = "nova" -> null
      - description       = "Data volume for beacon VM" -> null
      - id                = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
      - metadata          = {} -> null
      - name              = "beacon-data-vol-1d28e361305ad42a" -> null
      - region            = "Freiburg" -> null
      - size              = 128 -> null
      - volume_type       = "default" -> null
    }

  # openstack_compute_instance_v2.beacon will be destroyed
  # (because openstack_compute_instance_v2.beacon is not in configuration)
  - resource "openstack_compute_instance_v2" "beacon" {
      - access_ip_v4        = "10.5.67.41" -> null
      - all_metadata        = {} -> null
      - all_tags            = [] -> null
      - availability_zone   = "nova" -> null
      - flavor_id           = "b2eaad59-55e5-482e-b984-55d20a862a3b" -> null
      - flavor_name         = "m1.small" -> null
      - force_delete        = false -> null
      - id                  = "564956c5-78fc-4e02-8471-a99720dff1e1" -> null
      - image_id            = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a" -> null
      - image_name          = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240820~42312~HEAD~479ec25" -> null
      - key_pair            = "cloud2" -> null
      - name                = "beacon.galaxyproject.eu" -> null
      - power_state         = "shutoff" -> null
      - region              = "Freiburg" -> null
      - security_groups     = [
          - "default",
          - "public-web2",
        ] -> null
      - stop_before_destroy = false -> null
      - tags                = [] -> null
      - user_data           = "bc3a2a5c3c8653edf62327dd46757658ec380db6" -> null

      - network {
          - access_network = false -> null
          - fixed_ip_v4    = "10.5.67.41" -> null
          - mac            = "fa:16:3e:54:46:01" -> null
          - name           = "bioinf" -> null
          - uuid           = "378eedcc-cc61-4564-96de-5c78be5a52e3" -> null
        }
    }

  # openstack_compute_instance_v2.beacon-import will be destroyed
  # (because openstack_compute_instance_v2.beacon-import is not in configuration)
  - resource "openstack_compute_instance_v2" "beacon-import" {
      - access_ip_v4        = "10.5.67.56" -> null
      - all_metadata        = {} -> null
      - all_tags            = [] -> null
      - availability_zone   = "nova" -> null
      - flavor_id           = "44e3315b-500a-4879-a439-50b2a8f49ab9" -> null
      - flavor_name         = "m1.tiny" -> null
      - force_delete        = false -> null
      - id                  = "6c45c46b-5fd5-4f75-be9d-7932341ddd9f" -> null
      - image_id            = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a" -> null
      - image_name          = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240820~42312~HEAD~479ec25" -> null
      - key_pair            = "cloud2" -> null
      - name                = "beacon-import.galaxyproject.eu" -> null
      - power_state         = "active" -> null
      - region              = "Freiburg" -> null
      - security_groups     = [
          - "default",
        ] -> null
      - stop_before_destroy = false -> null
      - tags                = [] -> null
      - user_data           = "f1afc818d33a9c6c68d6c2dd4401f2e9abd7f8fc" -> null

      - network {
          - access_network = false -> null
          - fixed_ip_v4    = "10.5.67.56" -> null
          - mac            = "fa:16:3e:2b:38:34" -> null
          - name           = "bioinf" -> null
          - uuid           = "378eedcc-cc61-4564-96de-5c78be5a52e3" -> null
        }
    }

  # openstack_compute_instance_v2.incoming will be updated in-place
  ~ resource "openstack_compute_instance_v2" "incoming" {
        id                  = "8a3205b9-0269-4fd6-aab8-cc94a2f848a6"
        name                = "incoming.galaxyproject.eu"
      ~ security_groups     = [
          - "public-ping",
            # (4 unchanged elements hidden)
        ]
        tags                = []
        # (13 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # openstack_compute_volume_attach_v2.beacon-va will be destroyed
  # (because openstack_compute_volume_attach_v2.beacon-va is not in configuration)
  - resource "openstack_compute_volume_attach_v2" "beacon-va" {
      - device      = "/dev/vdb" -> null
      - id          = "564956c5-78fc-4e02-8471-a99720dff1e1/60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
      - instance_id = "564956c5-78fc-4e02-8471-a99720dff1e1" -> null
      - region      = "Freiburg" -> null
      - volume_id   = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
    }

  # random_id.beacon-volume_name_unique will be destroyed
  # (because random_id.beacon-volume_name_unique is not in configuration)
  - resource "random_id" "beacon-volume_name_unique" {
      - b64_std     = "HSjjYTBa1Co=" -> null
      - b64_url     = "HSjjYTBa1Co" -> null
      - byte_length = 8 -> null
      - dec         = "2101179232730928170" -> null
      - hex         = "1d28e361305ad42a" -> null
      - id          = "HSjjYTBa1Co" -> null
    }

Plan: 0 to add, 1 to change, 7 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tf.plan

To perform exactly these actions, run the following command to apply:
    terraform apply "tf.plan" ```

@usegalaxy-eu-bot
Copy link
Collaborator

  # aws_route53_record.beacon-galaxyproject will be destroyed
  # (because aws_route53_record.beacon-galaxyproject is not in configuration)
  - resource "aws_route53_record" "beacon-galaxyproject" {
      - allow_overwrite = true -> null
      - fqdn            = "beacon.galaxyproject.eu" -> null
      - id              = "Z386N8B8JBC6TQ_beacon.galaxyproject.eu_A" -> null
      - name            = "beacon.galaxyproject.eu" -> null
      - records         = [
          - "10.5.68.230",
        ] -> null
      - ttl             = 600 -> null
      - type            = "A" -> null
      - zone_id         = "Z386N8B8JBC6TQ" -> null
    }

  # aws_route53_record.beacon-import-galaxyproject will be destroyed
  # (because aws_route53_record.beacon-import-galaxyproject is not in configuration)
  - resource "aws_route53_record" "beacon-import-galaxyproject" {
      - allow_overwrite = true -> null
      - fqdn            = "beacon-import.galaxyproject.eu" -> null
      - id              = "Z386N8B8JBC6TQ_beacon-import.galaxyproject.eu_A" -> null
      - name            = "beacon-import.galaxyproject.eu" -> null
      - records         = [
          - "10.5.67.56",
        ] -> null
      - ttl             = 600 -> null
      - type            = "A" -> null
      - zone_id         = "Z386N8B8JBC6TQ" -> null
    }

  # openstack_blockstorage_volume_v3.beacon-vol will be destroyed
  # (because openstack_blockstorage_volume_v3.beacon-vol is not in configuration)
  - resource "openstack_blockstorage_volume_v3" "beacon-vol" {
      - attachment        = [
          - {
              - device      = "/dev/vdb"
              - id          = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99"
              - instance_id = "564956c5-78fc-4e02-8471-a99720dff1e1"
            },
        ] -> null
      - availability_zone = "nova" -> null
      - description       = "Data volume for beacon VM" -> null
      - id                = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
      - metadata          = {} -> null
      - name              = "beacon-data-vol-1d28e361305ad42a" -> null
      - region            = "Freiburg" -> null
      - size              = 128 -> null
      - volume_type       = "default" -> null
    }

  # openstack_compute_instance_v2.beacon will be destroyed
  # (because openstack_compute_instance_v2.beacon is not in configuration)
  - resource "openstack_compute_instance_v2" "beacon" {
      - access_ip_v4        = "10.5.67.41" -> null
      - all_metadata        = {} -> null
      - all_tags            = [] -> null
      - availability_zone   = "nova" -> null
      - flavor_id           = "b2eaad59-55e5-482e-b984-55d20a862a3b" -> null
      - flavor_name         = "m1.small" -> null
      - force_delete        = false -> null
      - id                  = "564956c5-78fc-4e02-8471-a99720dff1e1" -> null
      - image_id            = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a" -> null
      - image_name          = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240820~42312~HEAD~479ec25" -> null
      - key_pair            = "cloud2" -> null
      - name                = "beacon.galaxyproject.eu" -> null
      - power_state         = "shutoff" -> null
      - region              = "Freiburg" -> null
      - security_groups     = [
          - "default",
          - "public-web2",
        ] -> null
      - stop_before_destroy = false -> null
      - tags                = [] -> null
      - user_data           = "bc3a2a5c3c8653edf62327dd46757658ec380db6" -> null

      - network {
          - access_network = false -> null
          - fixed_ip_v4    = "10.5.67.41" -> null
          - mac            = "fa:16:3e:54:46:01" -> null
          - name           = "bioinf" -> null
          - uuid           = "378eedcc-cc61-4564-96de-5c78be5a52e3" -> null
        }
    }

  # openstack_compute_instance_v2.beacon-import will be destroyed
  # (because openstack_compute_instance_v2.beacon-import is not in configuration)
  - resource "openstack_compute_instance_v2" "beacon-import" {
      - access_ip_v4        = "10.5.67.56" -> null
      - all_metadata        = {} -> null
      - all_tags            = [] -> null
      - availability_zone   = "nova" -> null
      - flavor_id           = "44e3315b-500a-4879-a439-50b2a8f49ab9" -> null
      - flavor_name         = "m1.tiny" -> null
      - force_delete        = false -> null
      - id                  = "6c45c46b-5fd5-4f75-be9d-7932341ddd9f" -> null
      - image_id            = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a" -> null
      - image_name          = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240820~42312~HEAD~479ec25" -> null
      - key_pair            = "cloud2" -> null
      - name                = "beacon-import.galaxyproject.eu" -> null
      - power_state         = "active" -> null
      - region              = "Freiburg" -> null
      - security_groups     = [
          - "default",
        ] -> null
      - stop_before_destroy = false -> null
      - tags                = [] -> null
      - user_data           = "f1afc818d33a9c6c68d6c2dd4401f2e9abd7f8fc" -> null

      - network {
          - access_network = false -> null
          - fixed_ip_v4    = "10.5.67.56" -> null
          - mac            = "fa:16:3e:2b:38:34" -> null
          - name           = "bioinf" -> null
          - uuid           = "378eedcc-cc61-4564-96de-5c78be5a52e3" -> null
        }
    }

  # openstack_compute_volume_attach_v2.beacon-va will be destroyed
  # (because openstack_compute_volume_attach_v2.beacon-va is not in configuration)
  - resource "openstack_compute_volume_attach_v2" "beacon-va" {
      - device      = "/dev/vdb" -> null
      - id          = "564956c5-78fc-4e02-8471-a99720dff1e1/60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
      - instance_id = "564956c5-78fc-4e02-8471-a99720dff1e1" -> null
      - region      = "Freiburg" -> null
      - volume_id   = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
    }

  # random_id.beacon-volume_name_unique will be destroyed
  # (because random_id.beacon-volume_name_unique is not in configuration)
  - resource "random_id" "beacon-volume_name_unique" {
      - b64_std     = "HSjjYTBa1Co=" -> null
      - b64_url     = "HSjjYTBa1Co" -> null
      - byte_length = 8 -> null
      - dec         = "2101179232730928170" -> null
      - hex         = "1d28e361305ad42a" -> null
      - id          = "HSjjYTBa1Co" -> null
    }

Plan: 0 to add, 0 to change, 7 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tf.plan

To perform exactly these actions, run the following command to apply:
    terraform apply "tf.plan" ```

@usegalaxy-eu-bot
Copy link
Collaborator

  # aws_route53_record.beacon-import-galaxyproject will be destroyed
  # (because aws_route53_record.beacon-import-galaxyproject is not in configuration)
  - resource "aws_route53_record" "beacon-import-galaxyproject" {
      - allow_overwrite = true -> null
      - fqdn            = "beacon-import.galaxyproject.eu" -> null
      - id              = "Z386N8B8JBC6TQ_beacon-import.galaxyproject.eu_A" -> null
      - name            = "beacon-import.galaxyproject.eu" -> null
      - records         = [
          - "10.5.67.56",
        ] -> null
      - ttl             = 600 -> null
      - type            = "A" -> null
      - zone_id         = "Z386N8B8JBC6TQ" -> null
    }

  # openstack_blockstorage_volume_v3.beacon-vol will be destroyed
  # (because openstack_blockstorage_volume_v3.beacon-vol is not in configuration)
  - resource "openstack_blockstorage_volume_v3" "beacon-vol" {
      - attachment        = [
          - {
              - device      = "/dev/vdb"
              - id          = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99"
              - instance_id = "564956c5-78fc-4e02-8471-a99720dff1e1"
            },
        ] -> null
      - availability_zone = "nova" -> null
      - description       = "Data volume for beacon VM" -> null
      - id                = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
      - metadata          = {} -> null
      - name              = "beacon-data-vol-1d28e361305ad42a" -> null
      - region            = "Freiburg" -> null
      - size              = 128 -> null
      - volume_type       = "default" -> null
    }

  # openstack_compute_instance_v2.beacon will be destroyed
  # (because openstack_compute_instance_v2.beacon is not in configuration)
  - resource "openstack_compute_instance_v2" "beacon" {
      - access_ip_v4        = "10.5.67.41" -> null
      - all_metadata        = {} -> null
      - all_tags            = [] -> null
      - availability_zone   = "nova" -> null
      - flavor_id           = "b2eaad59-55e5-482e-b984-55d20a862a3b" -> null
      - flavor_name         = "m1.small" -> null
      - force_delete        = false -> null
      - id                  = "564956c5-78fc-4e02-8471-a99720dff1e1" -> null
      - image_id            = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a" -> null
      - image_name          = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240820~42312~HEAD~479ec25" -> null
      - key_pair            = "cloud2" -> null
      - name                = "beacon.galaxyproject.eu" -> null
      - power_state         = "shutoff" -> null
      - region              = "Freiburg" -> null
      - security_groups     = [
          - "default",
          - "public-web2",
        ] -> null
      - stop_before_destroy = false -> null
      - tags                = [] -> null
      - user_data           = "bc3a2a5c3c8653edf62327dd46757658ec380db6" -> null

      - network {
          - access_network = false -> null
          - fixed_ip_v4    = "10.5.67.41" -> null
          - mac            = "fa:16:3e:54:46:01" -> null
          - name           = "bioinf" -> null
          - uuid           = "378eedcc-cc61-4564-96de-5c78be5a52e3" -> null
        }
    }

  # openstack_compute_instance_v2.beacon-import will be destroyed
  # (because openstack_compute_instance_v2.beacon-import is not in configuration)
  - resource "openstack_compute_instance_v2" "beacon-import" {
      - access_ip_v4        = "10.5.67.56" -> null
      - all_metadata        = {} -> null
      - all_tags            = [] -> null
      - availability_zone   = "nova" -> null
      - flavor_id           = "44e3315b-500a-4879-a439-50b2a8f49ab9" -> null
      - flavor_name         = "m1.tiny" -> null
      - force_delete        = false -> null
      - id                  = "6c45c46b-5fd5-4f75-be9d-7932341ddd9f" -> null
      - image_id            = "5a31b410-4f09-4b6c-84eb-eb16ca237f0a" -> null
      - image_name          = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240820~42312~HEAD~479ec25" -> null
      - key_pair            = "cloud2" -> null
      - name                = "beacon-import.galaxyproject.eu" -> null
      - power_state         = "active" -> null
      - region              = "Freiburg" -> null
      - security_groups     = [
          - "default",
        ] -> null
      - stop_before_destroy = false -> null
      - tags                = [] -> null
      - user_data           = "f1afc818d33a9c6c68d6c2dd4401f2e9abd7f8fc" -> null

      - network {
          - access_network = false -> null
          - fixed_ip_v4    = "10.5.67.56" -> null
          - mac            = "fa:16:3e:2b:38:34" -> null
          - name           = "bioinf" -> null
          - uuid           = "378eedcc-cc61-4564-96de-5c78be5a52e3" -> null
        }
    }

  # openstack_compute_volume_attach_v2.beacon-va will be destroyed
  # (because openstack_compute_volume_attach_v2.beacon-va is not in configuration)
  - resource "openstack_compute_volume_attach_v2" "beacon-va" {
      - device      = "/dev/vdb" -> null
      - id          = "564956c5-78fc-4e02-8471-a99720dff1e1/60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
      - instance_id = "564956c5-78fc-4e02-8471-a99720dff1e1" -> null
      - region      = "Freiburg" -> null
      - volume_id   = "60f6cf00-5fa8-4a3f-9863-4ef9bc7b4d99" -> null
    }

  # random_id.beacon-volume_name_unique will be destroyed
  # (because random_id.beacon-volume_name_unique is not in configuration)
  - resource "random_id" "beacon-volume_name_unique" {
      - b64_std     = "HSjjYTBa1Co=" -> null
      - b64_url     = "HSjjYTBa1Co" -> null
      - byte_length = 8 -> null
      - dec         = "2101179232730928170" -> null
      - hex         = "1d28e361305ad42a" -> null
      - id          = "HSjjYTBa1Co" -> null
    }

Plan: 0 to add, 0 to change, 6 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tf.plan

To perform exactly these actions, run the following command to apply:
    terraform apply "tf.plan" ```

@mira-miracoli mira-miracoli merged commit 6493108 into usegalaxy-eu:main Dec 11, 2024
2 checks passed
@mira-miracoli mira-miracoli deleted the remove-beacon branch December 11, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants