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

Add a new hpylori project VM #217

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Add a new hpylori project VM #217

wants to merge 2 commits into from

Conversation

sanjaysrikakulam
Copy link
Member

@sanjaysrikakulam sanjaysrikakulam commented Nov 20, 2024

I am marking this PR as a draft since @EngyNasr would like to clarify the project's storage requirements with Rolf.

Xref: https://github.com/usegalaxy-eu/issues/issues/612

@usegalaxy-eu-bot
Copy link
Collaborator

  # aws_route53_record.usegalaxy_eu_forwardmail_validation_txt will be updated in-place
  ~ resource "aws_route53_record" "usegalaxy_eu_forwardmail_validation_txt" {
        id              = "Z1C7L7XFF9613J__TXT"
      ~ ttl             = 10 -> 3600
        # (5 unchanged attributes hidden)
    }

  # openstack_blockstorage_volume_v3.engy-vol will be created
  + resource "openstack_blockstorage_volume_v3" "engy-vol" {
      + attachment        = (known after apply)
      + availability_zone = (known after apply)
      + description       = "Data volume for engy VM"
      + id                = (known after apply)
      + metadata          = (known after apply)
      + name              = (known after apply)
      + region            = (known after apply)
      + size              = 500
      + volume_type       = "default"
    }

  # openstack_compute_instance_v2.engy will be created
  + resource "openstack_compute_instance_v2" "engy" {
      + 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.c36m100d50"
      + force_delete        = false
      + id                  = (known after apply)
      + image_id            = "f2309846-2c2c-4b0f-aa95-8af7cd67d067"
      + image_name          = (known after apply)
      + key_pair            = "cloud2"
      + name                = "engy-dedicated-VM"
      + power_state         = "active"
      + region              = (known after apply)
      + security_groups     = [
          + "default",
        ]
      + stop_before_destroy = false
      + user_data           = "1bc6608786c03e54bd3e6c35920958a111d5c2f6"

      + 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           = "bioinf"
          + port           = (known after apply)
          + uuid           = (known after apply)
        }
    }

  # openstack_compute_volume_attach_v2.engy-va will be created
  + resource "openstack_compute_volume_attach_v2" "engy-va" {
      + device      = "/dev/vdb"
      + id          = (known after apply)
      + instance_id = (known after apply)
      + region      = (known after apply)
      + volume_id   = (known after apply)
    }

  # random_id.engy-volume-name-unique will be created
  + resource "random_id" "engy-volume-name-unique" {
      + b64_std     = (known after apply)
      + b64_url     = (known after apply)
      + byte_length = 8
      + dec         = (known after apply)
      + hex         = (known after apply)
      + id          = (known after apply)
    }

Plan: 4 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" ```

@mira-miracoli
Copy link
Contributor

~ resource "aws_route53_record" "usegalaxy_eu_forwardmail_validation_txt" {
id = "Z1C7L7XFF9613J__TXT"
~ ttl = 10 -> 3600
# (5 unchanged attributes hidden)
}

Should be fine, we just need to keep this in mind

Copy link
Contributor

@mira-miracoli mira-miracoli left a comment

Choose a reason for hiding this comment

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

Thanks!

@paulzierep
Copy link

@engy you do not need to check the requirements with Rolf, just check the number of samples we want to process and estimate the produced output based on the samples you already processed.

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.

4 participants