Skip to content

Commit

Permalink
Merge branch 'main' into eirene
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli authored Jan 30, 2024
2 parents 0c409f2 + 89689f8 commit 5092907
Show file tree
Hide file tree
Showing 5 changed files with 27,981 additions and 27,709 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ All infra IPs (without going to openstack.)
```console
$ ./bin/tfinfo-to-json.sh | jq -r '.openstack_compute_instance_v2 | keys[] as $k | [$k, .[$k]."network.0.fixed_ip_v4"] | @tsv'
```

3 changes: 1 addition & 2 deletions dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ variable "it-subdomain" {
"humancellatlas.usegalaxy.eu",
"imaging.usegalaxy.eu",
"usegalaxy.eu",
"test.internal.usegalaxy.eu",
"live.usegalaxy.eu",
"metabolomics.usegalaxy.eu",
"metagenomics.usegalaxy.eu",
Expand All @@ -277,7 +276,7 @@ variable "it-subdomain" {
resource "aws_route53_record" "it-subdomain-main" {
allow_overwrite = true
zone_id = var.zone_usegalaxy_eu
count = 27
count = 26
name = "*.interactivetoolentrypoint.interactivetool.${element(var.it-subdomain, count.index)}"
type = "CNAME"
ttl = "7200"
Expand Down
3 changes: 2 additions & 1 deletion instance_dedicated_beacon_import.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
data "openstack_images_image_v2" "beacon-import-image" {
# VGCN Rocky 9.2 generic image
name = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240123~55931~HEAD~5b66040"
name = "vgcn~rockylinux-9-latest-x86_64~+generic+internal~20240123~55931~HEAD~5b66040"
most_recent = true
}

resource "openstack_compute_instance_v2" "beacon-import" {
Expand Down
Loading

0 comments on commit 5092907

Please sign in to comment.