usegalaxy-eu / infrastructure

All of Galaxyproject EU's cloud infrastructure.
8 stars 25 forks source link

Eirene #189

Closed mira-miracoli closed 7 months ago

mira-miracoli commented 7 months ago

PR for triggering Jenkins, original was

usegalaxy-eu-bot commented 7 months ago

hechth commented 7 months ago

@bgruening can this be merged?

mira-miracoli commented 7 months ago

There was an error in our CI/CD pipeline, I triggered it again, but should pass I think

usegalaxy-eu-bot commented 7 months ago


No changes. Your infrastructure matches the configuration.

Your configuration already matches the changes detected above. If you'd like
to update the Terraform state to match, create and apply a refresh-only plan:
  terraform apply -refresh-only ```
hechth commented 7 months ago

Thanks a lot - so as far as I understand, the subdomain should be available now? Because I can't see it yet.

mira-miracoli commented 7 months ago

There was a merge conflict because we updated another subdomain in the meantime. the CI is running again. sorry

usegalaxy-eu-bot commented 7 months ago


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

Terraform will perform the following actions:

  # aws_route53_record.it-subdomain-main[25] will be created
  + resource "aws_route53_record" "it-subdomain-main" {
      + allow_overwrite = true
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "*.interactivetoolentrypoint.interactivetool.eirene.usegalaxy.eu"
      + records         = [
          + "usegalaxy.eu",
        ]
      + ttl             = 7200
      + type            = "CNAME"
      + zone_id         = "Z1C7L7XFF9613J"
    }

  # aws_route53_record.subdomains[39] will be created
  + resource "aws_route53_record" "subdomains" {
      + allow_overwrite = true
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "eirene.usegalaxy.eu"
      + records         = [
          + "usegalaxy.eu",
        ]
      + ttl             = 7200
      + type            = "CNAME"
      + zone_id         = "Z1C7L7XFF9613J"
    }

Plan: 2 to add, 0 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" ```
mira-miracoli commented 7 months ago

I think this is what we want :)

hechth commented 7 months ago

Thanks a lot :)

bgruening commented 7 months ago

Thanks!