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 BioHackathon 2023 dedicated VM #180

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

sanjaysrikakulam
Copy link
Member

This will go live on Friday 27.10.2023.

Note: To roll this out, a c1.c36m100d50 flavored worker node should be drained and removed

Config:
Os: Rocky 9
User: rocky
Cores: 36
Mem: 100G
Storage: 1TiB (mount point: /scratch)

@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

Terraform will perform the following actions:

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

  # openstack_compute_instance_v2.biohackathon will be created
  + resource "openstack_compute_instance_v2" "biohackathon" {
      + 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            = "c6906a58-1e05-4be0-8f20-41f24c8320b5"
      + image_name          = (known after apply)
      + key_pair            = "cloud2"
      + name                = "biohackathon 2023 dedicated VM"
      + power_state         = "active"
      + region              = (known after apply)
      + security_groups     = [
          + "default",
        ]
      + stop_before_destroy = false
      + user_data           = "c9f0cb4ee8e48cd2db8a3a7106f2d84689ec0b87"

      + 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)
        }
    }

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

  # random_id.biohackathon-volume_name_unique will be created
  + resource "random_id" "biohackathon-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, 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" ```

@bgruening
Copy link
Member

Thanks @sanjaysrikakulam!

@sanjaysrikakulam sanjaysrikakulam marked this pull request as ready for review October 27, 2023 13:31
@sanjaysrikakulam
Copy link
Member Author

I am rolling this out now.

@sanjaysrikakulam sanjaysrikakulam merged commit d905af4 into main Oct 27, 2023
2 checks passed
@sanjaysrikakulam sanjaysrikakulam deleted the biohackathon_2023_vm branch October 27, 2023 13:59
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