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

Update sn07's DNS record #182

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

sanjaysrikakulam
Copy link
Member

Now, points to the new public IP

Now points to the new public IP
@usegalaxy-eu-bot
Copy link
Collaborator


Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  ~ update in-place

Terraform will perform the following actions:

  # aws_route53_record.sn07-galaxyproject will be updated in-place
  ~ resource "aws_route53_record" "sn07-galaxyproject" {
        id              = "Z386N8B8JBC6TQ_sn07.galaxyproject.eu_A"
        name            = "sn07.galaxyproject.eu"
      ~ records         = [
          - "10.5.68.237",
          + "132.230.223.238",
        ]
        # (5 unchanged attributes hidden)
    }

  # openstack_compute_instance_v2.ryan will be created
  + resource "openstack_compute_instance_v2" "ryan" {
      + access_ip_v4        = (known after apply)
      + access_ip_v6        = (known after apply)
      + all_metadata        = (known after apply)
      + all_tags            = (known after apply)
      + availability_zone   = (known after apply)
      + flavor_id           = (known after apply)
      + flavor_name         = "c1.c36m100"
      + force_delete        = false
      + id                  = (known after apply)
      + image_id            = (known after apply)
      + image_name          = (known after apply)
      + key_pair            = "cloud2"
      + name                = "student-ryan-vm"
      + power_state         = "active"
      + region              = (known after apply)
      + security_groups     = [
          + "default",
          + "public-ssh",
        ]
      + stop_before_destroy = false
      + user_data           = "d6205a4216beffd96641f38aa9bb71c1de310a8e"

      + block_device {
          + boot_index            = 0
          + delete_on_termination = true
          + destination_type      = "volume"
          + source_type           = "image"
          + uuid                  = "77c0bdfc-74bb-476d-9b21-33081402343e"
          + volume_size           = 500
        }

      + network {
          + access_network = false
          + fixed_ip_v4    = (known after apply)
          + fixed_ip_v6    = (known after apply)
          + floating_ip    = (known after apply)
          + mac            = (known after apply)
          + name           = "public"
          + port           = (known after apply)
          + uuid           = (known after apply)
        }
    }

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

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

Saved the plan to: tf.plan

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

@sanjaysrikakulam
Copy link
Member Author

@kysrpex Was this student VM (ryan) removed manually during your last cleanup?

@kysrpex
Copy link
Contributor

kysrpex commented Dec 8, 2023

@kysrpex Was this student VM (ryan) removed manually during your last cleanup?

Yes, sorry. I created a #183 to reflect the changes on the repo.

Copy link
Contributor

@kysrpex kysrpex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But consider dealing with #183 first.

@sanjaysrikakulam sanjaysrikakulam merged commit 7b33cc5 into main Jan 4, 2024
3 checks passed
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.

3 participants